Skip to content
View falcon71181's full-sized avatar
๐Ÿ’”
๐Ÿ’”

Block or report falcon71181

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

GIF

Hi ๐Ÿ‘‹๐Ÿผ I'm falcon71181 !

๐ŸŒ Socials:

Discord Instagram LinkedIn

Open source is awesome right?

$whoami

use serde_json::json;

fn who_am_i() -> String {
    let me = json!({
        "name": "Abhay Thakur",
        "nickname": "falcon71181",
        "mobileNo": 911,
        "instagram": "falcon71181", // Insta SUCKS , uninstalled
        "discord": "falcon_clutch71",
        "age": 22,
        "country": "India", // PROUD INDIAN
        "os": "Arch Linux",  // I use Arch BTW
        "status": "single & broke", // + Lazy + Dumb
    });

    me.to_string()
}

fn main() {
    println!("{}", who_am_i());
}

Pinned Loading

  1. website website Public

    personal website

    TypeScript 5

  2. Anime-API Anime-API Public

    Anime API (using web scraping)

    TypeScript 44 21

  3. TaskSync TaskSync Public

    Java 4 1

  4. ToDo-rust ToDo-rust Public

    A cli program to manage todo list.

    Rust 3

  5. LiveXpanse LiveXpanse Public

    LiveXpanse is streaming platform along with community forum.

    TypeScript 2 1

  6. aniscraper aniscraper Public

    Forked from 0xSSOMPW/aniscraper

    Rust library designed for efficient web scraping and data extraction. It simplifies the process of fetching, parsing, and extracting data from websites.

    Rust