Ctrl + V dump

  • (76 Pages)
  • +
  • « First
  • 68
  • 69
  • 70
  • 71
  • 72
  • Last »

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

#1036 Creecher   User is offline

  • I don't care
  • member icon

Reputation: 562
  • View blog
  • Posts: 2,049
  • Joined: 06-March 10

Re: Ctrl + V dump

Posted 11 May 2011 - 01:45 AM

<?php
include ('../../common.php'); 
ShowHead();
TopNav();
?>
<div class="colmask leftmenu">
	<div class="colleft">
		<div class="col1">
			<!-- Column 1 start -->
			<h2>Game Name</h2>
			<p>
Game goes here. 

			</p>
			<p>Instructions go here.</p>
			<!-- Column 1 end -->
		</div>
<?php
 ShowLeft(); 
	echo '</div>
</div>';
 ShowFoot(); ?>



#1037 nathanpc   User is offline

  • SCIENCE!
  • member icon

Reputation: 113
  • View blog
  • Posts: 1,171
  • Joined: 31-July 09

Re: Ctrl + V dump

Posted 11 May 2011 - 06:43 AM

http://www.dreaminco...pps-everywhere/

#1038 Creecher   User is offline

  • I don't care
  • member icon

Reputation: 562
  • View blog
  • Posts: 2,049
  • Joined: 06-March 10

Re: Ctrl + V dump

Posted 12 May 2011 - 07:29 PM

	<ul style="list-style: none;">
		<li><a href="./games/racing/neonrace.php">Neon Race</a></li>
		<li><a href="./games/strategy/angularmomentum.php">Angular Momentum</a></li>
		<li><a href="./games/rpg/empireofthegaladur.php">Empire of the Galadur</a></li>
		<li><a href="./games/shooting/weapon.php">Weapon</a></li>
		<li><a href="./games/rpg/battleoflemolad.php">Battle Of Lemolad</a></li>
		<li><a href="./games/rpg/warlordsheroes.php">Warlords Heroes</a></li>
		<li><a href="./games/action/crushthecastle.php">Crush the Castle</a></li>
		<li><a href="./games/other/canabalt.php">Canabalt</a></li>
		<li><a href="./games/other/arc.php">Arc</a></li>
		<li><a href="./games/rpg/taleswortharena.php">Talesworth Arena</a></li>
		<li><a href="./games/strategy/1066.php">1066</a></li>
		<li><a href="./games/shooting/endlesszombierampage.php">Endless Zombie Rampage</a></li>
		<li><a href="./games/action/ragdoll2.php">Ragdoll Avalanche 2</a></li>
		<li><a href="./games/racing/uphillrush.php">Uphill Rush</a></li>
	</ul>
		


#1039 v0rtex   User is offline

  • Caffeine: db "Never Enough!"
  • member icon

Reputation: 223
  • View blog
  • Posts: 773
  • Joined: 02-June 10

Re: Ctrl + V dump

Posted 21 May 2011 - 10:48 AM

	import java.io.*;
	public class main {
	  static long factorial(long n) {
		  if (n== 0) {
			  return 0;
		  }
		if (n <= 1) {
		    return 1;
		}
		else {
		    return n * factorial(n-1); 	      
	     
		}



#1040 Creecher   User is offline

  • I don't care
  • member icon

Reputation: 562
  • View blog
  • Posts: 2,049
  • Joined: 06-March 10

Re: Ctrl + V dump

Posted 21 May 2011 - 12:55 PM

WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWv

#1041 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: Ctrl + V dump

Posted 21 May 2011 - 07:34 PM

GroovyChin

#1042 Creecher   User is offline

  • I don't care
  • member icon

Reputation: 562
  • View blog
  • Posts: 2,049
  • Joined: 06-March 10

Re: Ctrl + V dump

Posted 23 May 2011 - 09:42 AM

<div id="header"><img src="logo.gif" border="0" /></div><div id="main"> 



#1043 Servatis   User is offline

  • D.I.C Regular

Reputation: 48
  • View blog
  • Posts: 394
  • Joined: 30-March 09

Re: Ctrl + V dump

Posted 24 May 2011 - 06:42 AM

var movesArray:Array = PossibleMovesSquare(squares[indexX][indexY], true);

making a flash game cause i'm bored :P

#1044 codeprada   User is offline

  • Changed Man With Different Priorities
  • member icon

Reputation: 963
  • View blog
  • Posts: 2,382
  • Joined: 15-February 11

Re: Ctrl + V dump

Posted 27 May 2011 - 08:51 AM

http://api.jquery.com/jQuery.ajax/


#1045 Creecher   User is offline

  • I don't care
  • member icon

Reputation: 562
  • View blog
  • Posts: 2,049
  • Joined: 06-March 10

Re: Ctrl + V dump

Posted 27 May 2011 - 12:11 PM

define ('TITLE', 'Ragdoll Avalanche 2');


#1046 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: Ctrl + V dump

Posted 27 May 2011 - 12:15 PM

flash/carc_motion

#1047 Shane Hudson   User is offline

  • D.I.C Technophile
  • member icon

Reputation: 345
  • View blog
  • Posts: 1,286
  • Joined: 06-December 09

Re: Ctrl + V dump

Posted 28 May 2011 - 11:08 AM

Copernic Desktop Search

#1048 Raynes   User is offline

  • D.I.C Lover
  • member icon

Reputation: 616
  • View blog
  • Posts: 2,815
  • Joined: 05-January 09

Re: Ctrl + V dump

Posted 28 May 2011 - 03:39 PM

(defn group-by-method
  "Returns a map of :read and :write."
  [ns suffix]
  (->> ns symbol ns-publics vals
       (group-by
        #(if (.endsWith (str %) suffix)
           :write
           :read))))



#1049 Creecher   User is offline

  • I don't care
  • member icon

Reputation: 562
  • View blog
  • Posts: 2,049
  • Joined: 06-March 10

Re: Ctrl + V dump

Posted 28 May 2011 - 03:46 PM

<?php
}
 ShowLeft(); 
	echo '</div>
</div>';
 ShowFoot(); ?>



#1050 supercorey   User is offline

  • D.I.C Head
  • member icon

Reputation: 119
  • View blog
  • Posts: 207
  • Joined: 15-February 09

Re: Ctrl + V dump

Posted 02 June 2011 - 08:52 PM

20:13:53 [INFO] [§2Admin§f] <supercorey> i know. what is going on with that? 



I had to copy that out of my Minecraft server log for setting up a config file. When I pressed Ctrl-C to copy it, I also killed the process and kicked off 3 players...

  • (76 Pages)
  • +
  • « First
  • 68
  • 69
  • 70
  • 71
  • 72
  • Last »