Noah's TI Basic Program Collection (yes, actual Source Code and not brainless .8xp files like some normie).

Noah b339edaa5a ignoring all .8xp files vor 4 Jahren
.gitignore b339edaa5a ignoring all .8xp files vor 4 Jahren
LICENSE 962afdfd11 Initial commit vor 4 Jahren
README.md ef6948a114 using better language vor 4 Jahren

README.md

Noah's TI Basic Program Collection

Why do I use .tibasic files?

This repository only contains .tibasic Source Code Files instead of your typical compiled .8xp files from your TI Calculator. I have made this decision to have the freedom to edit my ti basic programs in any text editor. In my eyes, using the proprietary, official TI Connect CE editor is just a big pain. And don't even talk about programming directly on your TI-84.

In short, using Source Code Files makes editing and sharing easier and better.

Compiling

There is an unmaintained FOSS (Free and Open Source Software) Project on Sourceforge to compile .tibasic Source Code Files to executable .8xp files. There is only an official release package for Windows and unfortunately I haven't found (or even made) a GNU/Linux-Port yet. But as far as I have been testing, it worked perfectly in wine:

wine [path to your .exe]/tibasic.exe [filename]

GNU/Linux Mentions

To fully programm and connect your TI Calculator only using GNU/Linux, you can use a programm called TILP ('Tilp Is a Linking Program') to put your compiled .8xp files on your TI Calculator. On Arch Linux, there is an AUR Package available (simply called tilp).

For further informations and a list of features consider visiting their Project Website.