Projects in Awesome Lists by cw1997
A curated list of projects in awesome lists by cw1997 .
https://github.com/cw1997/natbypass
一款lcx.exe在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
computer-network frp lcx network socket socket-programming tcp tcp-client tcp-server
Last synced: 12 Apr 2025
https://github.com/cw1997/NATBypass
一款lcx.exe在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
computer-network frp lcx network socket socket-programming tcp tcp-client tcp-server
Last synced: 12 Mar 2025
https://github.com/cw1997/dell_fans_controller
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 which is built by C# WinForm
dell ipmi ipmitool operations operator server
Last synced: 06 Apr 2025
https://github.com/cw1997/ez-rtos
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.
arm armcortexm3 computer-science cortex-m cortex-m3 mcu operating-system operating-systems os real-time-operating-system
Last synced: 15 Apr 2025
https://github.com/cw1997/gomoku
this is a Gomoku game's client and server, which bulid by canvas and swoole
Last synced: 11 Oct 2025
https://github.com/cw1997/memory-allocation-test
A memory allocation program, it is used for doing an experiment to find out the detail of Microsoft Windows taskmgr performance information
Last synced: 15 Apr 2025
https://github.com/cw1997/ez-react
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.
react react-dom reactdom reactjs
Last synced: 15 Apr 2025
https://github.com/cw1997/website-scanner
a scanner for scan website's directories and files
Last synced: 15 Apr 2025
https://github.com/cw1997/inetutils
Some network utils including 'ping' and 'traceroute'
inetutils network ping traceroute tracert
Last synced: 23 Oct 2025
https://github.com/cw1997/sdram-controller
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/response handshake bus protocol
hardware hardware-designs sdram sdram-controller systemverilog verilog-project
Last synced: 04 Jan 2026
https://github.com/cw1997/openshift-documents-simplifiedchinese
openshift官方文档翻译
Last synced: 22 Mar 2025
https://github.com/cw1997/www.changwei.me
This is Chang Wei's website. URL is https://www.changwei.me/ . It is hosted on Vercel. This is a Next.js project bootstrapped with `create-next-app`.
Last synced: 14 Sep 2025
https://github.com/cw1997/vue-resource-docs-zh-cn
vue-resource v1.0.3官方文档中文翻译
Last synced: 22 Mar 2025
https://github.com/cw1997/graphical_card
a graphical card for displaying text on VGA text mode by D-Sub port
graphical-programming hardware hardware-designs systemverilog-simulation verilog verilog-project
Last synced: 19 Mar 2026
https://github.com/cw1997/verilog-parser
Verilog HDL Parser
parser parsers verilog verilog-hdl verilog-simulator
Last synced: 23 Feb 2026
https://github.com/cw1997/changwei.me
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 css pre-processing language
homepage homepage-resume react reactjs web website
Last synced: 15 Apr 2025
https://github.com/cw1997/array2text
convert a php associative array to a text
Last synced: 15 Apr 2025
https://github.com/cw1997/socket-programming
As a Teaching Assistant, this is a sample project about socket programming for my teaching in a capstone course in NTUST(National Taiwan University of Science and Technology)
Last synced: 17 May 2026
https://github.com/cw1997/cw1997
readme
github-profile readme readme-profile
Last synced: 17 Mar 2026
https://github.com/cw1997/fpgamemoryfilegenerator
a tool for generating fpga memory initialization data
Last synced: 06 Feb 2026
https://github.com/cw1997/electronic-keyboard-on-fpga
this is a VerilogHDL project for building an electronic-keyboard.
Last synced: 05 Jan 2026
https://github.com/cw1997/phpwave
a php extension for getting wave audio file's metadata
Last synced: 18 May 2026
https://github.com/cw1997/zhihu-dail
知乎日报ReactJS版本
javascript react reactjs webapp
Last synced: 17 Apr 2026
https://github.com/cw1997/nginx-config
nginx config on my server
config configs configuration configuration-files configuration-management nginx-configuration
Last synced: 16 May 2026
https://github.com/cw1997/rgb-led
一个共阳极RGB LED的调色器,使用jscolor进行网页选色,然后实时通过Websocket传输到后端python脚本中,脚本通过GPIO的PWM脉宽调制实现对RGB亮度的控制,最终混合出制定颜色。
Last synced: 16 May 2026
https://github.com/cw1997/zhihu-vote-up-number-converter
A Chrome Extension for converting unit of zhihu vote-up number
Last synced: 29 Apr 2026
https://github.com/cw1997/git-study-test
我的git学习与练习专用仓库,请诸位无视吧!!!(不要看我的commit,不要看,各种初学者新手的抠脚操作,别问我为什么不用私有仓库,因为我没有钱啊!!!我要是有钱还学什么编程搞什么IT???)
Last synced: 22 Mar 2025
https://github.com/cw1997/network-interface-controller
network interrface card
Last synced: 22 Mar 2025
https://github.com/cw1997/typescript-with-esm
This is a template for build a TypeScript project with ES-Module supported
Last synced: 31 Jan 2026
https://github.com/cw1997/wifi-car
nodemcu(esp8266)组装wifi遥控车,控制端为C# WinForm,协议极其简单,请直接参考socket.lua脚本
Last synced: 11 May 2026
https://github.com/cw1997/github-slideshow
A robot powered training repository :robot:
Last synced: 21 Jun 2025
https://github.com/cw1997/http2-server-sample
A sample project of http2 server
Last synced: 14 Jun 2025
https://github.com/cw1997/array2mif
convert c array to quartus mif format file
Last synced: 02 Jul 2025