Monday, August 19, 2013

Links for 08/19/2013


toropress - toropress is a cms system of written in golang.

me - Personal website powered by Flask, supports Google AppEngine(GAE) and Baidu AppEngine(BAE).


dashclock - DashClock is a replacement lock screen clock widget for Android 4.2+. It also exposes additional status items called extensions.

Wednesday, August 7, 2013

Links for 08/07/2013


WUEmoticonsKeyboard - Customizable emotion icons keyboard for iOS.

Hackers - Hackers is an elegant iOS app for reading Hacker News links and comments.

Afinal - Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。

Friday, August 2, 2013

Links for 08/01/2013


Supervisor: A Process Control System - Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems.

SEDA: An Architecture for Highly Concurrent Server Applications - SEDA is an acronym for staged event-driven architecture, and decomposes a complex, event-driven application into a set of stages connected by queues. This design avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic.

Big-O notation explained by a self-taught programmer - N/A