Members in Shoutbox
None.

Shoutbox Search
Search for:


Shoutbox Commands
/w [name] > Whisper
/r > Reply to last whisper
/me > Marks as action

Shoutbox Information
Moderators may delete any and all shouts at will.
Global Shoutbox
Please log in to shout.
Pages: < 1 « 2022 2023 2024 2025 20263572 >

[2015-12-31. : 5:27 pm]
O)FaRTy1billion[MM] -- fortunately face herpes is pretty benign
[2015-12-31. : 4:55 pm]
payne -- but you know, more than half of the USA pop6lation has oral herpes... and unfortunately, this bitch virus can spread even if it is not active or showing signs
[2015-12-31. : 4:54 pm]
payne -- hopefully it doesnt spread anywhere else... or rather, hopefully, its not herpes
[2015-12-31. : 4:53 pm]
payne -- lil-Inferno
lil-Inferno shouted: payne lmao
sore throat, hard swallowing, nasty yellowish thing on my bottom lip, and over expanded ganglions below the jaw... that meets almost all the requirements of the symptoms :(
[2015-12-31. : 4:38 pm]
O)FaRTy1billion[MM] -- I opened the wrong one :(
[2015-12-31. : 4:29 pm]
Corbo -- Fuck the boxes
[2015-12-31. : 4:25 pm]
lil-Inferno -- payne
payne shouted: i think i just caught herpes from a sexy hippy :/
lmao
[2015-12-31. : 3:49 pm]
payne -- I always am surprised to look at my stats and see that I still figure as a poster of more than 1 post per day on average.
[2015-12-31. : 3:22 pm]
payne -- i think i just caught herpes from a sexy hippy :/
[2015-12-31. : 3:05 pm]
Wing Zero -- I always win the shitty raffles and lose the big money ones too...
[2015-12-31. : 3:04 pm]
Wing Zero -- Let's go guys! New year, new boxes!
[2015-12-31. : 2:57 pm]
lil-Inferno -- 160 BOX STROKE IT SEN
[2015-12-31. : 2:43 pm]
Wing Zero -- and the rest were 10's and 20's
[2015-12-31. : 2:43 pm]
Wing Zero -- Like twenty 0's this month
[2015-12-31. : 2:42 pm]
Wing Zero -- Rip my box luck
[2015-12-31. : 2:12 pm]
TF- -- reggin
[2015-12-31. : 2:12 pm]
Moogle -- happy new year motherlickers.
[2015-12-31. : 2:02 pm]
jjf28 -- over-meme'd it seems
[2015-12-31. : 1:24 pm]
Excalibur -- Where we're going, all our dreams will become memes.
[2015-12-31. : 1:18 pm]
NudeRaider -- I hope you're not actually dreaming of memes :lol:
[2015-12-31. : 11:44 am]
Excalibur -- When you can't sleep, nothings real. Everything is a meme of a meme of a meme.
[2015-12-31. : 11:20 am]
KrayZee -- I can't sleep, Moose.
[2015-12-31. : 11:17 am]
Moose -- :wob:
[2015-12-31. : 11:14 am]
KrayZee -- Or we somehow troll people in the future with clickbaits to articles or videos...
[2015-12-31. : 11:13 am]
KrayZee -- Let's say a hundred years from now, people using the internet looking back and reading all the data from our generation and realized we're all dead
[2015-12-31. : 10:01 am]
Oh_Man -- fck i can't even log onto East right now, think it has banned me or something for trying too many times to remove my plug. I'm in west ATM.
[2015-12-31. : 9:17 am]
KrayZee -- And understand how crystals can energize yellow buildings
[2015-12-31. : 9:17 am]
KrayZee -- You should read pylon
[2015-12-31. : 8:35 am]
O)FaRTy1billion[MM] -- Now I can read python
[2015-12-31. : 8:35 am]
O)FaRTy1billion[MM] -- anyway, thanks again for your help :wob:
[2015-12-31. : 8:35 am]
O)FaRTy1billion[MM] -- I'm not too worried. Dem0n just asked if I could find stuff and this was code I found for reading the data files :P
[2015-12-31. : 8:34 am]
Vrael -- well good luck with that poop
[2015-12-31. : 8:33 am]
O)FaRTy1billion[MM] -- because sym[0] is apparently the string offset in the string table, but then the LL[i] thing goes completely unused
[2015-12-31. : 8:33 am]
O)FaRTy1billion[MM] -- I feel like self.symbols.append ((name, sym[0], sym[1], sym[2], sym[3])) should be [1], [2], [3] and [4] instead
[2015-12-31. : 8:33 am]
Vrael -- oh nvm he does use the symbols list
[2015-12-31. : 8:33 am]
O)FaRTy1billion[MM] -- It's getting string offsets
[2015-12-31. : 8:32 am]
Vrael -- that loop is basically finding the max offset of something
[2015-12-31. : 8:32 am]
O)FaRTy1billion[MM] -- And then maybe I can help dem0n find his files.
[2015-12-31. : 8:32 am]
Vrael -- then he rebinds the symbols name to a new empty list without ever using it
[2015-12-31. : 8:32 am]
O)FaRTy1billion[MM] -- It's because it's reading a weird file format ... I have no idea what any of the symbols mean. I hope to find that out when I get this converted to C and I can run it. :P
[2015-12-31. : 8:31 am]
O)FaRTy1billion[MM] -- It absolutely is not written well, but I am able to follow it :P
[2015-12-31. : 8:30 am]
Vrael -- seems goofy to me
[2015-12-31. : 8:30 am]
O)FaRTy1billion[MM] -- yes
[2015-12-31. : 8:30 am]
Vrael -- oh so it's concatenating a new element to Ls each time and then appendng that new tuple to the symbols list
[2015-12-31. : 8:30 am]
O)FaRTy1billion[MM] -- I have no way of actually running it, so I can't really test it but everything I was googling said you can + a tuple
[2015-12-31. : 8:29 am]
Vrael -- except for tuple concatenation
[2015-12-31. : 8:29 am]
Vrael -- tuples don't support the + operator
[2015-12-31. : 8:28 am]
Vrael -- you should get a TypeError
[2015-12-31. : 8:28 am]
Vrael -- this code should not work
[2015-12-31. : 8:28 am]
Vrael -- no
[2015-12-31. : 8:28 am]
O)FaRTy1billion[MM] -- Thanks for your help, and with that I'm off to bed.
[2015-12-31. : 8:28 am]
O)FaRTy1billion[MM] -- ya, but I now know with certainty that I was understanding it correctly :P
[2015-12-31. : 8:27 am]
Vrael -- and whoever coded this was dumb for using 1 and 2-letter names
[2015-12-31. : 8:27 am]
Vrael -- and LL is also a tuple
[2015-12-31. : 8:27 am]
Vrael -- Ls is therefore also a tuple
[2015-12-31. : 8:27 am]
O)FaRTy1billion[MM] -- ya, that's the same page I'm on when I decided FaRTy1billion
FaRTy1billion shouted: Oh, unpack returns a tuple, so it is a tuple
[2015-12-31. : 8:26 am]
Vrael -- L is a tuple based on this: https://docs.python.org/2/library/struct.html
[2015-12-31. : 8:26 am]
O)FaRTy1billion[MM] -- But I have to finish looking at it tomorrow .. I should be asleep right now.
[2015-12-31. : 8:26 am]
O)FaRTy1billion[MM] -- I'll continue to just assume it shoves an LL[i] at the end of the list/array/tuple that is Ls :P
[2015-12-31. : 8:23 am]
O)FaRTy1billion[MM] -- and, I assume, that makes Ls a tuple?
[2015-12-31. : 8:23 am]
O)FaRTy1billion[MM] -- L and LL are tuples
[2015-12-31. : 8:22 am]
O)FaRTy1billion[MM] -- Oh, unpack returns a tuple, so it is a tuple
[2015-12-31. : 8:21 am]
O)FaRTy1billion[MM] -- Ls = L[i*4:(i+1)*4] symbols.append (Ls + (LL[i],))
[2015-12-31. : 8:20 am]
Vrael -- you can't concatenate a list with a non-list
[2015-12-31. : 8:19 am]
Vrael -- which is what I thought
[2015-12-31. : 8:19 am]
Vrael -- ok so, the expression A + (B[i],) should fail with a TypeError if A is a list
[2015-12-31. : 8:19 am]
O)FaRTy1billion[MM] -- I'm not sure what that means ;o
[2015-12-31. : 8:17 am]
Vrael -- if it's an array, and you do an array plus an integer what you really get is Arr1 + B*ones(shape_of_Arr1)

Pages: < 1 « 2022 2023 2024 2025 20263572 >


Members Online: Moose, MobMob