15,563 online now

The Google of
online dating

— The Boston Globe

Completely free

— TIME

A favorite hangout
for internet goers

— The Village Voice

A perfect example
of the Web 2.0 revolution

— New York Post

Join Us!

Message Her

Join OkCupid

Find better matches with our advanced matching system

An image of iceb00
An image of iceb00
—% Match —% Friend —% Enemy

iceb00

53 / F / straight / Single

London, United Kingdom

The Skinny

Last Online
Join Date
Ethnicity
White
Height
6' 2" (1.87m).
Body Type
Jacked
Looking For
Long-term dating, Activity partners
Smokes
No
Drinks
Often
Drugs
Sometimes
Religion
Atheism but not too serious about it
Sign
Cancer but it doesn’t matter
Education
Dropped out of college/university
Job
Science / Tech / Engineering
Income
Rather not say
Kids
Likes children
Pets
Dislikes dogs and Likes cats
Languages
English (Okay), C++ (Fluently), LISP (Okay)

Similar Users

  • An image of Zhangchic

    Zhangchic, 33 London, United Kingdom less sex-driven

  • An image of colitas

    colitas, 27 London, United Kingdom similar

  • An image of Pheona_Kidd

    Pheona_Kidd, 34 London, United Kingdom similar

  • An image of imp_ish

    imp_ish, 33 London, United Kingdom more extroverted

  • An image of flolalah

    flolalah, 23 London, United Kingdom less kinky

  • An image of Laithia

    Laithia, 23 London, United Kingdom less kinky

  • An image of Jacqui_C

    Jacqui_C, 29 London, United Kingdom more extroverted

  • An image of Ahasonist

    Ahasonist, 24 London, United Kingdom similar

Your Notes

Edit your notes

I am big, clumsy, and beutiful.

My Self-Summary

// File: selfsummary.c
// iceb00 Details
// C template by Bernice
// pass comments frequently
// This is an ongoing project and will be revised as soon as time permits.
// Creation Date: 26-Oct-2007
// Revision Date: 13-dec-2007

#include

// Declare global here

/* Thought I would write my self summary for OK Cupid in my favourite language C (proper command line none of the ++ stuff). If you don't get as far as compiling and running this program don't worry when revised to a workable form an executable download will be made available. :)
Windows Executable Download is at
ftp://roust.gotdns.com/winbin/selfsummary.exe */

int main()

{

// declare variables here

int b, yearss=8, dayss, subject, flag = 1, count = 0, i, n = 0, m = 1, l = 1;

// declare function prototypes here

void test(int);

int isprime(int);

int isfib(int);

int gcd(int, int);

void intro(int);

// put design code here

printf("please enter a positive integer ? ");

scanf("%d", &subject);

test(subject);

intro(yearss);

flag = isprime(subject);

// Test if Fibonacci and set flag for(i = 1; i <= subject; i = i + n) { ++count; if(count % 2 == 0) n = l, m = i; else n = m, l = i;

if(i == subject) flag = flag -2;

// printf("i = %d\tn = %d\tm = %d\n", i, n, m ); // debug }

// display result // printf("flag = %d\n", flag); // debug

if(flag < 0) { printf("\n%d is the %dth number in the fibonacci sequence", subject, count); flag = flag +2; }

if(flag > 0) printf("\n%d is a prime number\n", subject); else printf("\n%d is not a prime number and therfor very boring\n", subject);

printf("How about another positive integer please ? ");

scanf("%d", &b);

printf("The Greatest common divisor of %d and %d is %d", subject, b, gcd(subject,b));

printf("\n\n\tDONE\n\n"); // shows finished

return(0);

}

//find greatest common denomonator int gcd(int x, int y) { y = y % x;

if(y != 0)

x = gcd(y,x);

return(x); }

// test input is positive integer within range void test(int x) { if(x > 2100000000 ) { printf("\nNumber is outside range maximum of 2,100,000,000\n\n"); exit(0); }

// display error and exit if not positive integer if(x < 0) { printf("\nNumber must be positive\n\n"); exit(0); } return; }

// Test if prime and set flag int isprime(int x) { int flag, i;

for(i = 2; i < x; i++) { if(x%i == 0) { flag = flag -1; break; } } return(flag); }

// Intoduction message void intro(int a) { printf("Hi\, I'm Bernice\,\nI am transgernderd male to female and live in West London.\n");

printf("I had my operation %d Years\, ago and am very much all woman now.\n", a);

printf("and I just love it :)\nI am wnat I like to call 5' 14\" tall known to enjoy the occational drink\, a keen archer I shoot both Compund Bow and English Longbow.");

return; }

What I’m doing with my life

Working to support my beautiful Lotus sports car. Getting one day older and deeper in debit.

I’m really good at

Fucking up.

Although I'm pretty good with any sort of machine.

The first things people usually notice about me

I'm tall.

My favorite books, movies, music, and food

Like food (any food).

Dig music almost any from Beethoven to Beefhart but especially Rock music.

Into Anime just can't get enough, action (bit of a fan of big Arnie) and Science Fiction.

Not to keen on books , I have great difficulty reading but quite Like Terry Pratchett which I have on audio book.

The six things I could never do without

1)My Bicycle

2)My Longbow & Arrows

3)My Lotus

4) My Compound Bow & Arrows

5) My Record and DVD Collection

6) My Computer

I spend a lot of time thinking about

Dreaming and spacing out :)

On a typical Friday night I am

Tired!

You should message me if

If you think I'm the sort of person you would like to take some time with.