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
const chai = require('chai'); | |
module.exports = (t) => { | |
return Object.keys(chai.assert).reduce((prev, curr) => { | |
let assertion = chai.assert[curr]; | |
if (typeof assertion == 'function') { | |
prev[curr] = (...args) => { | |
try { | |
assertion.apply(chai.assert, args); |
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
stashclone() { | |
if [[ "${1}" =~ \/([^\/]+)\/([^\/]+).git$ ]]; then | |
PROJ=`echo "${BASH_REMATCH[1]}" | awk '{ print toupper($1); }'` | |
REPO="${BASH_REMATCH[2]}" | |
PDIR="${HOME}/Stash/${PROJ}" | |
RDIR="${PDIR}/${REPO}" | |
if [ -d "${RDIR}" ]; then | |
echo "${RDIR} is already there" |
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
{ | |
"11000020024": "Coreli C-Type Small Rifled Railgun", | |
"11000120024": "Corelum C-Type Medium Rifled Railgun", | |
"11000220024": "Core C-Type Large Rifled Railgun", | |
"11000320024": "Core C-Type Capital Rifled Railgun", | |
"11000520024": "Coreli C-Type Small Snubnosed Railgun", | |
"11000620024": "Corelum C-Type Medium Snubnosed Railgun", | |
"11000720024": "Core C-Type Large Snubnosed Railgun", | |
"11000850024": "Core C-Type Capital Snubnosed Railgun", | |
"11002110024": "Centii C-Type Small Beam Laser", |
This file has been truncated, but you can view the full file.
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
[ | |
{ | |
"blueprint": "Griffin Blueprint", | |
"money": 200000, | |
"output_num": 1, | |
"time": 1000, | |
"product_type_id": 10100000101, | |
"material": { | |
"Tritanium": 38634, | |
"Pyerite": 9642, |
OlderNewer