Tag: code

  • Identify dominant colors in an image

    Deeply inspired by a tweet I saw a couple of days ago, where @NASAGoddard teamed up with @colourlovers to identify colors in satellite images, I set out to write a script that did this with any image. UPDATE: Try it now online…

  • iphaiku – generates a unique haiku poem from your official IP address

    I recently came across a tiny python library called pyhipku, which converts an IP address, either IPv4 or IPv6, to a haiku poem. It uses a predefined dictionary all open source. I wanted to make a frontend for this small library and…