Writing
Back to: Gabor Cselle Homepage

This is a collection of articles, idea summaries, and tutorials I've written in the last few years. Also, I added some code I wrote for my projects that could be of general use.

Academics

  • Location Models and their Cell Phone Applications
    Seminar Article / Presentation
    I wrote these for the Ubiquitous Computing seminar at ETH Zurich. It covers a range of topics related to the emerging uses of locational information of cell phones.
  • Software Patents in the EU and USA (in German) - A presentation I gave in December 2003 in for a class on patent law.

Code

  • Persistent Queues - (for Java 1.5) Persistent queues are a basic building block for reliable distributed computing. Here is an easy-to-use class that achieves persistence through object serialization.
  • SWT Diagrams - (for Java 1.5 / SWT) this is a widget for SWT which allows you to draw very simple diagrams that resize automatically. (SWT is the UI framework that the popular Eclipse SDK is based on.)
  • WWW:YahooMaps - A rather old CPAN module for creating links to Yahoo Maps.

TA Materials