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
#!/bin/bash | |
# | |
# Stupid script for importing Bitbucket changes into Github | |
# Because seriously, who uses Bitbucket when you have Github? | |
# | |
# | |
# Define the URLs and the paths and the things | |
GIT_CLONE_URL="" | |
BIT_CLONE_URL="" |
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
#!/bin/bash | |
# | |
# DESCRIPTION: | |
# | |
# Set the bash prompt according to: | |
# * the branch/status of the current git repository | |
# * the branch of the current subversion repository | |
# * the return value of the previous command | |
# | |
# USAGE: |
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/perl | |
### THINGS THAT GO AT THE TOP. NOTHING IMPORTANT | |
use Image::ExifTool qw(:Public); | |
use warnings; | |
use strict; | |
sub ConvertLatLong | |
{ | |
my $var = shift(@_); |
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
/** | |
* jQuery Link follower | |
* | |
* | |
* Used to simulate browsing a website. | |
* Can be used in conjunction with Tor to falsify hits and visitors. | |
* | |
* Place in header of template and view page in normal browser. | |
* Watch console for information | |
* |
NewerOlder