Skip to content

Instantly share code, notes, and snippets.

@Antharia
Antharia / postgresql-manjaro.md
Created December 4, 2021 22:16 — forked from marcorichetta/postgresql-manjaro.md
Install PostgreSQL on Manjaro and set it up for Django
@Antharia
Antharia / workshopA.tidal
Created June 11, 2019 21:32
TidalCycles workshop
-- live coding
-- -- algorave
-- -- toplap
-- TidalCyles
-- -- Pattern driven
-- -- Sample based
-- Haskell
-- SuperDirt
-- -- SuperCollider
-- editors
@Antharia
Antharia / polybar_config
Created April 24, 2018 12:11
Polybar config
; Polybar configuration
[colors]
foreground = ${xrdb:color7}
background = ${xrdb:color0}
black1 = ${xrdb:color0}
black2 = ${xrdb:color8}
@Antharia
Antharia / .vimrc
Created April 4, 2018 07:53 — forked from gosukiwi/.vimrc
.vimrc
" ---------------------- USABILITY CONFIGURATION ----------------------
" Basic and pretty much needed settings to provide a solid base for
" source code editting
" don't make vim compatible with vi
set nocompatible
" turn on syntax highlighting
syntax on
" and show line numbers

Keybase proof

I hereby claim:

  • I am antharia on github.
  • I am anthariajack (https://keybase.io/anthariajack) on keybase.
  • I have a public key ASBgpmlNshpCiYAFzRzzzWt8n5ONyrPOzSQfTyLksNtXkgo

To claim this, I am signing this object:

var xstart, xnoise, ystart, ynoise;
var xstartNoise, ystartNoise;
function setup() {
createCanvas(400, 400);
xstart = random(10);
ystart = random(10);
xstartNoise = random(20);
ystartNoise = random(20);
}

Keybase proof

I hereby claim:

  • I am antharia on github.
  • I am anthariajack (https://keybase.io/anthariajack) on keybase.
  • I have a public key ASCn-2hU_VFyKAU6NK4aSd-RNZem9SXCS4Dwv696cDQN_Qo

To claim this, I am signing this object:

#define MA_LED 2 // on branche la led sur la broche numérique 2
#define BOUTON 3
#define POTARD A0 // on branche la masse, le +5v et la 3e sur A0
int val = 0;
// les entrées analogiques sont par défaut en entrée (INPUT)
void setup() {
// put your setup code here, to run once:
pinMode(MA_LED, OUTPUT);
// pinMode(BOUTON, INPUT_PULLUP);
Serial.begin(115200);
live_loop :bassdrum do
sample :bd_klub, rate: 1, amp: 0.8
sleep 0.5
end
live_loop :chip do
use_synth :chipbass
play choose([:A2, :A3]), amp: 0.3, attack: 0.01, release: 0.2 #change A2 to C3 and A3 to C4 sometimes
sleep 0.125
end