Skip to content

Instantly share code, notes, and snippets.

View oskwazir's full-sized avatar

Omer Wazir oskwazir

View GitHub Profile
@oskwazir
oskwazir / .block
Last active May 30, 2017 21:33
Chord Diagram
license: gpl-3.0
height: 960
border: no
@oskwazir
oskwazir / .block
Created May 30, 2017 20:29
fresh block
license: mit
@oskwazir
oskwazir / .block
Last active May 30, 2017 17:46
fresh block
license: mit
@oskwazir
oskwazir / .block
Last active May 30, 2017 17:04
fresh block
license: mit
border: no
@oskwazir
oskwazir / pinboard.css
Last active July 29, 2016 18:01
Stylesheet for pinboard.in
body,blockquote.note{
font: 18px/1.5 "Concourse T3",sans-serif;
}
a{
font-family:"Concourse C4",sans-serif;
}
.bookmark_title {
font-family:"Concourse T4",sans-serif;
@oskwazir
oskwazir / erlang_docs.css
Created July 24, 2016 01:46
erlang docs stylesheet
body,p{
font:22px/1.5 "adobe text pro",sans-serif;
font-family:"adobe text pro",sans-serif;
color:#586e75;
}
*,html,#container,body{
background:#fdf6e3;
}
@oskwazir
oskwazir / hacker_news.css
Last active July 28, 2016 16:50
Css styles for Hacker News
html {
font: 18px/1.5 'equity text b', sans-serif;
}
body {
max-width: 720px;
background: rgba(246, 246, 239, 0.95);
}
body > center > table > tbody > tr:first-child > td a:first-child {
margin-left: -16px;
margin-right: 10px;
@oskwazir
oskwazir / freebsd_docs.css
Last active June 28, 2016 17:45
Css styles for freebsd docs
html{
font:24px/1.6 "gesta","usual","facit",sans-serif;
}
html body,
h1,h2,h3,h4,h5,h6,
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, h3.author, .corpauthor, div.abstract div.abstract-title, div.toc div.toc-title, div.list-of-figures div.toc-title, div.list-of-tables div.toc-title, div.list-of-examples div.toc-title{
font-family: "gesta","usual","facit",sans-serif;
}
html body{
@oskwazir
oskwazir / visualStudioCodeMarkdownStyles.css
Last active February 10, 2017 10:12
Markdown Styles for VSCode
@import url(https://fonts.googleapis.com/css?family=Fira+Mono|Fira+Sans:400,700);
html{
font:18px/1.5 'Fira Sans', sans-serif;
color:rgb(55,71,79);
}
body{
background:#fefefe;
font:1rem;
margin:2rem 1rem;
@oskwazir
oskwazir / vagrant.sh
Created June 5, 2016 02:20
Bridge vagrant port to local host port or something like that
vagrant ssh -- -L 15432:localhost:5432