Dmitry Korzhevsky

Show:

What's happening?

  • Add from_xml to module XmlSerialization

    module XmlSerialization def XmlSerialization.from_xml(element) XSUtil.find_class(element.name).from_xml(element) end end then: require 'cl/xmlserial' class MyClass include XmlSerialization attr_accessor :attr def initialize attr = 0 end end doc = REXML::Document.new(File.open("class.xml")) c = XmlSerialization.from_xml(doc.root)

    2009-06-02 11:31:28 UTC in Xml Serialization for Ruby

  • systray4jd file mode

    systray4jd have bad permissions after unpacking zip file on linux. There is another way to work with Systray4J for KDE. Replace systray4jd by libsystray4j.so then change one string in memoranda.sh: java -Djava.library.path=./lib/kde -cp ${LCP} net.sf.memoranda.Start $1.

    2009-04-16 06:18:45 UTC in Memoranda

About Me

  • 2009-04-16 (7 months ago)
  • 2480223
  • akkord (My Site)
  • Dmitry Korzhevsky

Send me a message