Love Work Family Friends Games Kids Life
Tuesday 10th January 2012

09-01-12(15:29:33)

I am angry. mad. disappointed. FRUSTRATED. I love my life but I am reviled with myself. It’s something I cannot seem to fathom. I’m in constant dialogues with myself BUT I know it just makes me more closed. sad. depressed. Reasons for this? I am not really sure. BUT MAYBE… 1) A biological father who [..more..]

STW#3380 | Be the First to Comment | on January 10, 2012 - 1:59 am - Uncategorized - by
Sunday 17th April 2011

sure we smile in public but behind close doors I love you like crazy I feel like ever since we stopped being friends we left a void of questions unanswered I love you so so much and I hope you feel the same Jesus has taught me alot and all I want is for us [..more..]

STW#415 | Be the First to Comment | on April 17, 2011 - 7:11 am - Uncategorized - by
Wednesday 16th February 2011

import java.awt.*; import javax.swing.*; import java.applet.*; import java.util.*; public class MathLan01 { public static void main(String args[]) { Geometryclass.dataEntry(); Util.skipln(2); Geometryclass.display2DPerimeters(); } } class Geometry { static int height; static int width; static int length; static int base1; static int base2; static int side; static int radius; public static void dataEntry() { Scanner input = [..more..]

STW#275 | Be the First to Comment | on February 16, 2011 - 8:41 am - Uncategorized - by
Saturday 29th January 2011

import java.awt.*; import javax.swing.*; import java.applet.*; import java.util.Random; public class cube extends JApplet { public void paint(Graphics g) { for (int k = 0; k

STW#230 | Be the First to Comment | on January 29, 2011 - 3:53 am - Uncategorized - by