I hereby claim:
- I am rastersize on github.
- I am rastersize (https://keybase.io/rastersize) on keybase.
- I have a public key ASAy0pshfSYEGOeFcCsJ3K9hbgcj2jnS9G8_WgEz3E5U0wo
To claim this, I am signing this object:
| USER=rentzsch | |
| PASS=mypassword | |
| REPO=mogenerator | |
| # Delete default labels | |
| curl --user "$USER:$PASS" --include --request DELETE "https://api.github.com/repos/$USER/$REPO/labels/bug" | |
| curl --user "$USER:$PASS" --include --request DELETE "https://api.github.com/repos/$USER/$REPO/labels/duplicate" | |
| curl --user "$USER:$PASS" --include --request DELETE "https://api.github.com/repos/$USER/$REPO/labels/enhancement" | |
| curl --user "$USER:$PASS" --include --request DELETE "https://api.github.com/repos/$USER/$REPO/labels/invalid" | |
| curl --user "$USER:$PASS" --include --request DELETE "https://api.github.com/repos/$USER/$REPO/labels/question" |
| import os.path as path | |
| import string | |
| import argparse | |
| import glob | |
| import re | |
| def basename(filename): | |
| base = filename | |
| if filename.find('@2x') > 0: | |
| base = filename[:filename.find('@2x')] |
| # | |
| # This is a set of bash function definitions, and a bash command, that | |
| # set up bash completion for the Mac OS X "open" command. | |
| # | |
| # HOW TO USE | |
| # | |
| # Add this command to your .bashrc: | |
| # | |
| # . open.sh | |
| # |
| mr | Marathi | |
|---|---|---|
| bs | Bosnian | |
| ee_TG | Ewe (Togo) | |
| ms | Malay | |
| kam_KE | Kamba (Kenya) | |
| mt | Maltese | |
| ha | Hausa | |
| es_HN | Spanish (Honduras) | |
| ml_IN | Malayalam (India) | |
| ro_MD | Romanian (Moldova) |
| // | |
| // RSTimingFunction.h | |
| // | |
| // Created by Raphael Schaad on 2013-09-28. | |
| // This is free and unencumbered software released into the public domain. | |
| // | |
| #import <Foundation/Foundation.h> |
| // | |
| // HMAC.swift | |
| // | |
| // Created by Mihael Isaev on 21.04.15. | |
| // Copyright (c) 2014 Mihael Isaev inc. All rights reserved. | |
| // | |
| // *********************************************************** | |
| // | |
| // How to import CommonCrypto in Swift project without Obj-c briging header | |
| // |
I hereby claim:
To claim this, I am signing this object:
A syntax highlighter configuration for .xcconfig (Xcode configuration) files for Sublime Text 3. Based on work by @dflems.
Fig 1: Screenshot of an xcconfig file being highligthed. Shown with the “Tomorrow - Night” theme.
Copy the files *.sublime-* files into an xcconfig directory in your Packages directory.