Skip to content

Instantly share code, notes, and snippets.

View LemonyPie's full-sized avatar
🍋

Artemii LemonyPie

🍋
View GitHub Profile
<!-- Copyright (C) 2009 The Libphonenumber Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@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
Списки для чтения

Варианты

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

Ссылки

Квесты