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
The Search for Gwilym
Posted by Osmla Monday, 8 February 2010 at 03:22
0 comments Labels: Fail
Girls
Posted by Osmla Monday, 14 September 2009 at 14:13
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,
0 comments Labels: Fail, Girls, thoughts
Updated code for Alphabet Bubble sort not using build in sort or compare funtions
Posted by Osmla Friday, 30 January 2009 at 05:33
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 ArrayListsortasc(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;
}
}
}
0 comments Labels: code, java, techie
Sorter Program V1.0
Posted by Osmla Tuesday, 6 January 2009 at 04:34
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
0 comments Labels: code, java, techie
Relativistic Gynecology
Posted by Osmla at 02:00
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
Posted by Osmla Thursday, 1 January 2009 at 12:27
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
Posted by Osmla at 02:27
i amlost forgot how much i love lemon deamon, for all who've never heard it