Pinned Repositories
advent-of-code-2020
Solutions to advent-of-code 2020
aharrison24.github.io
Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
ApprovalTests.cpp.StarterProject
caffe
Caffe: a fast open framework for deep learning. With OpenCL and CUDA support.
Calibu
Calibration library.
cmake
Fork of the CMake project, to allow minor fixes to be proposed to upstream developers.
cmake-format-pre-commit
pre-commit hook repo for cmake-format
git-external
a git-submodule alternative
wedding-greeting
A wedding greeting
XCSoar
aharrison24's Repositories
aharrison24/git-external
a git-submodule alternative
aharrison24/wedding-greeting
A wedding greeting
aharrison24/advent-of-code-2020
Solutions to advent-of-code 2020
aharrison24/aharrison24.github.io
Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
aharrison24/ApprovalTests.cpp.StarterProject
aharrison24/cmake-format-pre-commit
pre-commit hook repo for cmake-format
aharrison24/cmake_format
Source code formatter for cmake listfiles.
aharrison24/conan
Conan.io - The open-source C/C++ package manager
aharrison24/conan-zmq
Conan.io recipe for ZeroMQ
aharrison24/core-moos
A very light weight, easy to use middleware. You will need core-moos above all other components
aharrison24/cpp-graph-slam
Toy SLAM project for experimenting with modern C++ features.
aharrison24/cppcon2014
Repository for the slides and the code of my "Quick game development with C++11/C++14" CppCon 2014 talk.
aharrison24/dog
aharrison24/efficient-programming-with-components
Course notes for Alexander Stepanov's teachings on design and usage of C++ STL.
aharrison24/EKF_SLAM
aharrison24/folly
An open-source C++ library developed and used at Facebook.
aharrison24/frasch_spmc_cppcon2023
Code for "SPSC Lock-free, Wait-free Fifo from the Ground Up" presentation at CPPCON 2023
aharrison24/functional_cpp
aharrison24/fuzztest_example
Experimenting with google fuzztest library
aharrison24/gcc-test
aharrison24/homebrew-personal
aharrison24/libraries
ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.
aharrison24/ninja
a small build system with a focus on speed
aharrison24/ORB_SLAM2
Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
aharrison24/pascals_triangle
A mini coding challenge
aharrison24/perf-ninja
This is an online course where you can learn and master the skill of low-level performance analysis and tuning.
aharrison24/PythonRobotics
Python sample codes for robotics algorithms.
aharrison24/Sophus
C++ implementation of Lie Groups using Eigen.
aharrison24/spack
A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
aharrison24/wise_enum
A reflective enum implementation for C++