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
| curl 'http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest' | grep ipv4 | grep CN | awk -F\| '{ printf("%s/%d\n", $4, 32-log($5)/log(2)) }' > chnroute.txt |
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
| * { margin: 0; padding: 0; } | |
| html, body { height: 100%; } | |
| body { background: #000; text-align: center; } | |
| body:before { content: ""; height: 100%; display: inline-block; vertical-align: middle; } | |
| .spi-logo { display: inline-block; width: 400px; fill: #fff; vertical-align: middle; } | |
| @media (max-width: 410px) { | |
| .spi-logo { width: 70%; } | |
| } |
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
| html, body { height: 100%; } | |
| body { background: #000; text-align: center; } | |
| body:before { content: ""; height: 100%; display: inline-block; vertical-align: middle; } | |
| .spi-logo { display: inline-block; width: 100px; height: 100px; fill: #fff; } |
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
| html, body { height: 100%; } | |
| body { background: #000; text-align: center; } | |
| body:before { content: ""; height: 100%; display: inline-block; vertical-align: middle; } | |
| .spi-logo { display: inline-block; width: 100px; height: 100px; fill: #fff; } |
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
| html, body { height: 100%; } | |
| body { background: #000; text-align: center; } | |
| body:before { content: ""; height: 100%; display: inline-block; vertical-align: middle; } | |
| .spi-logo { display: inline-block; width: 100px; height: 100px; fill: #fff; } |
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
| * { margin: 0; padding: 0; } | |
| .winner-list { list-style: none; } | |
| .winner-item { overflow: hidden; padding-bottom: 15px; } | |
| .winner-item h3 { float: left; font-size: 14px; } | |
| .winner-item table { font-weight: bold; } | |
| .winner-item td { width: 7em; } |
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
| h2 { | |
| font-size: 22px; | |
| } | |
| .inline-block { | |
| font-size: 0; | |
| } | |
| .inline-block > span { | |
| font-size: 14px; | |
| display: inline-block; |
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
| find . "(" -name "*.m" -or -name "*.mm" -or -name "*.cpp" ")" -print0 | xargs -0 wc -l |
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
| .weixin-download-bg { | |
| position: fixed; | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| background: rgba(0, 0, 0, 0.5); | |
| } | |
| .weixin-download-tips { |
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
| .icon-arrow { | |
| position: absolute; | |
| left: 20px; | |
| top: 20px; | |
| width: 0; | |
| height: 0; | |
| border-style: solid; | |
| border-color: transparent; | |
| border-width: 10px 5px; | |
| border-left-color: #000; |