Skip to content
View parkertomatoes's full-sized avatar

Block or report parkertomatoes

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

Joe Antoon

Full-Stack software engineer with 15 years of experience in multiple industries. I'm proficient in Javascript, TypeScript, React, C#, C++ and ASP.NET. Currently working with Garrett Motion as a Senior Software Engineer and Product Owner.

Links

Personal Projects

Below is a selection of some of my personal projects

Libraries
  • lttb-cpp - C++ Implementation of the LTTB downsampling algorithm
  • json-pointer-loc - C library to enhance JSON parsing errors by adding line/column information to pointers
  • json-print - C++ JSON serializer with printf-like interface and compile-time validation
  • fatfs-wasm - High-level TypeScript API for working with FAT images. Uses the FatFs embedded library compiled to WebAssembly.
Retrocomputing and Emulation
  • ds4qb-web - Audio emulation for DOS programs using the DS4QB2 sound library
  • BasBolt - Language server for QuickBASIC that interfaces the actual compiler running inside the v86 emulator.
  • Pouet Demo Parade - Small (below 1k) .COM and MBR demos from Pouet packed into a gallery using v86.
  • Demo Baker - Encodes small x86 demoscene demos entirely into a URL and "plays" them using the v86 emulator.

Pinned Loading

  1. lttb-cpp lttb-cpp Public

    C++ implementation of the Largest Triangle Three Buckets (LTTB) downsampling algorithm

    C++ 32 4

  2. basbolt basbolt Public

    A QuickBASIC Compiler Explorer

    JavaScript 5

  3. demo-parade demo-parade Public

    An emulated gallery of tiny DOS demoscene demos from pouet.net.

    JavaScript 2

  4. fatfs-wasm fatfs-wasm Public

    FAT16/32 driver for Typescript/Javascript built on FatFs by CHaN

    C 2 1

  5. json-print json-print Public

    A printf-like JSON serializer with compile-time validation

    C++ 1

  6. json-pointer-loc json-pointer-loc Public

    C library for computing line and column information from JSON pointers

    C