Jump to content




The Ctrl+V Game


860 replies to this topic

#1 Kingdaro

    The Doctor

  • Members
  • 1,636 posts
  • Location'MURICA

Posted 31 May 2013 - 01:21 PM

Rules are simple! Whenever you come into the topic, just paste whatever's on your clipboard! If it's code, surround it in code tags so it's more readable. If it's an image, put it in image tags. Of course, no porn or anything else that breaks forum rules. Also, don't post unless you actually have something to paste, or if you're commenting on someone's paste.

For the record, this is much more fun if you don't actually know what is on your clipboard, so I would consider taking a bit of code from some huge project you're working on and pasting it here cheating. But you're free to do so, at the expense of my respect and that of other forum members playing fair.

With that, let's see what's on my clipboard.

defs = {}
for category, groupText in data:gmatch('%[([%w-_]+)%]([^%[%]]*)') do
	defs[category] = {}
	for definition, props in groupText:gmatch('#%s*([^:]+)%s*:(/>/>/>/>/>.-);') do
		defs[category][definition] = {}
		for key, value in props:gmatch('%s*([^:]+)%s*:%s*([^:]+)%s*') do
			defs[category][definition][key] = value
		end
	end
end

And it's pastie time!

#2 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 31 May 2013 - 02:01 PM

I'll allow it, but only until the first instance of inappropriate content. I'll shut it down the first time it happens. First and final warning for all potential posters.

#3 Tjakka5

  • Members
  • 256 posts

Posted 31 May 2013 - 02:11 PM



Ah, me downloading some videos from youtube ^.^
...
What, I dont have time to watch over 30 videos on my computer...
I watch them in the night on my phone when everyone is sleeping...

#4 M4sh3dP0t4t03

  • Members
  • 255 posts
  • LocationGermany

Posted 31 May 2013 - 02:21 PM

Looks like a for statement in Java:
for(int i = 1; i<=10; i++){


#5 Symmetryc

  • Members
  • 434 posts

Posted 31 May 2013 - 02:21 PM

Hehehe I was experimenting with LOVE 2D :P.
function love.load()
love.graphics.setBackgroundColor( 255, 255, 255 )
end

function love.draw()
end

function love.update(dt)
end

function love.focus(bool)
end

function love.keypressed( key, unicode )
end

function love.keyreleased( key, unicode )
end

function love.mousepressed( x, y, button )
end

function love.mousereleased( x, y, button )
end

function love.quit()
end

(Btw, if anyone can find a in-depth tutorial for beginners for LOVE, I'd LOVE you XD)

#6 Cruor

  • Members
  • 413 posts
  • LocationNorway

Posted 31 May 2013 - 02:22 PM

http://www.youtube.c...bwXjoOw#t=1858s

Asked Mikee to make 'HUD glasses' :P

#7 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 31 May 2013 - 02:25 PM

[13:45:05] @Cranium Not crashed
[13:48:16] @Cranium I just checked the chair. No errors, and tests look good. I think it's you, jesusthekiller

#8 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 31 May 2013 - 02:41 PM

I don't even know.

http://www.gameranx....ming-setups#p10

#9 Engineer

  • Members
  • 1,378 posts
  • LocationThe Netherlands

Posted 31 May 2013 - 02:45 PM

http://pastebin.com/5d9J9dLE

I needed to show my friend what I made with Java, he wants to learn...

#10 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 31 May 2013 - 02:47 PM

Posted Image

Someone advertising on my server.

#11 H4X0RZ

  • Members
  • 1,315 posts
  • LocationGermany

Posted 31 May 2013 - 04:26 PM

http://dl.dropbox.co...91630/Space!.7z

Uh, the link to an adventure map -_-

#12 Robotonic

  • Members
  • 19 posts
  • LocationEast Midlands, U.K.

Posted 31 May 2013 - 04:29 PM

I randomly had this still on.
Same as Mudkip has, I was the one who sent it.
Posted Image

#13 Guest_ZetaNeta_*

  • Guests

Posted 31 May 2013 - 06:04 PM

Talking from a newly installed debian wheezy after "lots of swearing" with UEFI and GPT. And making GPT boot on bios... and vice versa..... and other crazy stuff.
So my buffer seems free (:D)

#14 billysback

  • Members
  • 569 posts

Posted 31 May 2013 - 06:15 PM



showing my friend one of my favorite anime characters (I have no idea why I find him so funny >.<)... Apparently I don't copy and paste whilst coding as this was linked before me doing some coding o.o

#15 diegodan1893

  • Members
  • 164 posts
  • LocationSpain

Posted 01 June 2013 - 09:33 AM

I don't know why but this is what I have on my clipboard:

Quote

----------


#16 H4X0RZ

  • Members
  • 1,315 posts
  • LocationGermany

Posted 01 June 2013 - 09:44 AM

Spoiler

Img of hello world in Piet.

#17 Tjakka5

  • Members
  • 256 posts

Posted 01 June 2013 - 09:48 AM

Mason: Person that builds with stone or bricks.o
A builder.

Shipwright: One that builds ships.
Another builder.

Carpenter: Worker who makes wooden objects and stuctrues.


Oh, me trying to solve a riddle.

#18 databrain

  • Members
  • 8 posts
  • LocationThe place beyond the mountain where dragonflies sing.

Posted 01 June 2013 - 10:31 AM

They may have misread
That's what was on my clipboard. It's what happens when I'm on steam and am about to say something, but then my friend says something, and I have to use CTRL+X and post that same message later, and say something else.

#19 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 01 June 2013 - 10:39 AM

My clipboard
Spoiler

View PostEngineer, on 31 May 2013 - 02:45 PM, said:

http://pastebin.com/5d9J9dLE
I needed to show my friend what I made with Java, he wants to learn...
Hey, that looks familiar... where have i seen that before :P

#20 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 01 June 2013 - 10:44 AM

private function update(event:Event):Void {
  if (frames < 120) {
   splash.alpha = Math.min(splash.alpha + 0.03, 1);
  } else {
   splash.alpha = Math.max(splash.alpha - 0.03, 0);
  }
  if (splash.alpha <= 0 && frames > 120) {
   Main.setScene("menu");
  }
  frames += 1;
}

I was experimenting with this epic language called Haxe earlier - just copy and pasting between files, standard stuff you do while coding :P





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users