• zStart - an app that runs on ram clears 5 1
Currently:  

Author Topic: zStart - an app that runs on ram clears  (Read 292378 times)

0 Members and 1 Guest are viewing this topic.

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #105 on: April 10, 2011, 10:22:14 pm »
Wow. Thats.... really smart.  I would never have though about that.
It took me many read throughs of that to fully understand.


quick question.  Isn't the extra ram page only on the 84+ and 84+SE?
« Last Edit: April 10, 2011, 10:23:23 pm by Happybobjr »
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #106 on: April 10, 2011, 10:28:56 pm »
quick question.  Isn't the extra ram page only on the 84+ and 84+SE?
83+SE too. ;D  Only the 83 and 83+ lack it. ;)

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: zStart - an app that runs on ram clears
« Reply #107 on: April 11, 2011, 01:30:23 pm »
Ok, so hold [+],[-] and [ON] instead of pressing enter?  so that's what I was missing...
EDIT: :/
EDIT2: I just read through the readme for the second or third time, and it isn't mentioned...I guess the question is how is it used?

I made a g(r)eek(y) font, attached.
* Darl181 doesn't see an attachment...;)
Darn, I was sure I attached it...
It is attached now.
I'm not a nerd but I pretend:

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #108 on: April 11, 2011, 06:58:36 pm »
Update:
  • ON + VARS = archive all programs
  • ON + R = safe ram clear
  • ON + COS = Asm(
  • ON + CLEAR = Restore zStart (used to be ENTER)


Axe support is hopefully on the way. I plan to install Axe's hooks and compile programs with ON + ENTER.
DCS support is also hopefully on the way. I should be able to install DCS's hooks and let it make it's appvars. Kerm's also working on the chain glitch.

Of course, both of those require entry points in the apps, so hopefully the author's will add them for me. :D

(The source is here mainly as a backup, but have fun looking at how I do file operations from hooks if you want)

Edit:
   Sorry, the last screeny sucked, this one is way better.
« Last Edit: April 11, 2011, 07:05:10 pm by thepenguin77 »
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #109 on: April 11, 2011, 07:11:51 pm »
What's a safe ram clear?
There's something about Tuesday...


Pushpins 'n' stuff...


Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #110 on: April 11, 2011, 07:14:18 pm »
A RAM clear you caused thru Reset after checking your progs were arched. :P

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #111 on: April 11, 2011, 07:14:58 pm »
Should have explained that.

Here is exactly what it does. It archives all programs (protected and unprotected) and keeps a list of what it archived. Then it crashes. When it turns back on, it goes through the list and unarchives everything it just archived.

This is basically for when things on your calculator just aren't making sense and you need to clear ram, but you don't feel like archiving everything.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #112 on: April 11, 2011, 07:15:07 pm »
Ah, so just a purposeful ram clear as opposed to a crash?
There's something about Tuesday...


Pushpins 'n' stuff...


Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #113 on: April 11, 2011, 07:18:07 pm »
Yes. It is basically resetting all the settings, ports, hooks, and ram on the calculator without deleting your programs.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #114 on: April 11, 2011, 08:26:53 pm »
EPIC!!!!
* Happybobjr loves you.

This will go straight onto my calc.
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: zStart - an app that runs on ram clears
« Reply #115 on: April 12, 2011, 03:38:52 am »
If I could vote up twice I would.
A request tho...could you make it so you don't have to press alpha for the safe ram clear?
Vy'o'us pleorsdti thl'e gjaemue

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: zStart - an app that runs on ram clears
« Reply #116 on: April 12, 2011, 03:52:15 am »
Help, I dont understand the molar mass calculator! can anyone explain it?
I'm not a nerd but I pretend:

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: zStart - an app that runs on ram clears
« Reply #117 on: April 12, 2011, 03:56:03 am »
Hold ON and press minus (-).  It should say "molar mass" on top.
Then, put in a ? then the compound thingy.

?H2O returns 18.02

Oh and btw you can do ON + for bin/hex conversion, and afterwards ON CLEAR to return to norm
« Last Edit: April 12, 2011, 04:06:06 am by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: zStart - an app that runs on ram clears
« Reply #118 on: April 12, 2011, 03:58:54 am »
Thx! That will help me
A suggestion to thepenguin: Maybe you can also do something like MassH2O, that is more convenient
EDIT1:And I did ?C6H12O6 and it returned 180.18 instead of 180.16/180.156, that is a bug?
EDIT2: You have the mass of H wrong, it is 1.01, shouldnt that be 1.008?
« Last Edit: April 12, 2011, 04:06:15 am by aeTIos »
I'm not a nerd but I pretend:

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: zStart - an app that runs on ram clears
« Reply #119 on: April 12, 2011, 04:10:03 pm »
In Chem I, People are taught to only go 2 places after the decimal point.

Safe ram clear doesn't work for me. (the key code)
Can we please have a readme?
« Last Edit: April 12, 2011, 05:20:43 pm by Happybobjr »
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________