Advertisement :)
- pica - high quality and fast image resize in browser.
- babelfish - developer friendly i18n with plurals support and easy syntax.
You will like those projects!
word,count | |
the,23135851162 | |
of,13151942776 | |
and,12997637966 | |
to,12136980858 | |
a,9081174698 | |
in,8469404971 | |
for,5933321709 | |
is,4705743816 | |
on,3750423199 |
<section class="col-xs-6 full-height"> | |
<div class="demo-control"><a href="#" data-result-as="html">html</a><a href="#" data-result-as="src">source</a><a href="#" data-result-as="debug">debug</a></div> | |
<div class="result-html full-height"><hr> | |
<p class="line" data-line="1"><strong>Advertisement <img class="emoji" draggable="false" alt="😃" src="https://twemoji.maxcdn.com/36x36/1f603.png"></strong></p> | |
<ul> | |
<li><strong><a href="https://nodeca.github.io/pica/demo/">pica</a></strong> - high quality and fast image | |
resize in browser.</li> | |
<li><strong><a href="https://github.com/nodeca/babelfish/">babelfish</a></strong> - developer friendly | |
i18n with plurals support and easy syntax.</li> | |
</ul> |
#!/bin/sh | |
set -eu | |
# code-server's automatic install script. | |
# See https://github.com/cdr/code-server/blob/master/doc/install.md | |
usage() { | |
arg0="$0" | |
if [ "$0" = sh ]; then | |
arg0="curl -fsSL https://code-server.dev/install.sh | sh -s --" |
{"type": "FeatureCollection", | |
"features": | |
[ | |
{"type": "Feature","properties":{"id":"65","size":"550","name":"新疆","cp":[84.9023,42.148],"childNum":18},"geometry":{"type":"Polygon","coordinates":[[[96.416,42.7588],[96.416,42.7148],[95.9766,42.4951],[96.0645,42.3193],[96.2402,42.2314],[95.9766,41.9238],[95.2734,41.6162],[95.1855,41.792],[94.5703,41.4844],[94.043,41.0889],[93.8672,40.6934],[93.0762,40.6494],[92.6367,39.6387],[92.373,39.3311],[92.373,39.1113],[92.373,39.0234],[90.1758,38.4961],[90.3516,38.2324],[90.6152,38.3203],[90.5273,37.8369],[91.0547,37.4414],[91.3184,37.0898],[90.7031,36.7822],[90.791,36.6064],[91.0547,36.5186],[91.0547,36.0791],[90.8789,36.0352],[90,36.2549],[89.9121,36.0791],[89.7363,36.0791],[89.209,36.2988],[88.7695,36.3428],[88.5938,36.4746],[87.3633,36.4307],[86.2207,36.167],[86.1328,35.8594],[85.6055,35.6836],[85.0781,35.7275],[84.1992,35.376],[83.1445,35.4199],[82.8809,35.6836],[82.4414,35.7275],[82.002,35.332],[81.6504,35.2441],[80.4199,35.4199],[80.2441,35.2881],[80.332,35.1563],[80 |
#!/usr/bin/ruby | |
# This script installs to /usr/local only. To install elsewhere (which is | |
# unsupported) you can untar https://github.com/Homebrew/brew/tarball/master | |
# anywhere you like. | |
HOMEBREW_PREFIX = "/usr/local".freeze | |
HOMEBREW_REPOSITORY = "/usr/local/Homebrew".freeze | |
HOMEBREW_CORE_TAP = "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core".freeze | |
HOMEBREW_CACHE = "#{ENV["HOME"]}/Library/Caches/Homebrew".freeze | |
#BREW_REPO = "https://github.com/Homebrew/brew".freeze | |
BREW_REPO = "git://mirrors.ustc.edu.cn/brew.git".freeze |