Author Topic: Omnimaga helps quadratic solver development  (Read 15949 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Omnimaga helps quadratic solver development
« Reply #15 on: December 08, 2010, 01:48:25 pm »
Not really, but Netham45 hasn't been around often lately so I doubt it will be fixed anytime soon if it does.

If anyone wants to stick with the 1337 posts number for a certain time, they give up quickly (like I did).

But it's a cool bug in the overall.

Also, what's a Easter Egg or SMF Easter Egg?
An easter egg is usually an undocumented feature in a software. Generally, easter eggs are funny or added in an humoristic way.

There's also one when you reach 100000 posts, but I wonder if anyone here will reach 100000 posts? O.O
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Omnimaga helps quadratic solver development
« Reply #16 on: December 08, 2010, 01:50:45 pm »
Not really, but Netham45 hasn't been around often lately so I doubt it will be fixed anytime soon if it does.

If anyone wants to stick with the 1337 posts number for a certain time, they give up quickly (like I did).

But it's a cool bug in the overall.

Also, what's a Easter Egg or SMF Easter Egg?
An easter egg is usually an undocumented feature in a software. Generally, easter eggs are funny or added in an humoristic way.

There's also one when you reach 100000 posts, but I wonder if anyone here will reach 100000 posts? O.O

I'm certain you will DJ :D

Offline Ikkerens

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 378
  • Rating: +28/-9
  • JavaScript Magician
    • View Profile
    • Walotech
Re: Omnimaga helps quadratic solver development
« Reply #17 on: December 08, 2010, 01:54:01 pm »
Menu 6 times, ah well:
Code: [Select]
0->A
Lbl ME
If A=6
Then
Goto CO
Else
A+1->A
Menu("   Ah Well :P   ","Press Enter",ME)
End
Lbl CO
"Continue
ClrHome
Disp "The Game.","You Lost"
« Last Edit: December 08, 2010, 01:56:19 pm by Ikkerens »

Splut for Android [----------]
Paused/halted indefinitely, might be abandoned, our graphic designer quit and the rest of us simply doesn't have the time to work on it...

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Omnimaga helps quadratic solver development
« Reply #18 on: December 08, 2010, 01:56:16 pm »
Code: [Select]
0->A
Lbl ME
If A = 6
Then
Goto CO
Else
Menu("   Ah Well :P   ","Press Enter",FI)
Lbl FI
Disp "You Lost.","Again"
Goto ME
End
Lbl CO
ClrHome
Disp "The Game.","You Lost"
"Continue

Offline Ikkerens

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 378
  • Rating: +28/-9
  • JavaScript Magician
    • View Profile
    • Walotech
Re: Omnimaga helps quadratic solver development
« Reply #19 on: December 08, 2010, 01:56:49 pm »
Noticed I forgot to increase A, fixed on mine, yours is an endless loop xD

Splut for Android [----------]
Paused/halted indefinitely, might be abandoned, our graphic designer quit and the rest of us simply doesn't have the time to work on it...

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Omnimaga helps quadratic solver development
« Reply #20 on: December 08, 2010, 01:57:48 pm »
Noticed I forgot to increase A, fixed on mine, yours is an endless loop xD

Which is the goal of it. Losing infinitely.

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: Omnimaga helps quadratic solver development
« Reply #21 on: December 08, 2010, 02:04:46 pm »
Menu 6 times, ah well:
Code: [Select]
0->A
Lbl ME
If A=6
Then
Goto CO
Else
A+1->A
Menu("   Ah Well :P   ","Press Enter",ME)
End
Lbl CO
"Continue
ClrHome
Disp "The Game.","You Lost"
Optimized (I think)
Code: [Select]
For(A,0,6
Menu("   Ah Well :P   ","Press Enter",A
Lbl A
End
ClrHome
Disp "The Game.","You Lost"

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Omnimaga helps quadratic solver development
« Reply #22 on: December 08, 2010, 02:06:51 pm »
Code: [Select]
For(A,0,6
Menu("   Ah Well :P   ","Press Enter",A
Lbl A
End
ClrHome
Disp "The Game.","You Lost"

A for loop would be much easier.

EDIT: Attached:

THEGAME.8xp is the optimized one
THEGAME2.8xp is the non-optimized one
« Last Edit: December 08, 2010, 02:09:11 pm by ScoutDavid »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Omnimaga helps quadratic solver development
« Reply #23 on: December 08, 2010, 02:26:33 pm »
I just lost the game. :(

Also to reach 100000 posts it would probably take me 7 years. :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Omnimaga helps quadratic solver development
« Reply #24 on: December 08, 2010, 02:34:13 pm »
You can reset the post count for a day or two  ;)
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Omnimaga helps quadratic solver development
« Reply #25 on: December 08, 2010, 02:41:07 pm »
Indeed, but that would be cheating. :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: Omnimaga helps quadratic solver development
« Reply #26 on: December 08, 2010, 02:43:06 pm »

UPDATE: Despite this being fake news, the 1337 posts OmnomIRC glitch is actually real. It's because of a SMF easter egg causing post counts of 1337 to show up as "leet" and post counts of 100000 to show up as "geek".

Lol I remember seeing that on calc84maniac's post count.

EDIT: ninja'd!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Omnimaga helps quadratic solver development
« Reply #27 on: December 08, 2010, 02:46:25 pm »
How did you get ninja'd since the two previous posts won't talk about the glitch? O.o
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Omnimaga helps quadratic solver development
« Reply #28 on: December 08, 2010, 02:48:02 pm »
I just lost the game. :(

Also to reach 100000 posts it would probably take me 7 years. :P

Not sure. How old is this board? Not much and you're 20000 posts, w00t!!

You do post a lot.


UPDATE: Despite this being fake news, the 1337 posts OmnomIRC glitch is actually real. It's because of a SMF easter egg causing post counts of 1337 to show up as "leet" and post counts of 100000 to show up as "geek".

Lol I remember seeing that on calc84maniac's post count.

EDIT: ninja'd!

Too bad you don't remember mine XD

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Omnimaga helps quadratic solver development
« Reply #29 on: December 08, 2010, 04:03:38 pm »
I think I posted about 15000 times in 2010. I can't really average higher because I get exhausted x.x (reading all that text and stuff)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)