Categories
- Computers (38)
- Databases (2)
- OS (50)
- Programming (49)
- Web (34)
Calendar
Featured
Archives
- April 2012 (2)
- March 2012 (2)
- February 2012 (2)
- December 2011 (3)
- November 2011 (2)
- October 2011 (1)
- September 2011 (2)
- August 2011 (2)
- July 2011 (4)
- June 2011 (2)
- May 2011 (1)
- April 2011 (6)
- March 2011 (4)
- February 2011 (2)
- January 2011 (4)
- December 2010 (3)
- November 2010 (6)
- October 2010 (8)
- September 2010 (6)
- August 2010 (1)
- July 2010 (5)
- June 2010 (2)
- May 2010 (2)
- April 2010 (5)
- February 2010 (1)
- January 2010 (2)
- December 2009 (2)
- November 2009 (2)
- October 2009 (2)
- September 2009 (5)
- August 2009 (11)
- July 2009 (7)
Tags
-
Recent Posts
- How to execute JavaScript after inserting into element.innerHTML automatically
- Disappearing folder – bug in Windows 7
- When Windows automatic update suddenly stops updating Windows automatically
- Strange MAC addresses in your network (00:0D:3A:D7:F1:40 – 00:0D:3A:FF:FF:FF)
- Watch window shows ‘CXX0058: Error: overloaded operator not found’
Recent Comments
- Tom Colvin on CreateProcessAsUser fails on Windows XP with System error 233
- Minnhack on No ODBC driver after installing Oracle 11g R2
- Niels on IIS 7.5 error: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
- Richard on Ubuntu Server: rename eth1 to eth0
- Anonymous on IIS 7.5 error: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
Menu
Monthly Archives: April 2011
Strange file named “剐䍏塅ㅐ〰匮卙” in C:\Windows\System32\drivers
Today, looking in directory C:\Windows\System32\drivers, I found strangely named file “剐䍏塅ㅐ〰匮卙”. First thought was: it is driver form LG PC suite… I remember, that some files have Korean characters in it. However, looking closer, I found, that file is digitally … Continue reading
fatal error C1083: Cannot open include file: ‘ammintrin.h’: No such file or directory
I can not compile my C++ projects after installing ‘Security Update for Microsoft Visual Studio 2010 (KB2455033)’, see my yesterday’s post: Security Update for Microsoft Visual Studio 2010 (KB2455033) failed with Code 643. Visual Studio 2010 shows the following error: … Continue reading
Security Update for Microsoft Visual Studio 2010 (KB2455033) failed with Code 643
Yesterday tried to install ‘Security Update for Microsoft Visual Studio 2010 (KB2455033)’ via Windows update on Windows 7 Ultimate 64-bit but it failed with Code 643. Installation constantly failed with Code 643 – Some updates were not installed. Currently Google … Continue reading
Test Silverlight speed or Test CPU speed with Silverlight
While we were developing SilverBench (online multicore CPU benchmarking with Silverlight), I found one interesting benchmark project. It is called Balls / Bubblemark animation test. You can test and directly compare speed / performance for the following programming languages: JavaScript, … Continue reading
Posted in Programming, Web
Tagged Benchmark, C#, JavaScript, Silverlight, speed, Speed test, Urih
Leave a comment
Underused features of Windows batch files
StackOverflow have another interesting topic about: Underused features of Windows batch files. Of course there are many things I didn’t know about. Some highlights: PUSHD path Takes you to the directory specified by path. POPD Takes you back to the … Continue reading
Another free Syslog Daemon for Windows
Jan 13, 2011 I wrote about Free Syslog Daemons for Windows. I just found another one, also from MikroTik, and it is free too. The Dude for Windows has one less known feature – it can capture Syslogs sent via … Continue reading