One of the mathematical problems that I’ve seen today and decided to solve it :) Problem: If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of 3 or 5 below 1000. Solution (This is my own solution – you can solve it using another way)
hope you enjoyed it too; Thanks; Mohamed Adel | |||||
For More Info Please Visit: http://projecteuler.net |
Wednesday, September 28, 2011
Math Problem
Wednesday, September 21, 2011
How to Block “Facebook” on all your browsers
I will talk today about how to block “Facebook” on all your browsers; Sometimes, The Normal block method used from the “Internet Options” isn’t working on some sites like Facebook. Today, I’ll teach you how to block the Facebook Site from the Host File; 1-Open the C:\Windows\System32\drivers\etc folder 2-Right Click on the hosts file and Open it with Notepad or any text editor 3-Search for this line in the file: # 127.0.0.1 localhost 4-Add these 2 lines after it: 127.0.0.1 facebook.com (See the Figure)
Share it if you believe that it’s important. | ||
For More Info Please Visit: 10 Reasons to leave Facebook |
Sunday, September 18, 2011
WPF VS Silverlight
I’ve heard many developers talking about this topic; Here’s a Good research about WPF VS Silverlight that answers this famous question done by Eng. Ibraheem Osama Mohamed (MSP Egypt – Helwan Microsoft Tech-Club)
http://j.mp/WPF_vs_SL (PDF Version – 232 KB) | ||
For More Info Please Visit: Helwan Microsoft Tech-Club Page on Facebook |
Wednesday, September 7, 2011
How to install the Windows Phone Developer Tools on Windows Server 2008
The Windows Phone Developer Tools are not officially supported on operating systems other than Windows Vista or Windows 7. There is a way you can work around the Windows Server 2008 setup block if needed. Please note that this is not officially supported, so if you try these steps, you are doing so at your own risk.
| ||
For More Info Please Visit: Aaron Stebner's WebLog |
Monday, September 5, 2011
Installing SQL Server 2008 R2 (SQL Administration Part 2 - 1)
Hardware Requirements:
1-For SQL Server 2008 R2 Standard Edition “32 Bit” a-Processor -2.0 GHZ or higher “recommended” b-Operating System: -XP SP3 or higher b-Memory -MIN 1GB. -4 GB or more“recommended” -MAX 64 GB -Express Editions requires 192 MB and recommends 512 MB RAMS 2-For SQL Server 2008 R2 Standard Edition “64 Bit” a-Processor -2.0 GHZ or higher “recommended” b-Operating System: -XP Professional SP2 64x – Windows Server 2003 SP2 64x or higher b-Memory -MIN 1GB. -4 GB or more“recommended” -MAX 64 GB -Express Editions requires 192 MB and recommends 512 MB RAMS verify that you have at least 3.6 GB of available disk space on the system drive for these files before starting the SQL Server installation. -Database Components (Engine – data files – Replication – Full Text Search): 711 MB -Analysis Services: +90 MB (Average 345 MB) -Reporting Services: +120 MB (Average 304 MB) -Integration Services: +120 MB (Average 591 MB) -Client Components: +850 MB (Average 1823 MB) | ||
For More Info and to view the other SQL Server 2008 R2 Editions HW and SW Requirements Please Visit: Hardware and software requirements for installing SQL Server 2008 R2 |