Giter VIP home page Giter VIP logo
import Random.SoftwareEngineer;

class JustAnotherCSGrad
{
    String name, isA, job;
    JustAnotherCSGrad()
    {
        this.name = "Prateekshya";
        this.isA = "Software Engineer";
        this.job = "exploring";
    }
    public String toString()
    {
        return this.name+"("+this.isA+") is "+this.job+" ...";
    }
    void sayHello()
    {
        System.out.println("Hello, world! 👋");
    }
}

class Me
{
    public static void main(String[] args)
    {
        JustAnotherCSGrad me = new JustAnotherCSGrad();
        me.sayHello();
        System.out.println(me.toString());
    }
}

👶Early 2000's kid

🎹Sometimes Musical

🤔Partially Introvert

💻Speaking Java

⚡Fun fact: Five Problems, One Solution, Java

💻List of Projects: check

😄Thanks for visiting

Check out Linkedin

Prateekshya Priyadarshini's Projects

adv_java icon adv_java

Java programs for Applet, Frame, Swing, Servlet, JSP and many more.

awesome-cheatsheets icon awesome-cheatsheets

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

cab-hailing icon cab-hailing

A cab hailing system developed using Springboot and Docker. Microservices concept is used.

cpp-in-sdn icon cpp-in-sdn

MATLAB simulations for Controller Placement Problem in Software Defined Networks

dsa icon dsa

A set of coding questions and solutions in Java/C++. Platforms used - GeeksforGeeks, Hackerrank, Leetcode, Codeforces. README file is updated with one execution of https://github.com/prateekshyap/DSA/blob/main/UpdateReadme.java

matplotlib-cpp icon matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.