Skip to content

Instantly share code, notes, and snippets.

View marek-saji's full-sized avatar
:shipit:

Marek ‘saji’ Augustynowicz marek-saji

:shipit:
View GitHub Profile
@marek-saji
marek-saji / dabblet.css
Created May 28, 2015 13:04 — forked from stoikerty/dabblet.css
SVG alternative to fittext.js
/* SVG alternative to fittext.js */
div {
width: 300px;
height: 150px;
float: left;
margin-right : 10px;
background: #f06;
font: bold 150% sans-serif;
text-shadow: 0 1px 2px rgba(0,0,0,.5);
@marek-saji
marek-saji / typescripttogif
Last active August 29, 2015 14:00 — forked from tg123/typescripttogif
convert script(1) recordings to gif
#!/bin/bash
# Changelog
# ---------
#
# origin from https://gist.github.com/tg123/6240128
# modified by marek-saji:
# - use single loop
# - skip frames delayed by 0
# - loop animation with additional delay after every loop
@marek-saji
marek-saji / dabblet.css
Created April 19, 2012 23:02 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
p
{
margin : 0;
}
section
{