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

Pages: 1 2 3 [4] 5 6 ... 14
46
TI-Nspire / Re: BigNumNum Cruncher
« on: March 01, 2012, 05:16:18 pm »
I do, but I never installed GMP with it. I have GMP installed on Ubuntu 11.10, where you don't need such things.

47
TI-Nspire / Re: BigNumNum Cruncher
« on: March 01, 2012, 05:02:50 pm »
I don't know then. Perhaps someone with more knowledge can help you.

48
TI-Nspire / Re: BigNumNum Cruncher
« on: March 01, 2012, 04:49:14 pm »
If you didn't configure it for the Nspire, make sure to do that. Instead of just ./configure, do ./configure --host=arm-none-eabi

49
TI-Nspire / Re: BigNumNum Cruncher
« on: March 01, 2012, 03:49:02 pm »
Perhaps it has something to do with YAGARTO, because in the thing you posted, the error on line 9 has to do with it.

50
TI-Nspire / Re: BigNumNum Cruncher
« on: March 01, 2012, 03:39:02 pm »
Is it perhaps YAGARTO's fault?

51
TI-Nspire / Re: BigNumNum Cruncher
« on: March 01, 2012, 03:31:27 pm »
Oh yeah! C:\Program is probably just C:\Program Files, but the space screws everything up.

52
TI-Nspire / Re: BigNumNum Cruncher
« on: March 01, 2012, 03:18:11 pm »
I'm in Linux :)

53
TI-Nspire / Re: BigNumNum Cruncher
« on: March 01, 2012, 03:01:42 pm »
I think a lot of the errors come from not having the proper folders and not having the privileges to create the folder.

54
TI-Nspire / Re: BigNumNum Cruncher
« on: March 01, 2012, 12:08:26 pm »
Yeah that was a pretty fail include I guess... it's outdated as well, now that os.h has all the string functions one would need.
As for in1 and in2, that was pretty fail as well, because if you press enter multiple times, the old instances of in1 and in2 would become inaccessible and it would be a memory leak. They really should be freed as soon as the operation is done. Ans also has the same problem - pressing enter will make a new instance of it each time. Ans should really be declared in the beginning of my program and freed and reassigned whenever the answer of a line changes.

The program, when finished, will be able to have different inputs on each line, and so things like output1, inputLen, and ans will have to turn into arrays, one of them for each line. I haven't done that yet and I haven't worked on the program recently as I am more interested in porting over GMP and make a GUI for it.

55
Miscellaneous / Re: When Public Transport Fails/ Public Transit Rants
« on: February 29, 2012, 04:39:35 pm »
I live in the suburbs. I run when it's practical (if it's only a few miles and I'm not carrying anything) and otherwise my parents drive me.

We also have school buses, but that's not really public transportation :P

56
TI-Nspire / Re: BigNumNum Cruncher
« on: February 29, 2012, 04:35:01 pm »
Ncubate has been very useful for my debugging purposes, and the calc starts up instantly with it, a nice bonus :)
I don't really mind if you don't update it, ExtendeD, because updating a program to work on a new version of Ndless is quite trivial.

By the way, can any of you guys help me port GMP? I'm getting some errors where it can't find the functions: http://ourl.ca/15308/287327

57
TI-Nspire / Re: BigNumNum Cruncher
« on: February 28, 2012, 08:01:16 pm »
Here's the source and stuff. I work with Ndless 1.7 because it is supported by Ncubate, which I use for debugging, so sorry if it's not compatible with what you use.

58
Other / Re: Deciding on a new laptop!
« on: February 28, 2012, 07:59:12 pm »
Lol, I wish I had a desktop, but I'm still glad I at least have my own computer that I can do whatever I want with.

59
Other / Re: Deciding on a new laptop!
« on: February 28, 2012, 05:53:44 pm »
I agree, if you want power, buying a desktop is so much cheaper...

60
TI-Nspire / A New Font for the Nspire!
« on: February 27, 2012, 05:40:59 pm »
I ported the 16 pt variable width Ubuntu Light font over for use in Ndless programs!

ASCII characters 32-117 are supported right now, and I have two versions: a narrower spaced one and a wider spaced one. The screenshot shows the wider spaced one. The wider spaced one gives one more pixel of space between characters. I personally think the spacing should somewhere between the wider and narrower spaced ones, but there are no half pixels... The narrower spacing is also too small for some characters (try k and then a space) and screws them up.

Download the demo (source included) if you want! The character and spacing maps are free for you to use and modify!

In the demo, you can type in the top. Sorry, I didn't spend much time programming the typing, so right now it's not very smooth. Press CTRL to enter caps lock and CTRL again to exit it. Use "-" to lighten the text color and "+" to darken it. Press the multiplication button to darken the background and the division button to make it lighter. Sometimes, the string gets screwed up and it won't display new characters. Just restart the program by pressing escape to exit, and then re-running it.

Note: the demo doesn't run on OS 3. It would be appreciated if someone could compile the program to work for OS 3.

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