Registered: 2009-01-21
Update: 5 months ago
Problems: 58
Solutions: 55
References: 102
Problem views: 248827
Unsolved problem views: 9705
yliu
User
O(n) person in an O(log n) world.
刘一鸣
Recent problems
Atom Feed#26: Switch a MySQL table charset to UTF8
Solved!on March 16, 2009, 11:17 PM UTC — from yliu
( 1,113 views )
I would like to switch a MySQL table or database to the UTF-8 character set, after it has already been created as Latin1.
#25: Create bookmarklet that uses an iframe to submit data
on March 13, 2009, 10:25 PM UTC — from yliu
( 1,442 views )
The current SelfSolved bookmarklet takes you out of page context (it redirects you). I want to create a bookmarklet that opens up an iframe on the current page. This, is of course, cross-domain.
#23: Compile tsocks 1.8.x on OS X
on March 05, 2009, 02:49 PM UTC — from yliu
( 1,277 views )
One persistent problem that I run into is that I need to access certain network resources through a SOCKS proxy server. This works great for web resources, but I also need SSH and Subversion access. SOCKS support in these tools are woefully inadequate or...
#22: Pylons - how to turn off caching completely
Solved!on February 27, 2009, 06:53 PM UTC — from yliu
( 1,983 views )
Using Pylons 0.9.6, it would be desireable to turn off template caching completely at the Beaker level so that template changes would be reflected immediately during development.
#21: Eclipse: exclude directories from file searches
Solved!on February 21, 2009, 09:10 AM UTC — from yliu
( 4,429 views )
In Python / Pylons projects, there is often a data directory consist of semi-compiled text used for template generation. It would be useful if I can skip searching over these files while working in Eclipse. Eclipse has a functionality to search for strings...