Welcome Guest ( Log In | Register )

67 Pages V « < 7 8 9 10 11 > »   
Closed TopicStart new topic
> Ctrl + V, Paste whatever is in your clipboard and post without editing.

 
post Dec 1 2014, 08:35
Post #161
Potato Girl



Newcomer
*
Group: Members
Posts: 20
Joined: 3-May 13
Level 174 (Destined)


temporary internet file
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 1 2014, 08:37
Post #162
Mitsukuni93



Newcomer
*
Group: Members
Posts: 28
Joined: 16-April 13
Level 129 (Ascended)


N/A
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 1 2014, 12:11
Post #163
uareader



Critter
*********
Group: Catgirl Camarilla
Posts: 5,592
Joined: 1-September 14
Level 500 (Ponyslayer)


CODE
[font=Impact]

(I cheated and put in in code since it wouldn't have worked well else (IMG:[invalid] style_emoticons/default/tongue.gif) )

This post has been edited by uareader: Dec 1 2014, 12:11
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 1 2014, 12:27
Post #164
shinjix7



The Enigma
*****
Group: Members
Posts: 560
Joined: 18-December 08
Level 252 (Godslayer)


レオパル
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 1 2014, 13:35
Post #165
Moenyaa



Casual Poster
***
Group: Gold Star Club
Posts: 173
Joined: 30-November 14
Level 15 (Novice)


y1e6s8
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 1 2014, 13:38
Post #166
Sun Walker



peace, bacon and sex
*****
Group: Members
Posts: 715
Joined: 30-November 14
Level 103 (Lord)


[m.facebook.com] https://m.facebook.com/debilitating

This is a friend's Facebook fictional character profile.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 1 2014, 14:44
Post #167
Caia



Endless Night
***********
Group: Gold Star Club
Posts: 13,442
Joined: 18-January 14
Level 403 (Godslayer)


Received 2 Hath
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 1 2014, 16:17
Post #168
8jposfolifas



Newcomer
**
Group: Members
Posts: 53
Joined: 19-August 12
Level 203 (Destined)


#include <stdio.h>
#define size(x) (sizeof(x) / sizeof(x[0]))

/* Prototypen */
void insertion_sort(int*,int);

//Insertion Sort
int main(void){
int a[] = {88,25,24,19,62,12,17};
//before sorting
for(int i=0; i<size(a); i++) {
printf("i: %i a[i]: %i\n",i,a[i]);
}
printf("\n");

insertion_sort(a,size(a));

//after sorting
for(int i=0; i<size(a); i++) {
printf("i: %i a[i]: %i\n",i,a[i]);
}
return 0;
}

void insertion_sort(int *a, int n){
int dummy,i,j;
for (i=1; i<n; i++){
dummy = a[i];
j = i;
while(j>0 && dummy < a[j-1]){
printf("j: %i a[j]: %i a[j-1]: %i\n",j,a[j],a[j-1]);
a[j]=a[j-1];
j--;
}
a[j] = dummy;
}
printf("\n");
}
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 2 2014, 01:43
Post #169
Caia



Endless Night
***********
Group: Gold Star Club
Posts: 13,442
Joined: 18-January 14
Level 403 (Godslayer)


Received a Shade Fragment.
Received some Mid-Grade Leather.
Received a Binding of Mjolnir.
Received some High-Grade Wood.
Received some High-Grade Leather.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 2 2014, 05:26
Post #170
Void Domain



Active Poster
*******
Group: Catgirl Camarilla
Posts: 2,131
Joined: 30-May 10
Level 500 (Godslayer)


Superb Spirit Rune
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 2 2014, 06:03
Post #171
WangDong



Newcomer
**
Group: Members
Posts: 67
Joined: 7-May 12
Level 169 (Destined)


[store.steampowered.com] http://store.steampowered.com/app/227280/?..._7_7_204_150_74 (link to no time to explain on steam).
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 2 2014, 06:09
Post #172
White Joker



Lolilover
****
Group: Gold Star Club
Posts: 360
Joined: 18-January 09
Level 388 (Godslayer)


https://e-hentai.org/dmspublic/karma.php?u=404904

Heh, giving karma out was what I did.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 2 2014, 09:15
Post #173
nirvarin21



Not A Day Goes By \(´・ω・`)/
*********
Group: Gold Star Club
Posts: 6,449
Joined: 24-September 14
Level 500 (Ponyslayer)


Henjutsu Level
Lv. 303 (Godslayer)
Experience Points
664,448,421 (@ 109,347,425)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 2 2014, 12:02
Post #174
shinjix7



The Enigma
*****
Group: Members
Posts: 560
Joined: 18-December 08
Level 252 (Godslayer)


心のBOSS
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 2 2014, 13:24
Post #175
Caia



Endless Night
***********
Group: Gold Star Club
Posts: 13,442
Joined: 18-January 14
Level 403 (Godslayer)


Henjutsu Level
Lv. 395 (Godslayer)
Experience Points
31,428,589,109 (@ 24,709,611,970)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 3 2014, 02:06
Post #176
nirvarin21



Not A Day Goes By \(´・ω・`)/
*********
Group: Gold Star Club
Posts: 6,449
Joined: 24-September 14
Level 500 (Ponyslayer)


Henjutsu Level
Lv. 304 (Godslayer)
Experience Points
410,525,245 (@ 398,054,483)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 3 2014, 02:58
Post #177
8jposfolifas



Newcomer
**
Group: Members
Posts: 53
Joined: 19-August 12
Level 203 (Destined)


tiny pic
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 3 2014, 08:03
Post #178
Krabhus



Newcomer
*
Group: Recruits
Posts: 11
Joined: 19-November 14
Level 83 (Hero)


[dwarffortresswiki.org] http://dwarffortresswiki.org/index.php/v0.31:Wealth
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 3 2014, 08:04
Post #179
davestal



Casual Poster
***
Group: Members
Posts: 127
Joined: 19-March 11
Level 250 (Destined)


少女神域∽少女天獄 Sofmap特典抱き枕カバー(Lass) ※未開封
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 3 2014, 08:08
Post #180
foxworth



Regular Poster
******
Group: Members
Posts: 988
Joined: 7-April 11
Level 228 (Godslayer)


Frederic Lamond (1868-1948): Schubert-Liszt - Der Erlkönig
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


67 Pages V « < 7 8 9 10 11 > » 
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 18th April 2025 - 21:50