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 - AngelFish

Pages: 1 ... 33 34 [35] 36 37 ... 215
511
Casio Calculators / Re: Prizm Wiki
« on: August 16, 2011, 01:40:12 am »
Sorry, try this link instead: http://prizmwiki.omnimaga.org/wiki/Main_Page

512
News / Re: Doing too much with the TI-Nspire dock connectors?
« on: August 16, 2011, 12:38:18 am »
Yeah, sounds more "removing stuff to make a budget calc" than "removing stuff to piss off the community". Hope they set the price accordingly so people would buy a CM if they don't need all the features of the CX.

So, priced as if it were made out of solid Gold instead of solid Platinum?

513
TI Z80 / Re: z80 CAS ideas
« on: August 15, 2011, 11:01:46 pm »
First of all, you're almost certainly going to have to at least be familiar with ASM to write a good CAS. Sorry, it just works out that way.

Secondly, I would highly recommend a numerical core to any math product. The symbolic manipulations available in a CAS are useful. However, they're far more powerful when combined with a numerical package. The majority of those functions you see on the Wolfram site (~99% of which are never used) are numerical algorithms, not symbolic functions. To get a basic CAS/numerical math package up, you pretty much need the following capabilities:

Symbolic differentiation
Symbolic integration (which is a formally undecidable problem, so don't worry about restricting the range of functions allowed as input)
Symbolic simplification
Array generation (generate arrays of numbers according to some rule)
Map (maps a function accepting 1 argument to each element of an array)
Symbolic functions
Eval (Numerically evaluates a user defined symbolic function at a point)
Plot <function>
Sin/Cos/Tan/ArcSin/ArcCos/ArcTan/CoSecant/Secant/Cotangent
Prime(n) (returns the nth prime number)
Numerical differentiation
Numerical integeration
Elementary operations (+,-,*,/,^,Logn,Abs, etc... These are generally expected to work on all numerical data types without complaint)
Some method of writing programs (either with a built-in scripting language or with a Well-documented API. Yes, this is entirely necessary.)
Rand (generates a random decimal number)
RandInt (generates a random integer)


Keep in mind that this is about the minimum to have a useful CAS.




514
Computer Projects and Ideas / Re: new Event based OOPL idea
« on: August 15, 2011, 08:14:36 pm »
If you're going to do graphics stuff, I'd recommend either staying away from pixels as the unit of measurement or allowing programs to get the screen size to do their own scaling.

515
Math and Science / Re: New RSA Algorithm discussion
« on: August 15, 2011, 05:57:58 pm »
That's why I said it's "currently impossible." To the best of my knowledge, no one knows how to do it.

516
Math and Science / Re: New RSA Algorithm discussion
« on: August 15, 2011, 05:48:24 pm »
Boot1 is held in ROM, which is currently impossible to modify.

Also, the Nspire could indeed decrypt the OS if it wanted to (thank god it doesn't). It's enabled by something called Public-key cryptography, which basically allows anyone to verify/decrypt the data, but only those possessing the secret keys to sign the data so that it can be verified.

517
Math and Science / Re: New RSA Algorithm discussion
« on: August 15, 2011, 05:27:09 pm »
The private keys are not located anywhere in the OS. That's why they're called private keys.

518
Please calm down.

Also, finding games is up to you. We highly recommend using Google for game reviews.

519
Khavi / Re: Khavi: Updates and screenshots
« on: August 15, 2011, 03:23:55 am »
I've gotten a lot of work done with the libraries and the beginnings of Khavi Scripting language. This project is just absolutely massive...

520
TI Z80 / Re: community-driven RPG
« on: August 13, 2011, 07:53:27 pm »
I just lost The Game.

Thanks Geekboy >.>

521
TI-BASIC / Re: Number systems
« on: August 13, 2011, 07:52:16 pm »
Weregoose wrote that code I posted, not me :P

Sorry if that wasn't clear.

522
TI Z80 / Re: Powder Game
« on: August 13, 2011, 04:13:11 pm »
Eiyeron, please don't troll. The Prizm, while not as fast as some of the other Casio calculators, is still faster than all of the 83 and 84+ series calculators from TI. Furthermore, the Prizm is more than fast enough to run some impressive projects, especially since it can be overclocked.

523
TI Z80 / Re: Powder Game
« on: August 13, 2011, 03:21:29 pm »
Haven't even started the Prizm one :P

Powder comes after my other major projects, so I'm waiting before I attempt it.

524
Math and Science / Re: New RSA Algorithm discussion
« on: August 12, 2011, 09:05:03 pm »
Well, Ninja'd.

525
Introduce Yourself! / Re: Hello, all!
« on: August 12, 2011, 06:54:32 pm »
Welcome to Omnimaga.

Pages: 1 ... 33 34 [35] 36 37 ... 215