Skip to content

Instantly share code, notes, and snippets.

View elomagic's full-sized avatar

Carsten Rambow elomagic

  • Germany
  • 18:16 (UTC +02:00)
View GitHub Profile
@elomagic
elomagic / upload-github-release-asset.sh
Created August 19, 2017 10:21 — forked from stefanbuck/upload-github-release-asset.sh
Script to upload a release asset using the GitHub API v3.
#!/usr/bin/env bash
#
# Author: Stefan Buck
# https://gist.github.com/stefanbuck/ce788fee19ab6eb0b4447a85fc99f447
#
#
# This script accepts the following parameters:
#
# * owner
# * repo
@elomagic
elomagic / 0_reuse_code.js
Created March 19, 2014 15:05
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console