Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
https://devcenter.heroku.com/articles/heroku-postgres-import-export
or
heroku pg:backups capture
heroku pg:backups public-url
curl "[the url]" > tmp/db.dump
pg_restore --verbose --clean --no-acl --no-owner -h localhost -d [db_name] tmp/db.dump
class X | |
attr_accessor :i | |
def initialize | |
@i = 0 | |
end | |
def work(e) | |
@i += e | |
end |
Curry checks that committers in a GitHub Pull Request have signed Chef's CLA in Super Market.
The general goal of curry is to verify that committer(s) opening a pull request in a Chef Inc. repo have signed a CLA. If they have signed a CLA, Super Market will leave a comment letting Chef Inc. know that the user has signed a CLA. If they have not, Super Market will leave a comment letting Chef Inc. and the committer(s) know they have not signed a CLA, while instructing the committer(s) to sign a CLA. When the Pull Request is opened, a ticket is opened in the ticket tracking system being used (in Chef's case, JIRA).
Major parts of Curry include:
Better security practices:
A work in progress list of technologies that look really interesting.
{ | |
"font_face": "Monaco", | |
"font_size": 14, | |
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme", | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"wrap_width": 80, | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true, | |
"draw_white_space": "all", |