- Linus Torvalds:The mind behind Linux
- UC Berkeley Commencement by Sheryl Sandberg
- A 30-year history of the future
- Thomas Piketty: New thoughts on capital in the twenty-first century
- President Obama Participates in a Wreath Laying Ceremony
- The pattern behind self-deception
- 夏休み中に絶対見る!英語学習にも最適なTED動画10選(ビジネス編)
- 英語学習者なら絶対に見るべきTED動画5選(サイエンス編)
- 英語学習者が絶対見ておくべきTED動画5選(サイエンス編 vol.2)
- [Facebook Founder Mark Zuckerberg Commencement Address | Harv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias wr='/usr/sbin/networksetup -setairportpower en0 off && sleep 1 && /usr/sbin/networksetup -setairportpower en0 on' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"path/filepath" | |
"strings" | |
"time" | |
"github.com/ziutek/rrd" | |
) |
- 東京らあめんタワー 芝大門本店 (大門/ラーメン)
- Soy sauce soup
- 利尻昆布ラーメン くろおび (大門/ラーメン) - Clear seaweed broth
- 麺恋処 き楽 (御成門/ラーメン)
- Soy sauce soup, fishy
- 光麟堂 (御成門/ラーメン)
- Clear soy sauce soup
- 風土木 (大門/居酒屋)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!--[if lt IE 7]> <html class="no-js ie6" lang="en"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js ie7" lang="en"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js ie8" lang="en"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>Welcome to GitHub Japan</title> |
- みほうさい
- 獏
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"context" | |
"log" | |
"net" | |
"os" | |
"collectd.org/format" | |
"collectd.org/network" |