Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am yzernik on github.
  • I am yzernik (https://keybase.io/yzernik) on keybase.
  • I have a public key whose fingerprint is 92FD FF0C 847E 7396 CFEF 04E5 CFF7 C1B7 D4AC 70F2

To claim this, I am signing this object:

@yzernik
yzernik / gist:1b454fab374f73e705d2
Created March 22, 2015 20:22
Play with Slick 3.0
http://blog.knoldus.com/2015/03/03/play-with-reactive-slick-a-simple-crud-application-in-play-framework-using-slick-3-0/
@yzernik
yzernik / gist:722a1f1aa65d25333816
Created March 22, 2015 20:30
Map your music collection with Python
http://www.christianpeccei.com/musicmap/
@yzernik
yzernik / gist:4f8b3705cb5c033710ce
Created April 28, 2015 10:42
How the compiler, the Library and the kernel work - Part 1
http://www.fotiskoutoulakis.com/2013/12/12/how-the-compiler.html
@yzernik
yzernik / gist:acea24a59aca311a1ce2
Created April 28, 2015 17:34
A Vision of Swarmlets
https://bcourses.berkeley.edu/courses/1297954/files/54111731/download
@yzernik
yzernik / gist:8643b2913bf3f35c8a3d
Created April 28, 2015 22:43
How to Make an Emacs Minor Mode
http://nullprogram.com/blog/2013/02/06/
@yzernik
yzernik / gist:d5ee9f27c5773cbd8e7e
Created May 1, 2015 18:01
Getting Started: Building a Chrome Extension
https://developer.chrome.com/extensions/getstarted
@yzernik
yzernik / gist:86f851c5449602b917d7
Created May 12, 2015 22:43
Practical Foundations for Programming Languages
http://www.cs.cmu.edu/~rwh/plbook/book.pdf
@yzernik
yzernik / gist:45a34641e63772dd8eac
Created May 13, 2015 18:23
Sample LaTeX reseume
https://www.chrisstucchio.com/work/resume.tex
@yzernik
yzernik / gist:e6d279c8039e87d6da7d
Created May 15, 2015 08:09
Rename package in a Scala project
find . -name "*.scala" -type f -print0 | xargs -0 sed -i 's/com.github.yzernik/io.github.yzernik/g'