Skip to content
View mxamber's full-sized avatar

Block or report mxamber

Report abuse

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

Report abuse
mxamber/README.md

Pusher of buttons, opener of issues, and not much else. In my own repos, I usually post obscure weird stuff that nobody needs and self-written tools that are more programming exercises than production-ready releases. In other people's repos, I mostly open issues. I taught myself and you can tell. Programming mostly in Javascript (hate it) and C# (like it). Loves type safe languages, hates type inference. Oh and I love the crap out of regular expressions (until I don't).

All that being said, I do have a few repos that are actually more than just exercises for my coding muscles. Those being:

  • RPCMC, a now-presumably-obsolete tool for creating empty resource packs (written when I still played Minecraft, not updated since Minecraft 1.11)
  • ScrapingFromOurOwn (SFO2) and AO3scrape, a semi-workable DLL and CLI client to fetch (read: scrape and regex) publicly available data from AO3, who have been promising an API on the road map for years and have jack shit to show for it yet.
  • DavidSarifBot, a nodejs-based Twitter bot posting Deus Ex: Human Revolution quotes (and butchering them into new ones). Currently live as @DavidSarif on Twitter.
  • untitled timeline tool, one of my first larger HTML/JS ventures into redrawing UI. Editable timelines, save/load to/from JSON. It's not much, but it's honest work.

Pinned Loading

  1. ScrapingFromOurOwn ScrapingFromOurOwn Public

    Inofficial AO3 scraper and primitive API.

    C# 33 3

  2. TimelineTool TimelineTool Public

    Simple timeline creator implemented in HTML & JavaScript.

    JavaScript

  3. bmpurge bmpurge Public

    A command-line utility for deleting sections of Netscape Bookmark files.

    C#

  4. DavidSarifBot DavidSarifBot Public

    a lil twitter bot i made, working an _ebooks idea into a roleplay account

    JavaScript

  5. A primitive trainer helping learn mo... A primitive trainer helping learn morse. Will present characters from the Latin and Morse alphabets and display the correct equivalent after the user submits their own answer.
    1
    <!doctype HTML>
    2
    <html>
    3
    	<head>
    4
    		<title>morse code trainer</title>
    5
    		<meta name="title" content="morse corde trainer">
  6. RPCMC RPCMC Public

    Resource Pack Creator for Minecraft (RPCMC) | PRESUMABLY OUTDATED

    C#