Skip to content

Instantly share code, notes, and snippets.

View josefsalyer's full-sized avatar

Josef Salyer josefsalyer

  • 11:52 (UTC -04:00)
View GitHub Profile
@stellaraccident
stellaraccident / control-block-http-example1.js
Created March 21, 2011 20:05
Bulletproof node coding snippets
request: function(options) {
var future=new Future();
var req=http.request(options, function(res) {
var text='';
res.setEncoding('utf8');
res.on('data', function(chunk) {
text+=chunk;
});
res.on('end', Block.guard(function() {
@cdown
cdown / gist:1163649
Last active April 14, 2025 22:42
Bash urlencode and urldecode
urlencode() {
# urlencode <string>
old_lc_collate=$LC_COLLATE
LC_COLLATE=C
local length="${#1}"
for (( i = 0; i < length; i++ )); do
local c="${1:$i:1}"
case $c in
@josefsalyer
josefsalyer / notes
Created October 31, 2011 15:16
notes
10:9a:dd:b9:83:3e Hernan
7C:6D:62:D2:E4:0D Hernan's iPad
90:27:e4:fb:3a:7c Frederico
Frank
https://github.com/moredip/Frank
http://blog.thepete.net/2010/07/frank-automated-acceptance-tests-for.html
http://vimeo.com/21860134
@dciccale
dciccale / git_branch.sh
Created May 11, 2013 18:02
Bash script to get the current git branch and last commit
#!/usr/bin/env bash
# checks if branch has something pending
function parse_git_dirty() {
git diff --quiet --ignore-submodules HEAD 2>/dev/null; [ $? -eq 1 ] && echo "*"
}
# gets the current git branch
function parse_git_branch() {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e "s/* \(.*\)/\1$(parse_git_dirty)/"
@ogrrd
ogrrd / dnsmasq OS X.md
Last active May 9, 2025 23:25
Setup dnsmasq on OS X

Never touch your local /etc/hosts file in OS X again

To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.

Requirements

Install

@adunning
adunning / gist:c670ab28c16f031f4777
Last active January 7, 2020 16:06 — forked from schmurfy/gist:3199254
Install pandoc on Mac OS X 10.9
#!/bin/bash
# First install BasicTeX: http://mirror.ctan.org/systems/mac/mactex/mactex-basic.pkg
# Allows you to run tlmgr without sudo.
$ sudo chown -R `whoami` /usr/local/texlive
# Update everything.
$ tlmgr update --self --all
# Install extra packages used by the default pandoc template.
@micw
micw / install_jenkins_plugin.sh
Last active August 11, 2023 06:14
Script to install one or more jenkins plugins including dependencies while jenkins is offline
#!/bin/bash
set -e
if [ $# -eq 0 ]; then
echo "USAGE: $0 plugin1 plugin2 ..."
exit 1
fi
plugin_dir=/var/lib/jenkins/plugins
@chinshr
chinshr / Jenkinsfile
Last active February 9, 2025 02:39
Best of Jenkinsfile, a collection of useful workflow scripts ready to be copied into your Jenkinsfile on a per use basis.
#!groovy
# Best of Jenkinsfile
# `Jenkinsfile` is a groovy script DSL for defining CI/CD workflows for Jenkins
node {
}
anonymous
anonymous / Maggie's favorite folder
Created April 8, 2016 21:39
Maggie's favorite folder
๐Ÿ˜ป๐Ÿ˜ป๐Ÿ˜ป๐Ÿ˜ป๐Ÿ˜ป๐Ÿ˜ป๐Ÿ˜ป๐Ÿ˜ป๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ’ค๐Ÿ’ค๐Ÿ’ค๐Ÿ’ค๐Ÿ’€๐Ÿ’€๐Ÿ’€๐Ÿ‘บ๐Ÿ‘บ๐Ÿ‘บ๐Ÿ‘บ๐Ÿ‘น๐Ÿ‘น๐Ÿ‘ฝ๐Ÿ’ฉ๐Ÿ˜น๐Ÿ˜น๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ˜ฟ๐Ÿ˜ฟ๐Ÿ˜ผ๐Ÿ˜…๐Ÿ˜ฅ๐Ÿ˜ฐ๐Ÿ˜ญ๐Ÿ˜‚๐Ÿ˜ข๐Ÿ˜๐Ÿ˜˜๐Ÿ˜ค๐Ÿ˜ค๐Ÿ˜ท๐Ÿ‘ฒ๐Ÿ‘ณ๐Ÿ‘ฎ๐Ÿ‘ท๐Ÿ’‚๐Ÿ‘ถ๐Ÿ‘ฆ๐Ÿ‘ง๐Ÿ˜ฒ๐Ÿ˜ต๐Ÿ˜ถ๐Ÿ˜‡๐Ÿ˜‘๐Ÿ˜ฏ๐Ÿ˜–๐Ÿ˜‹๐Ÿ˜†๐Ÿ˜ก๐Ÿ˜ ๐Ÿ‘ฝ๐Ÿ’€๐Ÿ’ฆ๐Ÿ’ง๐Ÿ’›๐Ÿ’™๐Ÿ’œ๐Ÿ’šโค๏ธ๐Ÿ’”๐Ÿ’—๐Ÿ’“๐Ÿ’•๐Ÿ’–๐Ÿ’ž๐Ÿ’˜๐Ÿ’‹๐Ÿ’Œ๐Ÿ’๐Ÿ’Ž๐Ÿ’Ž๐Ÿ’Ž๐Ÿ’Ž๐Ÿ’Ž๐Ÿ’Ž๐Ÿ’Ž๐Ÿ’Ž๐Ÿ’Ž๐Ÿ‘ค๐Ÿ‘ฅ๐ŸŽ…๐ŸŽ„๐ŸŽ๐ŸŽ‹๐ŸŽ‰๐ŸŽŠ๐ŸŽˆ๐ŸŽŒ๐Ÿ”ฎ๐ŸŽฅ๐Ÿ’ฟ๐Ÿ“€๐Ÿ’ฝ๐Ÿ“ผ๐Ÿ“น๐Ÿ”‹๐Ÿšฟ๐Ÿ””๐Ÿ”•๐Ÿ”‰๐Ÿ”Š๐Ÿ”ˆ๐Ÿ”‡๐Ÿ”†๐Ÿ”…๐Ÿ“ข๐Ÿ“ฃ๐Ÿ“กโณโŒ›๏ธโฐโŒš๏ธ๐Ÿ”“๐Ÿ”’๐Ÿ”๐Ÿ”๐Ÿ’ฃ๐Ÿ’ธ๐Ÿ”ซ๐Ÿ”ช๐Ÿ’Š๐Ÿ’‰๐Ÿšฌ๐Ÿšช๐Ÿ”จ๐Ÿ”ฉ๐Ÿ”ง๐Ÿšฝ๐Ÿ’ด๐Ÿ’ด๐Ÿ’ต๐Ÿ’ต๐Ÿ’ต๐Ÿ’ท๐Ÿ’ท๐Ÿ’ท๐Ÿ’ถ๐Ÿ’ถ๐Ÿ’ฐ๐Ÿ’ฐ๐Ÿ’ฐ๐Ÿ’ฐ๐Ÿ”ช๐Ÿ”ช๐Ÿ”ช๐Ÿ”ช๐Ÿ”ช๐Ÿšฝ๐Ÿšฝ๐Ÿšฝ๐Ÿšฝ๐Ÿšฝ๐Ÿšฝ๐Ÿ’’๐Ÿจ๐Ÿฉ๐Ÿฅ๐Ÿš๐Ÿšฆ๐Ÿšฅ๐Ÿ‡ท๐Ÿ‡บ๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿˆฏ๏ธ๐Ÿˆณ๐Ÿˆต๐Ÿˆด๐Ÿˆฒ๐Ÿ‰๐Ÿˆน๐Ÿˆบ๐Ÿˆน๐Ÿˆถ๐Ÿˆš๏ธ๐Ÿ†—๐Ÿ†™๐Ÿ†•๐Ÿ†’๐Ÿ†“๐Ÿ†–๐Ÿ“ถ๐ŸŽฆ๐Ÿ“ถ๐Ÿˆ๐Ÿšซ๐Ÿ”ž๐Ÿ“ต๐Ÿšฏ๐Ÿšฑ๐Ÿšณ๐ŸšทใŠ™๏ธ๐Ÿ‰‘ใŠ—๏ธ๐Ÿˆท๐Ÿˆธ๐Ÿˆ‚โ™‰๏ธโ™Š๏ธโ™‹๏ธโ™Œ๏ธโ™๏ธโ™Ž๏ธโ™๏ธโ™๏ธโ™‘๏ธโ™’๏ธโ™“๏ธโ›Ž๐Ÿ”ฏ๐Ÿ’ฒ๐Ÿ’ฒ๐Ÿ’ฑยฉยฎโ„ขยฉยฎโ„ขโŒโ€ผ๏ธโ‰๏ธโ—๏ธโ“โ•โ”โญ•๏ธ๐Ÿ”๐Ÿ”š๐Ÿ”™๐Ÿ”›๐Ÿ”œ๐Ÿ”ƒ๐Ÿ•›๐Ÿ•ง๐Ÿ•๐Ÿ•œ๐Ÿ•‘๐Ÿ•๐Ÿ•’๐Ÿ•ž๐Ÿ•“๐Ÿ•Ÿ๐Ÿ•”๐Ÿ• ๐Ÿ••๐Ÿ•–๐Ÿ•—๐Ÿ•˜๐Ÿ•™๐Ÿ•š๐Ÿ’ฎโ™ ๏ธโ™ฅ๏ธโ™ฃ๏ธโ™ฆ๏ธ๐Ÿ•ก๐Ÿ•ข๐Ÿ•ฃ๐Ÿ•ค๐Ÿ•ฅ๐Ÿ•ฆโœ–๏ธโž•โž–โž—โœ”๏ธโ˜‘๏ธ๐Ÿ’ฏ๐Ÿ”˜๐Ÿ”—๐Ÿ’ฎ๐Ÿ”—โžฐใ€ฐใ€ฝ๏ธ๐Ÿ”ฑโ—ผ๏ธโ—ป๏ธโ—พ๏ธโ—ฝ๏ธโ–ช๏ธโ–ซ๏ธ๐Ÿ”บ๐Ÿ”ฒ๐Ÿ”ณโšซ๏ธโšช๏ธ๐Ÿ”ด๐Ÿ”ต๐Ÿ”ปโฌœ๏ธโฌ›๏ธ๐Ÿ”ถ๐Ÿ”ท๐Ÿ”ธ๐Ÿ”น
@kaleksandrov
kaleksandrov / global-protect.sh
Last active May 15, 2025 23:41
Simple script that starts and stops GlobalProtect.app on Mac OSX.
#!/bin/bash
case $# in
0)
echo "Usage: $0 {start|stop}"
exit 1
;;
1)
case $1 in
start)