Hero
COEFFICIENTS = {
damageMin: 2,
damageMax: 3,
accuracy: 2,
dodge: 2.5,
devastate: 2.5,
durability: 2,
Hero
COEFFICIENTS = {
damageMin: 2,
damageMax: 3,
accuracy: 2,
dodge: 2.5,
devastate: 2.5,
durability: 2,
alias ...="cd ../.." | |
alias server='open http://localhost:8000 && python -m SimpleHTTPServer' | |
alias chrome='open /Applications/Google\ Chrome.app --args --remote-debugging-port=9222' | |
alias android='/Users/butuzgol/Library/Android/sdk/tools/emulator -avd Nexus_5X_API_23' | |
alias tbots='NODE_ENV=production node /Users/butuzgol/Desktop/tBots/me/index.js && NODE_ENV=production node /Users/butuzgol/Desktop/tBots/kino/index.js && NODE_ENV=production node /Users/butuzgol/Desktop/tBots/goal/index.js & NODE_ENV=production node /Users/butuzgol/Desktop/tBots/flats/index.js & NODE_ENV=production node /Users/butuzgol/Desktop/tBots/events/index.js' | |
alias show='defaults write com.apple.finder AppleShowAllFiles YES' | |
alias hide='defaults write com.apple.finder AppleShowAllFiles NO' |
{ | |
// Use IntelliSense to learn about possible Node.js debug attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "Quick", | |
"request": "launch", | |
"name": "File", |
(function(global) { | |
'use strict'; | |
var TestSuite = {}, | |
Reporter, | |
specifications = {}, | |
assert = {}; | |
// Reporter | |
Reporter = function(options) { |