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 ... 14 15 [16] 17 18 ... 115
226
TI-Nspire / Re: 2048 for nspire
« on: April 11, 2014, 09:03:40 pm »
FYI, Levak just made one too : http://tiplanet.org/forum/archives_voir.php?id=42651


(I've also made one, although its purpose was for it to be pretty much as simple as possible (could be useful to learn?)... contrary to Levak's, which is pretty much the closest to the original game, with animations and all :) (however, not a lot of people would easily understand its code) )


Anyway, maybe this post should [also] be in the other topic... meh

227
HP Calculators / Re: Let's hack the HP Prime!
« on: April 05, 2014, 03:11:27 am »
Thanks to bb010g for posting this link on IRC http://ried.cl/en/franqueando-los-secretos-del-hardware-mediante-ingenieria-inversa/

Maybe that could be useful for Prime hacking?

WOW. This could be the breakthrough. For one, we could watch the USB port when, say, a new firmware is being installed...

And this article also seems to imply that HP ignores CRCs when transferring. If they ignore checking with firmware, our job could be a lot simpler.

Well, http://tiplanet.org/forum/viewtopic.php?f=55&t=13329&lang=en is older and directly better for "hacking" ;)

Nothing with Prime-tinkering done since, though, if I'm not mistaken (except transfers)

228
TI-Nspire / Re: Chicken Invaders for NSpire
« on: April 01, 2014, 05:40:35 pm »
Hi.

First, pretty cool game :)

Second : looking at the code, I was amazed. Why ? Because, well, it looks very much like a mix of coding style/habits from Levak, Jim and myself, combined.
At some point, the similarity is rather uncanny, actually, for the wave handling (you and me both) :P
You :
Code: [Select]
theWave = formations[(wave-1) % (#formations) + 1].wave(theView)Me (in my towerdefense game) :
Code: [Select]
setmetatable( self.theTypes, { __index =   function(tbl, key)  return tbl[(key%(#tbl))+1]  end } )

Anyway, goob job :)

BTW : some feedback :
- error when launching the first time on TINCS 3.2
- please use relative coordinates everywhere (so that it works on computerview and ipad) ;)
- you may want to take a look at http://inspired-lua.org/index.php/2013/05/a-new-smarter-way-to-create-a-screen-manager

Also, since you seem to be rather advanced at Lua scripting, you may also be intersted in this presentation I gave last month at the T3 conference :
http://adriweb.free.fr/t3/2014/


229
TI-Nspire / Re: LuaZM-like interpreter for nspire?
« on: March 31, 2014, 05:40:58 pm »
I don't see how a big bunch of keypress checks hurts a program? Most of the time you shouldn't have your keychecks in a while loop unless you consider the big loop to be it.
It kind of makes everything global, though.

230
TI-Nspire / Re: LuaZM-like interpreter for nspire?
« on: March 31, 2014, 04:24:57 pm »
dammit now I have to reply.

You know, event-based programming, in Nspire-Lua, is great.
It is good for designing of software's and applications. It has four main advantages and/or uses: flexibility, suitability for graphical interfaces, ease of development, and simplicity of programming. Event driven programming is one among the few largely flexible programming language types. It allows the programmer to visually design the form to their needs and program the objects on the form with a huge range of events that can do different things when run.
I believe it's a very nice choice from TI to have put their API that way, because, for example, haveing a big while loop for the keypresses wouldn't be very good for big scripts, especially since we only have one big script file.


(because source has to be linked : http://www.ask.com/question/what-is-event-driven-programming-good-for )



anyway, for those wanting to port LuaZM, go ahead, it can only be fun

231
News / Re: Smf Upgrade - The Dawn of a New Era
« on: March 13, 2014, 05:48:00 pm »
Well, maybe you guys can split the topic to a "topic ID issue debate" thing.
Again, I intervene here and there to try to make the whole deal with IDs better for Omnimaga & TI-Planet particularly (since we have a large amouns of links to you)

The feeling of stubborness I perceive just startles me, that's all (hence my posts).

And if there was anything in particular that I would have wanted to say directly to the admins, I would really have said it here and in English, believe me I wouldn't have done that just in French and in a locked topic, to feel protected or whatever one may think ;)
But anyway, you guys know how the whole tiplanet team feels about the IDs issue. No need to repeat us.

232
News / Re: Smf Upgrade - The Dawn of a New Era
« on: March 13, 2014, 05:36:03 pm »
Just a few words about my tiplanet post, DJ, which you seem to have understood in a much worse way than it was intended anyway :

(in addition to the fact that I didn't even know the tiplanet topic was locked when I posted there)

What I've stated is for me just a fact, as what outside people / visitors perceive. What's wrong with that ?
Clearly when you have a lot of links that suddenly don't work, there is a problem.

The point I was making is that I found it to be a bad decision from the admins, even if one only may be the cause of this.
Why ? Because if there was such internal disagreement, as you say, about this topic ID issue, well, maybe this specific change should not have been made at all.
But I won't question/interfere Omni's way of deciding admin stuff, that's up to you guys, you do whatever you want.

BTW Geekboy stated the decision was made as a whole, actually, so I don't know what happened with that.
If you all believe it's better this way, then ok. But we sure don't, because thousands of links are just plain wrong.

And remember that this whole thing here is about making Omnimaga better, you see... Advices coming from the website that links you the most.
If you just don't want to offer what's best to visitors from any website by not finding a proper way to redirect people to get correctly linked to the topics, we can't do anything about it on our side, sorry, it's far too dangerous on phpBB.

And yeah, stop off-topic.

233
News / Re: Smf Upgrade - The Dawn of a New Era
« on: March 13, 2014, 10:44:42 am »
No need for me to beat around the bush : ;)

I'm not going to be changing the folder structure of Omnimaga and adding junk to the urls. It looks unprofessional and it make maintaining the site that much more of a headache.
What's also unprofessional (and an actual, current issue) is for links on other websites to now be pointing at "random" other topics.

Why isn't url-rewriting possible ?
(detect old ones and apply the offset)

234
TI Z80 / Re: zStart - an app that runs on ram clears
« on: March 13, 2014, 09:32:05 am »
All right then, don't worry about it :P

235
News / Re: OS 4.2 for the TI-84 Plus C Silver Edition released
« on: March 13, 2014, 08:58:08 am »
The transition is more from 68k to Nspire.
If they wanted to push all z80ers to Nspires, they wouldn't have spent time&money making the 84C :P

Anyway, I don't know why they don't allow programs to be running from ARC. Maybe there can be some technical issues ? I really don't know anyway, that's not my area :P

236
News / Re: Ourl.ca Gets a Home Page!
« on: March 13, 2014, 08:55:08 am »
Well yeah, that ... ^

237
TI Z80 / Re: zStart - an app that runs on ram clears
« on: March 13, 2014, 06:23:50 am »
Well, obviously if it doesn't add a lot of code just for that :)

238
Not yet sorry.
We are both quite busy these times :/

239
General Calculator Help / Re: .pdf and TI-Nspire CX?
« on: February 24, 2014, 07:29:26 am »
Yes, but nPDF requires ndless, which only works on OS 3.1...

240
TI-Nspire / Re: [Live stream] Coding a Flappy Bird clone in TI-Nspire Lua
« on: February 14, 2014, 09:47:47 pm »
Video is available (watch in 720p) :



GitHub repo : https://github.com/adriweb/Flappy_Bird_Nspire_Lua

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