logo logo
alternative to HJSplit; split and join files faster!

alternative to HJSplit; split and join files faster!

It’s been few days after my last post. I’ve been really busy with offline projects. So, here I’ll make a quick post. Why we need alternative to HJSplit? Well, for me, sometimes, HJSplit is...

dynamic multidimensional array

Today I got a task to convert as C# desktop application into a Delphi XE application. One thing I learned is about dynamic multidimensional array. In C#, we can do this by just simply using one-liner...

super easy installing ffmpeg, ffmpeg-php, lame, libogg, libvorbis, mplayer, mencoder and flvtool2 in Debian 6

There are new comer Linux users that still think that installing ffmpeg, mencoder and flvtool2 is hard to do in Linux. I can understand this because not many tutorial site tell them how to do it easily. If...
faster search file based on its content

faster search file based on its content

As a programmer with bad house keeping habit, I often forgot where I wrote my code that I want to re-use. I’m also not an SVN/git fan, so, managing my project source codes is always a hinder to me. This...

bash script — delete files older than specified time

This time we will create a bash script that will delete certain file that older than certain times. This is useful for cleaning up old temporary files. This script will also delete only files that has...
bottom