This file contains hidden or 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
/** | |
* 4e-xp.js | |
* D&D 4th Edition Encounter Level Calculator | |
* | |
* Copyright (C) 2012 Duane Sibilly <[email protected]> | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal | |
* in the Software without restriction, including without limitation the rights | |
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
This file contains hidden or 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 python | |
# Imgur Album Downloader | |
# Version 20121015-01 | |
# | |
# THIS SCRIPT NO LONGER WORKS AGAINST THE CURRENT IMGUR WEBSITE | |
# DO NOT USE! THIS GIST IS HERE FOR POSTERITY ONLY! | |
# | |
# Now with multithreading! | |
# Just paste the URL of an Imgur album/gallery/subdomain | |
# at the prompt, and away you go! |
This file contains hidden or 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 | |
/* | |
Adaptation by Marco Arment <[email protected]>. | |
Adapted from Portable PHP Password Hashing Framework (phpass) version 0.3: | |
http://www.openwall.com/phpass/ | |
phpass was by Solar Designer <solar at openwall.com> in 2004-2006 and is in | |
the public domain. This adaptation is also in the public domain. |
This file contains hidden or 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
// | |
// NSString+UsefulStuff.h | |
// | |
// Duane Sibilly <[email protected]> | |
// 6/21/11 | |
// Copyright (c) 2011-2012 Duane Sibilly. All rights reserved. | |
#import <Foundation/Foundation.h> | |
// The use of the parenthesis in the interface declaration is what tells the |
This file contains hidden or 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
# XCode 4 auto-versioning script for Git | |
# Inspired by the work of Axel Andersson, Marcus S. Zarra and Matt Long | |
# http://valthonis.net/u/19 | |
""" | |
NOTE: Due to its use of build environment variables, this | |
script will only work from inside XCode's build process! | |
""" | |
import os |
NewerOlder