January 2011
Jan 29th
22,436 notes
Jan 29th
125 notes
Jan 29th
8,843 notes
Jan 29th
Jan 29th
790 notes
Jan 29th
8 notes
Jan 29th
1,087 notes
Jan 26th
294 notes
Jan 26th
21,222 notes
Jan 26th
248 notes
Jan 26th
3,142 notes
Jan 26th
9,051 notes
Jan 26th
475 notes
Jan 25th
98 notes
Jan 25th
78 notes
Recursion Windows
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace WindowsFormsApplication2 {     public partial class Form1 : Form     {         public Form1()         {             InitializeComponent();         }         private int Expo(int b, int exp)         {...
Jan 24th
Recursion Console :))
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Recursion_Console_ {     class Program     {         static int fibo(int x)         {             if (x > 0)             {                 fibo(x - 1);             }             return 0;         }         static int Expo(int b, int exp)         {             if (exp > 1)             {...
Jan 24th
Jan 24th
Jan 24th
2,908 notes
Jan 24th
2,908 notes
“And I guess you’re proof that when you finally let go of the past, something...”
– (via frommyperspective)
Jan 24th
366 notes
Jan 23rd
Jan 23rd
158 notes
Jan 22nd
1,189 notes
Jan 22nd
660 notes
Jan 22nd
9,612 notes
Jan 22nd
8,988 notes
Jan 22nd
4,859 notes
Jan 22nd
3,378 notes
Jan 22nd
19,748 notes
Jan 22nd
Jan 22nd
350 notes
Jan 22nd
Jan 22nd
772 notes
Jan 22nd
6,136 notes
Jan 22nd
504 notes
Jan 22nd
690 notes
Jan 22nd
3,670 notes
Jan 22nd
22,473 notes
Jan 22nd
Jan 20th
5,106 notes
Jan 20th
69 notes
Jan 20th
112 notes
Jan 20th
5,517 notes
Jan 20th
4,847 notes
Jan 20th
735 notes
Jan 20th
162 notes
Jan 20th
3,844 notes
Jan 20th
144 notes
Jan 20th
10,671 notes