Registered: 2009-01-21
Update: about 5 hours ago
Problems: 49
Solutions: 44
References: 94
Problem views: 23015
Unsolved problem views: 1226
yliu
User
O(n) person in an O(log n) world.
刘一鸣
Recent problems
Atom Feed#49: Subversion 1.6.2 explodes on first network access
Solved!on May 28, 2009, 06:05 AM UTC — from
yliu
( 244 views )
yliu
( 244 views )
After compiling Subversion 1.6.2 from source on OS X 10.5 Leopard, the compilation is apparently successful, but svn dies when it tries to connect to the network for the first time. Crash log reports that symbols are missing from libneon.dylib.
Crash report...
#48: Rails to Blogger, Wordpress integration
on May 26, 2009, 08:06 AM UTC — from
yliu
( 410 views )
yliu
( 410 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
( 256 views )
yliu
( 256 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
( 3,236 views )
yliu
( 3,236 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
( 211 views )
yliu
( 211 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.
