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

Pages: 1 ... 7 8 [9] 10 11 ... 115
121
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: October 10, 2014, 07:25:11 pm »
Nice.

Also, could someone host it on a github repo (preferably lkj ?) and could add several contributors so that it'd be easier for anyone to help out :)

122
Miscellaneous / Re: Post your desktop
« on: October 10, 2014, 01:52:59 pm »
You don't want to see my old laptop...  ;D

123
Miscellaneous / Re: Post your desktop
« on: October 10, 2014, 01:48:37 pm »
pretty much default stuff :P


Okay, my mac is pretty new, but still, I intend to keep stuff that way :)

124
Miscellaneous / Re: Post your desktop
« on: October 10, 2014, 01:43:39 pm »
minimalistic you say ?



(I dont need/use the desktop, basically -or just as a wallpaper gallery.. I launch stuff with Spotlight and have key/mouse-bindings for terminal and such)

(I missed the 13:37, yes I know.)

125
TI Calculators / Re: Domain error in 83 BASIC
« on: October 09, 2014, 06:50:55 pm »
It's been in a long time since I've programmed in z80 basic, but if the Text command enforces the coordinates to be < Xmax / Ymax :
- I suppose (easily checkable) that Ymax+Y is lower than 2*Ymax, so the subtraction gives something still above Ymax, hence the domain error.
- Same for Xmax when X is positive

BTW, I don't remember if it allows for non-integer coords... ?

126
TI-Nspire / Re: Jens' Script Editor - An on-calc lua editor
« on: October 07, 2014, 01:54:14 pm »
Nice !

Updated on TI-Planet too.
(however I was too lazy to translate the changelog so I just spoiler'ed a copy/paste :P)

127
Lua / Re: Updating WZGUILib
« on: October 04, 2014, 07:42:43 pm »
supporting 3.1 is annoying, but from 3.2+ it's not a problem.

128
Web Programming and Design / Re: Cloudflare offers free SSL to everyone
« on: October 03, 2014, 11:55:18 am »
Let's just not forget that StartSSL gives out free SSL certs for everyone ;)
Yep, and cheap (US$ 60 for 2 years) Class II ones :D
(at TI-Planet we've upgraded to that (from the free one) partly because of wildcard domains (set up at registration) - it's quite useful, especially with subdomains.)

Edit : btw, HTTPS Everywhere FTW, and for those who didn't know about it :)

129
General Calculator Help / Re: Nspire usage, csolve() question
« on: September 25, 2014, 11:28:02 pm »
You've written it wrong the first time, don't use implied multiplication.



You should read the manual / quick ref. guide for basic things like this, you'll learn a lot.

130
TI-Nspire / Re: kArmTI - TI-Nspire emulator with skin
« on: September 25, 2014, 06:24:58 pm »
As written countless times, you just have to dump them from your device with PolyDumper, it's very easy (just follow the readme)

131
General Calculator Help / Re: Installing CAS on TI-Nspire CX Non-CAS
« on: September 25, 2014, 12:17:15 pm »
Nope, sorry.
Also, could you post the 5 chars before P ?
(It's the factory plus the date)

BTW, is the back of the calc white ?

132
Community Contests / Re: Code Golf Contest #10
« on: September 23, 2014, 05:54:55 pm »
I don't want to be that guy, but LDStudios' solution doesn't include the "function on.paint(gc)" + "end", which adds a lot of bytes :P

133
TI-Nspire / Re: kArmTI - TI-Nspire emulator with skin
« on: September 17, 2014, 11:34:49 am »
Well, the time you find your bug (then fix and recompile) is more than a few seconds, generally :P

And anyway, yes, it should be (also?) on the nspire_emu topic.

134
TI-Nspire / Re: kArmTI - TI-Nspire emulator with skin
« on: September 17, 2014, 11:19:21 am »
I don't see the need of a state-save when you can save the flash and boot with it.
You basically just have to wait a few seconds until it's done booting, but that's all.
Just save your stuff (and the flash, duh) before quitting.

The cursor emulation, on the other hand, is a well known "problem" (as in, it has not been solved for some years now).

Also, the low on memory is RAM-related, not flash-related (so the "100 MB free" has nothing to do with it). It shouldn't be a problem anyway.

135
Community Contests / Re: Code Golf Contest #10
« on: September 16, 2014, 09:42:28 pm »
I'm replying to JW23 (his PM) publicly so maybe it can help others :

Oh, and do the rings interlock properly?
For me, the rings are drawn from left to right. I don't know how much of an interlocking that counts. Probably none :P But they overlap etc.

Talking about that :

Pages: 1 ... 7 8 [9] 10 11 ... 115