Skip to content

Instantly share code, notes, and snippets.

View bennovakovic's full-sized avatar

Ben Novakovic bennovakovic

View GitHub Profile
@bennovakovic
bennovakovic / blockstack
Created June 25, 2018 11:09
blockstack
Verifying my Blockstack ID is secured with the address 14YooQyvSVY2ZYqgTB1nRKVRu5JobNHPqy https://explorer.blockstack.org/address/14YooQyvSVY2ZYqgTB1nRKVRu5JobNHPqy

Keybase proof

I hereby claim:

  • I am bennovakovic on github.
  • I am bmn (https://keybase.io/bmn) on keybase.
  • I have a public key whose fingerprint is D6AD AC7A 87FC FCBA 48A5 BD23 D534 468F 6189 2E70

To claim this, I am signing this object:

@bennovakovic
bennovakovic / git-pr.sh
Created March 16, 2016 01:48
automate pull request page
#!/bin/bash
#!/bin/bash
# Running with no arguments opens against release,
# but pass one argument to open against that branch:
# $ git-pr master
# $ git-pr
MAIN_BRANCH='release'
if [ -n "$1" ]; then
MAIN_BRANCH=$1
@bennovakovic
bennovakovic / git-pr.sh
Created March 10, 2016 01:23
Quickly the github PR review page from the current branch
#!/bin/bash
# Running with no arguments opens against release,
# but pass one argument to open against that branch:
# $ git-pr master
# $ git-pr
MAIN_BRANCH='release'
if [ -n "$1" ]; then
MAIN_BRANCH=$1
fi
@bennovakovic
bennovakovic / gulp.js
Created February 17, 2016 00:11
packing using gulp-sourcemaps
gulp.task('requirejsBuild', ['copyAndCompressRequirements'], function() {
return gulp.src('app/js/main.js')
.pipe(sourcemaps.init())
.pipe(requirejsOptimize({
mainConfigFile : 'app/js/main.js',
baseUrl: 'app/bower_components',
findNestedDependencies: true,
name: '../js/main',
optimize: 'uglify2',
preserveLicenseComments : false,

Keybase proof

I hereby claim:

  • I am bennovakovic on github.
  • I am bmn (https://keybase.io/bmn) on keybase.
  • I have a public key whose fingerprint is 78CC 60DE F31B 08F6 DD59 50A3 C094 7571 6EB0 69F1

To claim this, I am signing this object: