Author: admin

  • links for 2010-03-02

    Welcome to Avro! Avro is a data serialization system. Avro provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use […]

  • links for 2010-02-24

    7 tips for using UIWebView | Coding Ventures For an IPhone app I have been building, I decided to use the UIWebView to render SVG files, instead of doing the vector rendering myself. I needed to have a way to read-in files generated from a vector authoring tool (Illustrator etc.) and after initially looking for […]

  • links for 2010-02-23

    Map Projections: Contents One important concern of cartography is solving how to project, i.e. transform or map points from an almost spherical lump of rock (our Earth) onto either flat sheets of paper or not-so flat phosphorus-coated glass. Here are informally described important cartographic concepts, how maps are drawn and why there are so many […]