Skip to content
View KelvinF97's full-sized avatar
Block or Report

Block or report KelvinF97

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

Telegram - t.me/KelvinF97

class Attributes(KelvinF97):
  @staticmethod
  def contact() -> tuple:
    telegram = "t.me/KelvinF97"
    email    = "dakun.work@gmail.com"
    
    return telegram, email
    
  @staticmethod
  def life() -> tuple:
    langs        = ['Chinese', 'English']
    evergreen    = ['brain-computer interface', 'neuroscience'] 
    
    return langs, evergreen

  @staticmethod
  def coding() -> tuple:
    langs = {
      'expert':   ['python'],
      'intermediate': ['go', 'js', 'c', 'c++', 'c#', 'php', 'java'],
      'learning': ['...']
    }
    specialities = ['Artificial Intelligence', 'Web/App Reverse Engineering', 
                    'Fullstack', 'Cloud Native R&D', 'Network Engineer']
    
    return langs, specialities

Skills

My Skills

Popular repositories

  1. flutter_chat_box flutter_chat_box Public

    Forked from bravekingzhang/flutter_chat_box

    Flutter开发的和ChatGPT聊天的App,全平台支持

    Dart 2

  2. vced vced Public

    Forked from datawhalechina/vced

    VCED 可以通过你的文字描述来自动识别视频中相符合的片段进行视频剪辑。该项目基于跨模态搜索与向量检索技术搭建,通过前后端分离的模式,帮助你快速的接触新一代搜索技术。

    Python 1 1

  3. crawlab crawlab Public

    Forked from crawlab-team/crawlab

    Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架

    Go

  4. nps nps Public

    Forked from longsion/nps

    一款轻量级、功能强大的内网穿透代理服务器。支持tcp、udp流量转发,支持内网http代理、内网socks5代理,同时支持snappy压缩(节省带宽和流量)、站点保护、加密传输、多路复用、header修改等。支持web图形化管理。

    Go

  5. sketch-code sketch-code Public

    Forked from ludianlong/sketch-code

    Keras model to generate HTML code from hand-drawn website mockups. Implements an image captioning architecture to drawn source images.

    Python

  6. DYPROXY DYPROXY Public

    Forked from dyboy2017/DYPROXY

    一个基于socks5的简单代理服务器python3实现

    Python