Skip to content

Instantly share code, notes, and snippets.

View miripiruni's full-sized avatar

Slava Oliyanchuk miripiruni

View GitHub Profile
0:18
yeah what a great turnout hi Mark hello can you hear me I can hear
0:27
you unre we're here we we did it I feel like we succeeded
0:35
somehow you Le out to do a video call I know right talk about stressful um you
0:42
can it's it's the age OD story though you can sound check as much as you like but until stop playing and it really
0:49
@miripiruni
miripiruni / clubnight.md
Created October 22, 2019 06:38
hr3 und hr XXL Clubnight von 1990 bis 2014 als komplette Sammlung zum Download

David Gilmour — Rattle That Lock

12" с буклетом, 180 грамм

В магазине — 2190, отдам за 1200 рублей.

Посмотреть фото…

@miripiruni
miripiruni / gemini with limit 0.15
Created February 8, 2018 17:04
retry-limiter test
node node_modules/.bin/gemini test --reporter vflat -b chrome-desktop features/deskpad/misspell/misspell.gemini.js
┌────────────────┬────────┬───────┬────────┬────────┬─────────┬─────────┬──────────┐
│ browserId │ status │ tests │ passed │ failed │ skipped │ retries │ duration │
├────────────────┼────────┼───────┼────────┼────────┼─────────┼─────────┼──────────┤
│ chrome-desktop │ failed │ 15 │ 9 │ 5 │ 1 │ 4 │ 00:26 │
└────────────────┴────────┴───────┴────────┴────────┴─────────┴─────────┴──────────┘
var bemxjst = require('bem-xjst');
var bemtree = bemxjst.bemtree;
var templates_1 = bemtree.compile(function() {
// Здесь одни шаблоны
});
var templates_2 = bemtree.compile(function() {
// Здесь другие шаблоны
});
@miripiruni
miripiruni / books.md
Last active October 4, 2016 10:51
Привет. Я хочу дать этим книгам второй шанс научить кого-нибудь из вас полезному. Сейчас они лежат у меня прочитанные и непрочитанные. Налетай. Все книги в отличном состоянии, пометок на полях, выделений маркером и замятых страниц на этих экземплярах нет.
var bemxjst = require('./');
var bemhtml = bemxjst.bemhtml;
// Add templates
var templates = bemhtml.compile(function() {
// true/false в аттрибутах
block('*').def()(function() {
var ret = applyNext();
var ctx = this.ctx;
@miripiruni
miripiruni / error-no-block.js
Last active March 1, 2016 12:08
Improved error msg about no block sub predicate (print out template)
var bemxjst = require('./');
// BEMHTML движок
var bemhtml = bemxjst.bemhtml;
// Компиляция шаблонов
// bemhtml.compile бросит ошибку
var templates = bemhtml.compile(function() {
// нет подпредиката для блока
elemMod('em', 'ev')
.mod('m', 'v')
@miripiruni
miripiruni / txt.txt
Created February 24, 2016 23:57
Правки по документации bem-xjst
https://ru.bem.info/technology/bemhtml/v2/rationale/
Отличительные черты и Преимущества
Расписать с примерами
— Возможность добавления шаблонов в рантайме.
— Не требует компиляции шаблонов.
Поставить ссылки:
— BEMHTML
@miripiruni
miripiruni / toc.txt
Last active January 15, 2016 09:52
Table Of Contents for BEM XJST tests
.
├── BEM Context
│   ├── Functions
│   │   ├── apply(str:modeName, Obj:ctx)
│   │   ├── applyCtx()
│   │   ├── applyNext()
│   │   └── local()
│   ├── modify prototype
│   ├── prototype
│   │   ├── attrEscape()