Tuesday, August 28, 2012
PAL v2
Quick post. A user asked me to make PAL pass command line parameters to the executable that it executes portably and so I did. I also fixed a possible bug.
You can download PAL from
here
.
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...