Skip to content

Instantly share code, notes, and snippets.

View LemonyPie's full-sized avatar
🍋

Artemii LemonyPie

🍋
View GitHub Profile
@LemonyPie
LemonyPie / fizz-buzz-solution.ts
Last active December 3, 2020 20:33
OOP design solution for FizzBuzz
interface Value<T> {
value: T;
}
interface Condition {
isFulfilled<T>(target: T): boolean;
}
interface Collection {
find<T, K>(target: T, defaultValue: K): K;
@LemonyPie
LemonyPie / mza-snippet
Created December 28, 2018 14:32 — forked from jhned/mza-snippet
margin: 0 auto; gist for Emmet
{
"snippets": {
"css": {
"snippets": {
"mza": "margin: 0 auto;"
}
}
}
}
@LemonyPie
LemonyPie / Dev.md
Last active March 16, 2019 20:15
Списки для чтения

Варианты

  • Квест
  • Мазапарк
  • Экскурсии

Ссылки

Квесты