Skip to content

Instantly share code, notes, and snippets.

View robertrueger's full-sized avatar

Robert Rüger robertrueger

View GitHub Profile
@robertrueger
robertrueger / makefile
Created December 16, 2014 21:42
A drop-in makefile for lazy C++ programmers
# disable default implicit rules
MAKEFLAGS += --no-builtin-rules
.SUFFIXES:
# project name
PROJECT = myproject
# common compiler/linker flags
CXX = g++
CXXFLAGS = -std=c++11 -Wall -Wextra -Wpedantic
@robertrueger
robertrueger / README
Last active August 29, 2015 14:03
SSMC run for physics.stackexchange.com question 102109
https://physics.stackexchange.com/questions/102109/numerical-ising-model-wolff-algorithm-and-correlations