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 | |
# San Francisco Public Library - Learn, Design and Build Software! | |
# | |
# Sample program created by Louis Rawlins ([email protected]) | |
# Copyright 2016, Bonfire School, covered under GPLv3 | |
# | |
# ############################################################################## | |
# READ ME FIRST | |
# |
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 | |
# San Francisco Public Library - Learn, Design and Build Software! | |
# | |
# Sample program created by Louis Rawlins ([email protected]) | |
# Copyright 2016, Bonfire School, covered under GPLv3 | |
# | |
# Show gopher as a historical example. | |
# These were faster systems, Merlin, etc | |
# Time and fashion changes how we look for things |
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 | |
# San Francisco Public Library - Learn, Design and Build Software! | |
# | |
# Sample program created by Louis Rawlins ([email protected]) | |
# Copyright 2016, Bonfire School, covered under GPLv3 | |
# | |
# Show gopher as a historical example. | |
# These were faster systems, Merlin, etc | |
# Time and fashion changes how we look for things |
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/sh | |
# | |
# Just run this command (usage notes below): | |
pbpaste | xxd -r - FILENAME.EXT | |
# Script: restore_file_from_chrome_cache | |
# Author: Louis Rawlins ([email protected]) | |
# Date: November 17, 2016 at 4:35:39 PM PST | |
# Description: Restore cache files from hex generated by Chrome (chrome://cache) |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key><string>local.unison</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/bin/sh</string><string>-c</string> | |
<string>/usr/local/bin/unison \ | |
-times \ |