Its based on a true story. Like it. Real Patch Adams website is http://www.patchadams.org/

\

 

Patch Adams (film) – Wikipedia, the free encyclopedia.

All of life is a coming home. Salesmen, secretaries, coal miners, beekeepers, sword swallowers, all of us. All the restless hearts of the world, all trying to find a way home. It’s hard to describe what I felt like then. Picture yourself walking for days in the driving snow; you don’t even know you’re walking in circles. The heaviness of your legs in the drifts, your shouts disappearing into the wind. How small you can feel, and how far away home can be. Home. The dictionary defines it as both a place of origin and a goal or destination. And the storm? The storm was all in my mind. Or as the poet Dante put it: In the middle of the journey of my life, I found myself in a dark wood, for I had lost the right path. Eventually I would find the right path, but in the most unlikely place.

  • A real-time, data-driven platform for reporting live events on the Web.
    (tags: reattime web)
  • Geomajas is an enterprise-ready open source GIS framework for the web. It has client-server integration for displaying and editing of geographic data.

    Geomajas has integrated security and is endlessly scalable. It is compliant with OGC standards such as WMS, WFS, etc and also supports spatial databases.

    It integrates with your system and provides out-of-the-box functionality through plug-ins. By leveraging GWT on the client, development is all-Java making it easier and more efficient for your team.

  • f.lux
    f.lux

    F.lux fixes this: it makes the color of your computer's display adapt to the time of day, warm at night and like sunlight during the day.

    It's even possible that you're staying up too late because of your computer. You could use f.lux because it makes you sleep better, or you could just use it just because it makes your computer look better.
    F.lux fixes this: it makes the color of your computer's display adapt to the time of day, warm at night and like sunlight during the day.

    It's even possible that you're staying up too late because of your computer. You could use f.lux because it makes you sleep better, or you could just use it just because it makes your computer look better.

    (tags: tools working)
  • In honor of the the release of Firefox 3, I’m releasing ContextFree.js today, along with the demo site Algorithm Ink. ContextFree.js is about drawing striking images—and making art—with minimal amounts of code.

  • KTC is a bookmarklet that displays an abundance of political and biographical information about current members of the Senate and House of Representatives.

    To use it, highlight the name of a legislator on a webpage and click the bookmark. Or, click it anytime to search for a politician by name. To install, drag the link below into your Bookmarks Toolbar.

    (tags: democracy apps)

I pondered deeply, then, over the adventures of the jungle. And after some work with a colored pencil I succeeded in making my first drawing. My Drawing Number One. It looked something like this:

 

 

I showed my masterpiece to the grown-ups, and asked them whether the drawing frightened them. But they answered: “Frighten? Why should any one be frightened by a hat?”My drawing was not a picture of a hat. It was a picture of a boa constrictor digesting an elephant. But since the grown-ups were not able to understand it, I made another drawing: I drew the inside of a boa constrictor, so that the grown-ups could see it clearly. They always need to have things explained. My Drawing Number Two looked like this:

 

 

The grown-ups response, this time, was to advise me to lay aside my drawings of boa constrictors,

via The Little Prince – Wikilivres.

And it seems in Canada its in public domain. Go read it online.

 

  • Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle
  • CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.

    The golden rule of CoffeeScript is: "It's just JavaScript". The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly (and vice-versa). The compiled output is readable and pretty-printed, passes through JavaScript Lint without warnings, will work in every JavaScript implementation, and tends to run as fast or faster than the equivalent handwritten JavaScript.