Skip to content

Instantly share code, notes, and snippets.

View antisilent's full-sized avatar
🧐
owning the /libs

Nick Silva antisilent

🧐
owning the /libs
View GitHub Profile
/**
* Output a stack trace to console.
*/
console.log((function () {
var err = new Error();
err.name = 'Stacktrace';
return err.stack;
})());
debugger;

Keybase proof

I hereby claim:

  • I am antisilent on github.
  • I am antisilent (https://keybase.io/antisilent) on keybase.
  • I have a public key whose fingerprint is F5B5 952E B585 083B 5621 8797 6C96 4473 874E D866

To claim this, I am signing this object:

@antisilent
antisilent / gist:a172081306eef33a32d8
Created March 13, 2015 20:18
mse-mtg-phyrexian PKGBUILD
# Contributors:
# Sapphira Armageddos <shadowkyogre@aim.com>
# Nick Silva <nowhearthis@antisilent.com>
pkgname=mse-mtg-phyrexian
pkgver=2.0.0
pkgrel=6
pkgdesc="Magic: the Gathering templates for Magic Set Editor."
arch=(any)
url="http://magicseteditor.sourceforge.net"
license=('freeware')
# Contributors:
# Sapphira Armageddos <shadowkyogre@aim.com>
# Nick Silva <nowhearthis@antisilent.com>
pkgname=mse-mtg
pkgver=2.0.0
pkgrel=6
pkgdesc="Magic: the Gathering templates for Magic Set Editor."
arch=(any)
url="http://magicseteditor.sourceforge.net"
license=('freeware')
@antisilent
antisilent / PKGBUILD
Last active August 29, 2015 13:57
bashish 2.2.4-1 PKGBUILD
# Contributor: Nick Silva < nowhearthis (at) antisilent (dot) com >
pkgname=bashish
pkgver=2.2.4
pkgrel=1
pkgdesc="Bashish is a theme enviroment for text terminals. It can change colors, font, transparency and background image on a per-application basis."
arch=(i686 x86_64)
url="http://bashish.sourceforge.net/"
license="GPL"
depends=('dialog')
makedepends=('pkgconfig')