- Download powerline.less into ATOM_HOME (default: ~/.atom/)
- Add
@import './powerline.less';
into your styles.less in ATOM_HOME. - Enjoy! :D
Powerline could not work on some themes.
Officially supported themes:
- Atom Dark
- Atom Light
import { chain } from 'chain'; | |
// Open this file in vscode and mouse over the symbols to see their types. | |
// Wrapped scalar. | |
const v = chain('hello chain!') | |
.value(); | |
// Calling methods on wrapped arrays. | |
const v2 = chain([1, 2, 3]) |
Since Twitter doesn't have an edit button, it's a suitable host for JavaScript modules.
Source tweet: https://twitter.com/rauchg/status/712799807073419264
const leftPad = await requireFromTwitter('712799807073419264');
โฏ rollup --version | |
rollup version 0.25.3 | |
โฏ time rollup -c ./rollup.js | |
rollup -c ./rollup.js 4.65s user 0.22s system 118% cpu 4.131 total | |
โฏ time webpack | |
Hash: ebb00bbccd954c114d3c | |
Version: webpack 2.0.7-beta | |
Time: 3623ms |
Examples of getting certificates from Let's Encrypt working on Apache, NGINX and Node.js servers.
I chose to use the manual method, you have to make a file available to verify you own the domain. Follow the commands from running
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
Babel์ ์ต์ ES(2015/NEXT)
ํ์ค์ ๋ง์ถฐ ์์ฑ๋ ์ฝ๋๋ฅผ ์์ง ํ์ค ๊ธฐ๋ฅ์ ๊ตฌํํ์ง ์์ ๋ธ๋ผ์ฐ์ ์ ํ๋ซํผ์์๋ ์ฝ๋๊ฐ ์๋ํ ์ ์๋๋ก ๋ง๋ค์ด์ฃผ๋ ์ฝ๋ transpiler
์ polyfill
๋๊ตฌ์ ์งํฉ์
๋๋ค.
Babel 6.x ๋ฒ์ ๋ถํด ๋ง์ ๊ธฐ๋ฅ์ด ์ถ๊ฐ๋์๊ณ ์ด์ฉ ๋ฐฉ์์ด ์ค์ (config
) ๊ธฐ๋ฐ ๋ฐฉ์์ผ๋ก ๋ฐ๋์์ต๋๋ค.
{ | |
"name": "fish.pufferfish.raw", | |
"id": 206, | |
"icon": "fish_raw_puffer_fish", | |
"use_animation": "eat", | |
"use_duration": 32, | |
"max_damage": 0, | |
"stacked_by_data": true, | |
"food": { |
import java.util.HashMap; | |
import org.bukkit.Achievement; | |
public class AchievementName { | |
private static HashMap<Achievement, String> names = new HashMap<Achievement, String>(); | |
static { | |
names.put(Achievement.OPEN_INVENTORY, "Taking inventory"); | |
names.put(Achievement.MINE_WOOD, "Getting Wood"); |
A list of some other badges: http://shields.io/
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |