ElseIf Label1.Caption = Label2.Caption = 0 Then
Text1.Text = Val(Text1) + 250
1129 Replies - 83340 Views - Last Post: 30 January 2017 - 08:42 AM
#318
Re: Ctrl + V dump
Posted 19 May 2009 - 03:04 PM
16 Pages « < 14 15 16 Jump to Page
1 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
1 Members: firebolt
1 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
1 Members: firebolt
#319
Re: Ctrl + V dump
Posted 21 May 2009 - 04:46 AM
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/4pXfHLUlZf4&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4pXfHLUlZf4&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>
-no rly! -i couldn't help it!
-no rly! -i couldn't help it!
This post has been edited by r0x0rcist: 21 May 2009 - 04:47 AM
#320
Re: Ctrl + V dump
Posted 21 May 2009 - 08:56 AM
"Tribal names include Ritto, Rit and Ridette, mostly forms of the word "sleep", "eat" and "dirty" from Tagaeri tribe of Huaorani."
I was reading about sloths on wikipedia and spotted this line. Apparently, some tribe used to call sloths 'sleep', 'eat' and 'shit', lol.
Edit: Anyone think sloths remind them of babies now, cos that is all they do too
I was reading about sloths on wikipedia and spotted this line. Apparently, some tribe used to call sloths 'sleep', 'eat' and 'shit', lol.
Edit: Anyone think sloths remind them of babies now, cos that is all they do too
This post has been edited by Bort: 21 May 2009 - 08:57 AM
#321
Re: Ctrl + V dump
Posted 21 May 2009 - 09:17 AM
#322
Re: Ctrl + V dump
Posted 21 May 2009 - 06:04 PM
public static int GreatestDivisor(int numberA, int numberB)
{
return numberB == 0 ? numberA : GreatestDivisor(numberB, numberA % numberB);
}
#323
Re: Ctrl + V dump
Posted 26 May 2009 - 10:02 AM
cout << fixed << setprecision(2);
#324
Re: Ctrl + V dump
Posted 27 May 2009 - 12:13 AM
I have been looking at the source of this website, and can only see the use of html, javascript and css.
#328
Re: Ctrl + V dump
Posted 30 May 2009 - 09:17 PM
Not trying to discourage you. It sounds like a great project.
#329
Re: Ctrl + V dump
Posted 30 May 2009 - 09:37 PM
http://www.dreaminco...photo-94567.jpg
//Damn... seems like I have an ego with all these posts of my pics.... was honestly on my clipboard! I swear!
//Damn... seems like I have an ego with all these posts of my pics.... was honestly on my clipboard! I swear!
This post has been edited by Gorian: 02 June 2009 - 08:01 PM

New Topic/Question

MultiQuote






|