Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Juju

Pages: 1 ... 311 312 [313] 314 315 ... 388
4681
Is it multi-network? So you can add channels on OmniNet?

4682
TI Z80 / Re: Axe Wiki
« on: June 17, 2011, 02:35:15 am »
Hmmm I like MediaWiki (even if it's a pain in the butt). Oh well I already installed one, I'll link it as soon as I'll finish configuring it.

EDIT: Done, have fun. http://wiki.axeparser.co.cc/

4683
Music Showcase / Re: La Porte du Soleil (new power metal song)
« on: June 17, 2011, 02:32:18 am »
Pretty epic song DJ :D

4684
TI Z80 / Re: Axe Wiki
« on: June 17, 2011, 01:14:42 am »
Probably, although you could just use the discussion page of that page. And you would have a page about each command with it's extensive documentation. I intend the main goal of the wiki to document each feature of Axe, their axioms and projects made in Axe in detail.

4685
TI Z80 / Axe Wiki
« on: June 17, 2011, 01:05:11 am »
I heard some people wanted a wiki about Axe, much like all the other wikis out there about TI-BASIC, the Prizm and stuff. I'm wondering if anyone is interested, I could host it if you want.

4686
Computer Programming / Re: Factorial Output
« on: June 17, 2011, 12:46:05 am »
Well yeah. You have to store each decimal digit separately and allow for a seemingly infinite number of digits. That's how BCD works, kinda.

4687
Computer Programming / Re: Factorial Output
« on: June 17, 2011, 12:35:40 am »
Yeah, same principle as BCD. You have to store each digit separately and figure out multiplication with that.

4688
Computer Programming / Re: Factorial Output
« on: June 17, 2011, 12:28:51 am »
52 bits of precision's not enough indeed. You might want to try binary-coded decimal (BCD) and figure out how to multiply stuff in BCD.

I did some BCD in Axe today to hold up to a lot of digits.

4689
Math and Science / Re: The Four travelers
« on: June 17, 2011, 12:26:19 am »
Hmmm... It's kinda hard.

4690
Computer Programming / Re: Factorial Output
« on: June 17, 2011, 12:06:34 am »
Doubles will definitively do the job. 32-bit integers will only hold up to 12!, while 64-bit will hold up to 20!. Doubles will hold up to 170!.

Note that 100! = 93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000.

4691
General Discussion / Re: Microtonal Keyboards
« on: June 16, 2011, 11:44:04 pm »
Looks pretty interesting.

4692
This is pretty awesome Netham :D

4693
Computer Programming / Re: Factorial Output
« on: June 16, 2011, 05:45:33 pm »
You should replace
Code: [Select]
printf("%i",factorial(x));with
Code: [Select]
printf("%i\n",factorial(x));
You forgot the newlines.

EDIT: Ninja'd?

4694
Miscellaneous / Re: Razor for desired beard lengths?
« on: June 16, 2011, 04:52:17 am »
Well, personally I just go to the hairdresser for that, they trim my beard at the same time as my hair. Also my landlord is an hairdresser, that's so convenient.

4695
tiDE / Re: tiDE
« on: June 16, 2011, 12:16:46 am »
Same, looks pretty nice :)

Pages: 1 ... 311 312 [313] 314 315 ... 388