5 private links
I just resurrected and cleaned up an old tool I had lying around. It's now nice and usable by others. This tool loads terrain data, and renders it from the ground, simulating what a human or a camera would see. This is useful for armchair exploring or for identifying peaks. This was relatively novel when I wrote it >10 years ago, but there are a number of similar tools in existence now. This implementation is still useful in that it's freely licensed and contains APIs, so fancier processing can be performed on its output.
Building droneWorld with three.js and vanilla modern javascript! A WebGL experiment I've been working on from time to time since last november to explore the open source gaming possibilities of the modern web.
Django Hordak is the core functionality of a double entry accounting system. It provides thoroughly tested core models with relational integrity constrains to ensure consistency.
Hordak also includes a basic accounting interface. This should allow you to get up-and-running quickly. However, the expectation is that you will either heavily build on this example or use one of the interfaces detailed below.
Interfaces which build on Hordak include:
battlecat – General purpose accounting interface (work in progress)
swiftwind – Accounting for communal households (work in progress)
Building the data warehouse in Python (07/2014 - present)
In recent two years, I'm forced on offline data processing, the big part is to build a
data warehouse, and aims to provide reports for millions of users. At the same time, I
built serveral useful tools, and put them all in https://github.com/luiti organization.
Hadoop is our fundamental infrastructure, includes HDFS, YARN, and Hive. On the top of
Hadoop, we use luigi, hue, and luiti to manage the business codes.
luiti an offline task management framework, built on top of luigi. And it's the biggest
project I had ever created, and was used and developed more than half of a year.
etl_utils includes lots of useful utils, e.g. print processing speed on whatever
enumrable object, etc.
rsyncrun Rsync your code to server and run.
validata A data validator library used to detect invalid data with error informations,
based on MongoEngine.
model_cache Cache data in { item_id => item_content } format, supported storage are
memory, sqlite and redis.