Today I have released the source of the visual studio project renamer to open source. The project is hosted at codeplex. I released the source due to the fact that I cant really maintain this project on my own anymore. Just have not enough time. If you want to contribute to this project (and it [...]
Archive for category News
Today I released version 1.1.303 of the VisualStudioProjectRenamer. The renamer now supports renaming of C++ project types. Also saving the settings works now. On a side note.. The renamer was downloaded over 40 thousand times up to now. Microsoft should have provided this functionality in visual studio if you ask me, seeing the demand for [...]
Code Bash #3
Feb 29
I override the method because I can.. aka when inheritance goes wrong:
// Object A
public virtual bool Check(Messages messages)
{
return true;
}
// Object B
public override bool Check(Messages messages)
{
bool result = base.Check(messages);
return result;
}
Object B inherits from Object A. You tell me for what reason someone possibly could [...]
Ever wanted to convert this .ogg Vorbis file to .mp3? Or need your .mp3 converted to .ogg Vorbis format? Then you should take a look at Johann Burkard`s media.io website.
At media.io you can convert audio online in following formats:
Ogg Vorbis to MP3
MP3 to Ogg Vorbis
WAV to MP3
WAV to Ogg Vorbis
AAC [...]



