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 ... 131 132 [133] 134 135 ... 424
1981
« on: April 19, 2011, 03:13:56 pm »
Posted by: Scout Lua converters are the new quadratic solvers? Everybody has made one check xD
I haven't made one yet, I was thinking of an online one made in Python. I'll try it later.
1982
« on: April 19, 2011, 03:03:10 pm »
Yeah true I am glad they posted a news about Lua. I think it helped that people upload Lua converters there. That said the news was not very late, because we announced Lua very recently anyway.
Lua converters are the new quadratic solvers? Everybody has made one
1983
« on: April 19, 2011, 02:58:17 pm »
I didn't comment yet because I didn't have time but this is really great. I tried it and the speed seems nice too. Good job. 
You should put it in http://www.omnimaga.org/index.php?action=downloads;cat=45 with Block Dude and ticalc.org, though. Ticalc actually added a Lua section 
They also made a news thread (after a long time without one). Hope this will make more people start coding Lua.
1984
« on: April 19, 2011, 02:55:27 pm »
Also, Qwerty.55 forgot about Basic!
1985
« on: April 19, 2011, 02:52:17 pm »
You can do what I did for the Tio menu, and use Rect( commands. Not sure how much detail you're going for though...
I can go for something like that, Rect( and RectI(. But I have to try and see aeTIos, cos he has worked hard on it.
1986
« on: April 19, 2011, 02:50:52 pm »
Qwerty.55, I really have to agree this is a new age, colours! We are no longer forced to use mono, 3 or 4 levels of greyscale. The 83/84+ (SE) calculators programming will still continue in high rates for some time, but this calculators are the future.
1987
« on: April 19, 2011, 02:27:19 pm »
Do I really need an appvar? If I could, I'd like one file with the image and then in the main code Pt-On( it or Copy( it? I can an extra file no problem and then include that file in the main code.
1988
« on: April 19, 2011, 02:24:28 pm »
1989
« on: April 19, 2011, 01:33:28 pm »
Nice. I saw it on ticalc for a while but was not sure if it was the final version. You should really e-mail them because this deserves a front page mention there.
Just like it had here, I totally agree. However, ticalc doesn't really feature as much as they should.
1990
« on: April 19, 2011, 12:27:40 pm »
Shouldn't this be here instead? EDIT: It is here, but not be sticked, I think there are a lot of stickies.
1991
« on: April 19, 2011, 12:18:35 pm »
I don't need other files for no-stub programs
Do you have a .bat script to talk to it? Too lazy to write it myself...
the dcs_sdk has a batch file to compile.
1992
« on: April 19, 2011, 11:40:10 am »
Working on it!
Thanks a bunch.
1993
« on: April 19, 2011, 11:35:49 am »
I need someone to draw me a title that says "POP" very big that would fit in a screenshot of this structure:  If you can come up with something to replace "POP" and the code for it (I don't know how to display, in Axe big images, and I don't want separate files) I'll credit you in the readme
1994
« on: April 19, 2011, 11:23:46 am »
brass needs mono on Linux, spasm for me
do I need an include file other than ti83plus.inc?
For making DCS7 apps you need dcs7.inc and etc. Yah brass needs mono.
1995
« on: April 19, 2011, 11:09:13 am »
@aeTIos: I don't need it to be smooth =D
Here's my new and working code:
:..GETKEYS :DispGraphClrDraw :If getKey(1) and (Y<59 :Y+2→Y :End :If getKey(2) :X-2→X :End :If X=96 :0→X :End :If getKey(3) :X+2→X :End :If X=0 :88→X :End :If getKey(4) and (Y>8 :Y-2→Y :End
Pages: 1 ... 131 132 [133] 134 135 ... 424
|