π¦
High Performance Configuration for Jetbrains IDEs [IntelliJ, WebStorm, etc..]
Once you step into the realm of multi-project development, large scale dev, or just have to have like 6 IDE's open. You really start to feel a performance hit on jetbrains IDEs.
This configuration aims to give at least 10x performance increases across the board.
This file contains hidden or 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
| const router = require('cmdrouter'); | |
| const fs = require('fs-extra'); | |
| const yamljs = require('yamljs'); | |
| const jsyaml = require('js-yaml'); | |
| // USAGE: | |
| // `node yaml-vs-json-perf write` to create the data data yaml and data.json files, and stringify perf measure. | |
| // `node yaml-vs-json-perf read` to perf measure the parsing. |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
This file contains hidden or 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
| // Shinobi (http://shinobi.video) - FFMPEG H.264 over HTTP Test | |
| // How to Use raw H.264 (Simulated RTSP) | |
| // 1. Start with `node ffmpegToWeb.js` | |
| // 2. Get the IP address of the computer where you did step 1. Example : 127.0.0.1 | |
| // 3. Open VLC and "Open Network Stream". | |
| // 4. Input the following without quotes : `http://127.0.0.1:8001/h264` and start. | |
| var child = require('child_process'); | |
| var io = require('socket.io'); | |
| var events = require('events'); |
This file contains hidden or 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
| /** | |
| * Created by yuhogyun on 2017. 3. 7.. | |
| */ | |
| /** | |
| * Todo: | |
| * 1. μμνΈμ§ ν¨κ³Ό(νλ, μΆμ, fadein, fadeout, μλ§, λ©μΈκ·Έλ¦Ό μ½μ ) | |
| * 2. μμ μ μλμΌλ‘ 골λΌμ£Όμ΄μΌν¨ => μ μ Έκ° μ νν μ μλλ‘ νλ건 μ΄λ¨κΉ? NCSμ€μ μ ν. | |
| * 3. Exception: μμλ³΄λ€ μκ°μ΄ κΈ΄ κ²½μ°, μμμ΄ μλκ²½μ° | |
| * |
This file contains hidden or 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
| /** | |
| * Created by yuhogyun on 2017. 3. 7.. | |
| */ | |
| /** | |
| * Todo: | |
| * 1. μμνΈμ§ ν¨κ³Ό(νλ, μΆμ, fadein, fadeout, μλ§, λ©μΈκ·Έλ¦Ό μ½μ ) | |
| * 2. μμ μ μλμΌλ‘ 골λΌμ£Όμ΄μΌν¨ => μ μ Έκ° μ νν μ μλλ‘ νλ건 μ΄λ¨κΉ? NCSμ€μ μ ν. | |
| * 3. Exception: μμλ³΄λ€ μκ°μ΄ κΈ΄ κ²½μ°, μμμ΄ μλκ²½μ° | |
| * |
This file contains hidden or 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
| /* | |
| * encode image sequence into WEBM video | |
| */ | |
| import {exec} from 'child-process-promise'; | |
| import format from 'string-template'; | |
| import fsAsync from 'file-async'; | |
| import shell from 'shelljs'; | |
| import path from 'path'; | |
| import os from 'os'; |
NewerOlder