I hereby claim:
- I am mplorentz on github.
- I am mplorentz (https://keybase.io/mplorentz) on keybase.
- I have a public key whose fingerprint is FE73 1467 E7BF 7C1B D8EB 468C B52A D653 F0FB 005C
To claim this, I am signing this object:
| On Windows: | |
| Remove contents of C:\Documents and Settings\YOUR_COMPUTER_NAME\Application Data\My Games\Sid Meier's Civilization 4\cache | |
| On OS X: | |
| Remove contents of /Users/[your_user_name]/Documents/Aspyr/Sid Meier's Civilization 5/cache/ | |
| On Linux: | |
| Remove contents of ~/.local/share/Aspyr/Sid Meier's Civilization 5/cache/ | |
| Then have Steam verify the integrity of the Game Cache: | |
| 1. Open Steam | |
| 2. Click Library |
| deepCopyItem = function(item) { | |
| var listProto = Object.prototype.toString.call([]); | |
| var objectProto = Object.prototype.toString.call({}); | |
| var itemProto = Object.prototype.toString.call(item); | |
| if (itemProto != listProto && itemProto != objectProto) { | |
| console.warn("Cannot create a deep copy from " + itemProto); | |
| return undefined; | |
| } | |
| var newItem = function() { |
I hereby claim:
To claim this, I am signing this object:
| { | |
| 'content': { | |
| 'text': 'test post' | |
| }, | |
| 'type': 'https://tent.io/types/status/v0#', | |
| 'permissions': { | |
| 'public': True | |
| } | |
| } |
| (* | |
| * Finder Open iTerm Here - v1.0.2 - 4/14/2011 | |
| * http://benalman.com/ | |
| * | |
| * Copyright (c) 2011 "Cowboy" Ben Alman | |
| * Dual licensed under the MIT and GPL licenses. | |
| * http://benalman.com/about/license/ | |
| *) | |
| tell application "Finder" |