Archiv der Kategorie ‘General‘

Jumpstyle, Shuffle, Tektonik and more…

Mittwoch, den 14. Oktober 2009

Fascinated by the pure energy of the techno dance styles. But decide for yourself

Sour: Hibi no neiro

Samstag, den 11. Juli 2009

This video is a must see! It’s astonishing how they managed to create a great and interesting video only by using great characters, good timing and interesting ideas. But see for yourself:

Crystalclouds

Montag, den 23. März 2009

I wanted to point this week to a really useful website when you are addicted to electronic music. A friend of mine once pointed me to this website and I must admit I have never heard such great music before visiting crystalclouds.com! Check it out. The music is free to download and provided by the producing DJs!

http://www.crystalclouds.com

Happy new year

Mittwoch, den 31. Dezember 2008

I wish everyone of my blog readers a happy new years eve and a really good start into the year 2009. May all your wishes, hopes and dreams come true! And hopefully you are still one of my blog readers in the year 2009 ;)

happynewyear

Enjoy the party, don’t drink too much. See you soon in 2009!

Pictures of the war in Afghanistan

Dienstag, den 23. Dezember 2008

I stumbled over a set of pictures which shows the US and allied troops in Afghanistan. The webpage I found shows a photo collection of coalition troops over the course of the last seven years in the country. I think the pictures are quite impressiv!

http://blogs.denverpost.com/captured/2008/11/

PartCover Integration in CruiseControl

Montag, den 22. Dezember 2008

Some time ago we were moving from ncover to partcover because ncover is now a commercial product and also we had a lot of problems on our cruise control server. Here are the scripts and also transformations that I made to make the partcover report look like the ncover report. This is presented without much explanation. Contact me if you have any questions.

PartCover Coverage Report

NAnt Buildscript

	<property name="partcover.exe" value="C:/Program Files/Gubka Bob/PartCover .NET 2/PartCover.exe" />
 
	<target name="coverage" description="compute coverage statistics for all unit tests defined in project.nunit" depends="create-nunit">
		<property name="date" value="${datetime::now()}" />
		<property name="acceptable" value="75" />
		<mkdir dir="${results.dir}" unless="${directory::exists(results.dir)}" />
		<exec program="${partcover.exe}" failonerror="true">
			<arg value="--target=${nunit.exe}" />
			<arg value="--target-work-dir=${project.dir}" />
			<arg value="--target-args=project.nunit /exclude:${unit_test_exclusions}" />
			<arg value="--include=[Project.*]*" />
			<arg value="--exclude=[*Test*]*" />
			<arg value="--exclude=[*Other]*" />
			<arg value="--output=${results.dir}/project.coverage.xml" />
		</exec>
		<style style="..\path\PartCover-NCover-Like.report.xslt" in="${results.dir}/project.coverage.xml" out="${results.dir}/coverage-report.html">
			<parameters>
				<parameter name="DateTime" namespaceuri="" value="${date}" />
				<parameter name="ProjectName" namespaceuri="" value="${project.name}" />
				<parameter name="Acceptable" namespaceuri="" value="${acceptable}" />
			</parameters>
		</style>
		<!-- This generates the extension data which is needed for cruise control, the attribute "in" is just used for validation reason -->
		<style style="..\path\PartCover-Extension.xslt" in="${results.dir}/project.coverage.xml" out="${results.dir}/project.coverage.ext.xml">
			<parameters>
				<parameter name="DateTime" namespaceuri="" value="${date}" />
				<parameter name="ProjectName" namespaceuri="" value="${project.name}" />
				<parameter name="Acceptable" namespaceuri="" value="${acceptable}" />
			</parameters>
		</style>
	</target>

Download

Announcement

Dienstag, den 25. November 2008

Tracelight goes multi-language ;) No I’m just kidding. I will switch the official language of the blog entries from German to English. Hope I can still keep all the German readers of my blog.

XP Indexing Service abstellen

Sonntag, den 23. November 2008

Ich brauche eigentlich den Indexing Service von Windows XP nicht wirklich. Irgendwie habe ich einfach keine Verwendung für die Searchbar. Ich weiss eigentlich immer wo ein File liegt, weil ich habe es ja auch dort abgelegt. So klicke ich mich kurz durch den Explorer und habe das File. Den Geschwindigkeitsvorteil beim File finden den mir der Indexing Service bietet geht meiner Meinung nach unter wenn ich dafür viel CPU Power und erhöhter Festplattentraffic auf meiner Maschine habe. Darum habe ich mich entschieden den Service abzustellen. Hier eine englische Anleitung wie das geht:

To turn off indexing:

1. Open up “My Computer.”
2. Right-click on your hard drive (usually “C:”) and choose “Properties.”
3. Uncheck the box at the bottom that reads “Allow Indexing Service to…”
4. Click OK, and files will be removed from memory. This removal may take a few minutes to complete.

To disable the indexing service:

1. In the “Start” menu, choose “Run.”
2. Type “services.msc” and press Enter.
3. Scroll-down to “Indexing Service” and double-click it.
4. If the service status is “Running”, then stop it by pressing the “Stop” button.
5. To make sure this service doesn’t run again, under “Startup Type:”, choose “Disabled.”

Windows search will still work if you perform these steps, but it will work more slowly than if indexing was enabled.

XBox Update

Samstag, den 22. November 2008

Microsoft hat gerade ein neues Update für die XBox Oberfläche veröffentlicht. Es hat sich einiges getan! Überzeugt euch selbst:

Video: Neues Xbox Erlebnis (NXE) – Impressionen (4:27)

Spielzeug für Hobby DJs

Mittwoch, den 19. November 2008

Ich denke mit dem Tool kann man sicherlich nicht einen grossen DJ konkurenzieren. Aber spassig ist es wohl alleweil. Man stelle sich Parties vor wo der Gast selber DJ spielt und die Musik des Abends gestaltet ;)

Eine neue Erfahrung in Sachen Musik bietet Microsoft Surface und die Applikation Surface DJ von Vectosoft. Mit ein paar einfachen Handgriffen wird man so jeder laie zum DJ. Einfach Sounds und Loops in die Mitte der Surface-Anwendung schieben und fertig ist der Party-Sound:

Quelle: http://it-republik.de/dotnet/news/Heute-an-den-Plattentellern-DJ-Surface-046107.html