Skip to content

Instantly share code, notes, and snippets.

View princed's full-sized avatar
🏗️
Building

Eugene Datsky princed

🏗️
Building
View GitHub Profile
@princed
princed / dabblet.css
Created July 18, 2012 21:23 — forked from tyv/dabblet.css
Страница карточек шаг 2
/*
* Страница карточек шаг 2
* http://clck.ru/d/OkAGYhJd14p0D
*/
/*
* Страница карточек
* http://clck.ru/d/UABmzLuo14p-h
*/
@princed
princed / dabblet.css
Created July 19, 2012 10:44 — forked from tyv/dabblet.css
Страница карточек шаг 3
/*
* Страница карточек шаг 3
* http://clck.ru/d/UwKTkih_14p1p
* http://clck.ru/d/TyYG2nfR14p1H
*/
body
{
text-align: justify;
}
@princed
princed / dabblet.css
Created July 19, 2012 11:01 — forked from tyv/dabblet.css
списки и счетчики
/*
списки и счетчики
http://clck.ru/d/_DP820mM15kId
http://clck.ru/d/W3EGMhVZ15kIl
http://clck.ru/d/yvjcixu815kJJ
*/
.multilevel,
.multilevel ol
{
counter-reset: list;
@princed
princed / nix-fishgen.py
Created July 16, 2018 01:51 — forked from sebastien/nix-fishgen.py
Python script that converts Nix's profile bash script to Fish
#!/usr/bin/env python3
import re, sys, os
"""
Converts the Nix profile SH script to a Fish-compatible profile using a
simple line-by-line replace algorithm.
"""
# Regular expressions for things we need to rewrite
RE_TEST = re.compile("\[([^\]]+)\]")