Tag: coding
VocaBreak Update
Google locked their dictionary service soon after publishing my VocaBreak application lol 😉 I’ve update it to work with Google Translate instead. DOWNLOAD: Updated VocaBreak
startwithmemlimit
At first I couldn’t believe that such tool wasn’t readily available because I’ve seen dozens of posts on different forums asking how to do this, however… I guess nobody felt urged enough to actually write a command line app for this. Well, I did 😉 startwithmemlimit is a Win32 application, […]
CRecentLocationsDialog
Recent locations dialog is an improved version of standard open/save file dialog. It features lists of 100 most recently accessed folders and files for easier navigation among commonly used resources. Double-clicking on a folder item or selecting an item from the folders list and clicking Browse button below launches a […]
Barebone Home for Android
Are you fed up with all those fancy launchers for Android? Or do you have an HTC G1 device that can’t handle them with reasonable performance? 😉 Either way, you’re lucky because I’ve recently created a Barebone Launcher/Home Screen implementation. It’s lightweight and practical – it let’s one filter applications […]
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 […]
Recording and replaying Qt input events
Recording, saving, loading and replaying of Qt input events could come in handy in numerous situations. For example, in automatic GUI testing or when implementing a macro system (like the one in Microsoft Office or Adobe Photoshop), in interactive help systems, demos of all sorts etc. Input events in Qt […]
New Year's Eve
I’ve written a small game for today’s occasion 🙂 I hope you enjoy it 😀 Oh, I’m not sure about the copyright status of some of the content. ACDC’s Back in Black is obviously copyrighted but since it’s a special occasion and a non-profit game, I hope I don’t go […]
LINQ/C++
LINQ was released as part of .NET Framework 3.5 back in 2007 – http://en.wikipedia.org/wiki/Language_Integrated_Query. Some attempts were made to mimic its capabilities in C++, most notably the proof of concept code by Hong Jiang: https://github.com/hjiang/linqxx. I’ve written my own, more concise version with similar functionality, which you can see below. […]
Random thought – QObjectLocker
I figured it _could_ be useful to have my mutexes created automatically for me on a per object basis. QObjectLocker maintains a pool of mutexes assigned to specified addresses (object pointers) in memory. Otherwise it behaves similarly to QMutexLocker. This way I don’t have to extend or pair up existing […]
Recent Comments