The Official Happiness Thread
- OwnZ joO
- Posts: 1197
- Joined: Sun Dec 09, 2007 4:46 pm
Re: The Official Happiness Thread
I have a TI89 and the solvers like that are in the OS, so even when you clear it it's still there. I love my calculator, it shows fractions for the answer when you divide and it doesn't get a whole number, and square roots in the numerator.
- JacksonCougar
- Huurcat
- Posts: 2460
- Joined: Thu Dec 06, 2007 11:30 pm
- Location: Somewhere in Canada
Re: The Official Happiness Thread
The biggest problem is that I need to balance the benefit of these apps with test time :\
If I need them I guess I will decide whether to write them or not: I spent nearly 15 minutes last test using synth division <_>... on one question...
EDIT: 3.30 secs for both the quad solver and the synthetic division programs
If I need them I guess I will decide whether to write them or not: I spent nearly 15 minutes last test using synth division <_>... on one question...
EDIT: 3.30 secs for both the quad solver and the synthetic division programs

- Remnant Samurai
- Posts: 882
- Joined: Mon Jan 28, 2008 7:29 am
- Location: Land Of The Long White Cloud
- Contact:
Re: The Official Happiness Thread
New sig new avatar and liking the downloads in the cafe xzodia has been busy

- JacksonCougar
- Huurcat
- Posts: 2460
- Joined: Thu Dec 06, 2007 11:30 pm
- Location: Somewhere in Canada
Re: The Official Happiness Thread
Nice Avatar!
To share my current happiness I will write out my program source :O O'H4X!
Cheerios: tell me if my math is wrong please! :p
EDIT: I got my time under 3 minutes! w00t... w00t.bat?
To share my current happiness I will write out my program source :O O'H4X!
Code: Select all
Quad-Solver:
:Prompt a,b,c
:Disp (-b+√(b^2)-(4ac)))/(2a)
:Disp (-b-√(b^2)-(4ac)))/(2a)
Synthetic Division Solver:
:Prompt a,b,c,d,e,f
:Disp a
:Disp b
:Disp ab+c
:Disp a(ab+c)+d
:Disp a(a(ab+c)+d)+e
:Disp a(a(a(ab+c)+d)+e)+f
EDIT: I got my time under 3 minutes! w00t... w00t.bat?
- Remnant Samurai
- Posts: 882
- Joined: Mon Jan 28, 2008 7:29 am
- Location: Land Of The Long White Cloud
- Contact:
Re: The Official Happiness Thread
program source for wat jackson??
changed the sig like this one a lot more
changed the sig like this one a lot more

- JacksonCougar
- Huurcat
- Posts: 2460
- Joined: Thu Dec 06, 2007 11:30 pm
- Location: Somewhere in Canada
- Remnant Samurai
- Posts: 882
- Joined: Mon Jan 28, 2008 7:29 am
- Location: Land Of The Long White Cloud
- Contact:
Re: The Official Happiness Thread
ohh right now lets pretend i know what your talking about lol
do you like the hunter sig??
do you like the hunter sig??

- OwnZ joO
- Posts: 1197
- Joined: Sun Dec 09, 2007 4:46 pm
Re: The Official Happiness Thread
It's the source code in the language TI basic, to do math problems for him on what he's testing over right now.
- JacksonCougar
- Huurcat
- Posts: 2460
- Joined: Thu Dec 06, 2007 11:30 pm
- Location: Somewhere in Canada
Re: The Official Happiness Thread
Very happy because I can write out three functions in under five minutes! yay:
Quad Solver, Synthetic Divider, and Completing the Square apps be done!
EDIT: Now about 6 minutes after adding code to correct a bug in the Complete the Square solver... still this should save me a tonne of time for testing values and answers... so long as I didn't miss any bug
Ah well test starts in 6 minutes, time for me to go face teh music!
Quad Solver, Synthetic Divider, and Completing the Square apps be done!
EDIT: Now about 6 minutes after adding code to correct a bug in the Complete the Square solver... still this should save me a tonne of time for testing values and answers... so long as I didn't miss any bug

Ah well test starts in 6 minutes, time for me to go face teh music!
- neodos
- Posts: 1493
- Joined: Sun Dec 09, 2007 8:58 pm
Re: The Official Happiness Thread
This is giving me a headhace but I am happy and i think a lot of people is going to be happy of what Me and Him are doing, surprises coming soon!
- Aumaan Anubis
- Staff
- Posts: 1812
- Joined: Thu Dec 13, 2007 12:18 am
- Contact:
Re: The Official Happiness Thread
do i noes what you are doin'?
Anyway, Jackson, that Quad Formula doesn't always work.
For instance.
a = 1
b = 8
c = 16
Answers will equal -4 and -4.
Calculator's fault though. But I have a TI-83.
Anyway, Jackson, that Quad Formula doesn't always work.
For instance.
a = 1
b = 8
c = 16
Answers will equal -4 and -4.
Calculator's fault though. But I have a TI-83.
- JacksonCougar
- Huurcat
- Posts: 2460
- Joined: Thu Dec 06, 2007 11:30 pm
- Location: Somewhere in Canada
-
- Posts: 201
- Joined: Tue Dec 18, 2007 6:12 am
- Location: Lincoln, NE
- Contact:
Re: The Official Happiness Thread
20-0 in a COD4 game before dying twice at the end.
And yes, if you're wondering, I'm only posting here because HM is down. >_>
And yes, if you're wondering, I'm only posting here because HM is down. >_>
-
- Posts: 246
- Joined: Mon Dec 10, 2007 3:15 am
Re: The Official Happiness Thread
I knew it! heh, are you aware of the cause of it or is it just one of those times again?Tural wrote:20-0 in a COD4 game before dying twice at the end.
And yes, if you're wondering, I'm only posting here because HM is down. >_>
- Grimdoomer
- Admin
- Posts: 1835
- Joined: Sun Dec 09, 2007 9:09 pm
Re: The Official Happiness Thread
Atleast you get a break from all the stupid H3 questionsTural wrote:20-0 in a COD4 game before dying twice at the end.
And yes, if you're wondering, I'm only posting here because HM is down. >_>

Don't snort the magic, we need it for the network.
-
- Posts: 201
- Joined: Tue Dec 18, 2007 6:12 am
- Location: Lincoln, NE
- Contact:
Re: The Official Happiness Thread
The jury's out. Forge doesn't know (But then again, he still doesn't have access to the server). Rumor has it some malicious activity is occurring/has occurred.Rockymods wrote:I knew it! heh, are you aware of the cause of it or is it just one of those times again?
-
- Posts: 409
- Joined: Sat Jan 12, 2008 11:42 pm
- Location: Michigan
- Contact:
Re: The Official Happiness Thread
Looks like something is either wrong with the Database or the config file...
Forge/Gren will fix it soon enough, hopefully.
Forge/Gren will fix it soon enough, hopefully.
-
- Posts: 201
- Joined: Tue Dec 18, 2007 6:12 am
- Location: Lincoln, NE
- Contact:
Re: The Official Happiness Thread
It is a server problem, not a content problem.
Forge cannot fix anything, as he has no access to the server.
Forge cannot fix anything, as he has no access to the server.
-
- Posts: 409
- Joined: Sat Jan 12, 2008 11:42 pm
- Location: Michigan
- Contact:
Re: The Official Happiness Thread
Ahh. I guess all we can do is wait... 

-
- Posts: 201
- Joined: Tue Dec 18, 2007 6:12 am
- Location: Lincoln, NE
- Contact:
-
- Posts: 409
- Joined: Sat Jan 12, 2008 11:42 pm
- Location: Michigan
- Contact:
Re: The Official Happiness Thread
Yeah.
The fact that Halomods is down doesn't bother me that much... But it's not the same when you click it on your Bookmarks Toolbar and it
doesn't load.
The fact that Halomods is down doesn't bother me that much... But it's not the same when you click it on your Bookmarks Toolbar and it
doesn't load.

-
- Posts: 246
- Joined: Mon Dec 10, 2007 3:15 am
Re: The Official Happiness Thread
Agreed, I keep doing it.. lol
anyway...
SUCCESS!!
I recovered from the Gaelicum virus! If you don't know what it does, it basically is a worm that goes through your entire computer infecting nearly every last .exe in its path. It took about an hour to clean through it all but now I'm clean
anyway...
SUCCESS!!
I recovered from the Gaelicum virus! If you don't know what it does, it basically is a worm that goes through your entire computer infecting nearly every last .exe in its path. It took about an hour to clean through it all but now I'm clean

- DoorM4n
- Posts: 2154
- Joined: Sun Dec 09, 2007 3:01 am
- Location: Houston
Re: The Official Happiness Thread
hahaha! Excellent man! I haven't heard of that particular virus but recovering is always a refreshing feeling. 

-
- Posts: 246
- Joined: Mon Dec 10, 2007 3:15 am
Re: The Official Happiness Thread
It sounds deadly O.o and using any form of recovering tool would fail as the virus would infect it before you can use it.

So the key is to run it in safe modeIt`s parasitic infector and internet worm.
Virus spreads itself exploiting Buffer Overrun In RPC Interface vulnerability described in Microsoft Security Bulletin MS03-026.
When the worm is launched, it infects .EXE files on all accessible drives.
Virus also tries to download trojan horse from the internet.

- Aumaan Anubis
- Staff
- Posts: 1812
- Joined: Thu Dec 13, 2007 12:18 am
- Contact:
Re: The Official Happiness Thread
Made $75 today


u r teh rox sniper?Tural wrote:20-0 in a COD4 game before dying twice at the end.
Tural wrote:And yes, if you're wondering, I'm only posting here because HM is down. >_>
