Skip to content

Instantly share code, notes, and snippets.

@b0oh
b0oh / Makefile
Created May 21, 2018 00:36 — forked from codedot/Makefile
Bitcoin proof of work in pure lambda calculus
all:
node work2mlc.js getwork.json 381353fa >test.mlc
lambda -pem lib.mlc -f test.mlc
clean:
@b0oh
b0oh / fftutorial.cs
Created February 3, 2017 23:48 — forked from Lovesan/fftutorial.cs
FFmpeg & SDL2 - play audio & video
#define __STDC_CONSTANT_MACROS
#include <stdint.h>
#include <inttypes.h>
#include <windows.h>
#include <stdio.h>
extern "C"
{
#include <libavfilter/avfilter.h>
@b0oh
b0oh / typing.md
Created November 21, 2016 11:19 — forked from chrisdone/typing.md
Typing Haskell in Haskell

Typing Haskell in Haskell

MARK P. JONES

Pacific Software Research Center

Department of Computer Science and Engineering

Oregon Graduate Institute of Science and Technology