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

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 Loading

  1. navita navita Public

    Navita is a Bash/Zsh utility for rapid directory traversal, employing fuzzy matching, history tracking, and path validation for efficient file system navigation.

    Shell 14

  2. dotfiles dotfiles Public

    Linux dot/configuration files

    Shell

  3. dotfiles.nvim dotfiles.nvim Public

    Rishi's Neovim configuration files.

    Lua

  4. My-Own-String-Class My-Own-String-Class Public

    My own string class using raw pointers.

    C

  5. 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]
  6. 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 {#{{{