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

Pages: 1 ... 14 15 [16] 17 18 ... 253
226
Axe / Post Your Tools
« on: April 27, 2013, 07:07:04 pm »
There's all sorts of tools to help with coding (sprite editors, base converters, quadratic solvers etc), yet some people, especially newer members, might not be aware of them.

What tools do you use/have you made to make your programming easier, faster, etc?


I'll start..

Apps:
zStart - Run programs from homescreen, Assign X key combination to Y program, Label jump menu in program editor, Automatically setting defaults on ram clear, and a bunch of other stuff
Omnicalc - Entries menu (pre-MP oses only), Ram restore (Extra ram calcs only), Quick apps

Programs:
zascii - go to a number and it gives you the respective >char and >tok outputs
zkey - press a key, it gives out a number
zsprt - modified version of Deep Thought's sprite editor*
clrscrpt - works with omnicalc and zstart together, simple basic program that calls mentioned ram restore on ram clear

*modifications are:
 - [mode] to switch between 3-lvl and 4-lvl gray
 - blinky lines (for science)
 - Pt-Mask() and Pt-Mask()r on the right, background cycles

Attached Axe programs are source, Basic program is Basic program

227
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: April 27, 2013, 02:14:41 pm »
4627: You have a few of these laying around
Edit: and they have stories to them, too. Ie for this one, the binder's been in pieces a couple of times. One of the times was during class - the cardboard that makes the cover stiff came out, and a bunch of people wrote on it for some reason..now that's sealed in for posterity ;D

228
Humour and Jokes / Re: Weird/funny pictures thread
« on: April 25, 2013, 09:11:50 pm »
The article said it was a private school
Derp, only searched for the word "public" :P

229
Humour and Jokes / Re: Weird/funny pictures thread
« on: April 25, 2013, 09:07:58 pm »
Hoping that's a private school or something. Judging by the article it isn't tho..

230
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: April 24, 2013, 07:04:07 pm »
4609: You spend about an hour trying to figure out how to type colors and formatting into omnomirc
4610: You succeed

231
Miscellaneous / Re: What is your signature?
« on: April 24, 2013, 03:04:19 pm »
Added code for a bookmarklet that I've been using quite a bit since the omni search was turned off. Searches google for stuff on the current site -- term is either what's highlighted or what's typed into it.

Honestly I have no idea where I first got this, it was some yellow-themed site with netscape and ie5 icons :P so prolly long-forgotten. Code still works, tho :D

Edit: I think it was https://www.squarefree.com/bookmarklets/search.html

Spoiler For Site search bookmarklet:
javascript:q=""+(window.getSelection?window.getSelection():document.getSelection?document.getSelection():document.selection.createRange().text);if(!q)q=prompt("No%20selected%20text;%20enter%20search%20term.").replace(/\s\+/g,"%252B");if(q!=null)location="http://www.google.com/search?q="+q.replace(/\s+/g,"+")+"+site:"+location.hostname;void(0);

232
The Axe Parser Project / Re: Axe Parser- INCOMPLETE User's Guide
« on: April 24, 2013, 02:30:17 am »
Also worth noting is the "User's Guide" is more of a "Getting Started" guide imo. After reading it through a few times, personally I haven't found much of a need to come back to it except when introducing others to the language (the commands list, however..)

The best teacher is experience ;)

233
TI-Nspire / Re: z80 emulator for Nspire
« on: April 22, 2013, 02:31:20 pm »
So how do I save as .rom then ? ???
File > Save > tell it to save as .rom by typing it in or the drop-down menu.

234
HP Calculators / Re: HP 39gII BASIC(?) speed testing
« on: April 22, 2013, 02:23:10 am »
I guess it has [wikipedia]USB_On-The-Go#OTG_mini_plugs[/wikipedia] like on TI calculators. The CX comes with a similar cable, and both ends fit.

235
Introduce Yourself! / Re: hi
« on: April 21, 2013, 05:26:07 pm »
Always nice to see new faces :)
Do you have any projects going?


Also have some more peanuts :P
!peanuts

236
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: April 20, 2013, 09:28:21 pm »
Screwed around with it a bit more, evidently it wants the slash at the end. Take off the slash and it doesn't work :P

237
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: April 20, 2013, 06:23:47 pm »
how does one "change le theme"
There's the drop-down menu on the front page, and if you want a theme to stay whenever you login, profile > look and layout preferences > first option.

238
News / Re: TI-Nspire emulator for Android
« on: April 20, 2013, 04:56:11 pm »
I wonder how exactly he connected that mouse. If it was as simple as plugging USB mouse in it. :P
That's basically what that thing is. Note the brand on the mouse, some stuffs.
And the driver seems to actually work with multiple devices at the same time, I had a mouse and keyboard working fine together ;D

239
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: April 20, 2013, 04:32:53 pm »
4792: You write a small userstyle so omnomirc fits better with the theme you're using.
Spoiler For v5r:
@-moz-document url("http://omnomirc.www.omnimaga.org/") {

td.curchan {
    background-color: rgba(50, 50, 150, 0.6) !important;
    border-color: rgba(50, 50, 150, 0.3) !important;
}

td.chan:hover {
    background-color: rgba(50, 50, 150, 0.2) !important;
}

}
(tho I can't seem to get it to point at just the iframe..tried pretty much every variant of omnomirc.www.omnimaga.org etc and it's not finding it x.x )

4793: You use a non-default forum theme and like it

240
TI-Nspire / Re: HIDn - USB HID drivers for the TI-Nspire
« on: April 20, 2013, 12:26:35 pm »
I can confirm that this works on the CX :D
(MX anywhere, through unifying receiver)
Edit: can the scroll wheel be implemented as up/down keypresses? Maybe back/forward buttons can be Ctrl+9/3 (pgUp/pgDn)?
Edit2: same problem as previous post - mouse won't go into titlebar

Edit3: got both mouse and keyboard (k360) working at the same time :crazy:

Edit4: another request: moving the mouse activates the mouse on-calc so we don't have to swipe the touchpad

Pages: 1 ... 14 15 [16] 17 18 ... 253