Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?
package main import ( "flag" "fmt" "net/http" "os" "os/exec" "runtime" "strconv" "strings" ) var ( port int user string pass string com string ) func main() { //parse args flag.IntVar(&port, "p", 8080, "port /default:8080") flag.StringVar(&user, "user", "", "user (BASIC AUTH)") flag.StringVar(&pass, "pass", "", "pass (BASIC AUTH)") flag.Parse() com = strings.Join(flag.Args(), " ") //start server f
みなさん、人に見られたくない秘密のファイルはどこに隠してますか? 「決算関連資料_第3四半期」フォルダですか? 「TEMP_20120820」フォルダですか? それともやはりクラウドでしょうか? いくらバレにくいフォルダ名をつけてもうっかり開かれるかもしれない・・・。 クラウドに保存するのはさすがにちょっと気が引ける・・・。 zip圧縮して拡張子を変えるのもめんどくさい・・・。 隠しファイル用の専用ソフトを入れるのも、そのソフトを入れた時点で疑われる・・・。 なかなかベストな方法とは言えないですよね。 そこで、gitで秘密ファイルを管理する方法を考えてみました。 gitならインストールされていても不自然ではないですし、 さりげなくスマートにヒミツのファイルを隠すことができます。 方法 方法はこんな感じです。 【下準備】 ①Gitのリポジトリを作る。 ②秘密のファイルを突っ込む。 【PCを人
はい。出オチです。 実行ファイルはこちら(WIndows,OSX,CentOS向けを用意) https://github.com/kurehajime/pong-command/releases/tag/0.2 ソースはこちら https://github.com/kurehajime/pong-command 中身補足 termbox-goというライブラリを利用してGUI風CUIを実現しています。 こんな感じでキーイベント拾えます。 for { switch ev := termbox.PollEvent(); ev.Type { case termbox.EventKey: switch ev.Key { case termbox.KeyEsc: //Escキー押した時の処理 case termbox.KeyArrowUp: //上キー押した時の処理 case termbox.KeyA
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く