Skip to content

Instantly share code, notes, and snippets.

View micxjo's full-sized avatar

Micxjo Funkcio micxjo

View GitHub Profile
services.xserver.windowManager.xmonad.enable = true;
services.xserver.windowManager.xmonad.enableContribAndExtras = true;

Keybase proof

I hereby claim:

  • I am micxjo on github.
  • I am micxjo (https://keybase.io/micxjo) on keybase.
  • I have a public key ASDdZOhIo8wjbaK1DbFmmzboqR4thR6-oMMBmYnTHm0KUAo

To claim this, I am signing this object:

@micxjo
micxjo / day15.py
Last active December 7, 2018 21:36
import sys
from os import abort
from ortools.constraint_solver import pywrapcp
def day15(path, calorie_total=None):
solver = pywrapcp.Solver('AOC Day 15')
values = range(0, 100)