Skip to content
View niranjan-nagaraju's full-sized avatar
Block or Report

Block or report niranjan-nagaraju

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

    Contains miscellaneous source code of my solutions to Hackerrank, Codechef, Project Euler problems and a library of useful code fragments

    Python 8 2

  2. notification-center notification-center Public

    Tagged 'Better notifications for android', Notifier/Notifications-Center is a mailbox for your status bar notifications.

    Java

  3. Resume Resume Public

    Resume templates, updates and a live link to the latest pdf version.

    TeX

  4. A better implementation of bead-sort A better implementation of bead-sort
    1
    # A better implementation of bead-sort #
    2
    
                  
    3
    ## Introduction ##
    4
    Bead sort (a.k.a Abacus sort, or Gravity sort) is a sorting algorithm that can sort a list of positive integers.  
    5
    Belonging to a class of natural algorithms, It uses (/simulates) gravity to sort an input list.  
  5. pokemon-search pokemon-search Public

    A sample React/bootstrap/typescript based frontend for pokemon-lookup service built using the poke API as the backend.

    TypeScript

  6. flask-qrcode-generator flask-qrcode-generator Public

    Python flask-based web-app to generate QR codes - deployed at: https://qrcodesgen.df.r.appspot.com/ https://qrcodesgen.herokuapp.com/

    Python