Skip to content

Instantly share code, notes, and snippets.

@igromanru
igromanru / URL_Search.regex
Last active August 29, 2015 13:57
RexEx Search for URLs in text
(?:^|\s|\()((?:www\.|https?://).*?\..*?)(?:\s|$|\))
@igromanru
igromanru / win8Shortcut.au3
Created October 28, 2013 14:42
Create a shortcut to the Win 8 start menu.
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.3.8.1
Author: igromanru
Script Function:
Create a shortcut to the win 8 start screen.
#ce ----------------------------------------------------------------------------