Back on the grind
full stack web/app developer(asp.net,golang,android,iOS,) currently working with IOT
- India
Pinned Loading
-
Python Regex to extract torrent trac...
Python Regex to extract torrent tracker names 1'''http://bitsnoop.com/trackers/ has a list of active trackers so made a quick dirty regex to extract only the tracker names in order to quickly paste said tracker names to utorrent/deluge
2regex is "(http|udp):\/\/[\d|\D]+?\s+([^a-z\/^\d]?)?" for easy copy/paste '''
34import re
5regex = re.compile("(http|udp):\/\/[\d|\D]+?\s+([^a-z\/^\d]?)?")
-
Customize Powershell
Customize Powershell 12# Creates profile if doesn't exist then opens editor,wait a beat
3if (!(Test-Path -Path $PROFILE)){ New-Item -Path $PROFILE -ItemType File } ; ise $PROFILE
45************************************************************************************************
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.