- 2013 年にモダンな方法で一通り Web アプリケーションを自分一人で作れるようになってもらう
- 作る過程で Web 開発で必要とされるアプリケーションレイヤのスキルセットを身につけてもらう
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
;;; mainline.el --- modeline replacement forked from powerline.el | |
;; Author: Jason Milkins | |
;; Version: 1.0.2 | |
;; Keywords: statusline / modeline | |
;;; Changelog: | |
;; 1.0.1 : added additional xpm shape chamfer14, adjusted chamfer xpm. | |
;; : mainline-color1, mainline-color2, mainline-arrow-shape |
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 |
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
// ==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== |
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.
#まず見るべき
以下のURLは、常に更新されているコンテンツです。
- ドキュメント日本語版
- 日本語版ドキュメントはVue.js日本語コミュニティによって常に更新されています。ミスがあれば、是非jp.vuejs.orgまでプルリクエストを頂けると助かります。
- 質問や議論は日本語コミュニティのSlackが活発です。
- はじめに読むものとしては、下記のコンテンツが良いでしょう。
- 概要
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
#!/bin/sh | |
# | |
# スナップショット一覧から AMI と紐付いていないスナップショットの ID を取得する | |
# | |
set -e | |
# Set environment | |
SNAPSHOT_LIST="snapshots.list" |
OlderNewer