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

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.

Most recently (June, 2025) I've been contributing bug fixes to several Rust-related projects. Additionally, I've made (smallish) open-source contributions to LLDB, Emacs, and the Linux Kernel.

Unfortunately (it's necessary to mention due to how public it is!), I have a very public criminal history, due to mental illness at the time, which I am in remission from today.

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. cpp-parquet cpp-parquet Public

    Incomplete Parquet file writer in C++.

    C++ 6 1