from https://api.github.com/emojis
- 👍 +1
- 👎 -1
- 💯 100
- 🔢 1234
- 🎱 8ball
🅰️ a- 🆎 ab
- 🔤 abc
from https://api.github.com/emojis
| % Based on BibTeX standard bibliography style `plain'. But with bold titles. | |
| % Version 0.99b (8-Dec-10 release) for BibTeX versions 0.99a or later. | |
| % Copyright (C) 1984, 1985, 1988, 2010 Howard Trickey and Oren Patashnik. | |
| % Unlimited copying and redistribution of this file are permitted as long as | |
| % it is unmodified. Modifications (and redistribution of modified versions) | |
| % are also permitted, but only if the resulting file is renamed to something | |
| % besides btxbst.doc, plain.bst, unsrt.bst, alpha.bst, and abbrv.bst. | |
| % This restriction helps ensure that all standard styles are identical. | |
| % The file btxbst.doc has the documentation for this style. |
| # Prevent wercker from polluting repositories | |
| # | |
| # Usage: | |
| # Add this to your .bashrc or .zshrc | |
| function wercker() { | |
| # To prevent collisions between projects (i.e., directories) with the same | |
| # name in different locations in your file system, we append a SHA of the | |
| # project path to the project name. | |
| project_name=$(basename $(pwd))-$(shasum <(pwd)|awk '{print $1}') | |
| wercker_dir=~/.wercker/projects/$project_name |
| curl -X GET \ | |
| -H "Content-Type: application/json" \ | |
| -H "Authorization: Bearer $DIGITALOCEAN_TOKEN" \ | |
| "https://api.digitalocean.com/v2/regions"|jq '.regions | length' |
| (for i in $(aws ec2 describe-regions|jq -r '.Regions[].RegionName'); do | |
| aws ec2 describe-availability-zones --region $i|jq '.AvailabilityZones[].ZoneName'; | |
| done)|wc -l |
| #!/usr/bin/env ruby | |
| require 'fileutils' | |
| MAPPING='dslab14-account-mapping.txt' | |
| FOLDER=ARGV.first || 'DSLab-Harvest-1237' | |
| TARGET=File.join('processed') | |
| Dir.mkdir(TARGET) rescue nil | |
| # Map users to immatriculation numbers. | |
| users = {} |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # | |
| # Install gitorious using chef-solo | |
| set -e | |
| echo "Updating package cache..." | |
| apt-get -qq update | |
| echo "Setting gem command defaults.." |
| log4j.rootLogger=DEBUG, OPT | |
| log4j.appender.OPT=org.apache.log4j.RollingFileAppender | |
| log4j.appender.OPT.File=opt.log | |
| log4j.appender.OPT.layout=org.apache.log4j.PatternLayout | |
| # Canonical Log Format Pattern | |
| log4j.appender.A1.layout.ConversionPattern=%d %m%n |
Originally from "Creating a svn.authorsfile when migrating from subversion to git", http://technicalpickles.com/posts/creating-a-svn-authorsfile-when-migrating-from-subversion-to-git/
Minor update, so the generated output would be legal for a svn.authorsfile right away.
Note, however, that you SHOULD nevertheless provide the authors' full names and email addresses for a clean migration, i.e.:
svn_username = Firstname Lastname