Skip to content

Instantly share code, notes, and snippets.

View spejman's full-sized avatar

Sergio Espeja spejman

View GitHub Profile

Keybase proof

I hereby claim:

  • I am spejman on github.
  • I am spejman (https://keybase.io/spejman) on keybase.
  • I have a public key ASD09yvRJ-kME0tiJEQ9zTkaJ2Jz1jpAh3UCbAz5fAuFygo

To claim this, I am signing this object:

@spejman
spejman / Creating Shazam in Java
Created July 8, 2010 15:29 — forked from mort/Creating Shazam in Java
Algoritmo de Shazam
A backup of http://sites.google.com/site/redcodenl/creating-shazam-in-java-1 just in case
Why is this necessary? Read http://sites.google.com/site/redcodenl/patent-infringement
Please fork, tweet about, etc.
----
Creating Shazam in Java
A couple of days ago I encountered this article: How Shazam Works
This got me interested in how a program like Shazam works… And more importantly, how hard is it to program something similar in Java?