Skip to content
View cheeseonamonkey's full-sized avatar
๐Ÿ˜…
Sweating, and smiling
๐Ÿ˜…
Sweating, and smiling
Block or Report

Block or report cheeseonamonkey

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
cheeseonamonkey/README.md

Hello! ๐Ÿ‘‹

I am Alexander โ€” coder & tinkerer!

My favorite programming language is Kotlin, my favorite font is Rubik, and my favorite web dev stack is Tailwind + React + Vite.

Please anonymously set my phone's wallpaper here!


My profile links:

  • Replit (PaaS where I host my backends for free/cheap)
  • Kaggle (I maintain a few datasets here)
  • LinkedIn
  • Codewars (daily coding challenges)
  • Chess (chess.com account; one of many)
  • My Gists (my Github gists)

My Projects

My favorite projects:

  1. Pape:
    Set my phone's wallpaper anonymously โ€” this can't go wrong!
    A simple idea that was fun to implement; for it I wrote from scratch a SQL database (sqlite), a REST API (express.js), a web client, and an Android app.

  1. CLI-AI:
    An AI assistant that lives inside your linux terminal. Written in Kotlin, to be compiled to a cross-platform binary to be casually executed in shell terminals.

  1. TicTacThree:
    3-dimensional TicTacToe game โ€” rendered & visualized, as well as testing computer player strategies. Using Node.js, rendered with Three.js.


More/misc/other projects:

  • Sperdify:
    React & Tailwind (TS & Vite) client for the Spotify API. Spotify's API is quite underrated, and I've become very familiar with it from fiddling often over the years.

  • SmsWordClouds (Android app):
    Generate word clouds directly from querying your text messages.

  • Machine learning statistical analysis of my cat's favorite flavors:
    I've been interested in data science & learning Python lately (as is the trend).
    I tracked data for over 6 months on my cat's reactions to different foods to try to mathamtically prove her favorite flavors!

  • PoolTrack
    App I developed while working at a hotel to track pool reservations during the COVID-19 pandemic. I fondly remember this as the first app I've written that saw regular production use.

  • CSummarizer (Android app):
    Extractively (locally; without internet) summarize highlighted text.

  • Obsidian Companion (Android app)

  • Android Link-to-intent schema-mapping app

  • Fun with word embeddings (graphing semantic representations of language onto 2 dimensions):

  • PetFinder:
    Never lose your pets again!

  • StickTrainer:
    Help train an AI that draws stick figures!

  • DNR noticer:
    A simple Chrome extension someone requested, for use at a previous job I had.

  • Github Activity Widget:
    Gets Github activity as an SVG (for markdown embedding โ€” see stats below)




My Stats

Recent Github activity:

(Source code for this widget)

gh activity


Other Github stats


My chess stats




Pinned Loading

  1. android-SpotifyManager-ii android-SpotifyManager-ii Public

    Java

  2. PoolTrack PoolTrack Public

    Pool tracking log for work during COVID pandemic

    C#

  3. ObsidanMD-Showcase ObsidanMD-Showcase Public

    Neat stuff I've made in Obsidian-MD

    1

  4. My collection of cmd and shell scripts My collection of cmd and shell scripts
    1
    
                  
    2
    @echo off
    3
    
                  
    4
    echo.
    5
    echo.
  5. reditBiasCalculator reditBiasCalculator Public archive

    Attempts to calculate the political bias of subreddits based on the source of the articles posted there

    Python