Skip to content
View kkarakk's full-sized avatar
💭
Back on the grind
💭
Back on the grind
  • India

Block or report kkarakk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Python Regex to extract torrent trac...
    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
    2
    regex is "(http|udp):\/\/[\d|\D]+?\s+([^a-z\/^\d]?)?" for easy copy/paste '''
    3
    
                  
    4
    import re
    5
    regex = re.compile("(http|udp):\/\/[\d|\D]+?\s+([^a-z\/^\d]?)?")
  2. Customize Powershell
    1
    
                  
    2
    # Creates profile if doesn't exist then opens editor,wait a beat
    3
    if (!(Test-Path -Path $PROFILE)){ New-Item -Path $PROFILE -ItemType File } ; ise $PROFILE
    4
    
                  
    5
    ************************************************************************************************

2 contributions in the last year

Contribution Graph
Day of Week January February March April May June July August September October November December
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to ThaUnknown/miru
Loading A graph representing kkarakk's contributions from December 31, 2023 to January 06, 2025. The contributions are 100% issues, 0% commits, 0% pull requests, 0% code review.   Code review 100% Issues   Pull requests   Commits

Contribution activity

January 2025

kkarakk has no activity yet for this period.
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.