Highlights
- Pro
Pinned Loading
-
Script to generate a pr short link a...
Script to generate a pr short link and title off of hacker news article headlines. Requires valid bitly access token 1#!/usr/bin/env ruby
23require 'net/http'
4require 'json'
5 -
Git Recent Branches alias
Git Recent Branches alias 1[alias]
2recent-branches = for-each-ref --sort=-committerdate --count=10 --format='%(refname:short)' refs/heads/
-
A more basic form of my script to mo...
A more basic form of my script to move assets around into an android resource folder. Useful if you already have unzipped files or you're using a nonstandard directory structure. Also this script doesn't require any installed gems, so it's more portable. 1#!usr/bin/env ruby
23#script to move packaged assets to local resources directory
4if (!ARGV || ARGV.size < 2)
5puts "useage: ./move_assets.rb [source] [destination] [option: -f]"
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.