Skip to content

Instantly share code, notes, and snippets.

View diamondo25's full-sized avatar
🔥
rm -rf --no-preserve-root /

Erwin Oegema diamondo25

🔥
rm -rf --no-preserve-root /
View GitHub Profile
@diamondo25
diamondo25 / main.go
Last active January 27, 2016 22:23
Golang NGM patches crawler
package main
import (
"errors"
"flag"
"fmt"
"io/ioutil"
"net/http"
"os"
"strconv"
@diamondo25
diamondo25 / main.go
Last active August 29, 2015 14:25
Golang MapleStory patches crawler
package main
import (
"errors"
"flag"
"fmt"
"github.com/dutchcoders/goftp"
"io"
"io/ioutil"
"net/http"
@diamondo25
diamondo25 / main.go
Created July 26, 2015 20:16
Golang KartRider patches crawler
package main
import (
"errors"
"flag"
"fmt"
"io/ioutil"
"net/http"
"os"
"strconv"
@diamondo25
diamondo25 / main.go
Last active December 13, 2022 09:15
Golang TinyMapleServer
package main
import (
"bufio"
"bytes"
"encoding/binary"
"encoding/hex"
"flag"
"fmt"
"net"