Happy analytic with the unequal world. In the post, you can view and interact with the notebook to see the income inequality problem of the world & USA. Read more »
Happy analytic with the unequal world. In the post, you can view and interact with the notebook to see the income inequality problem of the world & USA. Read more »
We already see the power to use constraint programming to solve logical puzzle like sudoku using SWI-Prolog's clpfd package. In this post, I will show you how you can make very small modification to the sudoku solver to solve famous sudoku variants like killer sudoku and greater killer sudoku. Read more »
This post describe the story behind why I build the OMail App on Android. And the feeling and thing I learn during the procedure. It is not about technique details, but the general thing about this application. Read more »
This post shows a tool built in Mathematica that can do automatic preliminary dataset analysis, and can help me to dig into the valuable part in the dataset which may need further analyzing. Read more »
The zipper structure is a purely functional structure which is very like the functional queue structure, and can support to change the current focus to left, right in a way which is as efficient as their imperative one. In this post, you will see a detailed explanation of the zipper structure and how to use it to solve the hackerrank "Tree Manager" problem. Read more »
In this post, you will see how to solve the nonogram puzzle using prolog's constraint programming technique in boolean domain using SWI-prolog's clpb library. Read more »
Logic programming is widely know for its ability to run program backward. This post shows you how to use a more abstract programming model -- Constraint Logic Programming on Finite Domain(CLP(FD)) to run factorial and fibonacci program backward. Read more »
A lot of programmers with object-oriented background do not understand that object-oriented and higher-order function are closely related. In this post, I will show that with the power of higher-order function and closure, how can we implement the core concepts of object-oriented in less than 100 lines of code Read more »
Traditional efficient market hypothesis(EMH) assume the fluctuations of stock market accord with normal distribution. Which is widely know as a wrong assumption. In this post, I will show you the stock prices not only do not fit into the beautiful bell curve, but also has long-term memory. Read more »
A few days ago, I ordered a raspberry pi 2 ultimate starter kit set from amazon. This Sat. it was delivered to me and I immediately start to make it as a small computer for my usage. Read more »
There are a lot of emergence phenomena in our everyday's life. All the amazing things are sometimes beyond our scope of congnition. I always doubt in some sense, the God is perhaps a complexity system specialist, since we can find so many clues in our daily life. Read more »
Will machine learning or recently hottest deep learning bring us true artificial intelligence in the near future? Read more »
The functional tree structure is a very similar purely functional Read more »
How to build a blog on github using jekyll from scratch. Read more »