Archive for the 'Education' Category
Wednesday, April 16th, 2008
Now let the exam & exhibition mode take control.
No more post until the exhibition for my final year project.
Thundercats are GO!!!!!….
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
2 Comments » | Posted in Computer Science, Education, Life
Friday, April 4th, 2008
Today i am gonna post about DES aka Data Encryption Standard. Actually it’s a little not-up-to-date if you are using this type of algorithm. But for education purpose it’s ok..hee..My final year project used this algorithm cause it’s the SUN JCE have it’s library built in it. First we need to know what is DES.
DES […]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Leave Comment » | Posted in Computer Science, Education, Life
Thursday, April 3rd, 2008
What you need to do is go to GOOGLE and type ‘flower’ for example and search.
Then go to the address bar and paste the code below.
javascript:R= 0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position= ‘absolute’ ; DIS.left=Math. sin(R*x1+ i*x2+x3)* x4+x5; DIS.top=Math. cos(R*y1+ […]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Leave Comment » | Posted in Computer Science, Education
Friday, March 28th, 2008
Just want to share with you all on this beautiful proverb.Enjoy..
With money you can buy a HOUSE but not a HOME.
With money you can buy a CLOCK but not TIME.
With money you can buy a BED but not SLEEP.
With money you can buy a BOOK but not KNOWLEDGE.
With money you can see a DOCTOR but […]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
2 Comments » | Posted in Education, Life
Monday, March 17th, 2008
After a while, i think there are some major differences between science and computer science. Although computer science is the sub set from science, the science in computer are always growing compared to science. For example if you continued your studies in a science faculty, the notes used maybe 10 to 15 years old right?!..
Compared […]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
3 Comments » | Posted in ComputerScience, Education
Thursday, March 13th, 2008
Arghh…my final year project due date is 3 more weeks..although i have finished my Smart Encryption System..seems that the result are way to simple for me alright. Encrypt any files using any of three encyption algorithms.
Well, i thought that i want to add some steganography function in the system.emm..i try, i said to my lovely […]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Leave Comment » | Posted in ComputerScience, Education, Life
Monday, March 3rd, 2008
As i thought that my final year project are finished…not just yet as my triple DES algorithm are not running in the .jar file. After running it with command prompt i discovered some errors…damn!!!..
Triple DES used 112 bit or 168 bit key. That was the problem as the password which will be the based for […]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
4 Comments » | Posted in ComputerScience, Education, Life
Thursday, February 28th, 2008
As a networking student, i should know about this as this is the easiest way to practice my networking skills. Although some of the protocols are not in the application, it’s really worth a try.As the lab in my faculty are shared with other students such as the master students. The router and switches […]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
6 Comments » | Posted in ComputerScience, Education, FreeStuff, Gadget
Tuesday, February 19th, 2008
3DES or Triple DES or DESede are well known encryption algorithm which are the “child” of DES(Data Encryption Standard). Although it was replace by AES (Advance Encryption Standard) still there are some people like me studies this old thing.
Triple DES is part of my final year project. I asked my lecturer if i perform DES […]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
5 Comments » | Posted in ComputerScience, Education, JAVA