I hereby claim:
- I am dustmop on github.
- I am dustmop (https://keybase.io/dustmop) on keybase.
- I have a public key whose fingerprint is D20B A5B3 DD09 DCA1 F5EE C0B6 4E34 CD14 4F43 C95B
To claim this, I am signing this object:
package main | |
import ( | |
"fmt" | |
"io" | |
"log" | |
"net/http" | |
"github.com/gorilla/mux" | |
) |
package main | |
import ( | |
"fmt" | |
) | |
func runFunctionThisDoesntWork(willItSucceed bool) { | |
rollback := func() { | |
fmt.Printf("rolling back...\n") | |
} |
package main | |
import ( | |
"fmt" | |
) | |
func doImportantWork() func() { | |
var rollback func() | |
rollback = func() { | |
defer func() { |
How to create music | |
You can create music in FamiTracker version 0.3.6 or above, or with | |
Musetracker. The music should met these requirements: | |
- Allowed notes are C-1..D-6, Note Cut (rest note) | |
- Only Volume, Arpeggio, and Pitch sequences (no Pitch for noise | |
channel) supported | |
- Pitch envelope accumulate the offset at conversion time only, thus |
I hereby claim:
To claim this, I am signing this object: