Michael Pliskin

719
Reputation
120 views

Registered User

Name Michael Pliskin
Member for 1 year
Seen Dec 4 at 9:20
Website
Location St.Petersburg, Russia
Age 27
C/C++, .NET and Flash Programmer, Team Leader for Comapping.com project
Nov
9
comment Read TIFF file in AIR?
Thanks a ton! This might be an option..
Nov
2
comment English Error Messages in German Visual Studio 2008 / ASP.NET
Thanks from Russian .net developers as well - I believe Russian translation of error messages is even worse than German - you just saved me :)
Oct
24
awarded  Popular Question
Oct
16
answered Managed Source Control Hosting and Continuous Integration with CVSDude and CruiseControl.net
Sep
16
awarded  Yearling
Aug
25
comment Custom domain with Joomla
Thanks, unfortunately switching to 1.5 is difficult as it is basically about reimplementing the website, but this approach will help.
Aug
25
comment Custom domain with Joomla
Thanks for the pointer, but I don't think I need different sites - it is more about sending users from different domains to the same site with only minor variances. But will check more of course.
Aug
25
asked Custom domain with Joomla
Aug
25
comment Best MySQL Server Monitoring Tool
Thanks for the comment, I'd like to try it but I've already purchased MonYOG and using it now. Maybe will try for other projects though.
Aug
17
comment .NET IO redirection - read output char by char
Thanks, this is what I've finally done (incremental backoff wait loop). Launched this loop as a separate thread and it works nicely now.
Aug
14
comment .NET IO redirection - read output char by char
ReadToEnd() will block the execution until stream is closed... which is not what I need.
Aug
14
comment .NET IO redirection - read output char by char
Same comment as before - I need to be calling EndOfStream all the time to check if new data arrived. Looking for a smarter way here..
Aug
14
comment .NET IO redirection - read output char by char
This requires a separate thread to be checking EndOfStream property all the time which is a way to high CPU usage for nothing. I am looking for a way for stream to notify me when a new byte arrives - any ideas?
Aug
14
asked .NET IO redirection - read output char by char
Jun
24
comment Why is the C++ STL is so heavily based on templates? (and not on *interfaces*)
Just excellent reading!