My Mashup – London 2010 Events
by admin on Dec.05, 2009, under Uncatogorised
Leave a Comment more...Tips – CMOS battery low
by admin on Dec.02, 2009, under Uncatogorised
If your computer acts strange and suddenly you notice that your clock is not set to the right time, then this means that your CMOS battery life is getting weak.
Tip
You need the following tools:
- Rubber
If you are unable to purchase a CMOS battery, then in the mean time unclip the CMOS battery and grab a eraser or a rubber and rub the edges of the CMOS battery. This will help keep your battery life last a bit longer and it also keeps your computer settings and clock settings for a bit longer, until you purchase a new CMOS battery.
To read or learn more about this issue, please click the link below.
http://connecttojigsaw.com/wp/?page_id=55
Enter the Matrix
by admin on Nov.24, 2009, under Uncatogorised
Do you want to create your own Matrix code?
Well there are two ways to do this:
1. All you need is to open up Notepad program and copy and paste the following code below
@echo off
color 0a
:top
echo 11110000000000000000
echo 00001111000000000000
echo 00000000111100000000
echo 00000000000011110000
echo 00000000000000001111
goto top
Then save this file as matrix.bat
Finally you will see a a icon called matrix.bat MS-DOS Batch File, open the file and you have “Entered the Matrix”
………………………………………………………………………………………………………………………………………………………….
2. Try this code. You must have Java and Textpad installed on your computer to carry out this action.
public class EnterMatrix{
public static void main (String[] args){
for ( int i = 100; i >= 100; i++ ){
System.out.println(”01010101010101010101010101010″);
System.out.println(”01010101010101010101010101010″);
System.out.println(”01010101010101010101010101010″);
}
}
}
Use Ctrl + 1 to compile the code and then Use Ctrl + 2 to run your matrix program




