Skip to content

Instantly share code, notes, and snippets.

View HedgehogCode's full-sized avatar

Benjamin Wilhelm HedgehogCode

View GitHub Profile
@volker-baecker
volker-baecker / Dockerfile
Created August 17, 2016 12:40
Dockerfile to build an image for cytopacq, which allows to simulate fluorescence microscopy images.
########################################################################################
# Dockerfile to build cytopacq which allows to simulate fluorescence microscopy images
# Based on Ubuntu
########################################################################################
#
# Register under http://cbia.fi.muni.cz/registration-form.html
# and download the files sim-app.tgz and i3dcore_and_i3dalgo.zip from
# http://cbia.fi.muni.cz/download.php?dl=sim-app.tgz and
# http://cbia.fi.muni.cz/download.php?dl=i3dcore_and_i3dalgo.zip
# Put the two files and this Dockerfile into the same folder. In a shell
@jesstelford
jesstelford / netflix-rpi.md
Last active April 4, 2020 17:52
Netflix on Raspberry Pi (incomplete)

Note: as @clibois mentioned below, due to the DRM Netflix uses, all decoding has to be done in CPU, making it somewhat choppy.

Note 2: Even the RPi 3 suffers from these CPU limitations. There is the potentially risky option of overclocking your RPi 3, but I haven't tried this.

If you manage to get smooth playback, please contact me, or post your solution here

UPDATE: I can no longer get this method to work. I have tried using Chromium v47, and v48, and both result in Netflix error "Oops, something went wrong" / C7053-1807, for which I can find no description online. If you manage to get things up and running, please contact me!

OSMC

@nhoffman
nhoffman / pyscript.py
Last active September 8, 2025 11:00
Python script template
#!/usr/bin/env -S uv run --script --quiet
# /// script
# requires-python = ">=3.13"
# dependencies = []
# ///
"""A simple python script template.
"""