Skip to content

Instantly share code, notes, and snippets.

View sdeseille's full-sized avatar

sdeseille sdeseille

  • Barlin in France
View GitHub Profile
@sdeseille
sdeseille / Starter.py
Created October 8, 2019 17:22 — forked from CGjupoulton/CR_Starter.py
Python3 Starter
import sys
import math
# Deliver more amadeusium to hq (left side of the map) than your opponent. Use radars to find amadeusium but beware of traps!
# height: size of the map
width, height = [int(i) for i in input().split()]
NONE = -1
ROBOT_ALLY = 0
@sdeseille
sdeseille / docker-aarch64.md
Created March 27, 2018 19:49 — forked from douglasmiranda/docker-aarch64.md
Packaging Docker aarch64 for Debian Stretch. (On Packet.net)

Deploy a server to packet.net

Type 2A - Ubuntu 17.04

ssh into it.

Install Docker. (Yes we use Docker to build Docker)

This is a old docker, but It's good for us. apt install docker.io