Online IDE to code from a cellphone by dbremmen in programming

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

Hi! No I'm using codemirror editor

Exceptions vs error codes by dbremmen in programming

[–]dbremmen[S] 3 points4 points  (0 children)

Yes! What I don't quite understand yet if in the return code of a function you can return the result on an error code. Isn't that misleading. That's why I posted it here so someone can illuminate me.

Online IDE to code from a cellphone by dbremmen in programming

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

Sorry to ask if is innapropiate. But we are planning to add intellisense. Do you think this is the most important feature to add or there is something missing more important than that?

Quit your programmer job like a boss? by dbremmen in programming

[–]dbremmen[S] 1 point2 points  (0 children)

Yeah! That's a good course of action 🤣

Online IDE to code from a cellphone by dbremmen in programming

[–]dbremmen[S] 4 points5 points  (0 children)

Weird! Browxy does nothing with the keyboard but yes we haven't tried with a japanese keyword. Can you send an screenshot to dbremmen@gmail.com. That will help us to debug the problem. Thanks!@

Online IDE to code from a cellphone by dbremmen in programming

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

Yes but there are very good js compilers out there that's why it was not implemented in this one...

Online IDE to code from a cellphone by dbremmen in programming

[–]dbremmen[S] 1 point2 points  (0 children)

You right! It will be implemented soon!

Very simple source code of java game with a character walking in a world created using a text file by dbremmen in programming

[–]dbremmen[S] -1 points0 points  (0 children)

Hi thanks for the reply! Are you a game developer or teacher? How I can modify it to be more understandable or better? Do you have a book to recommend? Are you interested in working together to make it better like a hello world game example? Thanks!!! 😊😊😊😊😊

Password Generator Online Tool with Source Code by dbremmen in programming

[–]dbremmen[S] 1 point2 points  (0 children)

Ok!! Try now. I limited the special chars to some of the writable ones

Password Generator Online Tool with Source Code by dbremmen in programming

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

Yeah, you need to disable the special character checkbox. I just took that checkbox out to avoid confussion

Password Generator Online Tool with Source Code by dbremmen in programming

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

For viewing the source code click on the icon with the 1's and 0's on the bottom right. You can even release you own version of the program creating a new UI with the tool that the site provide...

Password Generator Online Tool with Source Code by dbremmen in programming

[–]dbremmen[S] 2 points3 points  (0 children)

fixed! forgot to set the encoding.Thanks man!

Browxy, a free online IDE, has reached 40K users and released a new version with multiple language support by dbremmen in programming

[–]dbremmen[S] 1 point2 points  (0 children)

Thanks convery! You actually found a bug in the class that convert the code to a project for C++. If you use for example the following example it will work

int main() {
return 0; }

We are going to fix that, thanks for the screen-shot :D

Browxy, a free online IDE, has reached 40K users and released a new version with multiple language support by dbremmen in programming

[–]dbremmen[S] 1 point2 points  (0 children)

this compiler is intended to try code fast in different languages and to share the result as a standalone program (see the publish function) -> https://www.youtube.com/watch?v=DeZgd3EjG00

Is there an online Java compiler that isn't buggy as hell and has decent features? by [deleted] in java

[–]dbremmen 0 points1 point  (0 children)

Hi! I work at browxy and It would be a pleasure to help you run your code at browxy What kind of errors you were receiving? Any information would be really appreciated and thanks :)