Archive for the 'en' Category

Hudson: how to get a list of all failed jobs?

3. Juli 2009

If you have a lot of job configured on your Hudson installation, you maybe want to have a list of job which last run fails. Sadly there is no view to that, but you could get the list via Hudsons script console and a three lines of Groovy:

activeJobs = hudson.model.Hudson.instance.items.findAll{job -> job.isBuildable()}
failedRuns = activeJobs.findAll{job -> [...]

My first Hudson PlugIn

24. Juni 2009

I set up a Hudson instance in my company. But after adding the 20th job I lost the overview: which job depends on which other job? I need a visualization.
I need a plugin which reads the job dependencies and creates a dependency graph.
This problem consists of two parts: getting te dependencies and creating the graph. [...]

Links for 2009-05-06

6. Mai 2009

On Chip.DE I read an announcement of LicenseCrawler. It is a tool which scans your program for license information, so you could backup these more easily.
On CreateOrDie there is a list of 15 free available eBooks about web design.
Heise.DE provides a new podcast about software architecture. Havent listened to it yet, but could be in [...]

Links for 2009-04-06

6. April 2009

In Novells Wiki there is a nice code sample which tries to read all available security features from the request (Client Certificates, Encoding type, Cipher Suite, …)

Links for 2009-03-26

26. März 2009

CreateOrDie has published the announcement of an ActionScript-Wiki by Joa Ebert.
According to an article on Heise.de Windows7 should block multimedia codecs by 3rd parties. ‘albain’, one the developer of ffdshow-tryouts, discovered that build 7057 of Windows 7 blocks alternative codecs of MPEG-4 and H.264.
Final steps for PHP 5.3. Interesting features are namespaces, lambda-functions and closures, [...]

Links for 2009-03-05

5. März 2009

There is a comparison of different RIA frameworks like GWR, Laszlo, Flex…
If you work with XPath, the XPath Workbook could be something for you. It is an Eclipse plugin for writing XPath constructs.
Galileo presents the free available OpenBook about Visual Basic 2008 (in German). It covers the Visual Studio IDE, the .NET framework, Visual Basic [...]

Links for 2009-02-24

24. Februar 2009

Entwickler.com published the announcement of CDT 6.0M5, an Eclipse plugin for C/C++ development.
A blog on MSDN shows the use of Contracts. mmh … why do I think of Java assert?
Chip.de sais that with CamSpace you could control Windows, applications and games via Webcam.
CInsk.org demonstrates the Artist Mode of EMacs. An easy way of drawing lines [...]

MP3-Listing

24. Februar 2009

In the internal of my ensemble NiederrheinBrass we host the records of the last concerts. But I am lazy – why should I update that page each time I upload a new MP3? All required information are online: the URL of the file, title+record date as ID3 tags. And we have PHP…
So first a note: [...]

Links for 2009-02-20

20. Februar 2009

Entwickler.com announces the availability of SharpDevelop 3. New features and improvements are in F#, FormsDesigner, Boo, XML-documentation and translation.
Microsoft Press published a free eBook about virtualization. Main topics are

server virtualization with Hyper-V
System Center Virtual Machine Manager
application virtualization with App-V
presentation virtualization with terminal services

Chip.de solicts the Free M4a to MP3 Converter.  It converts AAC- and MPEG-4-files [...]

Links for 2009-02-10

10. Februar 2009

Chip.de published a nice photo gallery with Photoship errors …