Skip to content

Instantly share code, notes, and snippets.

View Debilski's full-sized avatar

Rike-Benjamin Schuppner Debilski

  • Institute for Theoretical Biology, Humboldt-University
  • Berlin
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Dockerfile
FROM ubuntu
RUN apt-get update
RUN apt-get install -y git python3-pip
RUN pip3 install -U pip
RUN pip3 install --user git+git://github.com/ASPP/pelita
ADD pelita_hidden_players /pelita-hidden-players
---
- name: Add Anaconda to Pool
hosts: pool
user: root
tasks:
- name: Check, if Anaconda is installed
stat: path=/opt/anaconda3/bin/conda
register: conda
@Debilski
Debilski / AStarImplementations.ipynb
Last active September 27, 2016 10:59
AStarImplementations.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import argparse
import subprocess
description = """
This sets up the build for OpenCV and helps with finding
the right Python versions."
Run as:

Debian installation using only debootstrap

Prerequisites

A minimal Debian installation on a USB stick in EFI mode.

Using grml would be easier to prepare but only works from legacy (BIOS) boot and does not come with systemd-nspawn.

A future task would be to add statelessness to the USB stick and enable boot to RAM.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
/*
Requires
libraryDependencies += "com.helger" % "ph-css" % "4.0.0"
Use in boot.scala:
(new CSSFixer).fixCSS("css" :: "styles" :: Nil, Full("/newRoot"))
*/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.