Free Pascal
Live information from Lazarus
-
Re: is there a Base 26 / Radix 26 A..Z functions in the libs?
I am an advocate of using what is already in the libs instead of re-inventing the wheel and adding bloat to the code.
I need to Decode a string input like this.
'A..Z' or any com... -
is there a Base 26 / Radix 26 A..Z functions in the libs?
I am an advocate of using what is already in the libs instead of re-inventing the wheel and adding bloat to the code.
I need to Decode a string input like this.
'A..Z' or any combination like 'AA', 'BB' etc.
works like HEX digits only each digit is wor... -
Re: WEBP, no DLLs
...I added a switch to support Linux. Can you test?...
Linux Mint Mate on real HW, see the screenshot.
Also, I had to edit in WebpImageX.pas:
uses...
Web... -
Re: The next big architecture
Yes, the first attempt of Qualcomm was fail. But the second one is close to solutions from Apple.
For reference top CPUs from Intel score 3000 in single core benchmark, when... -
Re: ptop config file for Delphi style guide
The codebase comes from a different, ancient Pascal compiler, though, and is not syntactically correct Free Pascal. Hence Jedi fails.
Hello! You could also try out [u...