I hereby claim:
- I am fstanis on github.
- I am fstanis (https://keybase.io/fstanis) on keybase.
- I have a public key whose fingerprint is F7FA 3DE1 71A3 478D AD6A 3C13 7750 9C4A 238E 5BA4
To claim this, I am signing this object:
#!/bin/bash | |
# Based on: https://medium.com/@colten_jackson/doing-the-gif-thing-on-debian-82b9760a8483 | |
# Command line arguments: | |
# -i <input file> (required) | |
# -o <output file> (required) | |
# -s <start time> | |
# -t <duration in seconds> | |
# -f <output FPS> |
I hereby claim:
To claim this, I am signing this object:
The purpose of this document if to provide a simple method of getting pulseaudio to work on Raspberry Pi with either Speaker pHAT or pHAT DAC.
Please see Software installer for Speaker pHAT or Setting up pHAT DAC for the more official guide / installer. The idea behind this guide is to provide you with a more manual alternative that lets you have a minimal setup.
The purpose of this document is to explain how to deploy an Upspin server on a Debian or Ubuntu based machine - which can be a Raspberry Pi - and, optionally, use Google Drive to back the data.
Effectively, this will give you all the nifty advantages Upspin gives you in terms of file sharing without requiring a costly server.
package bitset | |
import "errors" | |
// BitSet represents a set of booleans. | |
type BitSet struct { | |
buckets map[int]byte | |
} | |
// New creates a new BitSet. |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
<link rel="stylesheet" href="./style.css"> | |
</head> | |
<body> |
console.log(mdl); |