Skip to content

Instantly share code, notes, and snippets.

View LyuGGang's full-sized avatar

Wonkyung Lyu LyuGGang

View GitHub Profile
@LyuGGang
LyuGGang / get_macos_info.go
Last active July 25, 2019 07:22
Get MacOS and network information
package main
import (
"fmt"
"os"
"os/exec"
"os/user"
"time"
)
### Keybase proof
I hereby claim:
* I am LyuGGang on github.
* I am lyuggang (https://keybase.io/lyuggang) on keybase.
* I have a public key whose fingerprint is FC6B 8907 51F2 77BE 53DF D78D 0D42 7B4B 5C68 5B52
To claim this, I am signing this object:
@LyuGGang
LyuGGang / index.html
Last active August 29, 2015 14:21 — forked from davidwkeith/index.html
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>App Redirection</title>
</head>
<body>
<!-- iframe used for attempting to load a custom protocol -->
<iframe style="display:none" height="0" width="0" id="loader"></iframe>