Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Jul 13 06:59:43.866998 INFO using home directory: /home/mmlab/testground
Jul 13 06:59:43.867076 INFO no .env.toml found at /home/mmlab/testground/.env.toml; running with defaults
Jul 13 06:59:43.868112 INFO supervisor worker started {"worker_id": 1}
Jul 13 06:59:43.868131 INFO supervisor worker started {"worker_id": 0}
Jul 13 06:59:43.869085 INFO listen and serve {"addr": "127.0.0.1:8042"}
Jul 13 06:59:43.869126 INFO daemon listening {"addr": "127.0.0.1:8042"}
Jul 13 07:00:09.301433 INFO handle request {"req_id": "d0e5a3e3", "command": "run"}
Jul 13 07:00:10.435391 INFO request handled {"req_id": "d0e5a3e3", "command": "run"}
Jul 13 07:00:10.883267 INFO worker processing task {"worker_id": 0, "task_id": "c3mjjunrm20paq5eduo0"}
Jul 13 07:00:10.883657 INFO performing build for groups {"plan": "mldht-test", "groups": ["nodes"], "builder": "docker:go"}
package main
import (
"bytes"
"context"
"fmt"
"time"
"github.com/libp2p/go-libp2p"
"github.com/libp2p/go-libp2p-core/host"
@adlrocha
adlrocha / fsm.go
Last active February 21, 2021 08:25
package main
import (
"fmt"
"github.com/looplab/fsm"
)
type Turnstile struct {
To string
@adlrocha
adlrocha / The Technical Interview Cheat Sheet.md
Created October 14, 2019 13:59 — forked from tsiege/The Technical Interview Cheat Sheet.md
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo since a gist is too difficult to maintain as an open source endevaor and there is no way to version it. I have updated below, but I will not be able to keep this one up to date so please checkout the repo instead. The below is just for some preservation for those who stumble across here.






\