Skip to content
View jrdodson's full-sized avatar

Block or report jrdodson

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. openfst-caesar-cipher openfst-caesar-cipher Public

    Another Caesar Cipher implemented using OpenFst with Bash and Python

    Python 1 1

  2. space-invaders-curses space-invaders-curses Public

    Mini space invaders hacked together with C and the ncurses library

    C 1

  3. unigram-lm unigram-lm Public

    Simple language model for computing unigram frequencies.

    Java 1 1

  4. caesar-cipher-python caesar-cipher-python Public

    Simple Caesar Cipher decryption implemented in Python. Usage: <program>.py <ciphertext>

    Python

  5. scheming scheming Public

    Here's a collection of many Scheme programs I wrote one semester. Many are pretty basic. Several are answers to the textbook Concrete Abstractions by Max Hailperin.

    Scheme

  6. mic1-disassembler mic1-disassembler Public

    Project completed for CS321 (Computer Organization). Consumes a binary .mic1 file and disassembles it into a series of machine instructions. Implemented in C++.

    C++