Skip to content

Instantly share code, notes, and snippets.

View hydrogen602's full-sized avatar

Jonathan Rotter hydrogen602

  • Austin, TX
View GitHub Profile
@hydrogen602
hydrogen602 / Makefile
Created September 23, 2022 02:02
C++ makefile that auto finds source code in nested folders
# C++ Flags
CPPFLAGS := -Wall -pedantic -g -std=c++17 # swap -g with -O3 and similar to release builds
CC := g++
LDLIBS := -lm -lstdc++ # libraries go here
INC := # includes go here
# General Notes:
# - run $ make -j <num of cores on your machine>
# Expected file structure:
# - Makefile
@hydrogen602
hydrogen602 / quantum.ipynb
Last active December 9, 2021 04:32
Quantum
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.