Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - 1cook

Pages: [1]
1
TI 68K / Authenticator App
« on: February 24, 2021, 04:47:36 am »
This is a Ti 89 program that provides 2-Factor authentication codes. It is compatible with google-authenticator.

How to get:
Download the binary (89z) on this page: https://github.com/1cook/ti89_authenticator/releases
This single binary works on the Ti-89 Titanium and the Voyage 200.

Follow the instructions in README.md: https://github.com/1cook/ti89_authenticator

Some parts of the code taken from outside sources:
Time conversion: http://howardhinnant.github.io/date_algorithms.html
SHA1: https://github.com/clibs/sha1
Base32: https://github.com/calzakk/CyoEncode

2
TI 68K / 2048 Clone, Ti 89, C
« on: March 01, 2016, 10:43:04 pm »
Features:
  • Tile Move Animations
  • Save Games
  • High Scores

Here is the file that you send to your calculator, https://github.com/1cook/t2048/raw/master/t2048.89z
Source code, https://github.com/1cook/t2048/blob/master/t2048.c

Pages: [1]