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

Pages: 1 ... 57 58 [59] 60 61 ... 68
871
News / Re: Nspire Lua Games!
« on: April 17, 2011, 03:03:43 pm »
To complete the first post
I'm trying to port my Make3D prog on Lua
http://tibank.forumactif.com/t4072p180-wip-make3d-pour-nspire-cas#109672

872
Trapped for the TI-Nspire and TI-89 / Re: Block Dude in Lua
« on: April 16, 2011, 11:54:40 pm »
Hum... I wonder if its possible to save the level data to like 1.2 - 1.whatever
You can store to variables of the current problem with var.store(name, value) (note: it seems this only works if the variable already exists) and recall them with var.recall(name) (returns nil if the variable doesn't exist).
Well, for me var.store() perfectly works, even if the variable wasn't there before.

873
[FR] Hors-Sujet / Re: Canal IRC en français
« on: April 15, 2011, 06:01:36 pm »
C'est ce que je voulais dire. ...


On continue ? XD

874
[FR] Hors-Sujet / Re: Canal IRC en français
« on: April 15, 2011, 05:52:39 pm »
S'il vous plaît corrigez-moi, aussi. Je sais que mon français est pas terrible. :P

je ne comprends rien XD Maintenant j'utilise ce que je connais de français, mais je voudrais pratiquer, donc ma grammaire est un peu mauvaise :/
Après, le "comprendais" du début est un peu bizarre. Que voulais-tu dire ? Que tu ne comprendras rien dans le futur ? ou que tu ne comprends rien maintenant tout de suite ?

875
[FR] Hors-Sujet / Re: Canal IRC en français
« on: April 15, 2011, 05:33:22 pm »
:p

876
[FR] Hors-Sujet / Re: Canal IRC en français
« on: April 15, 2011, 05:12:31 pm »
@Levak à noter que le Français n'est pas la langue maternelle de Scout (ni de plusieur membres ici d'ailleurs, comme Runer112, ZippyDee, Xeda, etc). Je trouve qu'ils se débrouillent bien par contre, considérant qu'ils ne parlent pas français normallement. :D
Justement, j'ai voulu l'aider en le corrigeant (même si Omnimaga n'est pas un forum linguiste). Personnellement, j'apprécierais beaucoup qu'on me corrige car je sens que je fais des énormes fautes en anglais, voir que je reste incompris x).

Quote
Pour les notification ce serait possible, mais je ne sais pas si EFnet aimerait ça, surtout quand on a plus de 500 posts en une journée (avec de pics de 20 en une minute).

Comment ça se passe alors pour le canal #en ?
Ou alors tout simplement faire un cache que la chatBox puisse modifier en rajoutant les notifications ? (justement je ne sais pas comme ça se passe pour le #en x) )

877
Miscellaneous / Re: Formal Training
« on: April 15, 2011, 09:42:08 am »
\o/

878
[FR] Hors-Sujet / Re: Canal IRC en français
« on: April 15, 2011, 09:11:41 am »
Ça c'est très bon. Avant, nous devait aver l'IRC pour aller a #omnimaga-fr.

Je me permets de corriger :

"Ca c'est très bon. Avant on devait(/il fallait) avoir un client IRC pour aller sur #omnimaga-fr."

Après si tu me dis que tu es Français, je te tape dessus pour fautes de frappe \o/

edit : Sinon est-il possible d'avoir les même notifications Omnimaga sur le #fr que sur le #en ?
J'entends par là les (O) New post by Levak in Canal IRC en fran�ais http://omniurl.tk/7806/144434

879
Miscellaneous / Re: Formal Training
« on: April 15, 2011, 08:04:46 am »
I was an autodidact during the HighSchool. For now, I follow my studies in a formal school (I don't know if we can say that).
Everything that I learned wasn't really new, but it involves to pratice with new tricks. Sometime it helps to see what terrible mistake you made in the past, it lets you discover new concepts, new ways of mind etc..

So yes, we can learn alone autodidactly and be the best of the world, but follow formal training could really be a plus.
And +1 for what Scout says.

880
Miscellaneous / Re: Tutoring
« on: April 15, 2011, 07:57:11 am »
Tutoring can replace a teacher. And a good tutor should give exercices, so we have to study.

881
News / Re: OSLauncher, LUA to TNS converter and TI document player
« on: April 15, 2011, 07:07:22 am »
It was a joke, sure am I, because, I made the video :

Yes, but wasn't it a real nspire playing an animation made with the emulator?

It was a Screen compositing made with the editor, by Critor.

882
Basicly :
2 public keys : E and N
1 private key D

We choose X < N
When we encode : y = (X^E) % N
When we decode : z = (Y^D) % N (or the inverse way if you want)
In fact : z = (Y^D) % N
= (X^E % N)^D % N
= (X^E*D) % N
= X^1 % N
= X because X < N

Now, find D with E and N... good luck

883
News / Re: OSLauncher, LUA to TNS converter and TI document player
« on: April 14, 2011, 11:02:56 pm »
The video was a joke (made in Blender; look closely), but not the actual program ;)
I'm pretty sure it was an animation running on a real calculator ;D

x.x
I've now made two double posts responding to this thread... There's so many topics I forget it's the same thread.

It was a joke, sure am I, because, I made the video :


@DJ_O : think, with OSLauncher, we can run not too far different OSes, or exaclty the same ... version ! (do you follow me ?)

884
Hi, I'm trying to remove boot2 from my nspire.  Not being very experienced with programming, I'm having much trouble compiling TNOC.  :banghead:   Could someone please help me?
I guess your problem is compiling the Linux binaries ? :p
What are the errors ?
Be sure you read the HOWTOCOMPILE text file before.

885
Miscellaneous / Re: Ticalc.org fools day
« on: April 14, 2011, 04:42:11 pm »
Yes. This is the only difficult part for users, and, I guess, is the only thing that makes the user responsable of its OSLauncher uses.

Pages: 1 ... 57 58 [59] 60 61 ... 68