13 Dec 2002 (updated 22 Aug 2007 at 06:46 UTC) »
Have a look at here if you need such a code or at the original java implementation.
11 Jan 2002 (updated 11 Jan 2002 at 15:30 UTC) »
Well, using Linux seems that the MOSIX-patched kernel is not happy neither with ext3 or xfs so I had to use reiser on the new disk. It is not the best choice for PostgreSQL databases, but still prooved to be useful. I uploaded 116 tables, 116*100 rows each and an additional 116*100 rows (alltogether 1,357,200 rows). For such an upload a vacuum should be useful after every few hundred thousand I think. The kernel panicked in the middle of the job, reiser still saved at least half of the data. After vacuum PG was happy with thee rest of the data. Uploading the same stuff into Oracle by sqlload also OK by now (well, that was my first ora job ;). And seems it is as quick as with Postgres. Presently I am testing the upload and trying to load everything into one table ;P
bayes1=# select count(*) from allsd;
count
--------
500500
(1 row)
5 Jan 2002 (updated 5 Jan 2002 at 23:01 UTC) »
Wrote a perl script that can insert an .sd file with many structures into a PostgresSQL database (or practically into any database with DBI). Since our company is preparing IPO, I hope I can place it as an opensource something 'cause we have to advertise ourselves somehow and proove that we are really working hard (even during holiday ;) . If you are a computational chemist, probably you know what an .sd (SD) file is (see MDL pages for more info) and realize that such an utility can be handy.
Well, the Perforce WebKeeper is a bit old, the apache API is obsolete, it took me a while to fire it up. Anyway other groups are also thinking on similar stuff ie at CodeSourcery.
Furthermore it would be very useful to make a web-based bug-tracking system for Perforce. You can guess my company is using it as primary revison control system. It is good, but I need a web TODO-list like thing that is linked to Perforce and can be used my less-shell-oriented colleagues to track jobs. Anyway I would prefer the web interface also.
By the end of the day the module would be good for both of the servers. Maybe I will read the Pike introduction (means: maybe not - but this option will have a result of some free beer shortage). Should not be so far from C/C++ . Though after Perl I have a strong aversion from all the interpreteted languages that are not bashing. #!/bin/bash I mean.
BTW the aforementioned book is a good example for something that started to be good, but screewed up right in the middle. I think more weitgh on C should be advicable.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!