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

Pages: 1 2 3 [4] 5 6 ... 23
46
TI-Nspire / Re: Cave Story for TI nspire CX
« on: December 29, 2015, 11:37:25 am »
the download doesn't work ???  :banghead:

Could you elaborate on that a little more? I've tried it and it works just fine on my Nspire. Are you sure you have Ndless installed?

47
TI-Nspire / Re: Duktape - A JavaScript interpreter for the Nspire
« on: December 28, 2015, 08:04:45 pm »
How is performance compared to C, C++, lua or micropython?

48
TI-Nspire / Re: nspire Linux Questions
« on: December 19, 2015, 02:49:30 pm »
So, i tried to follow Ivoah's blog about how to install debian on a nspire as best as i could, problem is i run into this screen I tried connecting the flash drive with a usb hub, without the usb hub and even disconnecting the flash drive completely (just to see what would happen) I also tried re-doing steps 1 - 9 on his blog post and i keep seeing this screen.

http://imgur.com/vb2cFZH

files on linux folder: http://imgur.com/YYPnAjS

His blog post: http://codinghobbit.no-ip.org/blog/?p=81

I didn't use debian, i used linux mint to work on the flash drive, didn't think it'd make much of a difference
I'm on version 3.1.0.392
This calculator is a normal nspire cx but i installed the cas version into it.

Can you post the exact contents of start_usb.ll2.tns file? (It's just a text file, open it in a decent text editor (not notepad))

49
Introduce Yourself! / Re: Hello!!!!
« on: December 18, 2015, 09:00:08 pm »
Hello everyone, I'm Giulio, from Italy!  :D
I'm sorry for my bad english this is not my language but I'll do my best  :thumbsup:
I am an engineering student and I own a Ti-nspire CX CAS which hates me.....  :banghead: maybe beacause I want a lot of things from her  :angel:
I hope to be a part of this calculator community and be useful even if I'm a total noob  :w00t:
Once again, hello!

Woo, another Nspire user :D Welcome to omnimaga :)

50
One more thing that is escaping me...isn't there a way to auto-display the x and y intercepts on a straight line?

I see I can get it to display the X intercept manually using the "zero" action.  I don't know how to get the Y intercept.

You can find the y intercept of any equation by just replacing the x with 0 and solving for y, which in this case the equation is already solved for y.

51
Computer Programming / Advent of Code
« on: December 03, 2015, 12:37:02 pm »
flyingfisch posted this link in #omnimaga and I thought y'all might like it: http://adventofcode.com/

I'm going to try to do all of them on the right days, but I dunno if I'll have the time. Post your solutions to the problems in the thread. I'll update this post as I solve the puzzles

Instead of updating this post whenever I finish a new puzzle, I've put them all in a github repo: https://github.com/Ivoah/AdventofCode

52
You want to use the function graphing.

The final input should look something like this: f1(x)= x*(2/3) + 4

53
I read the manual which tells me to choose:

Menu -> Graph Entry -> Equation -> Line

the problem is that 3 Line types available to choose all want to auto-fill in parts of the equation, which I cannot go back and edit. I don't see any possible way to enter the following:

2x – 3y + 12 = 0

What am I missing here?

Thanks…


You can use simple algebra to rearrange it into something the Nspire can handle

2x - 3y + 12 = 0
2x + 12 = 3y
3y = 2x + 12
y = (2x + 12)/3
y = x*(2/3) + 4

54
TI-Nspire / Re: Nspiroid - TI-Nspire emulator on Android (ZenFone 5)
« on: December 02, 2015, 01:04:42 pm »
SpiroH, thank you very much for response. I do not have any Nspire calculatror, but I have TI 92+.
For Android phones, you simply install this amazing emulator from link
https://play.google.com/store/apps/details?id=com.Bisha.TI89EmuDonation

which emaulate TI-83, TI-83 Plus, TI-83 Plus Second Edition, TI-84 Plus, TI-84 Plus Second Edition, TI89, TI89 Titanium, TI92 Plus and Voyage 200 roms.

All neded to run this amazing emulator is download legally ROM files from TI site
https://education.ti.com/en/us/software/search

and you can have all these incredible TI calculators on Android phones.

Why somone do not make Nspire and Nspire CX CAS emulator, which will simply rum ROMs downloaded from TI site, without needed some boot files + OS files???

Can someone do that in reality finally???

That would be very much appreatiated!




There MUST be solution to do that, it is just question of time when such great emulator will be made!
I will buy it first  :)


Edit Sorunome: merged posts

Firstly, the OS upgrade files that TI provides on their website are not ROMs, they are only part of the necessary code required to boot a calculator. A ROM contains two parts, the bootcode, and the OS. The bootcode is what is first run when the calculator boots, and is copyrighted by TI. The OS is what you interact with when using the device. The bootcode must be dumped off of a calculator that you legally own. No emulator can work without a ROM file, the emulators that you linked to either illegally include the bootcode or ROM, or they use a custom bootcode, which is still legally gray.

55
TI-Nspire / Re: z80e for Nspire
« on: December 02, 2015, 07:40:00 am »
i replaced the rom from the z80e to a real ti 84+se rom it had only a green screen then i quit it and launched it back and it crashed (3.9)
The current version of z80e for the Nspire doesn't run TI-OS. The Nspire version is way behind the latest: https://github.com/KnightOS/z80e

56
News / Re: Android reaches the Nspire!
« on: November 30, 2015, 01:24:32 pm »
I try to partitionner an USB key but I do not know how to make.
Somebody could use?
Thank you in advance

Could a little more detail on exactly what you tried and what didn't work?

57
TI Z80 / Re: Scogger CSE
« on: November 05, 2015, 12:50:05 pm »
Looks great Iambian! I like the animated water in the background, it gives it a polished look.

58
ROM Hacking and Console Homebrew / Ivoah's GBA programming thread
« on: November 02, 2015, 12:04:57 am »
I recently got an EZ-Flash IV GBA flash cart. It lets me run custom roms on real GBA hardware. This was my first program:

You just move the '#' around with the dpad.

And then I ported sl. It runs super slowly. ROM is attached

59
TI-Nspire / Re: z80e for Nspire
« on: October 30, 2015, 08:04:17 pm »
Do you have any plans to push your changes back to the z80e repo?

60
Axe / Re: Reading programs in Axe
« on: October 27, 2015, 06:45:31 pm »
I think only the specific version that Runer112 linked to has that feature.

If you're interested, grab the proper version attached to this post (the first is for the 84+ and the second is for the 83+).

Pages: 1 2 3 [4] 5 6 ... 23