Dobrzanski - dobrzanski.net - Blinded by the lights
General Information:
Latest News:
Request to JetBrains Santa 21 Dec 2012 | 01:13 pm
Dear Santa, It’s getting closer and closer. Christmas is comming! I’m proud to say I was kind all 2012, both at home and at work. I’m even happier because, when working with code, I had to use IDEs ot...
There’s always one f#$%!@ thing you haven’t done… 11 Apr 2012 | 07:26 am
Let’s relax and spend 7 minutes on watching Eddie Izzard’s Encore on Computers. How many times you said so after spending hours on chasing a bug? There’s always one f#$%!@ thing you haven’t done…
Interesting introduction to C++11 2 Apr 2012 | 09:00 am
Wanna check what’s the whole buzz about C++11? Are you interested in what has changed comparing to the previous standards? Herb Sutter wrote a great abstract with list of features of C++11 that give ...
Norvegian Developers Conference 2011 – videos 2 Apr 2012 | 08:46 am
Ok, I haven’t attended either of editions of Norvegian Developers Conference, but I stumbled upon a link to one of the videos from that conference somewhere at Software Testing & Quality Assurance Vid...
2011 in review 26 Jan 2012 | 11:20 am
It’s end of January 2012 by now, but I decided to share some stats on what was going on with this blog in 2011. If you fancy reading my stuff (is there anybody? ) you might find it interesting. Let’s...
Visual Studio TFS: How to undelete file(s) 22 Jan 2012 | 04:32 am
What if you need to undelete a file or bunch of files that at some point have been deleted from TFS? Naive option would be to get the content of the file, copy it, create a new file, and paste the cop...
C#: How to get service name listening at specific port number? 10 Jan 2012 | 02:52 am
How to get service name listening at specific port in C#? What you have as input is only two pieces of information: host name and the port number the service is listening at. Solution Apparently, .N...
Visual Studio: Improved navigation through the files with RockScroll 12 Dec 2011 | 09:39 pm
If you have never used RockScroll you are probably most comfortable with standard scrollbar Visual Studio offers. I guarantee you, however, that the moment you install RockScroll and work with it for ...
C++: Overriding methods – problem with hiding overloads in the base class 11 Dec 2011 | 07:53 am
What is the outcome of the simple program below? Answer Surprised? If so, you probably chose: There's a tricky problem here, though. The reason why the code worked as it did is class Derived overro...
CrypTool – understanding cryptography with examples 22 Oct 2011 | 11:47 pm
One of the sessions I liked most on Microsoft Technology Summit 2011 was one delivered by Krzysztof Bińkowski – it was about certificates and PKI in context of Windows Server 2008. I’m not going to de...