Skip to content
View ppmpreetham's full-sized avatar
πŸ”¬
What I cannot create, I do not understand
πŸ”¬
What I cannot create, I do not understand

Highlights

  • Pro
Block or Report

Block or report ppmpreetham

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

LinkedIn Instagram Twitter Spotify

πŸ‘¨β€πŸ’» About Me

struct WhoAmI;

impl WhoAmI {
    static user: &'static str = "Preetham Pemmasani";
    static current_work: &'static str = "Writing code".to_string() + "100 other things I do";
    static hobbies: Vec<&'static str> = vec![
        "πŸ–ΌοΈ Designing stuff",
        "🍿 Watching aesthetic movies",
        "✨ Listening to classics",
        "πŸ› Being up all Night chasing that ONE BUG...",
        "..............+ a lot of other cool stuff",
    ];

    fn get_location() -> String {
        IndiaEarth.to_string()
    }

    fn ambitions() {
        Learn_German("πŸ‡©πŸ‡ͺ");
        Finish_My_Novel("✍🏻");
        Graduate_ASAP("πŸ‘¨πŸ»β€πŸŽ“");
        // Assume 10 more awesome ambitions here  ;)
    }
}

Pinned

  1. adambard/learnxinyminutes-docs adambard/learnxinyminutes-docs Public

    Code documentation written as code! How novel and totally my idea!

    Markdown 11.2k 3.3k

  2. cat cat Public

    (WIP)A simple programming language for cats made to understand language design

    Python

  3. re-juvenate/gitGuru-frontend re-juvenate/gitGuru-frontend Public

    AI powered chrome extension that provides Explanation and Solutions for GitHub issues

  4. OSL-Shaders OSL-Shaders Public

    An attempt to recreate the nodes in blender using OSL

  5. colcon colcon Public

    A simple Color Contrast checker for WCAG 2.1 standards

    HTML

  6. spark spark Public

    Spark is a simple text editor written in rust. (WIP)

    Rust