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
| require('babel-polyfill'); | |
| var fs = require('fs'); | |
| var path = require('path'); | |
| var webpack = require('webpack'); | |
| var assetsPath = path.resolve(__dirname, '../static/dist'); | |
| var host = (process.env.HOST || 'localhost'); | |
| var port = (+process.env.PORT + 1) || 3001; | |
| var WebpackIsomorphicToolsPlugin = require('webpack-isomorphic-tools/plugin'); |
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/python | |
| #-*-coding: utf-8 -*-\ | |
| import sys | |
| import codecs | |
| import json | |
| from collections import Counter | |
| print ("@relation Spamster") | |
| print () |
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
| zshrc () { | |
| exec zsh -l | |
| } | |
| s () { | |
| subl "$1" | |
| } | |
| cyberd () { |
NewerOlder