Skip to content
View Davda-James's full-sized avatar

Highlights

  • Pro

Block or report Davda-James

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Davda-James/README.md

davda-james

struct Profile {
  name: &'static str,
  languages: [&'static str; 4],  
}

fn main() {
  let me = Profile {
              name: "James",
              languages: ["Python", "Typescript", "Rust", "Solidity"]
  };
  println!("Hi 👋, I'm {}", me.name);
  println!("I cook with {:}", me.languages.join(", "));
}

Stuff I code with

Proof of Work

Cool Work
  
  > GitDash - A Rust CLI tool to stalk GitHub profiles without ever leaving your terminal.

An image of @neuron's Holopin badges, which is a link to view their full Holopin profile

Pinned Loading

  1. pikachu pikachu Public

    HCLTech CS671 DL Hackathon

    Python 4

  2. CryptoCoders CryptoCoders Public

    Python 2

  3. Whiskey-Goggles Whiskey-Goggles Public

    Python 1

  4. chess-trivia chess-trivia Public

    School of Solana Season8 full stack task

    TypeScript

  5. gitdash gitdash Public

    The terminal ui dashboard for github profile

    Rust

  6. ldap-iitmandi ldap-iitmandi Public