Skip to content
View VSevagen's full-sized avatar
🇲🇺
🇲🇺
Block or Report

Block or report VSevagen

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
VSevagen/README.md

Hi there, I'm Sevagen 👋

visitors Twitter Follow Linkedin: Sevagen

import React, { UseState } from "react";

function Sevagen() {
  const [pronous, setPronouns] = useState(["He", "Him", "His"]);
  const [askMeAbout, setAskMeAbout] = useState(["web dev","tech","GNOME","scuba diving","Git"]);
  const [code, setCode] = useState(["Javascript", "C++", "Python"]);
  const [learning, setLearning] = useState(["React", "Django", "GraphQL"]);

  return (
    <div className="About Me">
      I'm a 3rd year computer science student from Amrita Vishwa Vidyapeetham, in the state of Kerala
      and I'm from Mauritius. You can address me as {`${pronouns}`} and ask me about {`${askMeAbout}`}
      I'm knowledgable in {`${code}`} and currently learning {`${learning}`}
      
      I love connecting with different people so if you want to say hi, 
      I'll be happy to meet you more!

      Reach me through email: sevagenv@gmail.com or just google me :)
    </div>
  );
}

const error = "Don't try to compile this, you'll get errors :)"

export default Sevagen;

Pinned

  1. Video-to-Image-converter Video-to-Image-converter Public

    Passing a video as input, we generate thumbnails for every 1 sec interval of the video. The FrameRate can be adjusted in order to obtain more thumbnails. I'm using OpenCV to extract the images and …

    Python 9

  2. Video-pdf-webapp Video-pdf-webapp Public

    Equivalent of the Video-to-Image Converter. All the functions of that repo have been incorporated into a webapp.

    Python 13

  3. chaoss-microtasks chaoss-microtasks Public

    Repo containing the solutions to the microtasks of the GrimoireLab Project for GSoC 2021.

    Python 2

  4. CMS-Blog CMS-Blog Public

    A Content-Management-System made using React, GraphQL and Express

    TypeScript 11

  5. Pokedex---Qwik-QwikCity Pokedex---Qwik-QwikCity Public

    TypeScript

  6. Google-Calender-Notifier Google-Calender-Notifier Public

    This is an application that allows you to connect to your google account to fetch your google calendar details and send an SMS to the required parties needed for your meetings.

    JavaScript 1 1