Skip to content
View YashRE42's full-sized avatar

Block or report YashRE42

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 250 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. Yash Rathore's contributions to Zuli... Yash Rathore's contributions to Zulip as a part of Google Summer Of Code 2019
    1
    
                  
    2
    # Google Summer Of Code 2019 - Zulip
    3
    
                  
    4
    Spending the summer of 2019 working on Zulip has been an amazing experience.
    5
    I'm very grateful to Zulip for accepting my contributions and supporting me through the process of fixing bugs and adding features.
  2. Program to play hex with reset (http... Program to play hex with reset (http://www.lutanho.net/play/hex.html) based on the input format at https://www.hackerearth.com/problem/algorithm/minimax-4/ and https://www.hackerearth.com/problem/algorithm/minimax-again/. Please see the comment after the gist.
    1
    import java.util.ArrayList;
    2
    import java.util.Arrays;
    3
    import java.util.HashMap;
    4
    import java.util.LinkedList;
    5
    import java.util.PriorityQueue;
  3. Fitness-planner Fitness-planner Public

    This is a simple webpage that shows the current month and highlights activity days based on a preset schedule. It can also store skipped days through local storage.

    HTML

  4. zulip zulip Public

    Forked from zulip/zulip

    Zulip server - powerful open source team chat

    Python