Archive for the 'Computer Science' 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
Wednesday, April 9th, 2008
As my final year project are done, i would like to share some coding that i use. Before this i have post on DES, now i am sharing with you all on triple DES. In the name of open source..
Triple DES is also known as TDES or, more standard, TDEA (Triple Data Encryption Algorithm). The […]
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, 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