Archive for "Aug 2011"

C#: String Extensions – Jumble

Was bored so created a string extension in C# to jumble up a input string public static string Jumble(this string s) { if (!string.IsNullOrEmpty(s)) { ArrayList al = new ArrayList(); foreach (char c in s.ToCharArray()) { al.Add(c); } string output = “”; Random rand = new Random(); int counter; do { counter = (int)(al.Count * [...]

Super Mario Bros (Special Portal Edition) :D

DOMO KUN! RAWR~

‎____█████████ ____█▄█████▄█ ____█▼▼▼▼▼█ ___██▌_______██▌ …__█▲▲▲▲▲█ ____█████████ _____██_____██

Bah. Why did wake up and faile…

Bah. Why did wake up and failed to fall asleep at this timing?

When everything’s coming your …

When everything’s coming your way, you’re in the wrong lane. #TinyTower