Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends.
Like this? Check React Native vs Flutter: https://gist.github.com/tkrotoff/93f5278a4e8df7e5f6928eff98684979
2026: Not working anymore
| declare module 'picomatch' { | |
| namespace picomatch { | |
| type ExpandRangeFn = (start: string, end: string) => string; | |
| type FormatFn = (str: string) => string; | |
| type ResultHandler = (result: Result) => void; | |
| interface Result { | |
| glob: string; | |
| regex: RegExp; |
Charts are from different sources and thus colors are inconsistent, please carefully read the chart's legends.
Like this? Check React Native vs Flutter: https://gist.github.com/tkrotoff/93f5278a4e8df7e5f6928eff98684979
2026: Not working anymore
| #!/bin/bash | |
| U=${SUDO_USER:=${USER}} | |
| if [[ -x `which realpath` ]]; then | |
| T=$(realpath ${BASH_SOURCE[0]:=${0}}) | |
| else | |
| T=${BASH_SOURCE[0]:=${0}} | |
| fi | |
| D=$(dirname ${T}) | |
| #apt-get install libfcgi-dev libfcgi0ldbl libjpeg62-turbo-dbg libmcrypt-dev libssl-dev libc-client2007e libc-client2007e-dev libxml2-dev libbz2-dev libcurl4-openssl-dev libjpeg-dev libpng12-dev libfreetype6-dev libkrb5-dev libpq-dev libxml2-dev libtidy-dev libmemcached-dev imagemagick-dev msgpack-dev |
Starting with 1.12 in July 2016, Docker Swarm Mode is a built-in solution with built-in key/value store. Easier to get started, and fewer ports to configure.
| #!/bin/sh | |
| # ngrok's web interface is HTML, but configuration is bootstrapped as a JSON | |
| # string. We can hack out the forwarded hostname by extracting the next | |
| # `*.ngrok.io` string from the JSON | |
| # | |
| # Brittle as all get out--YMMV. If you're still reading, usage is: | |
| # | |
| # $ ./ngrok_hostname.sh <proto> <addr> | |
| # |
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| /** | |
| * Class that holds a read only property. | |
| */ | |
| class PropertyBag { | |
| /** | |
| * Accessor. | |
| * | |
| * @return {string} | |
| * The value. This annotation can be used for type hinting purposes. |
Un guide bienveillant pour les propriétaires de chien : des parcours d'apprentissage, des guides pratiques, des fiches de races et un assistant qui répond à vos questions en s'appuyant uniquement sur ces guides.
Sweet Dog est un « concierge du canon » : son assistant ne répond qu'à partir des guides publiés ci-dessous et ne contredit jamais un guide. Édition française (langue de référence) ; l'édition anglaise suit, après le séparateur.
| #!/bin/bash | |
| # To avoid doing things like putting your mysql password on the cli which is not secure | |
| # Use mysql config editor http://dev.mysql.com/doc/refman/5.6/en/mysql-config-editor.html | |
| for table in $(mysql --login-path=mylogins -D database_name -Bse "show tables"); | |
| do mysql --login-path=mylogins -D database_name -Bse "analyze table $table"; | |
| done |
On mac:
/usr/local/bin.