Skip to content
View ajayvarghese's full-sized avatar
🖖
🖖

Block or report ajayvarghese

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. mail-server mail-server Public

    A simple mail server, which provides API endpoint to send mail

    JavaScript 1

  2. ObjectDetectionWebcam ObjectDetectionWebcam Public

    Created with CodeSandbox

    JavaScript 1

  3. Useful WebAPI's Useful WebAPI's
    1
    window.addEventListener('visibilitychange', () => {
    2
      switch(document.visibilityState) {
    3
        case 'prerender':
    4
          console.log('Tab is pre-rendering');
    5
          break;
  4. common_util_functions.js common_util_functions.js
    1
    // Random Color Generator
    2
    const getRandomHexColor = () => '#'+ Math.random().toString(16).substr(-6);
  5. alexnm/react-ssr alexnm/react-ssr Public

    A baseline for server side rendering for your React application

    JavaScript 599 267

  6. heatmap-mirrored-bar-graph heatmap-mirrored-bar-graph Public

    Created with CodeSandbox

    JavaScript 1