15 Oct 2009 at 18:41
Pereira Jude
Some More Code
No Comment
Here is a very simple script to sort your whole music library according to their artists,
#!/bin/bash
# sortMusic v0.4
# make sure this script in in the music directory and you execute this script from there
# know issue: will display many errors, but it does it fine, those errors are not to be bothered about
# still needs [...]
Mumbai University fails to keep up with the ever-evolving C++ syntax. Making Turbo C/C++ as their prescribed IDE, Turbo C/C++ is ancient and will not compile with the present syntax of C++. Here is the simplest example:
#include <iostream.h>
#include <conio.h>
void main()
{
cout << "Hello";
}
The above code, when compiled with g++ 4.3.4, will give the following errors, but [...]
14 Aug 2009 at 21:39
Pereira Jude
Linux, Some More Code
No Comment
Well, I’m sure that you are definitely curious about how do you do this. Let me tell you this, it’s really simple.
Pre-requisites:
Image File(any format will do or even any file will do)
Linux(I’ve only tested it on this platform but I guess Mac would also do)
Let’s get started, shall we?
First create a standard loopback device.
dd if=/dev/zero [...]
14 May 2009 at 20:55
Pereira Jude
Some More Code
2 Comments
Problem: Installed the hemingwayEx theme. Looks great, but the pagination doesn’t work well without the custom hemingwayEx pagination plugin. I got that installed. The hemmingwayEx theme looks cool when it displays two posts per page. The plugin worked well except that for my other two themes, displayed two posts per page. I posted a [...]
04 May 2009 at 12:15
Pereira Jude
Some More Code
21 Comments
After two days of having intense jolts given to my head, I finally got the lava lamp navigation working! The orignal idea is from G. Marwaha’ Blog and Cory’s Place. By compiling the two articles, I have a clean way to implement it in probably any wordpress theme. I struggled at this one… but where there is a will, there is a way. This has been tested on the wordpress default theme and the subtleflux theme. You can see it live at my developmental theme, releasing soon. This is also for the lazy man, the quick “copy & paste” method.
21 Apr 2009 at 23:20
Pereira Jude
Linux, Some More Code
4 Comments
Wanna hide that information and private things you don’t want your buddies to see? Here is what is called simple steganography. Steganography is the master of black arts. Nobody can ever suspect that there is a simple, easy-to-find drawer in one of your pictures. This works with .png files as I didn’t try it with any other. If the trick works on other file types, please let me know. All