Skip to content
View eriwek's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@infraform

Block or report eriwek

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

< eriwek's motto />

/// Gavin Wood's Quote
struct GavinWood;

impl GavinWood {
    /// Return Gavin Wood's quote
    fn said(&self) -> &str {
        "In software, we’re not constrained by physical reality; \
         the only limits are the limits of our own imagination."
    }
}

fn main() {
    let gavin_wood = GavinWood;
    println!("gavin wood - {}", gavin_wood.said());
}

Pinned Loading

  1. bitagent_subnet bitagent_subnet Public

    Forked from RogueTensor/bitagent_subnet

    Python 3

  2. chatbot-langchain-frontend chatbot-langchain-frontend Public

    JavaScript 1

  3. chatbot-langchain-server chatbot-langchain-server Public

    Python 1

  4. bittensor bittensor Public

    Forked from opentensor/bittensor

    Internet-scale Neural Networks

    Python

  5. BTC-Price-Prediction-ML-Project BTC-Price-Prediction-ML-Project Public

    Forked from dushyant18033/BTC-Price-Prediction-ML-Project

    This project focuses on predicting the prices of Bitcoins, the most in-demand cryptocurrency of today's world.

    Python