Adopted from CSS from this project - https://github.com/maxfriedrich/quiet-facebook
- Get Chrome
- Get AdBlock Plus
- Add this feed url -
https://gist.githubusercontent.com/pitr/78d78b0b24f964f0625f/raw/adblock-facebook-newsfeed.txt
| main: main.c lib.asm | |
| nasm -f macho64 lib.asm | |
| $(CC) -O3 -o main lib.o main.c | |
| run: main | |
| ./main |
| source 'https://rubygems.org' | |
| gem 'fluentd' | |
| gem 'fluent-plugin-elasticsearch' | |
| gem 'ruby-prof' |
Adopted from CSS from this project - https://github.com/maxfriedrich/quiet-facebook
https://gist.githubusercontent.com/pitr/78d78b0b24f964f0625f/raw/adblock-facebook-newsfeed.txt| gbr() { | |
| originurl=$(git config --get remote.origin.url | tr '[:upper:]' '[:lower:]') | |
| originurl=${originurl/git\@bitbucket\.org\:/https://bitbucket.org/} | |
| originurl=${originurl/\git:/https:} | |
| originurl=${originurl/\.git/} | |
| path=$(git config --get remote.origin.url | tr '[:upper:]' '[:lower:]' | sed -e 's/[email protected]://') | |
| branchName=$(git rev-parse --abbrev-ref HEAD) | |
| giturl=$originurl"/pull-request/new?source="$path"::"$branchName |
I hereby claim:
To claim this, I am signing this object:
| module NewRelic | |
| module Agent | |
| module Instrumentation | |
| module WebsocketRails | |
| module ActionController | |
| def self.newrelic_write_attr(attr_name, value) # :nodoc: | |
| write_inheritable_attribute(attr_name, value) | |
| end | |
| def self.newrelic_read_attr(attr_name) # :nodoc: |