Skip to content
View rthapa's full-sized avatar
🍚
🍚

Block or report rthapa

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. leetcode-javascript leetcode-javascript Public

    LeetCode JavaScript Solutions

    JavaScript 3 2

  2. spidy.js spidy.js
    1
    
                  
    2
    /*
    3
    * Script for cheating typing test for https://typing-speed-test.aoeu.eu/
    4
    * Spidy Spidy, a little spider that hijacks your keystrokes 
    5
    * and always types the correct character no matter what you type.
  3. LuhnAlgorithm.java LuhnAlgorithm.java
    1
    /**
    2
     * This method validates a card primary account number using Luhn Algorithm.
    3
     *
    4
     * @param  pan  Primary Account Number from a valid credit card.
    5
     * @return boolean
  4. CreditCard.java CreditCard.java
    1
    import java.util.Random;
    2
    public class CreditCard {
    3
    
                  
    4
        public static void main(String[] args) {
    5
            CreditCard card = new CreditCard();
  5. 7-hand-poker-java 7-hand-poker-java Public

    A 7-hand (multiplayer) poker game in Java

    Java 1

  6. CSharp-2D-Game CSharp-2D-Game Public

    Air Combat - A 2D C# game (XNA framework)

    C#