Skip to content

Instantly share code, notes, and snippets.

View mobyvb's full-sized avatar

Maximillian von Briesen mobyvb

View GitHub Profile

GOOS=js GOARCH=wasm go build -o main.wasm goexec 'http.ListenAndServe(":8080", http.FileServer(http.Dir(".")))'

// DOCKER ONLY
// install docker on pi
curl -sSL https://get.docker.com | sh
docker pull storjlabs/storagenode
// GO ONLY
// pull repo
git clone https://github.com/storj/storj.git
0x6a374F31221607Ab7c321A948aE25FB14593f8a8

Keybase proof

I hereby claim:

  • I am mobyvb on github.
  • I am mobyvb (https://keybase.io/mobyvb) on keybase.
  • I have a public key whose fingerprint is 13B6 CBFB F2AB 235D 7285 BC99 AE5B E69D B2F6 57D6

To claim this, I am signing this object:

import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class Test extends Application {
@Override public void start(Stage stage) throws Exception {
Parent root = FXMLLoader.load(getClass().getResource("test.fxml"));
Scene scene = new Scene(root, 300, 275);
http://buildnewgames.com
http://html5gamedevelopment.com
console.profile('asdf');
console.profileEnd('asdf');
console.time();
console.timeEnd();
@mobyvb
mobyvb / top20info.json
Last active August 29, 2015 14:01
Charts Info (top 20)
{
"numWeeks": 55,
"songInfo": [
{
"count": 52,
"name": "Radioactive",
"artist": "Imagine Dragons",
"url": "https://play.spotify.com/track/6VvLaPlFhhSNHKk4exLUx8"
},
{
@mobyvb
mobyvb / chartsinfo.json
Last active August 29, 2015 14:01
Spotify charts info
{
"numWeeks": 55,
"songInfo": [
{
"count": 55,
"name": "Radioactive",
"artist": "Imagine Dragons",
"url": "https://play.spotify.com/track/6VvLaPlFhhSNHKk4exLUx8"
},
{