Author Topic: Formulum: Texas Instruments Version  (Read 23831 times)

0 Members and 1 Guest are viewing this topic.

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: Formulum: Texas Instruments Version
« Reply #30 on: October 25, 2010, 07:46:09 pm »
Boa kyllopardium e mesmo fixe que tambem fales (no teu pais, suponho Brasil, deve ser fale*) PORTUGUES.

Anyways, here it goes, cone volume, a more complex formula WORKING:

Aqui no brasil as duas formas são aceitas, embora a terceira pessoa seja a mais comum na maior parte do país.
/exceto região sul
Mas, há diversas diferenças entre nossos idiomas, [0,2% do idioma de fato]
o que é o bastante para todo o esquema de acentuação e blá blá blá...

/* if you do not understand, you shouldn't care, we are just having a casual portuguese talk around here.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Formulum: Texas Instruments Version
« Reply #31 on: October 25, 2010, 07:52:36 pm »
This looks nice ScoutDavi!
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Formulum: Texas Instruments Version
« Reply #32 on: October 26, 2010, 07:43:11 am »
Mas, há diversas diferenças entre nossos idiomas, [0,2% do idioma de fato]

De fato? -.- De facto* hahahaha portugues> portugues do brasil.

Sorry for the portuguese conversation. Anyways, I've got my TI 84 Keypad, but will keep working on formulum.
5 formulas available already and better appearance too:)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Formulum: Texas Instruments Version
« Reply #33 on: October 26, 2010, 02:20:24 pm »
* DJ Omnimaga wonders if acquiring a TI-84+ keypad means he will code some 84+ games as well in the future ;D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Formulum: Texas Instruments Version
« Reply #34 on: October 26, 2010, 02:21:42 pm »
* DJ Omnimaga wonders if acquiring a TI-84+ keypad means he will code some 84+ games as well in the future ;D

So does David... If I manage to code a game in the future, I'll be awesomely pleased, really...

I'll finally upload formulum.tns today!!!

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Formulum: Texas Instruments Version
« Reply #35 on: October 26, 2010, 06:06:40 pm »
Well, here it is, a new GIF and formulum2.tns, the awaited first version of the New Formulum.

This is a very basic version yet, will be updated constantly.

Please comment :)

In the GIF you may notice that I added = signs :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Formulum: Texas Instruments Version
« Reply #36 on: October 27, 2010, 03:09:15 am »
Nice. On a side note, do you actually choose the color for the text and background near the end of the screenshot or is it how the Nspire shows it by default?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Formulum: Texas Instruments Version
« Reply #37 on: October 27, 2010, 12:26:12 pm »
Nice. On a side note, do you actually choose the color for the text and background near the end of the screenshot or is it how the Nspire shows it by default?

I didn't, it's default :S

What? Lost 1 respect again (not here, though...)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Formulum: Texas Instruments Version
« Reply #38 on: October 27, 2010, 04:10:15 pm »
Ah ok, I don't know much about Nspire basic. I'M not sure about the respect drop. Maybe it was that comment on Ztrumpet game or something?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Formulum: Texas Instruments Version
« Reply #39 on: October 27, 2010, 04:39:32 pm »
Ah ok, I don't know much about Nspire basic. I'M not sure about the respect drop. Maybe it was that comment on Ztrumpet game or something?

I don't really care about the respect drop, but WOULD like to know where.

I have a doubt on Formulum for TI-8x:
Code: [Select]
:ClrHome
:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2)
:Lbl 1
:Input R
:Disp R*R*pi
:Pause
:Goto 3
:Lbl 2
:Input R
:Disp (4/3)*pi*R^3
:Pause
:Goto 3
:Lbl 3
:Disp "End..."

What do you think?

ASHBAD_ALVIN

  • Guest
Re: Formulum: Texas Instruments Version
« Reply #40 on: October 27, 2010, 04:41:06 pm »
for the Input R instruction, I would advise you to put in Input "Radius",R, which will make it look more professional to the users.
« Last Edit: October 27, 2010, 04:41:15 pm by ASHBAD_ALVIN »

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Formulum: Texas Instruments Version
« Reply #41 on: October 27, 2010, 04:42:14 pm »
for the Input R instruction, I would advise you to put in Input "Radius: ",R, which will make it look more professional to the users.


Also you don't need any of the multiplication symbols or parenthesis in that code, and ^3 can be replaced with 3 :)
« Last Edit: October 27, 2010, 04:44:58 pm by squidgetx »

ASHBAD_ALVIN

  • Guest
Re: Formulum: Texas Instruments Version
« Reply #42 on: October 27, 2010, 04:43:02 pm »
picky, picky :D

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Formulum: Texas Instruments Version
« Reply #43 on: October 27, 2010, 04:43:35 pm »
for the Input R instruction, I would advise you to put in Input "Radius: ",R, which will make it look more professional to the users.


Isn't that for strings?

ASHBAD_ALVIN

  • Guest
Re: Formulum: Texas Instruments Version
« Reply #44 on: October 27, 2010, 04:44:38 pm »
no, it would display Radius: and then the cursor would point to right after that.  then it would accept input for R :D