🐼
This file contains 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/bash | |
brew uninstall node | |
brew prune | |
sudo rm -rf $HOME/{local,lib,include,node*,npm,.npm*} | |
sudo rm -rf /usr/local/lib/node* | |
sudo rm -rf /usr/local/include/node* | |
sudo rm -rf /usr/local/bin/{node,npm} | |
sudo rm -rf /usr/local/share/man/man1/node.1 |
This file contains 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
// Hook in to `addEventListener` to track the mouse and display it as a circle | |
exports.onPageLoad = function() { | |
return browser.executeScript(function() { | |
(function() { | |
var EventSniffer = function() { | |
this.history = []; | |
this.callbacks = {}; | |
this.minCacheSize = 100; | |
this.maxCacheSize = 500; | |
}; |
This file contains 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
const screenshot = (text = '') => { | |
const upload = filename => { | |
const util = require('util'); | |
const exec = require('child_process').exec; | |
const command = 'curl -sbv ' + | |
'-H \'Content-Type: multipart/form-data\' ' + | |
'-H \'Accept: application/json\' ' + | |
'-F "file=@./' + filename + '" ' + | |
'-F "upload_preset=kzrkwuhx" ' + |
This file contains 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
.factory('Search', function(Restangular, Me, constants) { | |
var profile = Restangular.one(constants.PROFILES, Me.get().view.of.id) | |
, serviceWithProfile = Restangular.service(constants.SEARCHES, profile) | |
, serviceNoProfile = Restangular.service(constants.SEARCHES); | |
serviceWithProfile.oneToOnes = function() { | |
return serviceWithProfile.getList({ | |
searchType: constants.SEARCHES_ONE2ONE_TYPE | |
}); | |
}; |
I hereby claim:
- I am OrganicPanda on github.
- I am organicpanda (https://keybase.io/organicpanda) on keybase.
- I have a public key whose fingerprint is A583 A585 7B9D 2DD4 E60A ECBB AF5D 91DA A10A E031
To claim this, I am signing this object:
NewerOlder