Skip to content

Instantly share code, notes, and snippets.

@smellsblue
smellsblue / TruthTable.txt
Last active December 17, 2015 18:53 — forked from sri/TruthTable.txt
|---+---+---+-----------------+--------------|
| X | Y | Z | (!X && !Y) && Z | X ^ (Y || Z) |
|---+---+---+-----------------+--------------|
| F | F | F | | |
|---+---+---+-----------------+--------------|
| F | F | T | | |
|---+---+---+-----------------+--------------|
| F | T | F | | |
|---+---+---+-----------------+--------------|
| F | T | T | | |
#!/usr/bin/env ruby
# This program will fix any private gems for your Gemstash 1.0.0.pre.1
# instance. If you never installed 1.0.0.pre.1 or never pushed private gems to
# it, then you shouldn't need to run this.
#
# If you have a custom config outside of your ~/.gemstash directory, please run:
# $ ./fix_resources.rb --config-file path/to/gemstash-config.yml
#
# If you want to be prompted for each file, please run: