Fathony Luthfillah
Fathony Luthfillah
avoid conflicting colorama with the recommended eclipse plugin (ansi-escape) by pydev author that can enable color in pydev-console it's make both running code in terminal & eclipse console can show...
I just made a version of `DoPaint` that supports AInvalidRects.count > 1. I think it is required by reapaintOptimizer to work properly. Sadly, even in Sprites Demo with repaintOptimizer checked,...
Hi I just got working in a fresh copy UbuntuCinnamon v22.04.1 and installing Graphics32. This PR is a patch to get Graphics32 installed on Lazarus/Linux (GTK2 widgetset). I know the...
Hi Yuu, I wonder if we can generate an identical result with MarkovJunior C#. So I translated the C# (or dotnet) random function into TypeScript. After a week stabilizing, I...
Hi ! I am adding an hightlight of current running line (in xml editor, and code visualization too). I also integrate the debug breakpoint (red circle) into xml editor ...
de-comment of GraphQL codes, and running WebampModern in port 3001 by default. 
Hi Mr. Mike, I need your advice. I am migrating a project that uses GWT (com.google.gwt). that is actually will running in browser, so the code are a lot of...
supposed we have file: ```java package org.antlr.v4.tool; public class Native2 { double getLabeledNodeVoltage(String name) { Integer node = LabeledNodeElm.getByName(name); if (node == null || node == 0) return 0; //...
as we discussed in #5 , here the final work of Random class that generates identical sequence numbers compared to MarkovJunior C#. Note: I just installing new OS, so I...