Skip to content
View cw1997's full-sized avatar
😸
Meow Meow Meow
😸
Meow Meow Meow
Block or Report

Block or report cw1997

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

👋 My name is Chang Wei (昌维, 昌維). You can visit https://changwei.me for more information about me.

GitHub followers GitHub User's stars Twitter Follow

mysql> SELECT * FROM `cw1997`.`user`;
+----+----------------+------------+-------------------------+
| id | truename       | birthday   | website                 |
+----+----------------+------------+-------------------------+
|  1 | 昌维 Chang Wei | 1997-10-06 | https://www.changwei.me |
+----+----------------+------------+-------------------------+
1 row in set (0.05 sec)

mysql> SELECT * FROM `cw1997`.`contact`;
+----+--------------+-------------------------------------------------+
| id | contact_key  | contact_value                                   |
+----+--------------+-------------------------------------------------+
|  1 | ZhiHu        | https://www.zhihu.com/people/changwei1006/posts |
|  2 | Weibo        | https://weibo.com/changweicw                    |
|  3 | SegmentFault | https://segmentfault.com/u/changwei             |
+----+--------------+-------------------------------------------------+
3 rows in set (0.07 sec)

mysql> SELECT * FROM `cw1997`.`experience`;
+----+---------------+-------------+---------------------------+------------------------------------------------------+-------------------------+-------------------------+
| id | starting_date | ending_date | location                  | organization                                         | position                | nature                  |
+----+---------------+-------------+---------------------------+------------------------------------------------------+-------------------------+-------------------------+
|  1 | 2021-09-01    | NULL        | Taipei, Taiwan            | National Taiwan University of Science and Technology | Electronic Engineering  | full-time master        |
|  2 | 2020-10-01    | 2021-03-01  | Haidian District, Beijing | PingCAP                                              | Web Front-End Developer | Intern                  |
|  3 | 2018-09-01    | 2021-08-01  | Taipei, Taiwan            | National Taiwan University of Science and Technology | Electronic Engineering  | full-time undergraduate |
|  4 | 2015-09-01    | 2018-07-01  | Wuhan, Hubei              | Wuhan Institute of Shipbuilding Technology           | Soft Technology         | full-time college       |
+----+---------------+-------------+---------------------------+------------------------------------------------------+-------------------------+-------------------------+
4 rows in set (0.10 sec)

mysql> 

Pinned

  1. NATBypass NATBypass Public

    一款lcx在golang下的实现, 可用于内网穿透, 建立TCP反弹隧道用以绕过防火墙入站限制等, This tool is used to establish reverse tunnel in NAT network environment, it can bypass firewall inbound restriction, support all functions of lcx.exe

    Go 1.1k 279

  2. ez-rtos ez-rtos Public

    A micro real-time operating system supporting task switching, delay function, memory allocator and critical section. It is writen by ARM Cortex-M3 assemble language and works on STM32F103 MCU.

    C 66 16

  3. ez-react ez-react Public

    A micro implementation of React.js and ReactDOM named '@cw1997/ez-react' and '@cw1997/ez-react-dom' You can use these libraries as a mini edition of official React.js and ReactDOM.

    TypeScript 16 1

  4. dell_fans_controller dell_fans_controller Public

    A tool for control the Dell server fans speed, it sends the control instruction by ipmitool over LAN for Windows, it is a GUI application built by C# WinForm

    C# 261 67

  5. changwei.me changwei.me Public

    https://changwei.me website source code repository, it is built by React.js with TypeScript, packed by webpack, use react-dom/server and koa2 to implement SSR(Server Side Rendering), use sass as cs…

    TypeScript 3 3

  6. SDRAM-Controller SDRAM-Controller Public

    SDRAM Controller, written by SystemVerilogHDL, supporting passing parameters including CAS Latency(CL), burst mode enable and burst length, using writing and reading control signal as request/respo…

    HTML 8 1