Just finished the final of convex optimization. This is really an interesting course, which even changed the way I'm looking at this world. In college, I was thinking in an algorithmic way, i.e., to solve a problem, will try to design some certain steps, following which we can get …
Articles in the Computing category
Automatic Recognition of EMS's CAPTCHA
CAPTCHA is widely used to distinguish humans from robots, mainly preventing improper automations. However, sometimes we really need some automation which actually won't throw much burden to the server. An example is to check the status of an EMS (Express Mail Service, an "official" courier service provider hosted by China …
Tagged as : EnglishRunning ASP.NET 4.0 applications in Debian/Linux
Introduction
Made some trials to migrate this server to Linux recently. The main reasons are 1) The Ethernet adapter doesn't have proper driver for Windows Server 2008, but there are reports saying it'll work out of the box in Ubuntu 11.04+. (kind of weird) 2) Windows GUI is consuming …
Collecting and Visualizing Mouse Position Distribution
(This post is translated from my blog post in Chinese)
What if collecting the mouse positions in one day, and plot it as a heat map? Following figure answers. Although it is only from about 3000 samples with 5 seconds per sample, it actually indicates something.
A highlight of this …
Tagged as : EnglishUpdates on Beamer Outline Generator
Beamer Outline Generator is a tool for fast beamer writing. This tool enables you to express your outlines with indents and generate elegant beamer code automatically. The aim/motivation is to write slides as fast as you can in Microsoft Powerpoint with LaTeX.
The new version has following changes:
- Canceled …