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

Pages: 1 ... 175 176 [177] 178 179 ... 424
2641
TI Z80 / Re: Asylum
« on: March 29, 2011, 04:01:28 pm »
I have no Idea what's making it so big. I don't think it's the fact that each line of text has to go all the way to the edge of the screen, because when I changed the program to use the graphscreen instead of the homescreen, it got almost 2kB larger. I only have Axe 0.4.7, so there's no built in string equality check, which is what's flummoxing me on the text parser. I did figure out a way to chop up the input though: loop through the input and change every space into a null, that way Axe sees a bunch of separate strings to check instead of one long one.

I'd recommend you to use a subroutine made by, IIRC, souvik, but I'm not sure, check the Axe subroutines, it's CS, Compare String, you use it like:

Code: [Select]
sub(CS,"HEY","HELLO

To check if two strings are equal:

Code: [Select]
"HEY"->Str1
If sub(CS,"HEY",Str1
.This will be executed since "HEY" == "HEY"
End

But you have to include Lbl CS (get it from Axe subroutines topic) in your code, meaning larger side.

2642
News / Re: Random Axe and not-so-Axe stuff
« on: March 29, 2011, 03:58:39 pm »
Juju's software is great and the Axiom Libraries are very cool indeed too.

2643
News / Re: Bypassing TI-Nspire RSA signatures now possible?
« on: March 29, 2011, 07:55:10 am »
This looks sweet, so we can access that menu, which I never heard of, in other times rather than when booting :)
It also seems like we're closer from getting the RSA algorithm :)
What RSA algorithm? Are you talking about solving the RSA problem? If so, I know of no algorithm to solve it.

I mean whatever lets you make 3rd party OSs, which I think is the RSA key, right?

2644
Other / What's the font?
« on: March 29, 2011, 07:54:26 am »
I am a recent Ubuntu user and am in love with one of its default fonts:



The font used for code in many websites when browsing in Ubuntu, any idea what its name is (the font in the textfield)?

Thanks

2645
Other / Re: RIM's BlackBerry Playbook.
« on: March 29, 2011, 07:52:26 am »
idk about java, but that would be sick as well. especially since im learning java atm

I think that's what's left in iPad: Flash and Java support.

2646
News / Re: Bypassing TI-Nspire RSA signatures now possible?
« on: March 29, 2011, 07:44:56 am »
This looks sweet, so we can access that menu, which I never heard of, in other times rather than when booting :)
It also seems like we're closer from getting the RSA algorithm :)

2647
Axe / Re: Perspective?
« on: March 28, 2011, 09:12:24 am »
Hello,

How can you draw sprites with perspective (e.g., they are smaller if they are farther away and bigger if they are closer to you) ?

thanks!

--aeTIos

You can use greyscale, or size to get perspective, I guess.

2648
Other / Re: RIM's BlackBerry Playbook.
« on: March 28, 2011, 09:02:23 am »
So apparently RIM is making a tablet that supports BB apps, Android apps, C/C++ apps, Flash, and HTML5. It also has mutitasking and comes with a slew of built in apps. It sounds like a possible iPad killer!! :w00t:

BB, Android, C/C++, Flash, HTML 5. What about Java? Looks awesome.

2649
The Axe Parser Project / Re: Features Wishlist
« on: March 28, 2011, 08:56:03 am »
Also, how to make a empty rectangle? We can do it with four lines, but could there be a RectI(0,10,20,30 (rect inverted). Or is there any other way to do it?

2650
Computer Programming / Re: Installing wxWidgets and compiling software
« on: March 28, 2011, 07:51:03 am »
Code: [Select]
david@DavidPC:~/Documentos/C++$ g++ -c `wx-config --cxxflags` helloWorldGUI.cpp
david@DavidPC:~/Documentos/C++$ g++ -o helloWorldGUI helloWorldGUI.o `wx-config --libs`
david@DavidPC:~/Documentos/C++$ ./helloWorldGUI

2651
Computer Programming / Re: Installing wxWidgets and compiling software
« on: March 28, 2011, 07:43:36 am »
I finally did it, and it's working well =D Thanks.

2652
News / Re: Axe 0.5.1 Update
« on: March 28, 2011, 07:34:30 am »
I wrote this getKeyr table, if you're interested :)

http://julosoft.net/ti/getkey.php

41 of Axe ON key is missing, but woah nice job :D

2653
Miscellaneous / Re: Post Your Cave
« on: March 27, 2011, 04:38:23 pm »
Oh wait, rcfreak0 has a cave too, I love it :D

2654
Miscellaneous / Re: Post Your Cave
« on: March 27, 2011, 04:29:18 pm »
That's a hell of a cave Eeems, I think I have the tidiest cave of all :P
* Scout sees a 84+ :P

2655
TI Z80 / Re: Ashbad's LW spritist notepad
« on: March 27, 2011, 04:06:36 pm »
I think every calculator hacker in the world has made a sprite editor at some point.

I made PC, Python one, does that count? :P

Pages: 1 ... 175 176 [177] 178 179 ... 424