Skip to content
View hansrajdas's full-sized avatar
  • India
  • 21:48 (UTC +05:30)
Block or Report

Block or report hansrajdas

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. algorithms algorithms Public

    Algorithms in python and C

    Python 81 38

  2. VIM commands VIM commands
    1
    ### Acronym
    2
    * C-a ==> CTRL-a
    3
    
                  
    4
    ### Modes in VIM
    5
    * __Normal mode(n)__   When we open mode, the default mode is normal
  3. bowling-score bowling-score Public

    REST based app to start and manage score of bowling game

    Python

  4. dotfiles dotfiles Public

    bash and vim configuration files

    Shell 2 2

  5. git versioning git versioning
    1
    ### Version control systems(VCS)
    2
    * __Local VCS:__ Files stored on local machines
    3
    * __Centralised VCS:__ A centralised system where the main repository is stored. Eg: CVS, SVN, Perforce
    4
    * __Distributed VCS:__ Each client doesn't just check out the latest snapshot of the files; rather, they fully mirror the repository, including its full history. Eg: Git, Mercurial, Bazzar.
    5
    
                  
  6. sample-programs sample-programs Public

    Sample and demo programs

    Python 2