As promised, Dycapo 0.0.2 is out. Dycapo will be an open client (mobile)/server system that will improve travel experiences of users in a city. The system will let people to define a destination on their mobile phone. DyCaPo will suggest and arrange trips by either using the Public Transport Service or Carpooling volunteers. That is, …
January 10, 2010 – 22:39
|
By bodom_lx
|
Posted in Carpooling Research
|
Tagged api, bugs, change, Client, code, daniel, data structures, django, document, Download, driver, DyCaPo, dynamic, dynamic carpooling, dynamic ridesharing, FBK, fix, gmail, how, models, opensource, OpenTrip, promise, prototype, release, research, server, SoNet, xml-rpc
|
It’s a pleasure for me to announce Dycapo-0.0.1, the very first release of the project. Dycapo-0.0.1 is part of the pre-alpha-dontuse releases, to only illustrate some functionalities. Here are the release notes: 2009-12-26 Daniel Graziotin <daniel DOT graziotin AT gmail DOT com> Dycapo 0.0.1 is just for showing out some functionalities of the system and …
December 29, 2009 – 00:24
|
By bodom_lx
|
Posted in Carpooling Research
|
Tagged api, code, configuration, daniel, data structures, django, document, Download, driver, DyCaPo, dynamic, dynamic carpooling, dynamic ridesharing, FBK, gmail, how, installation, models, opensource, OpenTrip, project, release, research, SoNet, xml-rpc
|
For the Programming Paradigms course we had to study the concepts of Functional Programming. So here is my usual mindmap regarding the topic. This is just a summary of the most important concepts of functional programming. It also summarizes the very well-written Functional Programming for the Rest of us publication, and uses its pseudo-Java language. …
June 16, 2009 – 12:04
|
By bodom_lx
|
Posted in Programming, Unibz
|
Tagged data structures, Design, Download, freemind, functional programming, java, javascript, language, mind, mindmap, pageTracker, Programming, programming paradigms, rest, source, wikipedia
|
Time for two new C programs! At the DSA course I learned something about Hash Tables and collision resolutions. I just implemented insert/search/print operations. The first source code is an implementation of a Hash Map with open addressing (linear probing) as collision resolution method. The following are the interesting functions of the program. As always, …
April 28, 2008 – 11:55
|
By bodom_lx
|
Posted in Programming
|
Tagged algorithms, C language, code, data structures, Download, hash, hash map, hash table, java, javascript, link, list, pageTracker, rest, source, wikipedia
|
BD-shell (a.k.a. bdsh) is a tiny Unix shell written in C. It’s a project required for the Operating System Course at my University. It is written using a clean coding style, following xP coding standard philosophy. Version 1.0 is the release that satisfies all the course requirements! Quick Jump: Features Download License Features Cool Features …
April 21, 2008 – 12:46
|
By bodom_lx
|
Posted in
|
Tagged academic, bugs, candidate, change, code, data structures, DELETE, document, Download, fix, gpl, HEAD, java, javascript, job, layout, link, linux, list, Mac Os, mac os x, opensource, pageTracker, personal, project, release, release candidate, report, set, shell, sid, signal handlers, Signals, source, standard, System Calls, Unibz, unix, unix shell, wikipedia
|
As assignment for Data Structures and Algorithms course, we had to work with a modified version of the quicksort algorithm. It came obvious that for modifying a qsort you need to implement it It is difficult to find a clear quicksort algorithm implemented, so I wrote it. Here is the generic C implementation of the …
April 7, 2008 – 11:58
|
By bodom_lx
|
Posted in Programming
|
Tagged algorithms, C language, code, data structures, Design, Download, java, javascript, language, pageTracker, rest, source, wikipedia
|