How to: Extract DNA from anything
Easy to do. Something to try out when you're bored:
http://gslc.genetics.utah.edu/units/activities/extraction/index.cfm
Deepz0ne

I was browsing around UrbanDictionary.com and came across this:
"Deepz0ne is a very well known cracker. Read below for history:
Microsoft have been bust yet again.
They have been using a cracked version of Sound Forge to create files that are inside the Windows Tour folder.
These files have been made with Sound Forge 4.5 (The cracked version) first cracked by a cracker called "Deepz0ne".
Deepz0ne was one of the founders of the cracking group "Radium" and cracked the first ever Sound Forge 4.5, for illegal, pirate use. It seems that Microsoft have got the pirate copy, and just made the files on that.
How do I [find] this you ask? Do the following:
- Click "My Computer"
- Double click the C:/ Drive (Local Disk)
- Double click the "WINDOWS" folder
- Double click the "Help" folder Double click the "Tours" folder
- Double click the "WindowsMediaPlayer folder
- Double click the "Audio" folder, then the wav directory
[or simply -> C:\WINDOWS\Help\Tours\WindowsMediaPlayer\Audio\Wav]
You will then be presented with WAV files. Right click any one of these, and open it with NotePad [or a hex-editor].
Scroll right to the bottom and you should see [something like] this: "2000-04-06 IENG Deepz0ne ISFT Sound Forge 4.5" The first 4 digits may alter, but everything else stays the same. As you can clearly see, Deepz0ne's cracked SoundForge was used to create these files"
Free DLL’s
Finally! A site where you can download and restore .DLL files instantly for free without any hassle or problems.
Curvy Corners
curvyCorners is a free, excellent script written in Javascript that will create on-the-fly rounded corners for any HTML DIV element, that look as good as any graphically created corners.
Once the script is imported, it's easy to implement:
<script type="text/JavaScript">
window.onload = function()
{
settings = {
tl: { radius: 20 },
tr: { radius: 20 },
bl: { radius: 20 },
br: { radius: 20 },
antiAlias: true,
autoPad: false
}
var divObj = document.getElementById("myDiv");
var cornersObj = new curvyCorners(settings, divObj);
cornersObj.applyCornersToAll();
}
</script>
Game: Starshine
In this game, you have to shoot at a star which then causes a chain-reaction. The hard part is getting the chain-reaction to go in the right directions to hit all the other stars.
If that sounded confusing, click on the link - you'll see what I mean.
http://armorgames.com/games/starshine.html


