I hereby claim:
- I am cdbattags on github.
- I am cdbattags (https://keybase.io/cdbattags) on keybase.
- I have a public key whose fingerprint is E1AF 534B EAD0 42DF 18D6 6CD2 7C45 0A7E A29B 9B1D
To claim this, I am signing this object:
| // Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible). | |
| // Tweak the makePrettyJSON_ function to customize what kind of JSON to export. | |
| var FORMAT_ONELINE = 'One-line'; | |
| var FORMAT_MULTILINE = 'Multi-line'; | |
| var FORMAT_PRETTY = 'Pretty'; | |
| var LANGUAGE_JS = 'JavaScript'; | |
| var LANGUAGE_PYTHON = 'Python'; |
| use Test::Nginx::Socket::Lua; | |
| repeat_each(2); | |
| plan tests => repeat_each() * (3 * blocks()); | |
| our $HttpConfig = <<'_EOC_'; | |
| lua_package_path 'lib/?.lua;;'; | |
| _EOC_ |
| set codec to "CODEC" | |
| set headphones to "headphones" | |
| tell application "System Preferences" to quit | |
| tell application "System Preferences" | |
| activate | |
| set current pane to pane "com.apple.preference.sound" | |
| reveal anchor "Output" of pane id "com.apple.preference.sound" | |
| end tell |
| set codec to "CODEC" | |
| set headphones to "headphones" | |
| tell application "System Preferences" to quit | |
| tell application "System Preferences" | |
| activate | |
| set current pane to pane "com.apple.preference.sound" | |
| reveal anchor "Output" of pane id "com.apple.preference.sound" | |
| end tell |
| const inject = (element, state, template) => { | |
| const injected = angular.element(element).injector() | |
| injected.invoke(['$compile', '$rootScope', ($compile, $rootScope) => { | |
| scope = angular.extend($rootScope.$new(), { $ctrl: state }); | |
| el.replaceWith($compile(template)(scope)); | |
| }]); | |
| } |
| import angular from 'angular'; | |
| import uiRouter from 'angular-ui-router'; | |
| import ngRedux from 'ng-redux'; | |
| import AppComponent from './app.component'; | |
| import NavigationComponent from './components/navigation/navigation'; | |
| import HomeComponent from './containers/home/home'; | |
| // import the root reducer from reducers folder |
| #!/usr/bin/env sh | |
| # Download lists, unpack and filter, write to stdout | |
| curl -s https://www.iblocklist.com/lists.php \ | |
| | sed -n "s/.*value='\(http:.*=bt_.*\)'.*/\1/p" \ | |
| | sed "s/\&/\&/g" \ | |
| | sed "s/http/\"http/g" \ | |
| | sed "s/gz/gz\"/g" \ | |
| | xargs curl -L \ | |
| | gunzip \ |
| #!/usr/bin/env sh | |
| # Download lists, unpack and filter, write to stdout | |
| curl -s https://www.iblocklist.com/lists.php \ | |
| | sed -n "s/.*value='\(http:.*=bt_.*\)'.*/\1/p" \ | |
| | xargs wget -O - \ | |
| | gunzip \ | |
| | egrep -v '^#' |
I hereby claim:
To claim this, I am signing this object: