Sometime, you may want to compress all files in a folder (or folders) in Linux into a single file to save space and so that you can back up the file to other media. In Linux, you can use the tar utilities which is installed in most Linux distribution by default. GNU 'tar' saves many files together into a single tape or disk archive, and can restore individual files from the … [Read more...]
eGenting Programming Competion 2015 And Tips
eGenting Programming Competition 2015 is coming this November and it is now open for registration. The layout or the format of the competition is remain unchanged except that eGenting Sdn Bhd is also having another competition - eGenting Bug Hunt - on next day of the eGenting Programming Competition. What is eGenting Programming Competition The E-Genting Programming … [Read more...]
eGenting Programming Competition 2013
Another competition year has come! Get your programming skills polished and take the challenge! There are more prizes this year. Come eat for free (breakfast, lunch, tea break include) and registration is free. Remember to bring your weapons, books I meant :) … [Read more...]
eGenting Programming Competition 2012
It's time to take challenge again! The eGenting Programming Competition of year is coming this November. It is now open for registration. … [Read more...]
Java: Loading Large Data into JTable or JList
In software programming (especially Graphical User Interface or GUI programming), many times, we need to load data from file or database into a table or list to be displayed to user on computer screen. Most of the time, the size of the data can be determined only during runtime. The data could be very small to a few rows of record and could be very large to a few millions rows … [Read more...]