Skip to content

Instantly share code, notes, and snippets.

View nahidupa's full-sized avatar

Nahid nahidupa

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nahidupa on github.
  • I am nahidupa (https://keybase.io/nahidupa) on keybase.
  • I have a public key ASCTM8HdlsADSY2I7GT74xsSWzECqAbMRhPcGG4S2sDtsAo

To claim this, I am signing this object:

@nahidupa
nahidupa / gifjs.asm
Last active August 29, 2015 14:18 — forked from ajinabraham/gifjs.asm
; a hand-made GIF containing valid JavaScript code
; abusing header to start a JavaScript comment
; inspired by Saumil Shah's Deadly Pixels presentation
; Ange Albertini, BSD Licence 2013
; yamal gifjs.asm -o img.gif
WIDTH equ 10799 ; equivalent to 2f2a, which is '/*' in ASCII, thus starting an opening comment