How to filter emails from GitHub in Gmail and flag them with labels.
The labels in this document are just examples.
| Filter | Label |
|---|
I needed a newer version of ImageMagick than is available on the yum packages on Amazon Linux. I tried using the remi repo but it failed with dependency errors. Here is what I did to install ImageMagick with support for PNG, JPG, and TIFF.
download the most recent package
wget http://www.imagemagick.org/download/ImageMagick.tar.gz
uncomress the package
ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
To toast:
brew install imagemagick)$ bundle install
$ ./get_token [user] [pass]
$ export GHUSER=[myuser]
| #include <windows.h> | |
| #include <stdio.h> | |
| //68 BE BA FE CA | |
| const unsigned char OP_PUSH = 0x68; | |
| const unsigned char OP_JMP = 0xE9; | |
| static DWORD rets[10000]; | |
| static PDWORD r = NULL; | |
| struct patchwork{ |
hcl https://github.com/zenhob/hclcd MyProjectcurl -L https://gist.github.com/raw/3760898/commit-msg.sh > .git/hooks/commit-msgchmod +x .git/hooks/commit-msggit config hooks.harvesttask "ProjectID TaskID"git config hooks.harvesttask "2551232 1441578"| #!/bin/sh | |
| ## | |
| # This is a script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # Run in interactive mode with: | |
| # $ sh -c "$(curl -sL https://raw.github.com/gist/2108403/hack.sh)" | |
| # | |
| # or run it without prompt questions: |
| namespace :deploy do | |
| task :compile, :roles => :app do | |
| run <<-CMD | |
| export PATH=#{node_path}:$PATH && | |
| cd #{latest_release} && | |
| mkdir lib && | |
| coffee -o lib -c src | |
| CMD | |
| end | |
| end |
| =Navigating= | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
| =Clicking links and buttons= | |
| click_link('id-of-link') | |
| click_link('Link Text') | |
| click_button('Save') | |
| click('Link Text') # Click either a link or a button | |
| click('Button Value') |