Skip to content
View RakshithNM's full-sized avatar
:octocat:
:octocat:

Block or report RakshithNM

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. logdebug.vim logdebug.vim Public

    vim plugin to make it easy to log debug javascript and typescript files

    Vim Script

  2. .vimrc .vimrc
    1
    set rtp+=/usr/local/opt/fzf
    2
    call plug#begin()
    3
    Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
    4
    Plug 'junegunn/fzf.vim'
    5
    Plug 'haishanh/night-owl.vim'
  3. canvas-ts canvas-ts Public

    html5 canvas typescript playground

    TypeScript 2

  4. GameOfLife GameOfLife Public

    Implementation of Conway's Game of Life

    JavaScript 1