Skip to content

Instantly share code, notes, and snippets.

@RoyalHunt
RoyalHunt / .gitlab-ci.yml
Created October 24, 2017 08:02
.gitlab-ci.yml example
image: "node:6.9"
variables:
BUNDLE_CACHE: "node_modules/"
cache:
untracked: false
paths:
- ~/.npm/
- node_modules/
stages:
- test
componentDidMount() {
this.updateDimensions()
window.addEventListener('resize', this.updateDimensions)
}
componentWillUnmount() {
window.removeEventListener('resize', this.updateDimensions)
}
updateDimensions = () => {
@RoyalHunt
RoyalHunt / .bashrc
Last active July 20, 2017 07:34
powerlines for Bash
~/.bashrc
# For Terminix and Powerline
if [[ $TERMINIX_ID ]]; then
. /etc/profile.d/vte.sh
fi
if [ -f `which powerline-daemon` ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
# interactive update of global packages
npm-check -u -g
# interactive update for a project you are working on
npm-check -u
@RoyalHunt
RoyalHunt / Effects.html
Created February 21, 2017 11:50
[scrolling] Подборка статей с примерами реализации различных эффектов при скролле страницы: параллакс, анимации и многое другое. #tags: scrollingEffects
http://thenewcode.com/1089/Web-Developer-Reading-List-Scrolling-Effects
@RoyalHunt
RoyalHunt / speckyboy.html
Created February 21, 2017 11:47
[icons] Огромная подборка из 50 бесплатных наборов CSS, SVG, PSD-иконок за 2016 год. #tags: icons
https://speckyboy.com/top-50-free-icon-sets-2016/
@RoyalHunt
RoyalHunt / pixelass.html
Created February 21, 2017 11:45
[animation for search field] Интересная анимация поля поиска #tags: animation, search
http://codepen.io/pixelass/full/PqMpYL/
@RoyalHunt
RoyalHunt / chrisdot.html
Created February 21, 2017 11:44
[hover on buttons] Подборка необычных hover-эффектов для кнопок #tags: hover, buttons
http://codepen.io/chrisdothtml/full/waKBdM/
@RoyalHunt
RoyalHunt / agreement.html
Created February 21, 2017 11:42
[Договор для фрилансера] Договор для фрилансера #tags: agreement
https://journal.tinkoff.ru/freelance-contract/