Skip to content

Instantly share code, notes, and snippets.

View hinok's full-sized avatar

Dawid Karabin hinok

View GitHub Profile
@hinok
hinok / .zshrc
Last active August 29, 2015 14:23 — forked from SlexAxton/.zshrc
gifify() {
if [[ -n "$1" ]]; then
if [[ $2 == '--good' ]]; then
ffmpeg -i $1 -r 10 -vcodec png out-static-%05d.png
time convert -verbose +dither -layers Optimize -resize 600x600\> out-static*.png GIF:- | gifsicle --colors 128 --delay=5 --loop --optimize=3 --multifile - > $1.gif
rm out-static*.png
else
ffmpeg -i $1 -s 600x400 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > $1.gif
fi
else
@hinok
hinok / modernizr-2.8.3.js
Created August 19, 2017 18:20
Modernizr 2.8.3 with all feature-detects
/*!
* Modernizr v2.8.3
* www.modernizr.com
*
* Copyright (c) Faruk Ates, Paul Irish, Alex Sexton
* Available under the BSD and MIT licenses: www.modernizr.com/license/
*/
/*
* Modernizr tests which native CSS3 and HTML5 features are available in
@hinok
hinok / gist:98c9a48d6163c376faca8bb0ecf550fc
Last active September 16, 2021 22:14
Bookmarked type foundries
Type foundries, random order
https://vllg.com/
https://www.type-together.com/
https://fontbureau.typenetwork.com/
https://www.typotheque.com/
https://houseind.com/fonts
https://processtypefoundry.com/
https://lineto.com/
https://www.dardenstudio.com/typefaces
https://www.mvbfonts.com/browse/fonts
@hinok
hinok / private_fork.md
Created August 30, 2023 21:56 — forked from 0xjac/private_fork.md
Create a private fork of a public repository

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private frok by duplicating the repo is documented here.

For this assignment the commands are:

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

git clone --bare git@github.com:usi-systems/easytrace.git