These are notes taken during the Sandbox Session on Evolution on the Web at BEACON Congress 2014, August 18, 2014, at Michigan State University.
Organizers: Charles Ofria, Jared Moore, Luis Zaman, Anthony Clark
These are notes taken during the Sandbox Session on Evolution on the Web at BEACON Congress 2014, August 18, 2014, at Michigan State University.
Organizers: Charles Ofria, Jared Moore, Luis Zaman, Anthony Clark
If you’re ever in the need to get a quick web-server up and running, this one line python command will do wonders. Of course, launch it from the directory that your files are in. Then you just need to go to your favorite browser and type localhost with your directory and voila! A simple web server.
One Liner: python -m SimpleHTTPServer;