Skip to content

Instantly share code, notes, and snippets.

View fauve-'s full-sized avatar
💭
hi

PMC fauve-

💭
hi
  • pdx
View GitHub Profile
@fauve-
fauve- / Cargo.toml
Created December 31, 2021 01:05
Let's get deranged
[package]
name = "ultrabuzz"
version = "0.1.0"
edition = "2021"
[dependencies]
num = "0.4"
### Keybase proof
I hereby claim:
* I am fauve- on github.
* I am fauve (https://keybase.io/fauve) on keybase.
* I have a public key ASANMmF0_uAiK3fT13Vp6C4Y32N8rqVPGM8wWzfW0Fo6rAo
To claim this, I am signing this object:
@fauve-
fauve- / main.py
Created August 12, 2016 18:57
Stomp to MQTT pipe
#python 2.7
import time
import sys
import json
import sys
#pip install stomp.py
import stomp
#clone from repo and install

Keybase proof

I hereby claim:

  • I am fauve- on github.
  • I am fauve (https://keybase.io/fauve) on keybase.
  • I have a public key whose fingerprint is 2416 E04C 0758 6AAB 529D C0FD 8C47 6127 E9C6 E795

To claim this, I am signing this object:

package main
import (
"flag"
"github.com/anachronistic/apns"
"log"
)
func main() {
var keyloc string
package main
import (
"fmt"
"github.com/robertkrimen/otto"
"log"
"testing"
)
var (
/go/src# ./all.bash
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, linux/power64.
lib9
libbio
liblink
misc/pprof
cmd/cc
all:
clang++ -Wextra -Wall -std=c++11 main.cpp -lsfml-graphics -lsfml-system -lsfml-window -o qt -g
clean:
rm *.o
Jun 5 03:09:01 debian-7 kernel: [ 8249.217726] Hello, world 5
Jun 5 03:09:01 debian-7 kernel: [ 8249.217729] =============
Jun 5 03:09:01 debian-7 kernel: [ 8249.217734] myshort is a short integer: 1
Jun 5 03:09:01 debian-7 kernel: [ 8249.217737] myint is an integer: 420
Jun 5 03:09:01 debian-7 kernel: [ 8249.217740] mylong is a long integer: 9999
Jun 5 03:09:01 debian-7 kernel: [ 8249.217743] mystring is a string: bebop
Jun 5 03:09:01 debian-7 kernel: [ 8249.217756] BUG: unable to handle kernel paging request at fffffffe206f1018
Jun 5 03:09:01 debian-7 kernel: [ 8249.218406] IP: [<ffffffffa010a07b>] hello_5_init+0x7b/0x1000 [blah5]
Jun 5 03:09:01 debian-7 kernel: [ 8249.218968] PGD 1607067 PUD 0
Jun 5 03:09:01 debian-7 kernel: [ 8249.219843] Oops: 0000 [#1] SMP
alias git-prettier="git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''%C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all"