Easily work with sketch templates on Git, by having a script that updates them from your repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
def notice(text) | |
puts "\e[33m#{text}\e[0m" | |
end | |
def success(text) | |
puts "\e[32m#{text}\e[0m" | |
end | |
def error(text) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Bol.com Lookup Command | |
class BolLookupCommand < Command | |
def help | |
'Searches for products in the Bol.com catalog.' | |
end | |
def syntax | |
'/bol <search query>' | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Alot of these configs have been taken from the various places | |
# on the web, most from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Class TorDetector | |
* | |
* Helps to detect if visitors are using a Tor browser to surf the website. | |
* | |
* Thanks to https://trac.torproject.org/projects/tor/wiki/doc/TorDNSExitList | |
*/ | |
class TorDetector |
I hereby claim:
- I am jeroenvisser101 on github.
- I am jeroenvisser101 (https://keybase.io/jeroenvisser101) on keybase.
- I have a public key whose fingerprint is 3B50 B1EA 5C9E 5B1B A0CE 143E 22B2 DFE2 F918 52F4
To claim this, I am signing this object:
Prereq:
apt-get install zsh git-core
Getting zsh to work in ubuntu is weird, since sh
does not understand the source
command. So, you do this to install zsh
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
NewerOlder