Explore >> Select a destination


You are here

www.c64os.com
| | blog.xinshijiededa.men
25.9 parsecs away

Travel
| | ????????
| | gregtatum.com
26.9 parsecs away

Travel
| | The standard for how to represent human writing for many years was ASCII, or American Standard Code for Information Interchange. This representation reserved 7 bits for encoding a character. This serv
| | benbrougher.tech
21.9 parsecs away

Travel
| | What are all the different ASCII and UTF-x encodings and why do they matter?
| | avelino.run
91.1 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),])