Explore >> Select a destination


You are here

mpov.timmorgan.org
| | blogroll.org
13.4 parsecs away

Travel
| | Welcome! Well hello there, fellow digital wanderer. I hope your journey across the internet is going well and it's good to see you here. This is Manu welcoming ...
| | avelino.run
8.2 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),])
| | andreabergia.com
10.2 parsecs away

Travel
| | In this post, we're going to discuss a very useful SQL extension to work with hierarchal queries. This is sadly only implemented by Oracle and although a few other databases support it as well, it won't work in PostgreSQL, MySql nor SQL Server. The dataset Link to heading Let's create a very simple hierarchal dataset to work with.
| | largedatabank.com
44.0 parsecs away

Travel
| I heard a lot of good things about Mike Okasaki's Purely Functional Data Structures at UChicago, but didn't ever take the time to check it out. Lately I've missed the heady joy of reading and writing code in a strongly typed functional programming language like Standard ML, so when one of my coworkers at Knewton mentioned he was going to read the book I decided to get a copy for myself.