Kuribo64
Views: 20,067,964 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
04-27-24 06:12 AM
Guest:

0 users reading Kuribo64 Town Square | 1 guest | 21 bots

Main - General Chat - Kuribo64 Town Square Hide post layouts | New reply

Pages: 1 2 3 4 5 ... 155 156 157 158 159 160 161 162 163 ... 536 537 538 539 540
Psycho Python Ω
Posted on 10-26-14 07:19 AM Link | #50205
1m 75cm..by the age of 13 I should add...which makes me taller than most classmates...and my parents...and the doorframe.

The Derailing Express is coming on time
Are there any Touhou fans here or people who have heard of it? To those who heard of it, do you like it or not and why?
Status: Highly Responsive to Pancakes will soon be Highly Released to Public. :D
Python's Danmakufu Chamber - Energy Balls and Lasers of all Shapes and Colors.

Degolegodyl
Posted on 10-26-14 01:51 PM (rev. 2 of 10-26-14 01:55 PM) Link | #50221
Posted by Polari
Posted by MPG
Change of topic. How tall are you?

I am 53 1/2 inches and 10. :P

wtf is that supposed to mean, go use feet like normal people, or even better, use meters so the rest of the world can understand you better :>

I'm 1 meter and 76cm. Kind of short, I know.

You're 14, 1.76m is good for that age. And yah, I used to hate people using feet (not to mention inches) to measure their height. Now I kinda learned to use inches and feet so it's better.

Posted by Psycho Python Ω
1m 75cm..by the age of 13 I should add...which makes me taller than most classmates...and my parents...and the doorframe.


You can't be sure of that. I know a lot of people in my school that were 1.75 in grade 9 and now they're 1.77 in gr 12, and others that were 1.60 in gr9 and grew to be 1.80 now, so it all depends on genes pretty much. You already passing your parents might mean that that's the end of the line for you, but maybe you have the genes of that one distant relative that was 2m tall, never know.

shibboleet
Posted on 10-26-14 10:23 PM Link | #50283
Feel free to laugh at my first attempt at understanding assembly:

.text1:802D21A0 stwu r1, -0x90(r1) # Store an offset of -0x90 into r1
.text1:802D21A4 mflr r0 # Read the link register into r0
.text1:802D21A8 stw r0, 0x90+arg_4(r1) # Store a word 0x90+arg_4 from r0 into r1
.text1:802D21AC addi r11, r1, 0x90+arg_0 # Adds a 0x90 bit integer from r11 into r1
.text1:802D21B0 bl sub_8062E168 # Call the subroutine 8062E168 (OSReport...?)
.text1:802D21B4 lis r31, aMorphitemobj@h # LIS seems to be like addi, don't understand yet.
.text1:802D21B8 mr r29, r3 # Move the value in r29 to r3
.text1:802D21BC mr r30, r4 # Move the value in r30 to r4
.text1:802D21C0 addi r31, r31, aMorphitemobj@l # "MorphItemObj" # Adds aMorphItemObj@l from r31...to r31...? Don't understand this either.
.text1:802D21C4 bl sub_8000CE80 # Call 8000CE80
.text1:802D21C8 addi r3, r29, 0xB0 # Adds a 0xB0 offset from r3 to r29
.text1:802D21CC addi r4, r29, 0x14 # Adds a 0x14 offet from r4 to r29


____________________
a

Psycho Python Ω
Posted on 10-27-14 08:40 AM Link | #50290
I'm not laughing, bcause I don't understand a lot of it either.
And my intermediate DNH knowledge doesn't help me here either. It's rather confusing, because here # is used for comments whereas
every other language I took a look at (DNH and C#) uses // and /*comment goes here*/ for comments and # for headers and includes.
Status: Highly Responsive to Pancakes will soon be Highly Released to Public. :D
Python's Danmakufu Chamber - Energy Balls and Lasers of all Shapes and Colors.

MPG
Posted on 10-27-14 01:49 PM Link | #50294
Posted by Luigi
Feel free to laugh at my first attempt at understanding assembly:

.text1:802D21A0 stwu r1, -0x90(r1) # Store an offset of -0x90 into r1
.text1:802D21A4 mflr r0 # Read the link register into r0
.text1:802D21A8 stw r0, 0x90+arg_4(r1) # Store a word 0x90+arg_4 from r0 into r1
.text1:802D21AC addi r11, r1, 0x90+arg_0 # Adds a 0x90 bit integer from r11 into r1
.text1:802D21B0 bl sub_8062E168 # Call the subroutine 8062E168 (OSReport...?)
.text1:802D21B4 lis r31, aMorphitemobj@h # LIS seems to be like addi, don't understand yet.
.text1:802D21B8 mr r29, r3 # Move the value in r29 to r3
.text1:802D21BC mr r30, r4 # Move the value in r30 to r4
.text1:802D21C0 addi r31, r31, aMorphitemobj@l # "MorphItemObj" # Adds aMorphItemObj@l from r31...to r31...? Don't understand this either.
.text1:802D21C4 bl sub_8000CE80 # Call 8000CE80
.text1:802D21C8 addi r3, r29, 0xB0 # Adds a 0xB0 offset from r3 to r29
.text1:802D21CC addi r4, r29, 0x14 # Adds a 0x14 offet from r4 to r29
This is the first time I saw the code for ASM. I wish I could start learning NSMBW Powerpc asm, but I am way to busy.

____________________
My unfinished forum:
http://mpgforums.freeforums.net/

MercuryPenny
Posted on 10-27-14 03:29 PM Link | #50301
Posted by Psycho Python Ω
every other language I took a look at (DNH and C#) uses // and /*comment goes here*/ for comments and # for headers and includes.

Funny, I always see ; instead. I recall my brief stint into the n00b programming language (visual basic) and I remember ; being used for comments. The same for 65c816.

But that stuff looks like a nightmare.

MPG
Posted on 10-27-14 07:41 PM (rev. 2 of 10-27-14 07:43 PM) Link | #50314
I'm sick today, so I decided to stay home from school. I am on my computer since I can't do anything else. What languages do you speak? I speak English and Turkish. However, I can't really spell in Turkish :3

____________________
My unfinished forum:
http://mpgforums.freeforums.net/

SunakazeKun
Posted on 10-27-14 08:24 PM Link | #50321
I speak German, English, French and Dutch. I don't speak French that much and started learning Dutch as it is easier when you're German.



Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding


Jesse
Posted on 10-27-14 08:55 PM (rev. 2 of 10-27-14 08:57 PM) Link | #50335
I speak Dutch, English, German (enough to have a little conversation with), I am now learning japanese (because I wanted to learn how to write hiragana. my goal wasn't to learn japanese actually) and in the future I want to learn Swedish.

I also learned 2 years french, but since I never needed it and didn't speaked it I lost the ability to create sentences.

Degolegodyl
Posted on 10-27-14 10:25 PM Link | #50347
I speak English and Spanish fluently. I also know a bit of French and Hebrew.

skyl
Posted on 10-27-14 11:35 PM Link | #50349
My height is 1.58m, or 5'2".

Yes, I'm short. :P

____________________
Can you burn a Luigi board?

MPG
Posted on 10-28-14 02:35 PM Link | #50364
I'm short too. 53 1/2 inch

____________________
My unfinished forum:
http://mpgforums.freeforums.net/

Tahcryon
Posted on 10-28-14 02:38 PM Link | #50365
I speak English and Turkish, and a bit of French (Though I suck at spelling)

____________________


[04/15/2018]gridatttack: I still think the whole smg2.5 team are still in middle school lol
[04/15/2018]gridatttack: and they are 14yrs old
__________

cosmological: There's no one in Russia who doesn't agree with Putin, probably because his ideas are that great



MarioMaster720
Posted on 10-28-14 03:01 PM Link | #50369
I speak English, Croatian/Bosnian, Norwegian and German fluently. I also know how to speak a little Japanese (but not write it though) and some Danish.. :)

____________________
Former SMG2.5 Advertiser and one-time Level Designer/Artist


- FTKing Polari on DN using a mediocre deck: 100% DONE: https://i.imgur.com/TOyJiS0.png >:)
- FTKing Polari on DN yet AGAIN: 100% DONE: https://i.imgur.com/ZUTUPxw.png >8D
- Beat Polari using a deck that's so bad not even the biggest retard of retards would play it: https://i.imgur.com/RnnxkZt.png >:)
- So many Numbers....: https://i.imgur.com/c9KIqLH.jpg
- 5 Fusions in One Turn (epic OTK): https://i.imgur.com/ayP2PJ6.png
- IT ALL MAKES SENSE!: https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-prn1/t1/1522156_702674209772551_1751395151_n.jpg
- LOL: http://9gag.com/gag/a1AB2AP
- DRAW! MONSTER CARD!: https://i.imgur.com/8BcN9SE.png
- So Apparently Norway is rich while Denmark and Sweden are happy. What they don't know is that our wealth gives us happiness as well :D : https://pbs.twimg.com/media/BfA4EbJCEAAsJfG.png:large

MercuryPenny
Posted on 10-28-14 03:39 PM Link | #50377
Only English, but I did try Latin before.

Anthe
Posted on 10-28-14 04:14 PM Link | #50382
Dutch, English, French, can read Latin and doing German right now.

____________________
[image]

Psycho Python Ω
Posted on 10-28-14 04:35 PM (rev. 2 of 10-28-14 04:35 PM) Link | #50387
German and English fluently, bits of Latin, and tiny bits (one or two words, sometimes a bit more) in a lot of
different langauges, which include French, Italian, Farsi, Polish, Japanese and others.
Status: Highly Responsive to Pancakes will soon be Highly Released to Public. :D
Python's Danmakufu Chamber - Energy Balls and Lasers of all Shapes and Colors.

NWPlayer123
Posted on 10-28-14 05:54 PM (rev. 2 of 10-28-14 05:54 PM) Link | #50390
http://theverge.com/e/6848538
Down with phone companies who think it's okay to do this. I am very happy about this.

____________________
"I hate playing musical chats" ~ Quote of the month

PaperplateismGuy
Posted on 10-28-14 06:15 PM Link | #50392
So in US, home internet is unlimited right?

____________________
Remember, every user has to start out somewhere,- Every time I look back at my old posts, I cringe.



NWPlayer123
Posted on 10-28-14 06:20 PM Link | #50393
For some people, shitty companies like Comcast give you a limit (IE 500GB) and if you go over then you have to pay for everything more. That includes both upload and download. I'm lucky enough to be on CenturyLink and have unlimited.

____________________
"I hate playing musical chats" ~ Quote of the month
Pages: 1 2 3 4 5 ... 155 156 157 158 159 160 161 162 163 ... 536 537 538 539 540

Main - General Chat - Kuribo64 Town Square Hide post layouts | New reply

Page rendered in 0.093 seconds. (2048KB of memory used)
MySQL - queries: 29, rows: 235/235, time: 0.044 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.