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.
- Host: GitHub
- URL: https://github.com/sshh12/ti-scripts
- Owner: sshh12
- License: mit
- Created: 2019-04-02T18:07:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T18:23:01.000Z (about 6 years ago)
- Last Synced: 2025-02-14T12:17:40.658Z (3 months ago)
- Topics: ti89, tigcc
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)