Skip to content
View hariharan-dev's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report hariharan-dev

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. twitter-go-extension twitter-go-extension Public

    A chrome extension that displays latest 20 tweets from my twitter timeline whenever I open a new tab.

    JavaScript 4 1

  2. hariharan-dev.github.io hariharan-dev.github.io Public

    Hariharan Devaraj`s Website.

    HTML 1

  3. sudoku sudoku Public

    Sudoku (9 × 9) Puzzle made with Ionic

    TypeScript 1

  4. fpl_transfer_alert fpl_transfer_alert Public

    JavaScript

  5. [Daily Problem] Longest Substring Wi... [Daily Problem] Longest Substring Without Repeating Characters Hi, here's your problem today. This problem was recently asked by Microsoft: Given a string, find the length of the longest substring without repeating characters.
    1
    const input = 'abrkaaabcdefghijkjxxx';
    2
    let max = 0;
    3
    let index;
    4
    
                  
    5
    function findSubStr(startIndex) {
  6. chelsea_next_match_remainder chelsea_next_match_remainder Public

    Will send an email only when there is a Chelsea match about to happen within next 12 hours. Have scheduled this script at 3pm as per IST for my convenience.

    Python