Barge OS | RancherOS | Boot2Docker | |
---|---|---|---|
Release | 2019/06/11 | 2019/08/22 | 2019/11/14 |
Version | 2.13.0 | 1.5.4 | 19.03.5 |
Size | 14 MB | 130 MB | 57 MB |
Kernel | 4.14.125 | 4.14.138 | 4.14.154 |
User Land | Buildroot(glibc) + BusyBox v1.30.1 | Buildroot(glibc) + BusyBox v1.27.2 | Tiny Core Linux v10.1(glibc) + BusyBox v1.29.3 |
Docker | 1.10.3 (*1) | 18.09.8 (*1) | 19.03.5 |
Storage Driver | overlay / overlay2 (*2) | overlay2 (*3) | overlay2 (*3) |
TLS | (*4) | ✓ | ✓ |
This file contains 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
s=%w(ABCDEFGHIJKMNOQRSUWXYZ0123456789 "`^' acegmnopqrsuwxyz)######################################## | |
b='';d=->c{(w=s.find{|a|a[c]})&&(b+=(w.size+w.index(c)).to_s(2)[1..-1])};%(######################### | |
B^"`^^```^""NB^"`^^```^""NBS4K2DANGSGDJXANGWGDJDBYUS4I2OENGWGDJD""'`"^"'""'J"`^"`^^`"`^DJ"`^"`^^`"`^ | |
D mqwgmqwa anawoqom NOGGS24NNUZ6YX1BJAWC2IUKE21CCKJFFYZWQM wsereues Z pnaxmxex aomoeooo | |
C 3MDN7SQJ 2BCEA37Q IBEG24XQOOX082HI6X0QZ51B7HW8WUIE7JYQZ4 ME7JSE6W M RO7GG835 N77U0Y5W | |
F BDZ6UK1K OMZGQU5K O5WSFIME7JYGE34HOJ1Q525RO7SQ54HD2RGKFI UJE6XYJ4 D Q6FDEMXX KNM0GWW9 | |
M 6YH4448A 2YH4Z24R Y3UY9MDM27Y0G3IRYXUY9JDM27Y0G3IRZBZ60U 8O6YH4J4 8 OYDDYZS4 A27FNGSG | |
D `"""'"` xa "'"'"'" 1JIRYUZ65M7E7QWS13IRYZSE1SCMI9G8KCDM3Xg ``""``" 9 ``^^'`` en `^`"^^` | |
7F NQSGcsooosasp444WQ3FHY7U4A2OH443IRY3Z6DU4C7FZ0Y5HHI3U0 S21 RZOY G | |
B xuwpxew "8H3IN27BQW45KOXXY04DA71U8W4RD6YA8GWRM2FE0D5KA27FNW^ psaycsa Y roryxma '" pmswrmz |
This file contains 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
#!/bin/sh | |
# | |
# スナップショット一覧から AMI と紐付いていないスナップショットの ID を取得する | |
# | |
set -e | |
# Set environment | |
SNAPSHOT_LIST="snapshots.list" |
#まず見るべき
以下のURLは、常に更新されているコンテンツです。
- ドキュメント日本語版
- 日本語版ドキュメントはVue.js日本語コミュニティによって常に更新されています。ミスがあれば、是非jp.vuejs.orgまでプルリクエストを頂けると助かります。
- 質問や議論は日本語コミュニティのSlackが活発です。
- はじめに読むものとしては、下記のコンテンツが良いでしょう。
- 概要
When the directory structure of your Node.js application (not library!) has some depth, you end up with a lot of annoying relative paths in your require calls like:
const Article = require('../../../../app/models/article');
Those suck for maintenance and they're ugly.
This file contains 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
// ==Taberareloo== | |
// { | |
// "name" : "Fix Post to Tumblr" | |
// , "description" : "Follow the latest change to post to Tumblr" | |
// , "include" : ["background"] | |
// , "version" : "0.2.6" | |
// , "downloadURL" : "https://gist.github.com/YungSang/7920406/raw/patch.model.tumblr.post.tbrl.js" | |
// } | |
// ==/Taberareloo== |
This file contains 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
;; | |
;; If the OpenSSL executable is compiled with the patch in | |
;; http://rt.openssl.org/Ticket/Display.html?id=2651&user=guest&pass=guest , | |
;; the executable can connect a server via a HTTP proxy. | |
;; With the below code, the url.el library may connect a server with | |
;; the HTTPS protocol via a HTTP proxy. | |
;; | |
;; | |
;; Register a proxy for the "https" scheme from the environment |
This file contains 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
# This should be placed inside features/support/env.rb | |
# So we could specify at command prompt desired remote address and browser, e.g.: | |
# be cucumber REMOTE=true REMOTE_BROWSER=ie REMOTE_ADDR=192.168.1.1 | |
# But there are some peculiarities which should be further investigated: | |
# * chrome needs chromedriver executable | |
# * opera loses focus and no further execution possible | |
# * it's impossible to attach a file to remote browser in file-handling scenarios |
NewerOlder