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#48: Rails to Blogger, Wordpress integration
on May 26, 2009, 08:06 AM UTC — from yliu
( 2,502 views )
Looking for a reasonable library or wrapper around the Blogger API and Wordpress AtomPub/XML-RPC APIs, so that I can syndicate content to various blog engines, or just post content to user-specified blogs in general.
#46: JEPController:checkBundle couldn't find libawt.jnilib
Solved!on May 20, 2009, 06:50 PM UTC — from yliu
( 1,155 views )
At some point, my Firefox 3.0.x on OS X 10.5 stopped opening Java applets. The failure occurs silently -- the applet simply doesn't run, with no apparent error message in the browser.
In the Console log, the output is
5/20/09 11:43:02 AM [0x0-0x104104].org...
#42: HTML or XHTML Parser for iPhone SDK 2.x
Solved!on May 07, 2009, 01:03 PM UTC — from yliu
( 9,143 views )
A couple of my iPhone projects require a decent HTML/XHTML parser. On OS X, Cocoa ships with NSXMLDocument, which includes dirty HTML parsing functionality from libtidy. Unfortunately, NSXMLDocument is not part of the actual iPhone 2.2 SDK (though it is part...
#39: Reversing PDB files to PML
Solved!on April 26, 2009, 02:40 PM UTC — from yliu
( 1,123 views )
PDB-format eBooks are typically generated via PML (Palm Markup Language) files. I would like to reverse the process - extract the original PML document from a PDB file. Tools such as DropBook only go one-way.
#38: Migrate an SVN repository
on April 18, 2009, 08:14 AM UTC — from yliu
( 663 views )
I need to move an SVN repository from http://svn.foo.com to http://svn.bar.com . I also have a working copy, checked out from foo.com, that has changes. I have a svndump of the last revision at foo.com. However, I no longer have commit access to foo.com...