Coder Social home page Coder Social logo

About Me

from typing import Tuple

class Attributes(wuliLiuyue):
	@property
	def contact() -> Tuple[str, str]:
	    discord  = "wuliLiuyue"
	    
	    return discord
	
	@property
	def life() -> Tuple[list, int]:
		langs         = ['Chinese', 'English']
		age           = 18
		
		return langs, age
	
	@property
	def coding() -> Tuple[dict, list, list]:
		langs = {
			'expert':   ['js'],
			'intermediate': ['python', 'dart'],
			'learning': ['rust', 'c++', 'go']
		}
		specialities  = ['web/app reverse engineering', 'fullstack']
		environnement = ['vscode']
		
		return langs, specialities, environnement

Skills

成兴's Projects

auto-gpt icon auto-gpt

An experimental open-source attempt to make GPT-4 fully autonomous.

bruno icon bruno

An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)

fastchat icon fastchat

An open platform for training, serving, and evaluating large languages. Release repo for Vicuna and FastChat-T5.

flutter icon flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

minigpt-4 icon minigpt-4

MiniGPT-4: Enhancing Vision-language Understanding with Advanced Large Language Models

nutui icon nutui

京东风格的移动端 Vue2、Vue3 组件库 、支持多端小程序(A Vue.js UI Toolkit for Mobile Web)

parlai icon parlai

A framework for training and evaluating AI models on a variety of openly available dialogue datasets.

taro icon taro

开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/

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.