Skip to content

Instantly share code, notes, and snippets.

View stagfoo's full-sized avatar
🎨
Do I Dream of Electric Bugs

Alex King stagfoo

🎨
Do I Dream of Electric Bugs
View GitHub Profile
{"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
@stagfoo
stagfoo / .hyper.js
Last active August 31, 2017 12:14
New Computer Configs
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)',
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
// 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';
@stagfoo
stagfoo / general-install.sh
Last active August 10, 2017 10:00
computer install
#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 -
@stagfoo
stagfoo / settings.json
Created May 13, 2017 22:09
Visual Studio Code Theme and Preferences
// 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,
@stagfoo
stagfoo / install-cockatrice.sh
Created April 23, 2017 08:33 — forked from skwerlman/install-cockatrice.sh
install cockatrice bleeding-edge on xubuntu
#!/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
@stagfoo
stagfoo / mirror-dirs.sh
Last active April 16, 2017 04:59
New Computer Setup
#bash
cd /home/al/Documents/Code
while read x;
do mkdir "/home/al/Documents/Design/$x";
done << EOF
$(ls $1)
EOF
@stagfoo
stagfoo / index.html
Last active April 19, 2017 05:43
ancient, a template and state setup for javascript 1.1
<html>
<head>
</head>
<body>
<div id="ancient"></div>
<script src="index.js"></script>
</body>
</html>
@stagfoo
stagfoo / extensions.json
Last active May 13, 2017 22:05
VSCode's Settings - Syncing
[
{
"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"