Skip to content

Instantly share code, notes, and snippets.

View hlubek's full-sized avatar

Christopher Hlubek hlubek

View GitHub Profile
@hlubek
hlubek / README.md
Last active September 30, 2015 10:58 — forked from mbostock/.block
Donut Chart

This donut chart is constructed from a CSV file storing the populations of various age groups. The chart employs a number of D3 features:

@hlubek
hlubek / Settings.yaml
Last active August 29, 2015 13:57 — forked from aertmann/Settings.yaml
TYPO3:
Neos:
contentDimensions:
dimensions:
'locales':
defaultPreset: 'all'
label: 'Locale'
icon: 'icon-language'
presets:
'all':
@hlubek
hlubek / gist:8055713
Last active December 31, 2015 22:49 — forked from sorenmalling/gist:8052896
prototype(Acme.Demo:IncludeCss) < prototype(TYPO3.TypoScript:Tag) {
tagName = 'link'
attributes {
type = 'text/css'
rel = 'stylesheet'
href = TYPO3.TypoScript:ResourceUri
}
}
page = Page {