Blog | Tags | Archives | Projects | Stats | Contact
Tags: Software, Source code, SQL, SQLite, Text files
Here’s a quick hack that allows loading text files as tables in a sqlite database. Why? It’s pretty nice to compare files in SQL. txtsql can be run as follows: txtsql.exe file.txt file2.txt … Every text file is loaded as a table with two columns: row (line number) and data (the actual text). When saved [...]
Read more...
Tags: C, MinGW, Programming
All compilers optimize code to some extent, some better than others. However, at least to me a great amount of the nature of the optimizations is unclear, outside the explicitly stated loop unrolling and like. Let’s find out which kind of programmer laziness and/or stupidity gets eliminated.
Read more...
Tags: 256B, Assembly, Demoscene, Geeks, Source code
This is the first part of the epic (two-part) series of articles about tiny intros, the next one will be about an actual intro. I love tiny graphical presentations called “intros” in the demoscene and by tiny I mean 256 bytes tiny. Usually, at this point people mention a paragraph of text is well over [...]
Read more...
Tags: Software, Viewer2
PNG support (i.e. I rewrote the loader code so it’s easier to add more formats – contact me if you are willing to write a plug-in) Image details when hovering over a thumbnail Progress dialogs for various actions Added a white border around thumbnails, seems to be in the vogue (you can disable it in [...]
Read more...
Tags: Software, Viewer2
Some adds: IPTC keyword export and automatic import (enable importing by setting SyncIPTC to a non-zero value). Export the keywords with dbtool, check the manual for instructions. Happy now, people?
Read more...