Ctrl + V dump

  • (76 Pages)
  • +
  • « First
  • 20
  • 21
  • 22
  • 23
  • 24
  • Last »

1129 Replies - 83340 Views - Last Post: 30 January 2017 - 08:42 AM

#316 firebolt   User is offline

  • D.I.C Lover
  • member icon

Reputation: 93
  • View blog
  • Posts: 5,561
  • Joined: 20-February 09

Re: Ctrl + V dump

Posted 19 May 2009 - 05:56 AM

ElseIf Label1.Caption = Label2.Caption = 0 Then
Text1.Text = Val(Text1) + 250

#317 Nikhil_07n   User is offline

  • The cheese stands alone..
  • member icon

Reputation: 54
  • View blog
  • Posts: 2,490
  • Joined: 09-January 09

Re: Ctrl + V dump

Posted 19 May 2009 - 08:46 AM

dinastywarriorsclan.com

#318 firebolt   User is offline

  • D.I.C Lover
  • member icon

Reputation: 93
  • View blog
  • Posts: 5,561
  • Joined: 20-February 09

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

#319 r0x0rcist   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 47
  • Joined: 15-May 09

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!

This post has been edited by r0x0rcist: 21 May 2009 - 04:47 AM


#320 Bort   User is offline

  • Ill-informed Mongoloid
  • member icon

Reputation: 451
  • View blog
  • Posts: 3,114
  • Joined: 18-September 06

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. :D

Edit: Anyone think sloths remind them of babies now, cos that is all they do too :D

This post has been edited by Bort: 21 May 2009 - 08:57 AM


#321 Nykc   User is offline

  • Gentleman of Leisure
  • member icon

Reputation: 740
  • View blog
  • Posts: 8,654
  • Joined: 14-September 07

Re: Ctrl + V dump

Posted 21 May 2009 - 09:17 AM

http://www.woot.com/

This post has been edited by Nykc: 21 May 2009 - 09:18 AM


#322 SixOfEleven   User is offline

  • Planeswalker
  • member icon

Reputation: 1055
  • View blog
  • Posts: 6,643
  • Joined: 18-October 08

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 bunnylovesneon   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 44
  • Joined: 17-November 08

Re: Ctrl + V dump

Posted 26 May 2009 - 10:02 AM

cout << fixed << setprecision(2);

#324 Toxicterror   User is offline

  • blub

Reputation: 15
  • View blog
  • Posts: 687
  • Joined: 10-March 09

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.

#325 Nikhil_07n   User is offline

  • The cheese stands alone..
  • member icon

Reputation: 54
  • View blog
  • Posts: 2,490
  • Joined: 09-January 09

Re: Ctrl + V dump

Posted 27 May 2009 - 11:55 AM

Xoloitzcuintle

#326 SixOfEleven   User is offline

  • Planeswalker
  • member icon

Reputation: 1055
  • View blog
  • Posts: 6,643
  • Joined: 18-October 08

Re: Ctrl + V dump

Posted 30 May 2009 - 08:22 AM

http://www.dreaminco...topic106820.htm

#327 Nikhil_07n   User is offline

  • The cheese stands alone..
  • member icon

Reputation: 54
  • View blog
  • Posts: 2,490
  • Joined: 09-January 09

Re: Ctrl + V dump

Posted 30 May 2009 - 11:04 AM

richrox kirsten

#328 SixOfEleven   User is offline

  • Planeswalker
  • member icon

Reputation: 1055
  • View blog
  • Posts: 6,643
  • Joined: 18-October 08

Re: Ctrl + V dump

Posted 30 May 2009 - 09:17 PM

Not trying to discourage you. It sounds like a great project.

#329 Gorian   User is offline

  • ninja DIC
  • member icon


Reputation: 156
  • View blog
  • Posts: 1,856
  • Joined: 28-June 08

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! :blink:

This post has been edited by Gorian: 02 June 2009 - 08:01 PM


#330 KYA   User is offline

  • Wubba lubba dub dub!
  • member icon

Reputation: 3213
  • View blog
  • Posts: 19,241
  • Joined: 14-September 07

Re: Ctrl + V dump

Posted 30 May 2009 - 09:37 PM

7*(2+5+3*2-1)

  • (76 Pages)
  • +
  • « First
  • 20
  • 21
  • 22
  • 23
  • 24
  • Last »