<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9-beta-2" -->
<rss version="0.92">
<channel>
	<title>Dirty Motherfucking Blog</title>
	<link>http://www.dirty-motherfucker.org/blog</link>
	<description>All kinds of shit</description>
	<lastBuildDate>Mon, 21 Dec 2009 12:58:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Adding build date/time/count to your C# project</title>
		<description><![CDATA[This is pretty much a straight-forward conversion of http://www.dirty-motherfucker.org/blog/2009/04/24/build-count-of-vc-project-for-version-string/
I was quite pissed that there is no easy option to get something as simple as the build date into your C# project.
So here is my pre-build script I use in my C# projects:

@echo off
SETLOCAL
set TARGET_PATH=%~dp0
set IN_FILENAME=&#34;%TARGET_PATH%Version.txt&#34;
set OUT_FILENAME=&#34;%TARGET_PATH%Version.cs&#34;
set /p BUILD= &#60; %IN_FILENAME%
set BUILD=%BUILD:~22%
if /I &#34;%BUILD%&#34; == &#34;&#34; [...]]]></description>
		<link>http://www.dirty-motherfucker.org/blog/2009/12/21/adding-build-datetimecount-to-your-c-project/</link>
			</item>
	<item>
		<title>Simulating TCP data from another device</title>
		<description><![CDATA[This almost feels too simple to even mention it. But I guess it doesn&#8217;t hurt putting it our there. Someone might hit it in a desperate Google hunt.
So this is the deal. You have a device on your network that controls another device by means of sending out simple TCP payloads.
Now you want to perform [...]]]></description>
		<link>http://www.dirty-motherfucker.org/blog/2009/12/03/simulating-tcp-data-from-another-device/</link>
			</item>
	<item>
		<title>Run .bat file with a set of parameters</title>
		<description><![CDATA[I am currently working on a project of larger scale than what I am usually working on. During this project I wrote several small tools which I personally feel are somewhat interesting.
I&#8217;ll try to write up a few posts about some solutions I came up with to kinda special problems.
This is the first one and [...]]]></description>
		<link>http://www.dirty-motherfucker.org/blog/2009/11/28/run-bat-file-with-a-set-of-parameters/</link>
			</item>
	<item>
		<title>Building PHP 5.3.0 on Ubuntu 8.04 Server</title>
		<description><![CDATA[When I wanted to build the latest PHP for a server I found several guides online. Sadly none of them worked right away.
So after finally getting it all to work like I wanted to, I decided to quickly write up this guide.
I start with a clean Ubuntu 8.04 install. So, first things first:

sudo apt-get update
sudo [...]]]></description>
		<link>http://www.dirty-motherfucker.org/blog/2009/08/06/building-php-5-3-0-on-ubuntu-8-04-server/</link>
			</item>
	<item>
		<title>gSteam &#8211; HLDS Frontend</title>
		<description><![CDATA[This is a little introduction to the latest version of my steam and hlds frontend bash script.
I will demonstrate it&#8217;s use by setting up a new Team Fortress 2 game server with it.
This tutorial assumes an Ubuntu 8.04.2 x86 server system. I set up a VM for the sake of this tutorial.
It has 2 CPUs, [...]]]></description>
		<link>http://www.dirty-motherfucker.org/blog/2009/06/09/gsteam-hlds-frontend/</link>
			</item>
	<item>
		<title>Build count of VC++ project for version string</title>
		<description><![CDATA[For ages now I wanted to write me something nice and neat to get build count (how often the project was built) to append it to my version string. And obviously I wanted it to automatically update.
However I never really got around to it or cared that much that I actually wrote it. But today [...]]]></description>
		<link>http://www.dirty-motherfucker.org/blog/2009/04/24/build-count-of-vc-project-for-version-string/</link>
			</item>
	<item>
		<title>Complementary mIRC script for ZNC users</title>
		<description><![CDATA[Download: ZNC mIRC Script
A while ago I have ditched PsyBNC in favor of ZNC. And let me tell you, I am not missing that POS that is PsyBNC. So, so much for the software bashing. Back to topic.
When using an IRC bouncer I prefer to have the recorded buffer played back to me when I [...]]]></description>
		<link>http://www.dirty-motherfucker.org/blog/2009/03/11/complementary-mirc-script-for-znc-users/</link>
			</item>
	<item>
		<title>Output to the parent console in Windows application</title>
		<description><![CDATA[So I looked into boost.program_options today to parse command line arguments for my Windows Forms application. Which basically works great. Except for the little part to output the &#8211;help output to the console. Now, obviously when you start your application through Explorer you won&#8217;t have a console. And that is fine. I was only interested [...]]]></description>
		<link>http://www.dirty-motherfucker.org/blog/2009/03/10/output-the-parent-console-in-windows-application/</link>
			</item>
	<item>
		<title>Running a Source dedicated server (for Left 4 Dead)</title>
		<description><![CDATA[For a while now I have been running some dedicated servers for Source games. Primarily Team Fortress 2. I lately switched those off in favor of Left 4 Dead servers. I was always looking for a way to improve my setup. At some point during my initial googleing I came across this article.
I based my [...]]]></description>
		<link>http://www.dirty-motherfucker.org/blog/2008/12/26/running-a-source-dedicated-server-for-left-4-dead/</link>
			</item>
	<item>
		<title>Substrate in 25 lines</title>
		<description><![CDATA[As soon as I heard of the 25-Line ActionScript Contest I knew I&#8217;d have to take part. So I tried re-implementing Substrate in 25 lines. I ended up with a pretty limited version but it runs fine and looks nice.
But, oh well, I didn&#8217;t make the finals :( And I don&#8217;t plan on entering it [...]]]></description>
		<link>http://www.dirty-motherfucker.org/blog/2008/12/15/substrate-in-25-lines/</link>
			</item>
</channel>
</rss>
