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 | |
# THE MULTI-PURPOSE NPM TROUBLESHOOTING SCRIPT | |
# Guaranteed to fix any and every problem with your npm install!** | |
# | |
# © ️Ian Young 2016 | |
# | |
# Usage: | |
# Simply run the script, passing as arguments the command that is failing. | |
# Come back in 1-45 minutes to a totally fixed npm install. |
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
source "test/fixtures/my_rubygems_fixture", type: "json_fixture" do | |
gem "whatever" | |
gem "foobar", "~> 1.0.1" | |
end |
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 | |
# Shotwell RAW metadata migrator | |
# | |
# This software is provided WITHOUT WARRANTY OF ANY KIND | |
# | |
# Shotwell doesn't write metadata to RAW files. This was a problem when I wished to migrate all my data out of Shotwell. | |
# This script pulls data out of Shotwell's database and writes it to the files using exiftool. | |
# This is not elegant, performant, or well-tested. However, it seems to get the job done! | |
# |
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
# Connects Jekyll with Lychee (http://lychee.electerious.com/) | |
# | |
# # Features | |
# | |
# * Generate album overview and link to image | |
# * Caching of JSON data | |
# | |
# # Usage | |
# | |
# {% lychee_album <album_id> %} |
OlderNewer