Reptorian, reptorian@programming.dev
Instance: programming.dev
Joined: 2 years ago
Posts: 5
Comments: 2
Posts and Comments by Reptorian, reptorian@programming.dev
Comments by Reptorian, reptorian@programming.dev
I’d say libraries is why it is popular. Also, I’m not a Python developer, and I don’t bother with libraries.
reply to: How Ruby Went Off the Rails
in
Opensource@programming.dev
As someone who dislikes Python, I can’t say I agree. So, I will use Python, but I only use it for 3 lines of code snips to test before making codes on other languages.
c/html
Programming
I’d say libraries is why it is popular. Also, I’m not a Python developer, and I don’t bother with libraries.
As someone who dislikes Python, I can’t say I agree. So, I will use Python, but I only use it for 3 lines of code snips to test before making codes on other languages.
Looking for a HTML4 editor.
Right now, I would like a easy editor that allows me to not worry about HTML4 syntax, and simply adjust the rendered text, while I can see the HTML source code.
Looking for a HTML4 editor.
Right now, I would like a easy editor that allows me to not worry about HTML4 syntax, and simply adjust the rendered text, while I can see the HTML source code.
Is there a better algorithm for converting big binaries into decimal?
At the moment, I am stuck with using single-precision float, and double-precision float. So, the maximum represent-able value for single is 1<<24 while for double, it is 1<<53.
I made a Brainfuck interpreter within G'MIC (Shell-Like language for image processing)
Three things before I'll get to the relevant details.
Is there a text editor that would allow me to create syntax highlighting easily?
Basically just the title said. The situation is basically I use a Domain-Specific Language called G'MIC, and to this day, I haven't found a satisfactory answer to the issue of lack of syntax highlighting. At the moment, I am using KDE Kate as it's pretty good at structuring the code with their find/replace feature, tab indicators, and multi-window support.