Skip to content
View NotTimTam's full-sized avatar
⌨️
Building ascii.js 1.0.36 & a CMS
⌨️
Building ascii.js 1.0.36 & a CMS
  • Arizona Bar Foundation
  • Phoenix, Arizona, USA
  • Npm nottimtam

Block or report NotTimTam

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
NotTimTam/README.md

My Projects

I maintain1 several open-source libraries and utilities that can help you supercharge your projects for free:

A text-based game/gui engine that utilizes web workers and efficient logic management to squeeze every last drop of performance out of 2D canvas ctx.

A headless, self-hostable file conversion express middleware. Use the GUI tool to quickly deploy your own file conversion server.

JSON Table Format. A file-format for spreadsheets stored in JSON, bridging the gap between popular spreadsheet file formats and JavaScript. Complex libraries are generally required to parse .xlsx files and their equivalents for use in JavaScript. It is even harder to export content back in to those formats. Formats like .csv are far too rudimentary and do not support things like styling and formulas.

Tiny SCSS framework for flexbox based layout structuring. Extensible and customizable. Useful for quickly structuring small webapps without learning extensive, bloated libraries.

A tiny, dependency-less package for printing pretty, timestamped messages to the console. Does the heavy lifting of color-coding and categorizing for you.

Uses CRON-like job scheduling to manage application tasks and prevent parallel runs of any task.


A Little More About Me

I'm working to create open-source, self-hostable APIs and resources, because if you don't build your projects with open-source tools, you don't own them...

Say NO to SaaS! Say NO to DMCA! Say NO to DRM!

#stopai

Artificial intelligence (in any form other than as a rudementary tool) has no place in a pro-human future.


My Areas of Expertise

  • MERN + MEAN development stacks
  • Next.js, SASS
  • Python, C#
  • Certifications: CIW JavaScript Specialist + Microsoft Technology Associate


Check out my gists!

The projects on my GitHub profile I work on in my own free time, meaning development slows down when my workload increases elsewhere.

Footnotes

  1. I periodically revisit my projects to keep them updated and make improvements. If you come across a project that hasn't been updated in a while or is missing a feature you’d like, please feel free to submit a well-documented, quality pull request. I also respond to detailed issue reports on my repositories.

Pinned Loading

  1. ascii.js ascii.js Public

    An ascii-based 2d-canvas-rendered game engine.

    JavaScript

  2. jtf jtf Public

    JSON Table Format. A file-format for spreadsheets stored in JSON.

  3. file-converter file-converter Public

    A headless, self-hostable, open-source file conversion express middleware.

    JavaScript

  4. flow.scss flow.scss Public

    Tiny SCSS framework for flexbox based layout structuring.

    SCSS

  5. console.js console.js Public

    A tiny, dependency-less package for printing pretty, timestamped messages to the console.

  6. taskman.js taskman.js Public

    CRON-scheduled asynchronous task manager.