I hereby claim:
- I am bitcrazed on github.
- I am bitcrazed (https://keybase.io/bitcrazed) on keybase.
- I have a public key whose fingerprint is AB76 BFE8 E943 3B72 FE82 CAD0 5B36 FECE 9012 1CEB
To claim this, I am signing this object:
| git filter-branch -f --env-filter "GIT_AUTHOR_EMAIL='newemail'; GIT_COMMITTER_EMAIL='newemail';" HEAD |
I hereby claim:
To claim this, I am signing this object:
| Windows Registry Editor Version 5.00 | |
| ; | |
| ; Tell IE to display JSON documents in the browser. | |
| ; 25336920-03F9-11cf-8FD0-00AA00686F13 is the CLSID for the "Browse in place" . | |
| ; Source: http://stackoverflow.com/questions/2483771/how-can-i-convince-ie-to-simply-display-application-json-rather-than-offer-to-do | |
| ; | |
| [HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/json] | |
| "CLSID"="{25336920-03F9-11cf-8FD0-00AA00686F13}" | |
| "Encoding"=hex:08,00,00,00 |
| # Description: Boxstarter Script | |
| # Author: Rich Turner <[email protected]> | |
| # Last Updated: 2019-07-08 | |
| # | |
| # Run this Boxstarter by calling the following from an **ELEVATED PowerShell instance**: | |
| # `set-executionpolicy Unrestricted` | |
| # `. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force` | |
| # `Install-BoxstarterPackage -DisableReboots -PackageName <URL-TO-RAW-GIST>` | |
| #---- TEMPORARY --- |
| # Description: Boxstarter Virtual Machine Script | |
| # Author: Rich Turner <[email protected]> | |
| # Last Updated: 2014-11-06 | |
| #--- Windows subsystems/Features --- | |
| # cinst Microsoft-Hyper-V-All -source windowsFeatures | |
| # cinst IIS-WebServerRole -source windowsfeatures | |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
| Enable-RemoteDesktop |
| START http://boxstarter.org/package/nr/url?<URL to RAW Gist> | |
| # Physical BoxStarter | |
| START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/bitcrazed/ee67ef93381d7f29d20e/raw/6c1a8bb7416e86772d7919be57498d843206724b/boxstarter-vm.ps1 | |
| # VM BoxStarter | |
| START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/bitcrazed/ee67ef93381d7f29d20e/raw/16fe032551357ed51f8fca22eb3bca1f90724a7e/boxstarter-vm.ps1 |
| (use '[clojure.core.match :only [match]]) | |
| (defn evaluate [env [sym x y]] | |
| (match [sym] | |
| ['Number] x | |
| ['Add] (+ (evaluate env x) (evaluate env y)) | |
| ['Multiply] (* (evaluate env x) (evaluate env y)) | |
| ['Variable] (env x))) | |
| (def environment {"a" 3, "b" 4, "c" 5}) |
| #!/usr/bin/python | |
| # Based on https://www.reddit.com/r/technology/comments/43fi39/i_set_up_my_raspberry_pi_to_automatically_tweet/ | |
| import os | |
| import sys | |
| import csv | |
| import datetime | |
| import time | |
| import twitter |
| set number | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set softtabstop=4 | |
| set expandtab | |
| set mouse=a | |
| syntax enable |
I hereby claim:
To claim this, I am signing this object: