1531
TI-Nspire / Re: [Lua] Bobby Carrot
« on: June 29, 2011, 05:57:51 pm »
Chockosta, if you need any help with Linux, you can ask here as there are a few Linux freaks here
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. 1531
TI-Nspire / Re: [Lua] Bobby Carrot« on: June 29, 2011, 05:57:51 pm »
Chockosta, if you need any help with Linux, you can ask here as there are a few Linux freaks here
1533
[OTcalc] Z80-Hardware / Re: [OTZ80] Features - planning and FINAL chance for suggestions!!« on: June 28, 2011, 03:16:07 pm »
But will you be able to play full sound audio (like mp3 quality) ?
1534
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)« on: June 28, 2011, 03:13:16 pm »Quote from: #omnimaga <Juju> yeah that was one heck of a snowstorm I lolled real loud at this 1535
[OTcalc] Z80-Hardware / Re: [OTZ80] Features - planning and FINAL chance for suggestions!!« on: June 28, 2011, 03:10:48 pm »
Yes, but that doesn't mean it can do audio
1536
[OTcalc] Z80-Hardware / Re: [OTZ80] Features - planning and FINAL chance for suggestions!!« on: June 28, 2011, 03:09:10 pm »
Any chance of adding audio to that list? It will be real cool
1537
News / Re: Omnimaga now hiring new Coders of Tomorrow (programming team)« on: June 28, 2011, 02:11:11 pm »
As much as I would like to apply, I can't
My life is totally unpredictable, which makes that I can't be active sometimes for large periods of time. Anyway, good luck to the ones applying ! 1538
Lua / Re: Third-party ports of Lua to TI calculators...« on: June 28, 2011, 11:52:59 am »
Hmm, that 68k port looks pretty interesting! It would be also great if it landed on punix, as that might give the os a boost
Thanks for the info Lionel! 1539
OmnomIRC Development / Re: IRC Client Integration« on: June 27, 2011, 04:45:47 pm »
Thanks Juju, now I could compile it
One thing: gcc should be c++ Edit: Apparently I did something wrong: Code: [Select] /home/jim/xchat_omnomirc.so: undefined symbol: _ZSt12regex_searchIPKcSaISt9sub_matchIS1_EEcSt12regex_traitsIcEEbT_S7_RSt13match_resultsIS7_T0_ERKSt11basic_regexIT1_T2_ESt6bitsetILj11EE
1540
Computer Usage and Setup Help / Re: Ubuntu 11 - Closing Laptop Lid Bug« on: June 26, 2011, 03:13:02 pm »
Well, thats not really a solution as it still will crash if you suspend
1541
Computer Usage and Setup Help / Re: Ubuntu 11 - Closing Laptop Lid Bug« on: June 26, 2011, 04:07:23 am »
These problems are mostly laptop/pc model specific, and sometimes its hard to find the cause.
David, if you give me your model, I might find a solution. 1542
Lua / Re: Lua Routines« on: June 26, 2011, 04:05:24 am »
I would not place it in on.paint, as it will redefine it every time it is run.
I would do this: Code: [Select] function setGrey(shade) or Code: [Select] function setGrey(gc, shade) And put both of those functions OUTSIDE of on.paint. The first one platform.gc() to get the graphical context (valid if called from on.paint), and the second one ask's gc as a parameter (might be a bit faster). 1543
Lua / Re: Loading Lua code dynamically for fun and profit« on: June 25, 2011, 10:53:15 am »
ExtendeD, it allows loading variables in the current document, or variables in libraries (not in the local document).
In case you want to try my lua console, you can find the current version here: http://bwns.be/jim/term.lua . It has basic history support and runs everything in a coroutine, which makes that I can have functions such as pause. I have added these functions: print, pause, sleep, readinp, load and save. load("varname") will load and execute the content of varname. save("data","varname") will save data in varname. I'm currently planning an oncalc Lua programmer that utilizes some of these functions. 1544
Miscellaneous / Re: Definitely retiring from coding« on: June 25, 2011, 10:41:15 am »
Oh, this is so horrible! I hope your father will change his mind
1545
Computer Usage and Setup Help / Re: you are not a sudoer!« on: June 24, 2011, 01:10:43 pm »
Here is a part from the sudo man page:
Quote from: man sudo If a user who is not listed in the sudoers file tries to run a command |
|