Tag: neat
Efficient CSV Reader for MATLAB
This CSV reader will provide you with uncompromised performance. Thanks to the power of MEX compiler, for the first time in history you can load _HUGE_ CSV files into MATLAB in seconds. Enjoy! Usage: The attached archive contains compiled MEXW64 version. For other OS/architecture you need to: DOWNLOAD: swallow_csv.zip
Sound Manager for Unity3D
Unity3D’s default sound philosophy (2D/3D audio sources with support for directionality, volume, panning, property animations and filters like Reverb, Echo, etc.) is cool but if you want to add some simple sounds to your game really quickly and also: – keep playing music when loading and into new scenes – […]
Java: Automatic configuration dialog for cli-parser annotated fields
In case you haven’t heard about cli-parser – it’s a command-line interface library for Java and a very handy one at that. Its main class parses command line parameters into fields of a given class specified just by annotations. It can also produce a neat usage description characteristic for CL […]
QSexyTooltip
Here it goes (BSD Licensed)… qsexytooltip.zip You already know what it looks like: Tested on Windows / Linux X11 (with/without compositing). Enjoy!
Barebone Home v4
Added Favorites functionality. Download: eu.algoholic.barebonehome.zip (rename .zip to .apk)
Long-lost Qt Goodies – QArrowCue
Have you ever wanted to indicate (in a more pronounced way than usual mouse cursor change) that a drag action is taking place? Now is your chance to do just that 🙂 Thanks to QArrowCue you can display a neat arrow for any QDrag object you have out there. I’ll […]
Long-lost Qt Goodies – QPieMenu
I bet every single coder out there has some long-forgotten pieces of code, which when rediscovered bring this “WTH. I wrote that?” kind of feeling. I happen to have a lot of such candies 😉 Today, it’s an eye-appealing one – a pie menu. Nothing too innovative, but quite useful […]
Django Version Control for the Poor ;)
Most of the time version control (VC) is more than welcome in IT solutions, providing ways to roll back unwanted changes, monitor work progress, analyze modification trends, etc. etc. For Django, reversion seems to be the de facto standard for versioning model instances. Unfortunately it is based on serialization (in […]
Recent Comments