ContributeMost Recent Contributions (feed)
- Sub-Array with the Large
- 1 second ago
-
http://www.mytechinterviews.com/sub-array-with-the-largest-sum
Question: You are given an array with integers (both positive and negative) in any random order. Find the sub-array with the largest sum.
On Sunday Netflix will release 15 new episodes of Arrested Development! YEAH!
- New-ObjectFromGenericTyp
- 13 hours ago
-
Get an instances of a Generic Type.
- Lync Version
- 14 hours ago
-
Gets the version of Microsoft Lync components
- Set-Wallpaper (CTP3) fix
- 18 hours ago
-
Set-Wallpaper lets you set your windows desktop wallpaper. It requires PInvoke and I wrote it using PowerShell 2’s
Add-Type, although it could be done in v1 using the JIT code generation tricks Lee Holmes has mentioned in the past …- Updated for CTP3
- Made it run as a script instead of a function.
- command line fix 05 2013
tested on win7 pro, execute cmd : powershell c:\path\script.ps1 “c:\path\wallpaper.jpg”
See http://stackoverflow.com/questions/6147731/powershell-script-fails-first-time-but-works-second-time
- ShowUI Clock 4
- 39 hours ago
-
This is another analog clock, with “hands” and old school stopped movement (no click sound, but maybe you could add that)...
- ShowUI Clock 4
- 39 hours ago
-
This is another analog clock, with “hands” and old school stopped movement (no click sound, but maybe you could add that)...
- Auto Services
- 42 hours ago
-
############################################################################################# #
- NAME: Autoservices.ps1
- AUTHOR: Rob Sewell http://newsqldbawiththebeard.wordpress.com @fade2blackuk
- DATE:15/05/2013 #
- COMMENTS: # Script to show the services running that are set to Automatic startup –
- good for checking after reboot
- ————————————————————————————————-
- Ping
- 42 hours ago
-
############################################################################################# #
- NAME: Ping.ps1
- AUTHOR: Rob Sewell http://newsqldbawiththebeard.wordpress.com @fade2blackuk
- DATE:15/05/2013 #
- COMMENTS: This script to set up a continous ping
- Use CTRL + C to stop it
- ————————————————————————————————————
- Untitled
- 42 hours ago
-
############################################################################################# #
- NAME: RDP.ps1
- AUTHOR: Rob Sewell http://newsqldbawiththebeard.wordpress.com @fade2blackuk
- DATE:15/05/2013 #
- COMMENTS: This script to open a RDP
- ————————————————————————————————————
- Untitled
- 42 hours ago
-
############################################################################################# #
- NAME: StopSQLServices.ps1
- AUTHOR: Rob Sewell http://newsqldbawiththebeard.wordpress.com @fade2blackuk
- DATE:15/05/2013 #
- COMMENTS: This script will stop all SQL Services on a server
- ————————————————————————————————————
PowerShell Code Repository