Skip to content
View karanssh's full-sized avatar

Block or report karanssh

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
karanssh/README.md
  • Hi, I’m @karanssh
  • I’m interested in building backend systems that work well. I also like building software that runs on consumer hardware. I work mostly with golang and java.
  • Most of my "work" is on private self hosted repositories that are owned by the companies I have worked for, and there's not a lot to look at on this profile. But thanks for visiting!
  • You can find me @karanssh on whichever social media you like :)

Pinned Loading

  1. Add "open command window here" to Wi... Add "open command window here" to Windows explorer context menu (reg file)
    1
    Windows Registry Editor Version 5.00
    2
    
                  
    3
    ; Created by: Shawn Brink
    4
    ; Created on: December 10th 2016
    5
    ; Tutorial: https://www.tenforums.com/tutorials/72024-open-command-window-here-add-windows-10-a.html
  2. Nexdigitron Dashcam File Organiser Nexdigitron Dashcam File Organiser
    1
    import os
    2
    import shutil
    3
    
                  
    4
    def split_and_move_files(source_folder):
    5
      """
  3. chart-server chart-server Public

    render server side charts using puppeteer and apache echarts library

    JavaScript

  4. rancher rancher Public

    Forked from rancher/rancher

    Complete container management platform

    Go

  5. URLShortener URLShortener Public

    Result of challenge to create a functioning URL shortener withing 2H.

    Go