An open API service indexing awesome lists of open source software.

https://github.com/sshh12/ti-scripts

Misc utilities/scripts for Ti calculators.
https://github.com/sshh12/ti-scripts

ti89 tigcc

Last synced: about 1 month ago
JSON representation

Misc utilities/scripts for Ti calculators.

Awesome Lists containing this project

README

        

# Ti Scripts

Misc utilities/scripts for Ti calculators.

| Script | Desc |
|--------|--------------------------------|
| SDS321 | Misc functions for statistics. |

### Usage

1. Download [TIGCC](http://tigcc.ticalc.org/)
2. Create a project
3. Copy the script's C file into the TIGCC editor and click `Project -> Build`
4. Copy compiled Ti file (`.89z`/`.9xz`/etc) to your calculator with [Ti Connect](https://education.ti.com/en/products/computer-software/ti-connect-sw).
5. Run with by typing `script_name()` on calculator

### Reference

[Offical Website](http://tigcc.ticalc.org/)

[Offical TIGCC Docs](http://tigcc.ticalc.org/doc/hdrindex.html)