mercredi 19 juin 2013

Bottle Restful - Links


http://nongraphical.com/2012/08/using-bottle-py-in-production/

http://www.marginhound.com/bottle-py-resources/

http://myadventuresincoding.wordpress.com/2011/01/02/creating-a-rest-api-in-python-using-bottle-and-mongodb/

http://mark-kirby.co.uk/2013/creating-a-true-rest-api/

http://gotofritz.net/blog/weekly-challenge/restful-python-api-bottle/

Find files under Linux containing CRLF


find . -not -type d -exec file "{}" ";" | grep CRLF

mardi 18 juin 2013

Test your web site with different browsers

Spoon.net Browser Sandbox provides a browser plugin that allows you to execute different browsers inside an isolated virtual environment and it is not necessary to install them. 

You can run Internet Explorer 6 under Windows 8 for example :)
The virtualized browsers run locally : you can test your web site hosted on your internal servers.


http://spoon.net/browsers

Online Text Comparator

http://www.text-compare.com

Categories