Skip to content
View thepurpleowl's full-sized avatar
Block or Report

Block or report thepurpleowl

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

Hi !! I'm Surya 👋

M.Tech Research student at CSA, IISc
I like to work on problems involving data, preferably with Machine Learning techniques. Currently, I am working on Language Models for Code.

Linkedin Badge Twitter_Badge

My GitHub Stats

Surya's github stats

Pinned Loading

  1. House-of-Codes House-of-Codes Public

    A repository to collect the solutions to all Competitive platform problems, only to be used as reference/practice.

    Java 9 30

  2. Scala Tutorials Scala Tutorials
    1
    val a = 4
    2
    var b = 3
    3
    
    
    4
    // if-else
    5
    val greater_4: Boolean = a>b
  3. STL hands-on STL hands-on
    1
    #include <iostream>
    2
    #include <map>
    3
    #include <utility>
    4
    using namespace std;
    5