Skip to content
View CodesOfRishi's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report CodesOfRishi

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

  1. smartcd smartcd Public

    Expedite your navigation of Linux filesystem.

    Shell 35 3

  2. dotfiles dotfiles Public

    Contains configurations/settings & requirements related to my Linux operating system(s).

    Shell

  3. Sanitize/Un-sanitize URL/IP Sanitize/Un-sanitize URL/IP
    1
    # Sanitize/Un-sanitize a URL/IP - RishiK.
    2
    
    
    3
    while (1) {
    4
    	if ($args[0]) {
    5
    		$url=$args[0]
  4. PowerShell Custom Module PowerShell Custom Module
    1
    # Location: ($env:PSModulePath | ForEach-Object { ([string]$_).Split(";")[0] })\RishiPowerShell
    2
    # Rishi K. (CodesOfRishi)
    3
    
    
    4
    # Bulk nslookup
    5
    function Resolve-Host {#{{{
  5. My-Own-String-Class My-Own-String-Class Public

    My own string class using raw pointers.

    C++

  6. Polymorphic-Account-Hierarchy Polymorphic-Account-Hierarchy Public

    Updated Account with Dynamic Binding Used

    C++