Monday, April 17, 2023
Aperito v1.5.4
Version 1.5.4 of Aperito fixes some potential multi-threading issues.
The latest version can be downloaded from
here
, and the signature from
here
. Source code is included in the zipfile.
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)
Popular Posts
How to create portable applications (also introducing PAL)
It seems that the most popular article on this blog is " How to make portable applications " written back in 2007. Reading it aga...
Ubuntu Hardy Heron on a Sony Vaio VGN-FZ31E
This article probably also applies to: VGN-FZ38M Yeap I bought it. I though that since it had an NVidia card and it was Centrino based etc i...
Memory efficient Brainfuck tables
Here is a nice way to implement an indexed table in Brainfuck , using only n+4 memory for n table cells. I will soon release a new version o...