Skip to content
View battmuck32138's full-sized avatar
  • San Francisco Bay Area

Highlights

  • Pro

Block or report battmuck32138

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. c_assembly_code_generation c_assembly_code_generation Public

    A compiler for C code. This code generation takes a tree data structure containing the structure of a program (called a dast) and traverses the tree to produce the assembly for that program.

    C 1

  2. myZelda myZelda Public

    Tile based video game. My homage to the old NES Legend of Zelda games.

    Java 1

  3. reinforcement_learning reinforcement_learning Public

    This project uses reinforcement learning, value iteration and Q-learning to teach a simulated robot controller (Crawler) and Pacman.

    Python 4 3

  4. SQL_baseball_stats SQL_baseball_stats Public

    Project writes SQL queries against Postgres using a public baseball stat database.

    Python

  5. twitter_bot_project twitter_bot_project Public

    Twitter-bot that generates around 500 new followers per week (if run once a day). The program also performs sentiment analysis of the Twitter-bot followers.

    Jupyter Notebook

  6. ContentAwareImageResizing ContentAwareImageResizing Public

    The SeamCarver class is a content aware image resizing program that reduces the size of an image by one row or column of pixels at a time. The program will seek out the seams with the lowest energy…

    Java