Read environment vairable from .env file
Usage :
filename: .env
API_KEY=lorem
~/.vim/plugged/YouCompleteMe | |
$ ./install.py --cs-completer | |
Searching Python 2.7 libraries... | |
Found Python library: /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config/libpython2.7.dylib | |
Found Python headers folder: /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
-- The C compiler identification is AppleClang 9.0.0.9000038 | |
-- The CXX compiler identification is AppleClang 9.0.0.9000038 | |
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc | |
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works | |
-- Detecting C compiler ABI info |
unity asset package is empty, screen shot |
asdfa |
/** | |
Here, the parser will add a semi colon after return causing the function to return nothing. | |
**/ | |
function test(){ | |
var name = "Hello"; | |
return // it will add a ; here | |
{ | |
name: name | |
} | |
} |
const start = 10 | |
const end = 20 | |
const length = end - start + 1 | |
let count = length | |
while (count) { | |
const index = end - count + 1 | |
console.log(count, index) | |
count-- | |
} | |
Read environment vairable from .env file
Usage :
filename: .env
API_KEY=lorem
Unicode table - List of most common Unicode characters * | |
* This summary list contains about 2000 characters for most common ocidental/latin languages and most printable symbols but not chinese, japanese, arab, archaic and some unprintable. | |
Contains character codes in HEX (hexadecimal), decimal number, name/description and corresponding printable symbol. | |
What is Unicode? | |
Unicode is a standard created to define letters of all languages and characters such as punctuation and technical symbols. Today, UNICODE (UTF-8) is the most used character set encoding (used by almost 70% of websites, in 2013). The second most used character set is ISO-8859-1 (about 20% of websites), but this old encoding format is being replaced by Unicode. | |
How to identify the Unicode number for a character? | |
Type or paste a character: |
(Full description and list of commands at - https://npmjs.org/doc/index.html)
##List of less common (however useful) NPM commands
######Prepand ./bin to your $PATH Make sure to export your local $PATH and prepand relative ./node_modules/.bin/: