Author: Administrator
To Chloe (2016) I gaze upon a vision of pure desire A vision bestowed within me, a fire Fantasies run wild in my mind’s eye Of passion with our bodies entwined Exploring the virtues of your lips And running my hand down your hips To know the softness of your bosom and tasting your flower’s … Read More “To Chloe 2016” »
#include <stdio.h> #include <time.h> using namespace std; bool isPrime(long n) { long i, m; m = n / 2; if(n % 2==0) return false; else for(i=3; i<m; i+=2) if(n % i==0) return false; return true; } int main() { long j; clock_t tStart = clock(); for(j=1;j<1000000;j++) if(isPrime(j)) printf(“%ld\n”, j); printf(“Time taken: %.2fs\n”, (double)(clock() – tStart)/CLOCKS_PER_SEC); … Read More “C++ Prime Numbers” »
‘ Chloe Program data “C”, “h”, “l”, “o”, “e”, ” “, “G”, “r”, “a”, “c”, “e” data ” “, “M”, “o”, “r”, “e”, “t”, “z”, “,”, ” “, “I”, ” ” data “l”, “o”, “v”, “e”, ” “, “y”, “o”, “u”, “!”, chr$(13), “I” data ” “, “w”, “a”, “n”, “t”, ” “, “t”, “o”, … Read More “Chloe” »
A link to the wallpapers that I use from computer to computer. NSFW Wallpapers
There a are some things that disappoint me and make me lose faith in humanity. Recent events and statements all contribute to my feeling of despondence. To express this issue, I am going to be candid, honest and frank about my feelings, likes, dislikes, beliefs and it may offend some, but nothing is going to … Read More “My Opinion” »
