Skip to content

Instantly share code, notes, and snippets.

require 'nokogiri'
date = '2015-11-01'
members = ['shiloa', 'Vall3y', 'natashach', 'edencoh', 'naorrosenberg',
'benbek']
def get_issues_count(author, assignee, date)
url = "https://github.com/quixey/app-portal/issues?utf8=%E2%9C%93&q=assignee%3A#{assignee}++created%3A%3E#{date}+author%3A#{author}+&_pjax=%23js-repo-pjax-container"
cookie = 'your cookie'
@Vall3y
Vall3y / Preference.sublime-settings
Last active August 29, 2015 14:25
Useful settings for sublime text
{
"always_show_minimap_viewport": true,
"caret_style": "smooth",
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"shift_tab_unindent": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"save_on_focus_lost": true,