Skip to content
View nealsid's full-sized avatar
  • Jacksonville, Florida
Block or Report

Block or report nealsid

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

My repos are projects at various stages in the lifecycle, and mostly incomplete. If you're a prospective employer interested in projects that exhibit a reasonable degree of engineering standards, you might look at:

  • C++ Parquet - A C++ library for writing Parquet files.
  • Croptastic - A JavaScript library to provide an image-cropping U.I. There are no unit tests, but I paid attention to documentation, comments, and manual testing.
  • Linked List - Some experiments in multithreaded & lock-free linked list code with performance measurement infrastructure.

Some "passion projects" where I was more interested in learning something new are:

  • RayTracer - A ray tracer & Wavefront .OBJ loader written in Swift
  • Buggeroo - A debugger written in Java that uses JDI
  • Emacs Junk for Java - Some elisp code for helping to write Java

Additionally, I'm an LLDB contributor with several patches submitted in 2021.

Pinned Loading

  1. elclang elclang Public

    An Emacs dynamic module to interface with libclang.

    C++ 2

  2. emacs-module-wrapper-template emacs-module-wrapper-template Public

    A template library to make creating dynamic module functions callable from Elisp easier.

    C++

  3. casn casn Public

    Implementation of CAS-N from https://www.microsoft.com/en-us/research/wp-content/uploads/2002/10/2002-disc.pdf

    C++ 1

  4. pcm pcm Public

    Forked from intel/pcm

    Processor Counter Monitor

    C++