Explore >> Select a destination


You are here

hymd3a.hatenablog.com
| | avelino.run
14.3 parsecs away

Travel
| | I started a new project with the name nacho, asynchronous web framework for Python 3. Our goals It was designed to work on Python 3.x Some of syntax were inspired on Tornado's syntax Tornado is the default server, but Eventlet is stable as well Templates are done by Jinja2 HTML5 as the big-main-thing Work friendly with NoSQL (otherwise we should stop talking about them) Handle asynchronous requests properly Example class MainHandler(ApplicationController): def get(self): data = {'title': 'testando lero lero'} self.render("home.html", **data) r = Routers([(r"/", MainHandler),])
| | bluebones.net
13.8 parsecs away

Travel
| |
| | www.ducea.com
8.8 parsecs away

Travel
| | Applies: - (all web servers might respond with something 'useful' here, depends from configurations) Required apache module: - Scope: - Type: informational, remote Description: anyone can (if interested) find out (if not properly hidden) what software is running on a remote web server. Useful: for testing. If you will implement my next tip (how to hide this information) then you might want to test this to see it is working properly.
| | www.jeremymorgan.com
45.8 parsecs away

Travel
| Let's say you're like me and have Arch Linux installed, and you've toasted your GRUB bootloader. Here's what you do.