Pages: [1] 2 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 1 post(s) |
Alty MacAlterson
Alt Corporation
|
Posted - 2008.04.15 20:52:00 -
[1]
Edited by: Alty MacAlterson on 15/04/2008 20:53:20
//Both people are represented by an abstract class public abstract class Person { public bool StrangersToLove { get; set; } public bool KnowTheRules { get; set; } }
//Possible thoughts public enum Thought { FullCommitment }
//Class public sealed class Me : Person { public Thought Thinking() { return Thought.FullCommitment; } }
//The target of the song, notice that GetThought can only be called by passing in an instance of Rick //which satisfies that she can't get this from any other guy public class You : Person { private Thought whatHeIsThinking; public void GetThought(Me guy) { whatHeIsThinking = guy.Thinking(); } }
class Program { //The first verse static void Main(string[] args) {
var Rick = new Me() { KnowTheRules = true, StrangersToLove = false };
var Girl = new You() { KnowTheRules = true, StrangersToLove = false };
Girl.GetThought(Rick); } }
|
Benco97
Gallente Exchangable Properties
|
Posted - 2008.04.15 20:53:00 -
[2]
Coderoll?
Originally by: Kirjava This man speaks the truth, when he farts we count the length in seconds and make squillions buying winning lottery tickets.
|
Victor Ivanov
Minmatar The Fated Odyssey.
|
Posted - 2008.04.15 20:54:00 -
[3]
Still epic. ----------------------
|
Gwoden
Gallente Order of the Griffin
|
Posted - 2008.04.15 20:56:00 -
[4]
Edited by: Gwoden on 15/04/2008 20:56:13 I get to the end.... then it hit me *shakes fist* Damn yous!!!
_______________________________________________
There is no "I can't" only "I will". |
Vanillilililliilliliilin
Caldari Macrominer Waste Management United Corporations Against Macros
|
Posted - 2008.04.15 20:57:00 -
[5]
Legendary
|
Lanu
Caldari Genos Occidere
|
Posted - 2008.04.15 20:59:00 -
[6]
I hate you :(
|
James Lyrus
Lyrus Associates
|
Posted - 2008.04.15 21:02:00 -
[7]
Seems like good code to me. -- Crane needs more grid 249km locking? |
Tzar'rim
Reckless Corsairs
|
Posted - 2008.04.15 21:04:00 -
[8]
Ok, just own up to it. Which mod entered this thread going "w000t I get to lock a post!!!!!!!" and then go "aaah, FACK!"
No need to be ashamed of that.
|
Turzyx
|
Posted - 2008.04.15 21:04:00 -
[9]
Compiling now
|
Raem Civrie
|
Posted - 2008.04.15 21:12:00 -
[10]
Luigi stole this from Slashdot's comment page on the source code leak.
That said it's epic. ---
|
|
Dark Shikari
Caldari Sharks With Frickin' Laser Beams Mercenary Coalition
|
Posted - 2008.04.15 21:12:00 -
[11]
Goddamnit, stop leaking my sekrit bot source code!
Haruhiists - Overloading Out of Pod discussions since 2007. |
Jenny Spitfire
Caldari LoneStar Industries Veritas Immortalis
|
Posted - 2008.04.15 21:15:00 -
[12]
How fast that ran? --------- Technica impendi Caldari generis. Pax Caldaria!
Recruitment -KB- |
Patch86
Di-Tron Heavy Industries Atlas Alliance
|
Posted - 2008.04.15 21:18:00 -
[13]
Originally by: Tzar'rim Ok, just own up to it. Which mod entered this thread going "w000t I get to lock a post!!!!!!!" and then go "aaah, FACK!"
No need to be ashamed of that.
That is the beauty of this particular 'Roll- the tears! It's the driving force behind all 'Rolls, you know. ------
Originally by: Dark Shikari The problem with killing Jesus is he always just respawns 3 days later anyways. |
DubanFP
Caldari Four Rings Phalanx Alliance
|
Posted - 2008.04.15 21:20:00 -
[14]
Originally by: Benco97 Coderoll?
I bet 10 mil if you put this in WoW the players would look at it and go "WTF!?". Only in EVE. _______________
ReiAyanami> We bring you tidings of AARRRRRRRRR |
Szprinkoth Sponsz
GoonFleet GoonSwarm
|
Posted - 2008.04.15 21:23:00 -
[15]
Is that even Python?
|
Tarminic
Forsaken Resistance The Last Stand
|
Posted - 2008.04.15 21:25:00 -
[16]
Originally by: Szprinkoth Sponsz Is that even Python?
Looks like C# to me. ---------------- Tarminic - 34 Million SP in Forum Warfare Play EVE: Downtime Madness v0.81 (Updated 4/8) |
Stard Aneu
|
Posted - 2008.04.15 21:27:00 -
[17]
Originally by: Tarminic
Originally by: Szprinkoth Sponsz Is that even Python?
Looks like C# to me.
Nah, he uses the keyword 'var' when defining objects. Java, perhaps?
|
Jenny Spitfire
Caldari LoneStar Industries Veritas Immortalis
|
Posted - 2008.04.15 21:28:00 -
[18]
Edited by: Jenny Spitfire on 15/04/2008 21:28:24
Originally by: Stard Aneu Nah, he uses the keyword 'var' when defining objects. Java, perhaps?
mabe javaskript? --------- Technica impendi Caldari generis. Pax Caldaria!
Recruitment -KB- |
Tarminic
Forsaken Resistance The Last Stand
|
Posted - 2008.04.15 21:29:00 -
[19]
Originally by: Stard Aneu
Originally by: Tarminic
Originally by: Szprinkoth Sponsz Is that even Python?
Looks like C# to me.
Nah, he uses the keyword 'var' when defining objects. Java, perhaps?
You can use "var" in C#: http://en.wikipedia.org/wiki/C_Sharp_Syntax ---------------- Tarminic - 34 Million SP in Forum Warfare Play EVE: Downtime Madness v0.81 (Updated 4/8) |
Alty MacAlterson
Alt Corporation
|
Posted - 2008.04.15 21:30:00 -
[20]
Overanalyzation itt
|
|
Megan Maynard
Minmatar Out of Order
|
Posted - 2008.04.15 21:30:00 -
[21]
Can you write that in Fortran 90 for me please? Something like:
PROGRAM DAMMIT IMPLICIT NONE REAL :: NO, MAYBE, YES
OPEN(10,FILE='RICKROLLED.wav')
IF (HEADSMACK .GT. 10) THEN YES=1 ELSEIF (HEADSMACK == HOFF) THEN MAYBE=1 ELSE NO=1 END IF
IF (YES==1) THEN WRITE(*,*) "You bastard you got me good" ELSEIF (MAYBE==1) THEN WRITE(*,*) "THE HOFF? THAT IS SO 2003." ELSE WRITE(*,*) "Please lock this thread." END IF END PROGRAM DAMMIT
Miz Stelth Bomerz iz the ****nit.
|
Alty MacAlterson
Alt Corporation
|
Posted - 2008.04.15 21:33:00 -
[22]
Edited by: Alty MacAlterson on 15/04/2008 21:33:03
Originally by: Megan Maynard Can you write that in Fortran 90 for me please? Something like:
PROGRAM DAMMIT IMPLICIT NONE REAL :: NO, MAYBE, YES
OPEN(10,FILE='RICKROLLED.wav')
IF (HEADSMACK .GT. 10) THEN YES=1 ELSEIF (HEADSMACK == HOFF) THEN MAYBE=1 ELSE NO=1 END IF
IF (YES==1) THEN WRITE(*,*) "You bastard you got me good" ELSEIF (MAYBE==1) THEN WRITE(*,*) "THE HOFF? THAT IS SO 2003." ELSE WRITE(*,*) "Please lock this thread." END IF END PROGRAM DAMMIT
SELECT * FROM guys WHERE strangers_to_love = yes AND knows_the_rules = no
0 rows returned.
|
Duke Fail
|
Posted - 2008.04.15 21:38:00 -
[23]
ITT: Luigi Thirty gets a forum ban
|
Quelque Chose
Gallente
|
Posted - 2008.04.15 21:39:00 -
[24]
*takes alty macalterson out behind the chemical shed and shoots him*
|
Niccolado Starwalker
Shadow Templars
|
Posted - 2008.04.15 21:41:00 -
[25]
Edited by: Niccolado Starwalker on 15/04/2008 21:43:16
Originally by: Alty MacAlterson Sekrit leaked CCP kode for EVE-O client
Is this the binary code for the EVE Online Client there have beeen so much talk about lately?? The one who leaked from CCP?
Originally by: Dianabolic Your tears are absolutely divine, like a fine fine wine, rolling down your cheeks until they flow down the river of LOL |
Gamer4liff
Caldari Metalworks THE INTERSTELLAR FOUNDRY
|
Posted - 2008.04.15 21:53:00 -
[26]
System.out.println("lol");
|
Burnharder
|
Posted - 2008.04.15 21:55:00 -
[27]
for (;;) { printf ("Nerd\n"); }
|
BigWhale
Gallente TGB Foo Corp
|
Posted - 2008.04.15 22:03:00 -
[28]
SECTION .data msgdb"WTF?!",0xa ; lenequ $ - msg
SECTION .text global main main: mov eax,4 mov ebx,1 mov ecx,msg mov edx,len int 0x80 moveax,1 mov ebx,0 int 0x80
-- R, U & Y are letters, not words... |
Commoner
Caldari Emergent Chaos
|
Posted - 2008.04.15 22:05:00 -
[29]
for (Post p : thread.getPosts()) { System.out.println("Great stuff 10/10"+p); } The worst pvp'er in EVE :
|
KeeperOf Truth
|
Posted - 2008.04.15 22:45:00 -
[30]
It doesnt work.. I am serious. I am geting corrupted life , sorry corrupted file error.
* Keeper Of Truth is the alternative persona of Priest Amarr . He exist for company management and casual forum chatting * |
|
|
|
|
Pages: [1] 2 :: one page |
First page | Previous page | Next page | Last page |