Python Version Management & Virtual Environments

Python Version Management - pyenv pyenv lets you easily switch between multiple versions of Python. It’s simple, unobt...

it/python

The Nand Game - Optional Levels

All Levels The Nand Game - Hardware Levels The Nand Game - Software Levels The Nand Game - Optional Levels Optional Level: ...

game/puzzle it/hardware

The Nand Game - Software Levels

All Levels The Nand Game - Hardware Levels The Nand Game - Software Levels The Nand Game - Optional Levels Assembler Quick ...

game/puzzle it/hardware

The Nand Game

Info NandGame - Build a computer from scratch. https://nandgame.com/ You are going to build a computer starting from basic c...

game/puzzle it/hardware

Certbot 申请 Let's Encrypt SSL 证书

安装和使用 Certbot 直接安装 1234# CentOSsudo yum install certbot python2-certbot-nginx# macOSbrew install certbot 用 Docker 123456docke...

it/web

Database Migration Tools

golang-migrate golang-migrate/migrate: Database migrations. CLI and Golang library. 123456curl -OL https://github.com/g...

it/database

Socket.IO

Socket.IO Introduction | Socket.IO 关于版本 Socket.IO v2: released in May 2017 (major breaking changes) Socket.IO v3: rele...

it/websocket

反向代理(内网穿透)工具

frp frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet. As of now,...

it/network software
1234