Skip to content

Instantly share code, notes, and snippets.

View epok07's full-sized avatar

Franck E. epok07

  • Astrio Sarl
  • Douala
View GitHub Profile
server {
listen 80;
listen 443 ssl;
server_name maxtelindo.com;
root "/home/arif/maxtelindo/public";
index index.html index.htm index.php;
charset utf-8;
@epok07
epok07 / Sublime Text 3 Build 3103 License Key - CRACK
Last active February 13, 2018 07:14 — forked from svmotha/Sublime Text 3 Build 3103 License Key - CRACK
Sublime Text 3 Build 3103 License Key - CRACK
I use the first
—– BEGIN LICENSE —–
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
@gsans
gsans / router-transitions-util.md
Last active April 21, 2018 15:04
Refactoring router transitions

yummy

Refactoring multiple router transitions - Angular (v5+)

We can apply this refactor when we identify a group of transitions running the same animation following the same pattern.

Code:

// BEFORE