Archive for the 'en' Category
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 -> [...]
Categories: Hudson, en
Comments: 3 Comments
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. [...]
Categories: Hudson, en
Comments: Be the first to comment
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 [...]
Categories: Blogroll, en
Tags: .net, architecture, ci, contiuous integration, decompiler, dependency injection, di, dot net, gui, jpa, openxava, podcast, powershell, ring tone, se-radio, web design, windows 7, zend
Comments: Be the first to comment
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, …)
Categories: en
Tags: certificate, java, security, servlet
Comments: Be the first to comment
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, [...]
Categories: en
Comments: Be the first to comment
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 [...]
Categories: Blogroll, en
Comments: Be the first to comment
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 [...]
Categories: Blogroll, en
Tags: artist mode, assert, camspace, cdt, contracts, emacs
Comments: Be the first to comment
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: [...]
Categories: en
Tags: id3, list, mp3, php
Comments: Be the first to comment
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 [...]
Categories: Blogroll, en
Tags: pdf, pdfrecycle, php, php development, sharp developer, virtualization, web development
Comments: Be the first to comment
10. Februar 2009
Chip.de published a nice photo gallery with Photoship errors …
Categories: en
Comments: Be the first to comment