Magic!

Say what you will about magic, but knowing a couple of card tricks, can really be a great ice-breaker. Trick Magic has lots of free tricks for you to impress your friends
tickmagic
via trfj

Say what you will about magic, but knowing a couple of card tricks, can really be a great ice-breaker. Trick Magic has lots of free tricks for you to impress your friends
tickmagic
via trfj
Security
PSP
News of the Weird
“hello world’ is one of those primer programs when you learn a new language. Well, now you can extremely well rounded..
C#
using System;
using System.Drawing;
using System.Windows.Forms;
class HelloWorldForm : Form {
public static void Main() {
Application.Run(new HelloWorldForm());
}
public HelloWorldForm() {
Label label = new Label();
label.Text = “Hello, world!”;
label.Location = new Point(40,30);
Controls.Add(label);
Button button = new Button();
button.Text = “OK”;
button.Location = new Point(50,55);
Controls.Add(button);
button.Click += new EventHandler(OnButtonOk);
}
void OnButtonOk(Object sender, EventArgs e) {
Application.Exit();
}
}
via d

We all have our own way of organizing our books. Matej Kren has a very, very unique way.
mtekren.cz
Making of - Click on the upper right section of the shelf to see video.
local copy of images
via nor

Just in time for the movie release, you can now purchase your own custom made cryptex. Featured prominently in The DaVinci Code, a cryptex is a puzzle box used to store valuables. Be sure to check out the FAQ and gallery.
cryptex
via d

This is an animated demonstration, that show you how to create a .torrent file so you can send a large file to a friend, or business partner. Yes, there are legitament ways to use BitTorrent…
promenos.org
uTorrent
via d

As most of you know, Google agreed to censor its search results in China. Being a communist nation, I can understand that they may wish to censor sore subjects; such as the Falun Gong, or Tiananmen Square. But Militantplatypus? Come on, what did I do?
Google.cn
via gb

Mashup are the new thing on the internet. The game submits a search string to Flickr, and shows you the resulting pictures. Your task is to guess the string.
fastr
via d