Skip to content

Instantly share code, notes, and snippets.

View meritt's full-sized avatar
🎯
Focusing

Alexey Simonenko meritt

🎯
Focusing
View GitHub Profile
@meritt
meritt / gist:6881450
Created October 8, 2013 08:28
icu4c failed to build on OS X 10.9 with xcode 5.0.1
$ brew install -v icu4c
==> Downloading http://download.icu-project.org/files/icu4c/51.1/icu4c-51_1-src.tgz
Already downloaded: /Library/Caches/Homebrew/icu4c-51.1.tgz
tar xf /Library/Caches/Homebrew/icu4c-51.1.tgz
==> ./configure --prefix=/usr/local/Cellar/icu4c/51.1 --disable-samples --disable-tests --enable-static --with-library-bits=64
./configure --prefix=/usr/local/Cellar/icu4c/51.1 --disable-samples --disable-tests --enable-static --with-library-bits=64
checking for ICU version numbers... release 51.1, library 51.1, unicode version 6.2
checking build system type... x86_64-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking whether to build debug libraries... no
@meritt
meritt / wstdays.md
Last active August 29, 2015 14:03
Презентации с Web Standards Days. Санкт-Петербург, 28 июня.
@meritt
meritt / 1.css
Last active August 29, 2015 14:06
Борьба с пробелами между блочно-строчными элементами
nav a {
display: inline-block;
padding: 5px;
background: red;
}
@meritt
meritt / table.css
Last active December 21, 2021 10:42 — forked from colintoh/table.css
table { display: table }
tr { display: table-row }
thead { display: table-header-group }
tbody { display: table-row-group }
tfoot { display: table-footer-group }
col { display: table-column }
colgroup { display: table-column-group }
td, th { display: table-cell }
caption { display: table-caption }
.element {
position: relative;
top: 50%;
transform: translateY(-50%);
}
@meritt
meritt / 1.css
Last active August 29, 2015 14:11
.error-default {
color: #f00;
border: 2px solid #fc0;
}
.error-special {
color: #f00;
border: 2px solid #fc0;
background-color: #fcc;
}
.parallax {
perspective: 1px;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
}
.parallax__layer {
position: absolute;
top: 0;
p:not(.intro) {
font-weight: bold;
}
function(kendo, _, $, Cloner) {
'use strict';
/**
* The component to make grid be able to edit inline
* @module gridinlineedit
*/
/**
* @class GridInlineEdit
@meritt
meritt / meritt.zsh-theme
Last active July 31, 2023 23:40
My ZSH theme
# vim:ft=zsh ts=2 sw=2 sts=2
#
# Based on Agnoster's Theme — https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts)
# [Solarized theme](https://github.com/altercation/solarized/)
# [iTerm 2](http://www.iterm2.com/)
### Segment drawing