/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

degoes.net
| | www.genesisca.org
4.2 parsecs away

Travel
| | The theme of our 7th Annual Fundraising Breakfast, which will be on September 7th is "Be The Change", which is a portion of a larger famous quote. We've all heard the saying, "Be the change you wish to see in the world." Mahatma Gandhi is often credited with saying this. But little do people know, Gandhi actually didn't say this at all! Gandhi said, "We but mirror the world. All the tendencies present in the outer world are to be found in the world of our body. If we could change ourselves,
| | www.inspirationalquotes.in
13.1 parsecs away

Travel
| | Unlocking the Mysteries of Gandhi Jayanti: History and Impact
| | dailytechvideo.com
22.0 parsecs away

Travel
| | JavaScript has often been described as the "assembly language of the Web." Implied in this description is the notion that other languages can and should compile into JavaScript. We have seen examples of this, most prominently with ClojureScript. But Scala, a popular programming language that runs on the JVM, now has a version that compiles ... Continue reading [Video 450] Sébastien Doeraene: Scala.js Workshop
| | ericlathrop.com
40.5 parsecs away

Travel
| I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.