Google is powerful, outstanding service, which besides the standard search, has a huge number of dopolniteni advanced search capabilities by using specific commands, codes and characters. If you want to directly browse certain types of files, try these tricks: Method 1 “parent directory ” MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums “parent directory [...]
Read From File in C++
This is tutorial for reading from file in C++. Here is the code. int main() { ifstream in; in.open(“file.txt”); char line[300]; while(in.getline(line, 300)) cout <
Write To File in C++
This is tutorial for writing to file in C++. Here is the code. #include using namespace std; int main() { ofstream fw; fw.open(“file.txt”); fw
Enable Folder and Icon Refresh
This reg file Enables Folder and Icon Refresh. 1. Copy the following (everything in the box) into notepdad. QUOTEWindows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] “NoNetCrawling”=dword:00000000 2. Save the file as disablerefreshundo.reg3. Double click the file to import into your registry. NOTE: If your anti-virus software warns you of a “malicious” script, this is normal if [...]
Disabling the “Send Error Report” feature
To disable the feature in WinXP which tries to send a report to microsoft every time a program crashes you will have to do this: Open Control Panel > Click on Preformance and Maintenance. Click on System. Then click on the Advanced tab > Click on the error reporting button on the bottom of the [...]
Save Your Word Docs to Windows Azure Blobs!
So Mohit and I were at WPC last week, and while we were hanging in the booth, a customer came up with a very interesting problem. Essentially, the customer needed to be able to have their Word documents saved to Windows Azure, in a format that could b…
WPC09 – My Windows Azure Session
Here is my session from the WPC09 in New Orleans:Lap around Windows Azure, Business Edition
Big thanks to Eilert Hanoa from Mamut ASA for his help with the session, and to everyone who attended. ![]()
Hope everyone enjoyed WPC! ![]()
Technorati Tags: WPC09,…
Windows Azure Project Attire!
So one of my favorite parts of working in the Windows Azure team is the camaraderie that grows when you take a bunch of really smart people and apply them to a big problem. I’m very fortunate to be part of three extremely interesting Windows Azure v-…
Looking Inside Windows Azure!
So I’ve been working on a proof of concept this past week, and one of the biggest issues I’ve had has been trying to see what has been going on with my “container” when I deploy my app to Windows Azure. It’s not that the logs aren’t good en…