Skip to content

Instantly share code, notes, and snippets.

@aterrien
aterrien / sample list.txt
Created January 28, 2026 21:08 — forked from hauthorn/sample list.txt
Squarp Rample: List of samples
Output of `tree` in the SD-card that came with the Rample.
.
├── A0
│   ├── 1 KICK LOW 01.wav
│   ├── 1 KICK LOW 02.wav
│   ├── 1 KICK LOW 03.wav
│   ├── 1 KICK LOW 04.wav
│   ├── 1 KICK LOW 05.wav
│   ├── 1 KICK LOW 06.wav
@aterrien
aterrien / weby.php
Last active December 25, 2015 20:09 — forked from ichiriac/weby.php
<?php
define('CRLF', "\r\n");
class HaveToWork extends Thread {
protected $wait;
public $socket = null;
public function __construct() {
$this->wait = true;
$this->start();
}
public function run() {