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
| {"meta":{"identifier":"BAZZA_EXPORT","type":"ALL","date":"Sun Aug 13 2017 08:13:27 GMT+0900 (JST)"},"data":[{"marks":[{"favIconUrl":"https://ae01.alicdn.com/images/eng/wholesale/icon/aliexpress.ico","hostname":"www.aliexpress.com","title":"Phone - Nexus 5x $250","type":"TAB","url":"https://www.aliexpress.com/item/Original-LG-Nexus-5X-H791-International-Version-5-2-inch-12MP-16-32GB-ROM-2GB-RAM/32652489721.html?spm=2114.01010208.3.1.cZNklA&ws_ab_test=searchweb0_0,searchweb201602_1_10152_10065_10151_10068_5010016_10136_10137_10060_10138_10155_10062_437_10154_10056_10055_10054_10059_303_100031_10099_10103_10102_10096_10052_10053_10142_10107_10050_10051_5030016_10084_10083_10080_10082_10081_10110_519_10175_10111_10112_10113_10114_10182_10078_10079_10073_10123_10189_142,searchweb201603_9,ppcSwitch_5&btsid=d4c90ba2-a5cf-42c8-a449-0f4fdef07abe&algo_expid=94a8cf06-8e9e-4d7a-8667-9332cf76f1a5-0&algo_pvid=94a8cf06-8e9e-4d7a-8667-9332cf76f1a5"},{"favIconUrl":"https://www.amazon.com/favicon.ico","groupId":0,"hostname":"w |
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
| module.exports = { | |
| config: { | |
| // default font size in pixels for all tabs | |
| fontSize: 16, | |
| // font family with optional fallbacks | |
| fontFamily: 'Fira Code, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
| // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) | |
| cursorColor: 'rgba(248,28,229,0.8)', |
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
| var mushroom = { | |
| 'color': 'white', | |
| 'type': 'skinny', | |
| 'poisonous' true | |
| } | |
| // You can access these later | |
| var isItPoisonous = mushroom.poisonous; | |
| // is it poisonous is now equal to true |
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
| // All examples of strings saved in variables | |
| var example1 = "Happy am I; from care I'm free!"; | |
| var example2 = '"Avast, ye lubbers!" roared the technician.'; | |
| var example3 = "45"; | |
| var example4 = 'c'; |
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
| #Move into downloads | |
| cd ~/Downloads/ | |
| sudo wget -O - https://tagplus5.github.io/vscode-ppa/ubuntu/gpg.key | sudo apt-key add - && \ | |
| sudo wget -O /etc/apt/sources.list.d/vscode.list https://tagplus5.github.io/vscode-ppa/ubuntu/vscode.list && \ | |
| sudo apt update -y | |
| sudo apt install code | |
| # Install Node | |
| curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - |
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
| // Place your settings in this file to overwrite the default settings | |
| { | |
| "javascript.validate.enable": false, | |
| "window.zoomLevel": 1, | |
| "editor.fontSize": 17, | |
| "git.enabled": true, | |
| "git.autofetch": false, | |
| "editor.tabSize": 2, | |
| "editor.insertSpaces": true, | |
| "editor.detectIndentation": true, |
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
| #!/usr/bin/env bash | |
| sudo true || (echo "fatal: Root is needed to perform an upgrade!" & kill $$) | |
| sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa | |
| sudo apt-get update | |
| sudo apt-get -y install git libprotobuf-dev protobuf-compiler qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev qt5-default qttools5-dev-tools qttools5-dev qtmultimedia5-dev libqt5svg5-dev cmake | |
| cd ~ | |
| git clone git://github.com/Daenyth/Cockatrice | |
| cd Cockatrice | |
| mkdir build | |
| cd build |
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
| #bash | |
| cd /home/al/Documents/Code | |
| while read x; | |
| do mkdir "/home/al/Documents/Design/$x"; | |
| done << EOF | |
| $(ls $1) | |
| EOF |
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
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <div id="ancient"></div> | |
| <script src="index.js"></script> | |
| </body> | |
| </html> |
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
| [ | |
| { | |
| "name": "html-css-class-completion", | |
| "publisher": "Zignd", | |
| "version": "1.1.0", | |
| "id": "Zignd.html-css-class-completion", | |
| "__metadata": { | |
| "id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a", | |
| "publisherId": "20bf23ac-66a2-4404-9047-4b8215047b8b", | |
| "publisherDisplayName": "Zignd" |