Pinned Loading
-
bandcamp-streamer
bandcamp-streamer PublicForked from lovethebomb/bandcamp-feed-playlist
Browser extension for Chrome & Firefox
-
meaningful-forks
meaningful-forks PublicForked from AlienKevin/meaningful-forks
Sort Github fork lists by the number of stars and commits ahead from the source repo.
-
Batch file to automatically create u...
Batch file to automatically create uploadable zip packages for a browser extension written for both Firefox and Chrome. See this repo for an example where this would be useful: https://github.com/AFlowOfCode/bandcamp-streamer 1REM requires 7zip - https://www.7-zip.org/download.html
2REM run this from the parent folder of the extension directory
3REM excludes .git folder & other browser's manifest by default
4REM change path to 7z.exe & the extension directory as needed
5 -
Simple bash script to update & resta...
Simple bash script to update & restart a rails app on a live dev server when triggered by a webhook set to repo push. Args to script are: head_commit.id, pusher.name, pusher.email 1#!/bin/sh
2echo "commit: $1 by: $2 $3"
3cd your/git_rails/project_root #REPLACE THIS
4git pull
5if [ -f tmp/pids/server.pid ]; then
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.