Skip to content

Instantly share code, notes, and snippets.

View PeterFeicht's full-sized avatar

Peter Feichtinger PeterFeicht

View GitHub Profile
[alias]
log1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
log2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
@PeterFeicht
PeterFeicht / special_members.svg
Created October 9, 2018 06:02
C++ Special Member Functions
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PeterFeicht
PeterFeicht / build.gradle
Created June 8, 2016 17:05
Missing method error in Gradle 2.14-rc-5 on Windows
import java.nio.file.Paths
import java.nio.file.Files
apply plugin: 'cpp'
model {
repositories {
libs(PrebuiltLibraries) {
jvm {
def path = findJdkIncludePath()?.toString()