Skip to content

Instantly share code, notes, and snippets.

View ardian's full-sized avatar
💭
I may be slow to respond.

Ardian Haxha ardian

💭
I may be slow to respond.
View GitHub Profile
@mrmrs
mrmrs / github-display-none.css
Last active November 2, 2019 03:09
Single purpose rulesets to set an element to display none from githubs production css
.table-list-triage {
display: none;
}
.triage-mode .table-list-non-triage, .triage-mode .table-list-filters {
display: none;
}
.boxed-group-list>li.approved .btn-sm, .boxed-group-list>li.rejected .btn-sm {
display: none;
}
.repo-list .participation-graph.disabled {
@xhezairbey
xhezairbey / beard_test.rb
Last active August 29, 2015 14:09
The Ruby Beard Test
# Pretty print your Ruby objects with style -- in full color and with proper indentation
# https://github.com/michaeldv/awesome_print
require 'awesome_print'
=begin
* Name: Beard Test App
* Description: Person Beard Scanner
* Author: @xhezairi & @korabh
* Date: Today
* License: MMV