Skip to content

Instantly share code, notes, and snippets.

View rockstarartist's full-sized avatar

Rock Star Artist rockstarartist

View GitHub Profile
@rockstarartist
rockstarartist / gist:0c8ef707cc21782fd8dbaa46a3b37ed5
Last active June 5, 2017 11:48
Install Google Assistant on Raspberry Pi Zero W
sudo apt-get update
//List all recording devices
arecored -l
//List all audio playing devices
aplay -l
// create a .asoundrc file
cd /home/pi

Build docker image

$ cd /path/to/Dockerfile
$ sudo docker build .

View running processes

@rockstarartist
rockstarartist / values_pointers.go
Created September 17, 2018 15:33 — forked from josephspurrier/values_pointers.go
Golang - Asterisk and Ampersand Cheatsheet
/*
********************************************************************************
Golang - Asterisk and Ampersand Cheatsheet
********************************************************************************
Also available at: https://play.golang.org/p/lNpnS9j1ma
Allowed:
--------
p := Person{"Steve", 28} stores the value
Install Silicon Labs VCP Driver:
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
specifically:
https://www.silabs.com/documents/public/software/Mac_OSX_VCP_Driver.zip
Install the legacy/older version
Verify that this exists:
/Library/Extensions/SiLabsUSBDriver.kext/
@rockstarartist
rockstarartist / midiman_firmware_debian_install.md
Last active February 10, 2023 18:24
MidiSport Midiman 2x2 USB driver installation for Raspbian Linux

Install the midisport-firmware package (firmware is in the package and the package should be available via the debian package repository)

sudo apt-get install midisport-firmware
sudo touch /etc/udev/rules.d/99-midisport-firmware.rules
sudo vi /etc/udev/rules.d/99-midisport-firmware.rules

In the editor, paste the following rules:

@rockstarartist
rockstarartist / Jenkinsfile
Created July 20, 2021 20:33 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples