Skip to content
View flowerbling's full-sized avatar

Block or report flowerbling

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


访问量统计
github-snake Metrics
class Attributes(IMNIGHT):
	@staticmethod
	def contact() -> tuple:
	    phone = "13643584702"
	    email = "[email protected]"

	    return email, phone

	@staticmethod
	def life() -> tuple:
	    age = 26
	    return age

	@staticmethod
	def coding() -> tuple:
	    langs = {
		'expert': ['python', 'aigc'],
		'intermediate': ['go', 'js'],
		'learning': ['Deep Learning']
	    }
	    specialities  = ['web/app engineering', 'fullstack', 'ai algorithm engineer']
	    environnement = ['vscode']
	    return langs, specialities, environnement

Popular repositories Loading

  1. modeltools modeltools Public

    Python 2

  2. modeltools-frontend modeltools-frontend Public

    JavaScript 1

  3. aiclip aiclip Public

    Python 1 1

  4. MindEcho MindEcho Public

    大模型完成规则怪谈游戏。这是一个用于开发“法则迷宫”游戏的素材管理界面和基础游戏框架。它允许开发者通过可视化的方式配置游戏场景、管理素材,并提供了一个响应式的游戏游玩界面。

    Python 1

  5. LostAndFound LostAndFound Public

    高校失物招领系统(Django+Vue)

  6. Golang-100-Days Golang-100-Days Public

    Forked from rubyhan1314/Golang-100-Days

    Golang - 100天从新手到大师

    Smarty