Skip to content

Instantly share code, notes, and snippets.

@aniv
aniv / keybase.md
Created August 14, 2017 23:44
Keybase Proof

Keybase proof

I hereby claim:

  • I am aniv on github.
  • I am aniv (https://keybase.io/aniv) on keybase.
  • I have a public key whose fingerprint is F23B 3E92 5BE1 3527 E0FB 0E2D F5E6 CC3D 6995 C376

To claim this, I am signing this object:

@aniv
aniv / Custom escape character in SQL Server
Created October 25, 2010 23:48
Example of using custom escape characters with SQL Server
select * from tag where name like '%food\_%' escape '\'
@aniv
aniv / test.js
Created October 21, 2010 23:38
testing out gist + posterous
function() { return 12; }