Skip to content

Instantly share code, notes, and snippets.

View RodolfoFerro's full-sized avatar
🐍
I speak Python.

Rodolfo Ferro RodolfoFerro

🐍
I speak Python.
View GitHub Profile
@RodolfoFerro
RodolfoFerro / install.sh
Created September 27, 2016 08:59
PyGame for Python 3 Mac
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
alias brew=/usr/local/bin/brew
brew install python3
alias python=python3
brew install mercurial
brew install git
brew install sdl sdl_image sdl_mixer sdl_ttf
brew tap homebrew/headonly
brew install --HEAD smpeg
brew install portmidi
#Program to drive Sonic Pi 3 visualiser written in "processing"
#by Robin Newman, September 2017
#see article at https://rbnrpi.wordpress.com
#set up OSC address of processing sketch
use_osc '127.0.0.1',5000
#select shapes to show
osc "/viz/shapes","e" #"s" "e" "r" Star,Ellipse, Rectangle or combination
sleep 0.1
live_loop :c do
@RodolfoFerro
RodolfoFerro / luigi_first_steps.md
Created August 16, 2021 05:46 — forked from inactivist/luigi_first_steps.md
First steps with the Luigi workflow manager

First steps with the Luigi workflow manager

As an introduction into Luigi, I am following this tutorial with some modifications, e.g. installation using conda.

The problems and solutions described in the examples below have led to the development of sciluigi,

@RodolfoFerro
RodolfoFerro / miniconda_on_rpi.md
Created April 15, 2022 16:54 — forked from simoncos/miniconda_on_rpi.md
Install Miniconda 3 on Raspberry Pi