GithubHelp home page GithubHelp logo
struct Attributes;

impl Attributes {
    fn contact() -> (String, String, String) {
        let discord = String::from("Bond#8149");
        let email = String::from("[email protected]")

        (discord, email)
    }

    fn life() -> (Vec<String>, u32) {
        let langs = vec![
            String::from("Chinese"),
            String::from("English"),
        ];
        let age = 24;

        (langs, age)
    }

    fn coding() -> (Vec<(String, Vec<String>)>, Vec<String>, Vec<String>) {
        let mut langs = Vec::new();
        langs.push((String::from("expert"), vec![String::from("rust"), String::from("go"), String::from("move")]));
        langs.push((String::from("intermediate"), vec![String::from("typescript"), String::from("python")]));
        langs.push((
            String::from("learning"),
            vec![
                String::from("solidity"),
                String::from("c++"),
                String::from("c"),
            ],
        ));

        let specialities = vec![
            String::from("smart contract engineering"),
            String::from("fullstack engineering"),
        ];
        let environnement = vec![String::from("vscode")];

        (langs, specialities, environnement)
    }
}

Bond's Projects

aigc icon aigc

ChatGPT rust sdk and cli set.

aptos-core icon aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.

architecture.of.internet-product icon architecture.of.internet-product

互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充

autogpt-next-web icon autogpt-next-web

🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.一键免费部署你的私人AutoGPT 网页应用

cadence icon cadence

Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.

cetus-ai icon cetus-ai

This is an AI agent will help you know anything abount Cetus Protocol.

chatgpt-next-web icon chatgpt-next-web

A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。

colly icon colly

Elegant Scraper and Crawler Framework for Golang

donk icon donk

Donkey is a command-line toolset designed to replace complex mouse commands encountered in everyday development tasks.

easyfl icon easyfl

An experimental platform to quickly realize and compare with popular centralized federated learning algorithms. A realization of federated learning algorithm on fairness (FedFV, Federated Learning with Fair Averaging, https://fanxlxmu.github.io/publication/ijcai2021/) was accepted by IJCAI-21 (https://www.ijcai.org/proceedings/2021/223).

express icon express

Fast, unopinionated, minimalist web framework for node.

fabric icon fabric

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.

federated-learning icon federated-learning

A PyTorch Implementation of Federated Learning http://doi.org/10.5281/zenodo.4321561

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.