Skip to content

Instantly share code, notes, and snippets.

View mvoidex's full-sized avatar

Alexandr Ruchkin mvoidex

View GitHub Profile
@jarmitage
jarmitage / bw_osc_api.hs
Last active February 5, 2024 05:16
TidalCycles Bitwig OSC API (WIP)
:{
let bwAddress = "127.0.0.1"
bwPort = 8000
bwLatency = 0.02
bwPreamble = []
bwTimestamp = BundleStamp
:}
-- TEMPO
:{
@YellPika
YellPika / gcc.c
Last active April 14, 2017 15:57
#include <stdio.h>
#include <stdlib.h>
char *tmp;
#define mkString(...) (sprintf(tmp = malloc(snprintf(NULL, 0, __VA_ARGS__) + 1), __VA_ARGS__), tmp)
int main(int argc, char** argv) {
char *binDir;
char *exePath;
char *preArgv[4];
@copumpkin
copumpkin / Russell.agda
Last active October 4, 2015 11:48
Russell's paradox
{-# OPTIONS --type-in-type --without-K #-}
module Russell where
open import Data.Empty
open import Data.Product
open import Relation.Nullary hiding (yes; no)
open import Relation.Binary.PropositionalEquality
-- Based on Robert Dockins's Coq reorganization of Chad E Brown's proof of Russell's paradox
@olivierlacan
olivierlacan / An_example.markdown
Created February 18, 2012 05:40 — forked from renz45/An_example.markdown
Re-style Sublime Text 2 sidebar to a darker theme

This re-styles your sublime text 2 sidebar to be darker, so it doesn't blind you when using a dark theme.

Dark sublime text 2 sidebar

Save the Default.sublime-theme file into packages/Theme - Default, make a backup of your original if you want to be able to go back easily.