public

apply permissions for everybody

Mojo Turner Archives

Project number:1158
Opened by:Maurice
Opened on:Tuesday, November 25, 2008 - 21:12
Last modified:Saturday, March 6, 2010 - 23:59
Operations:add Case | view all project cases

You have reached the Mojo Turner Archives where I collect stuff related to the good old times of Blues im Ruhrgebiet. Open since the 11/25/2008.

If you have more pictures, bootlegs etc. maybe you want to share them with us!

Click here for an overview or see the Image Gallery.

Dance class for the absolute beginner

Beginners' Dance Class: http://www.youtube.com/watch?v=y64Ynur-veU

Perl turned 30 a couple of years ago. It has been with us since the Web has learned to crawl. Long before php, java beans and web application frameworks. There is tons of old perl out there, but there is also new perl code which runs on modern websites. Sometimes it is hard to find what is what.

Dancer: Avoid session altogether

I found a new toy: Dancer, the minimal effort perl web framework, see http://perldancer.org. Main advantage: easy to start even without any real webapp experience, good learning curve, nice community (still somewhat small) . Dancer code looks good. Some would even say elegant.

Anyways, I just noticed that I don't even need a session. I can just load info in class variable

our $memory_cache;

rakudo on cygwin

: seems to work now. I had to copy cygparrot.dll to parrot_install/bin

The Gramophone Collection of the Phonogram Archive in Berlin on the Web: Samples from nearly every disk available

I wrote this little piece in June in a hurry to announce an important event: the publication of more than 2000 audio samples from the music archive of the Ethnological Museum on the DISMARC platform. However, the piece didn't get published as originally intended. While I don't think that this short text constitutes a particularly nice piece of writing, I do think that that the world is slightly better off with than without it, so I thought I put it on my website.

Um Kulthum

decider.pl

We talked about the decider today. The decider is supposed to select the media resources which shall be published. We agreed to use only one algorithm. By this I mean a relatively complex decision process and NOT a simple mapping rule, as for example:

if string "alpha" in field a then publish this resource to alpha.

This site was hacked

Today, I came back to this site and it was hacked by Woltaj. I wonder why? Probably the outdated way I upload stuff. I really need to get rid of this hosting company. By the way, some images were deleted. Otherwise it looks still okay. I should say that this has been a relatively friendly hacker.

 

 

oaicat's implementation of ListMetadataFormats

Just a little, tiny note: When you run oaicat's demo from war file (version 1.42 or so), you might actually get no response for ListMetadataFormats if parameter is missing. I mean you get an error message that the parameter is missing, while the spec clearly states that the parameter is optional.

It seems that this issue has been fixed since current demo version at http://alcme.oclc.org/oaicat and also the upgraded version (available as jar and source) on my test box responds correctly.

 

oaicat filesystem and update

Filesystem Structure

I guess I will go for a filesystem populated with many small xml files. Each file contains one record in native format and would be named according to the objId, e.g.

objId1234567.mpx
kueId1234.mpx
mulId12345.mpx

There should be only one record per objId, so probably I do not need several directories although this might get very big directory.

Updates

I guess I could write a little perl script to update the filesystem.

Syndicate content