Category Archives: Technology

Technology Related Posts

Ant: Hello World in Ant

This is a simple reference of my, which might be helpful to someone after installing Ant and do some playing. Use a text editor to create a file called build.xml: <?xml version="1.0"?><project name="My Project" default="hello"> <target name="hello"> <echo>Hello World!</echo> </target> … Continue reading

Posted in Tech Notes | Tagged , | Comments Off

Apache Ant

What is Apache Ant? Apache Ant (or simply Ant) is an XML-based build scripting language used heavily by the Open Source community. This is specially handy when it come is to automating the build process. Also Ant is infamous for … Continue reading

Posted in Tech Notes | Tagged , , , | Comments Off

Intersection and Set-Difference in MySQL (A workaround for EXCEPT)

The INTERSECT and EXCEPT operators of SQL are not supported in MySQL. So there there seems a workaround, you use a join with all corresponding attributes equated in place of an intersection. For instance, to get the intersection of R(a,b) … Continue reading

Posted in Tech Notes | 2 Comments

Save Electricity

Hi All, Saving Electricity is very important. So please read this doc & see whether we can do that. Then forward as much as possible.

Posted in Tech Notes | Comments Off

Thunderbird & Lightning – Its my calender

Lightning is the working project name for an extension to tightly integrate calendar functionality (scheduling, tasks, etc.) into Thunderbird. Lightning brings the Sunbird calendar to the popular email client, Mozilla Thunderbird. Since it's an extension, Lightning is tightly integrated with … Continue reading

Posted in Tech Notes | Comments Off