The Search for Gwilym

Crazzy Gwilym Related things I have found in my travels this day





http://www.amazon.co.uk/Cotton-T-Shirt-I-Love-Gwilym/dp/B002TFW8JK/ref=sr_1_5/277-0355784-0300340?ie=UTF8&s=clothing&qid=1265627994&sr=8-5

Girls

OK so I knwo its been a longtime since i blogged, but because of a certain young welsh ladys nagging i am now bloggin again, but i shall have my revence for this post will contain.......
Teenage Angst !!!!

OK the gist of this problem is thus
1) there are girls
2) i like them
3) I like one called Cat a lot,
Say hi Cat


4) Cat is a geek, and shaping up to be an awesome friend, she also share a passion for geeky t-shirts

and this is where the problem lies asking girls out tends to ruin friendships, last time i was in this sort of situation i asked and from there on she has never spoken to me again pretty much.

I have tried use a diagram to help, but this not really getting me anywhere



so anyway this is a short blog i will endever to keep updating again,

Updated code for Alphabet Bubble sort not using build in sort or compare funtions

This now will but thing with suffix's after there owrds eg catflap after cat

/*
* BubbleSorter.java
*
* Created on January 29, 2009, 4:16 PM
*
*/

package PDS2;
import java.util.ArrayList;
/**
*
* @author Gwilym Newton
* @30/01/2009
*/
public class BubbleSorter {

/** Creates a new instance of BubbleSorter */
public BubbleSorter() {
}

public static ArrayList sortasc(ArrayList List)
{
boolean change= true;
int count=0;

while(change)
{
change=false;

for(int i=0;i<(List.size()-count-1);i++)
{

if (!alpha(List.get(i), List.get(i+1)))
{
String temp= List.get(i);
List.set(i,List.get(i+1));
List.set(i+1,temp);
change=true;
}


}
count++;
}
return List;
}

public static boolean alpha(String str1, String str2)
{
boolean result=true;
int strlength;
if (str1.length()>str2.length())
{
strlength=str2.length();
}
else
{
strlength=str1.length();
}

int count=0;

while (count!=strlength)
{
if (str1.charAt(count)!=str2.charAt(count))
{
if (str1.charAt(count) {
return true;
}
else
{
return false;
}
}
count++;
}
if (str1.length()==str2.length())
{
return true;
}
else
{
return false;
}
}
}


Sorter Program V1.0

ok my java program to sort numbers is pretty much working, the monkey sort needs some work, and the input box is pretty easy to break but the core is working.

to sort numbers pop them in the input box seporated with comma's and only use integers

http://rapidshare.com/files/180349684/distrabutionV1.0.zip.html

please post abuse here

Relativistic Gynecology

So iv done it again iv revolutionised the Modern world and invented Relativistic Gynecology, that's right we can cure premature ejaculation. you just have to thrust faster thus

the mans speed relative to his partner(Politically correct FTW!) will increase.

meaning relative to them he will experience time dilation as per



meaning during the act of sex he will experience less time than his partner, so he will ejaculate after a short time, but to her it will be a very long like.

Einstein was a SEX GOD

Chemisty with sass

The Japanese have shown the abstract hand again, how to we teach chemistry to guys who just want to mess around? give all the elements boobs, that's right they've made a periodic table of manga girls with a glint in there eye.


you can buy the book at
http://www.himeyashop.com/product_info.php/products_id/11698

Lemon Demon

i amlost forgot how much i love lemon deamon, for all who've never heard it