I hereby claim:
- I am nek on github.
- I am dudnik (https://keybase.io/dudnik) on keybase.
- I have a public key ASC8jl5ig4G_4A4GN2ZtqUiL1EjlFd5ShfXpRTKvnL2B-go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
A countdown to a specific date that animates up from 0 and then starts the countdown.
A Pen by Nikita Dudnik on CodePen.
// Part of package.json with eslint configuration I use. | |
// You'll need eslint-plugin-prettier in your dev dependencies | |
// and probably a bunch of other things. Eslint will complain. | |
// Just install what it asks for. | |
"eslintConfig": { | |
"extends": "react-app", | |
"plugins": [ | |
"prettier" | |
], |
setting variables | |
bash: var=value | |
fish: set var value | |
function arguments | |
bash: "$@" | |
fish: $argv | |
function local variables | |
bash: local var |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install cask | |
brew cask install alfred | |
brew cask install karabiner-elements | |
brew cask install gitup | |
brew cask install telegram | |
brew cask install google-chrome | |
brew cask install google-chrome-canary | |
brew cask install omnifocus | |
brew cask install selfcontrol |
(require 'package) | |
(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/") | |
("melpa" . "https://melpa.org/packages/") | |
("marmalade" . "https://marmalade-repo.org/packages/") | |
("org" . "http://orgmode.org/elpa/") | |
("sunrise" . "http://joseito.republika.pl/sunrise-commander/"))) | |
(package-initialize) | |
(defun package-install-if-not (package) | |
"Install PACKAGE if it's not installed yet." |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install fish | |
brew install wget | |
brew install gnutls | |
brew install git | |
brew install jq | |
brew install rlwrap | |
# clojure | |
brew install leiningen | |
# js stuff |
(require 'package) | |
(setq package-archives '(("gnu" . "https://elpa.gnu.org/packages/") | |
("melpa" . "https://melpa.org/packages/") | |
("marmalade" . "https://marmalade-repo.org/packages/") | |
("org" . "http://orgmode.org/elpa/") | |
("sunrise" . "http://joseito.republika.pl/sunrise-commander/"))) | |
(package-initialize) | |
(defun package-install-if-not (package) | |
"Install PACKAGE if it's not installed yet." |
I hereby claim:
To claim this, I am signing this object:
Files changed in current branch relatively to some other branch:
git checkout <notMainDev>
git diff --name-only <mainDev>
Take .js and .jsx file names from log and feed them to prettier rewiting them with output: