Skip to content

Instantly share code, notes, and snippets.

View AvaelKross's full-sized avatar

Alexey Smirnov AvaelKross

  • Prague
View GitHub Profile
@AvaelKross
AvaelKross / hdrezka-custom.css
Created May 15, 2018 23:00
Custom modern look (+anti-adv) for hdrezka
body > #wrapper {
max-width: 1010px;
width: 100% !important;
}
body.active-brand.pp {
padding-top: 0 !important;
}
#footer {
@AvaelKross
AvaelKross / gist:012a319d7d7bfb100f93
Created August 13, 2014 21:32
task - SE api / interesting questions for user
module StackExchangeAPI
require 'net/http'
require 'json'
require 'csv'
DOMAIN = 'http://api.stackexchange.com/'
PARAMS = {site: 'stackoverflow'}
class << self
def get_user_info(id)