Endolith

Email
Website/Blog
http://www.endolith.com
Location
New York, NY
Member Since
Feb 27, 2009 (8 months)

Following 0 githubbers and watching 6 repositories view all →

Public Repositories (3)

  • correlation

    A python module with functions to compute two images' Correlation Coefficients.

    legend

    Forked from bradmontgomery/correlation Wed Jul 08 18:47:15 -0700 2009

    Last updated Wed Jul 08 18:57:56 -0700 2009

  • prender

    A module for to render using the Processing renderer from Python

    legend

    Forked from bmander/prender Tue May 19 21:24:08 -0700 2009

    Last updated Wed May 20 08:28:31 -0700 2009

  • test

    this is a test of github

    legend

    Created Thu Mar 12 16:02:29 -0700 2009

Public Activity feed

Endolith edited a page in the gfxmonk/songbird-get-control wiki Sat Nov 14 13:07:59 -0800 2009
Endolith started watching gfxmonk/songbird-get-control Sat Nov 14 11:35:10 -0800 2009
songbird-get-control's description:
control songbird playback via HTTP (if you're into that sort of thing)
Endolith updated gist: 219815 Wed Oct 28 20:35:29 -0700 2009
/* Decibel conversion and inverse */ db(x) := float(20 * log(abs(x)) / log(10));
Endolith updated gist: 219815 Wed Oct 28 20:18:33 -0700 2009
/* Decibel conversion and inverse */ db(x):=float(20*log(x)/log(10)); idb(x):=float(10^(x/20));
Endolith updated gist: 219815 Wed Oct 28 19:53:43 -0700 2009
/* Decibel conversion and inverse */ db(x):=float(20*log(x)/log(10)); idb(x):=float(10^(x/20));
Endolith updated gist: 219815 Tue Oct 27 12:20:16 -0700 2009
/* Decibel conversion and inverse */ db(x):=float(20*log(x)/log(10)); idb(x):=float(10^(x/20));
Endolith updated gist: 219815 Tue Oct 27 12:09:55 -0700 2009
/* Decibel conversion and inverse */ db(x):=float(20*log(x)/log(10)); idb(x):=float(10^(x/20));
Endolith updated gist: 219815 Tue Oct 27 12:04:37 -0700 2009
/* Decibel conversion and inverse */ db(x):=float(20*log(x)/log(10)); idb(x):=float(10^(x/20));
Endolith created gist: 219815 Tue Oct 27 11:48:17 -0700 2009
db(x):=float(20*log(x)/log(10)); idb(x):=float(10^(x/20)); infix("||")$ "||"(x,y):=x*y/(x+y);
Endolith updated gist: 207843 Sun Oct 11 13:21:41 -0700 2009
#!/usr/bin/env python #Copyright (C) 2009 Nikitas Stamatopoulos
Endolith updated gist: 207843 Sun Oct 11 13:17:05 -0700 2009
#!/usr/bin/env python #Copyright (C) 2009 Nikitas Stamatopoulos
Endolith updated gist: 207843 Sun Oct 11 13:04:25 -0700 2009
#!/usr/bin/env python #Copyright (C) 2009 Nikitas Stamatopoulos
Endolith updated gist: 207843 Sun Oct 11 13:03:54 -0700 2009
#!/usr/bin/env python #Copyright (C) 2009 Nikitas Stamatopoulos
Endolith created gist: 207843 Sun Oct 11 13:03:09 -0700 2009
#Copyright (C) 2009 Nikitas Stamatopoulos