Skip to content

Instantly share code, notes, and snippets.

@lies
lies / flat-preloader-keyframes-demo.markdown
Created September 27, 2022 10:33
Flat Preloader (keyframes demo)
[
{
"id": 1,
"name": "phones",
"title": "Чехлы для телефонов",
"preview": "http://bulma.io/images/placeholders/1280x960.png"
},
{
"id": 2,
"name": "tablets",
@lies
lies / _hg
Last active December 17, 2015 06:39 — forked from yuitowest/_hg
#compdef hg
# Zsh completion script for mercurial. Rename this file to _hg and copy
# it into your zsh function path (/usr/share/zsh/site-functions for
# instance)
#
# If you do not want to install it globally, you can copy it somewhere
# else and add that directory to $fpath. This must be done before
# compinit is called. If the file is copied to ~/.zsh.d, your ~/.zshrc
# file could look like this: