Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am yianl on github.
  • I am yianlai (https://keybase.io/yianlai) on keybase.
  • I have a public key ASBJmurEa3GIeBOp_OTumDC8VNesseqDpZWOd5dxybNyNgo

To claim this, I am signing this object:

@yianL
yianL / index.html
Created May 19, 2018 21:17
Neon Glow & Flicker
<div class="neon">
WHAT UP!
</div>
@yianL
yianL / index.html
Created May 19, 2018 20:40
Neon City (with ambient sound)
<div class="logo">
<span class="open">Open</span>
<span class="hrs">24 hrs</span>
</div>
@yianL
yianL / 2d-audio-visualizer.markdown
Created May 19, 2018 19:23
2D Audio Visualizer
Hello
@yianL
yianL / .emacs
Last active December 17, 2015 18:19
;;(add-to-list 'exec-path "/usr/local/bin")
(add-to-list 'load-path "~/.emacs.d/el")
(when (memq window-system '(mac ns))
(exec-path-from-shell-initialize))
(defun reload-dotemacs-file ()
"reload your .emacs file without restarting Emacs"
(interactive)
(load-file "~/.emacs"))