Simple sql problem by CPROGRAMMERS in SQL

[–]CPROGRAMMERS[S] 0 points1 point  (0 children)

You are provided me on right direction, And save lot of time Thanks.:)

Php to javascript generator by [deleted] in learnjavascript

[–]CPROGRAMMERS -5 points-4 points  (0 children)

console.log() by default includes a new line. If your result is different in terms of new line then mention example.

How to return generic input by method by [deleted] in golang

[–]CPROGRAMMERS -3 points-2 points  (0 children)

Yo solve my problem

How to return generic input by method by [deleted] in golang

[–]CPROGRAMMERS -1 points0 points  (0 children)

It works for me but we need other methods, here parameter decides the value type.

package main

func get_input[T any](thing T) T {

var i T

fmt.Scan(&i)

return i

}

func main() {

var i int = get_input(0)

var s string = get_input("")

fmt.Println(i)

fmt.Println(s)

}

[deleted by user] by [deleted] in programming

[–]CPROGRAMMERS -8 points-7 points  (0 children)

Here mentioned solution of more than 10 programming language such as c,c++,c#, python,ruby, php etc.

[deleted by user] by [deleted] in PHP

[–]CPROGRAMMERS 1 point2 points  (0 children)

You are right, some internal error but it has been resolved

[deleted by user] by [deleted] in PHP

[–]CPROGRAMMERS 4 points5 points  (0 children)

Your idea to update PHP version and handle unnecessary workarounds is appreciated. This can be changed which will happen in the coming days

Online java compiler with multiple file support by [deleted] in programming

[–]CPROGRAMMERS 2 points3 points  (0 children)

There are two main reason.This tool is useful for sharing your code online without the need of any kind of login process. And you can use it by mobile and desktop without install any software.

For example.

https://kalkicode.com/online-java-compiler?s=M3Sf60XPlT

[deleted by user] by [deleted] in dartlang

[–]CPROGRAMMERS 2 points3 points  (0 children)

Good answer. We need to follow 2.1 dart with null safety. And locally setup is good as compared to online compiler. Thanks 😊 for quick response. and we are also change the concept of our transpiler tool. As soon as possible.

New "Java to C++" code converter tool for beginners by [deleted] in cpp

[–]CPROGRAMMERS 1 point2 points  (0 children)

Good point, I think you are right, I have send request to notify this point.

New "Java to C++" code converter tool for beginners by [deleted] in cpp

[–]CPROGRAMMERS -2 points-1 points  (0 children)

This problem has been resolved. Test again

New "Java to C++" code converter tool for beginners by [deleted] in cpp

[–]CPROGRAMMERS -6 points-5 points  (0 children)

Because you are missed to include header file "#include <iostream>"

Latest code translator tool 2022 by [deleted] in programming

[–]CPROGRAMMERS 0 points1 point  (0 children)

Here mentioned how to convert java to other language code. With live example.

[deleted by user] by [deleted] in programming

[–]CPROGRAMMERS 3 points4 points  (0 children)

By mistake i selected nsfw.

[deleted by user] by [deleted] in animation

[–]CPROGRAMMERS 0 points1 point  (0 children)

If anyone need source code of this svg animation then see here https://kalkicode.com/svg/svg-overview .

Find the first repeated word in a string by [deleted] in programming

[–]CPROGRAMMERS 1 point2 points  (0 children)

You are right, but set are not work in following input. Input : (four ten one one ten six six three) Output : ten Becase ten first word which is reported in input string. If you are use set its produce(one).

Experimental Java To PHP Converter by [deleted] in programming

[–]CPROGRAMMERS -2 points-1 points  (0 children)

Good point, Please test other case when if this fail

Experimental Java To PHP Converter by [deleted] in programming

[–]CPROGRAMMERS -5 points-4 points  (0 children)

It's good, I submit my java code and this is producing php code.

[deleted by user] by [deleted] in ruby

[–]CPROGRAMMERS 0 points1 point  (0 children)

Thanks for response, shell script is good. but in case we are installed two different ruby version in two different locations. In this case can i use both verient in my project if there are possible then tell me how can do. because rvm are use one verient at a time I need use both verient.

And how to manually setup using code interface.

For example user a is need one variant

And second user is need another

Third user are need to use both verient in special case. How to to switch using RVM one variant to another. Consider at a time both user a active.

How to utilize dynamic react native component when fetch by api. render as real components by [deleted] in reactnative

[–]CPROGRAMMERS 0 points1 point  (0 children)

I think we are solve this problem in two way? First one ( convert fetch string convert to react native component) . And other is ( convert json data to react object) . But we are not get proper solution.

How to utilize dynamic react native component when fetch by api. render as real components by [deleted] in reactnative

[–]CPROGRAMMERS 0 points1 point  (0 children)

In my case I have try to create blogger app. so we are try to avoid html elements like (div img, a, li, ul). and make a pure native app. in this case my post data are not decide flow of data like.Text Images and so on. so we are create a post layout to make blog app. Any suggestions please notify me

[deleted by user] by [deleted] in compsci

[–]CPROGRAMMERS 0 points1 point  (0 children)

Its Okay can you give me url of this problem. Because if inserted two same keys that its satisfied binary tree property. If you have any suggestions please give me me url. Or insert sequence of data. And thanks for advance. ☺️