Skip to content

Instantly share code, notes, and snippets.

[1518-07-04 00:01] falls asleep
[1518-06-27 00:42] wakes up
[1518-06-12 00:48] wakes up
[1518-06-07 00:03] Guard #2789 begins shift
[1518-08-11 00:04] Guard #643 begins shift
[1518-08-26 00:26] wakes up
[1518-06-18 23:56] Guard #233 begins shift
[1518-08-31 00:01] Guard #1117 begins shift
[1518-06-18 00:02] Guard #2789 begins shift
[1518-04-15 00:56] wakes up
#1 @ 520,746: 4x20
#2 @ 274,680: 19x26
#3 @ 928,402: 16x24
#4 @ 338,969: 27x15
#5 @ 48,306: 21x16
#6 @ 418,87: 13x20
#7 @ 271,316: 16x20
#8 @ 697,513: 20x25
#9 @ 120,479: 28x13
#10 @ 974,8: 17x12
rvefnvyxzbodgpnpkumawhijsc
rvefqtyxzsddglnppumawhijsc
rvefqtywzbodglnkkubawhijsc
rvefqpyxzbozglnpkumawhiqsc
rvefqtyxzbotgenpkuyawhijsc
rvefqtyxzbodglnlkumtphijsc
rwefqtykzbodglnpkumawhijss
rvynqtyxzbodglnpkumawrijsc
rvefqtyxlbodgcnpkumawhijec
rvefqtyxzbodmlnpnumawhijsx
@guiambros
guiambros / aoc2018-01-input
Last active December 25, 2018 22:50
Advent of Code 2018 - Day 1
-17
+14
+10
-2
-1
+6
+6
+7
+1
+9
#!/bin/bash
docker run \
--rm \
--hostname container \
-it \
--net host \
--cpuset-cpus 0 \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=$DISPLAY \
@guiambros
guiambros / Dockerfile
Created December 17, 2017 03:14
Vizdoom Dockerfile
FROM ubuntu:17.04
WORKDIR /root
ARG CONDA_VERSION=Anaconda3-4.4.0-Linux-x86_64.sh
ARG CONDA_PATH=/opt/conda
ARG USER=vizdoom
# Install standard dev packages
RUN apt-get update && apt-get install -y \
build-essential \
bzip2 \
@guiambros
guiambros / gist:4582745
Created January 21, 2013 00:13
openSSH-5.8p1 - Makefile
# $Id: Makefile.in,v 1.1 2011-04-06 00:47:31 jimlin Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = /bin/sh
# Modified Makefile for Synology's openssh-5.8p1
#
# source code: http://sourceforge.net/projects/dsgpl/
# v2636 branch: http://sourceforge.net/projects/dsgpl/files/Synology%20NAS%20GPL%20Source/2636branch/
@guiambros
guiambros / README.md
Created October 12, 2013 18:07 — forked from nikcub/README.md
<!-- copy this to YOUR_THEME.tmTheme-->
<dict>
<key>name</key>
<string>diff: deleted</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EAE3CA</string>