/RandomStuff

Some utility/experimental/fun little projects I've written myself.

Primary LanguagePython

RandomStuff

Some small, personal projects that are hard to categorize, including some toyish, experimental projects, and some utilities.

一些不好归类的小型个人项目,包括一些玩具性,实验性的项目,以及一些实用工具。

Projects List / 项目列表

  • DeNCM:
    • A tool to decrypt Netease Cloud Music NCM files.
    • 网易云音乐 NCM 文件解密工具。
  • IMFTP:
    • A file transfer tool and an instant messager written in Python, supporting Diffie-Hellman key exchange and AES-CTR encryption.
    • 使用 Python 实现的文件传输和即时通讯工具,支持使用 Diffie-Hellman 密钥交换协议及 AES-CTR 来加密连接。
  • VidXXC:
    • A tool to encrypt/decrypt videos using AES-CTR.
    • 视频加密/解密工具,使用 AES-CTR 加密。
  • Quthon:
    • A simple quantum simulator implemented in python.
    • 量子计算模拟器,使用 Python 实现。
  • PyCrypto:
    • Some cryptographic algorithms and protocols implemented in python.
    • 使用 Python 实现的一些加密算法和协议。
  • CellAuto:
    • A cellular automata written in C++.
    • 使用 C++ 实现的元胞自动机。
  • HexViewer:
    • Command-line binary viewer for windows and linux.
    • 命令行二进制文件查看器,支持 Windows 和 Linux。
  • WinUtils:
    • Windows Utilities. Including a tool to prevent Windows from turning off your screen / sleeping for a while, and a tool to simulate the mouse buttons using keyboard keys.
    • Windows 实用工具。包括一个防止 Windows 屏幕关闭或休眠的工具,及一个使用键盘模拟鼠标按键的工具。
  • Bash Tools:
    • Some useful tools written in bash, including unix2dos, dos2unix, sedmv (a tool to perform batch renaming of files with sed command).
    • 一些实用 bash 工具,包括 unix2dos, dos2unix, sedmv (使用 sed 命令批量重命名文件的工具) 等。
  • Imcat:
    • Image Viewer for ANSI Terminal.
    • 用于 ANSI 终端的图片查看器。
  • BashBF:
    • A BF language interpreter written in bash.
    • 使用 Bash 实现的 Brainfuck 语言解释器。
  • Python Projects:
    • More python projects.
    • 更多 Python 项目。
  • Cpp Headers:
    • Some C++ headers. (CRC, Big Integer, Rational Number, Data Structures, etc.)
    • C++ 头文件。(用于实现 CRC 校验,大整数运算,有理数运算,及一些数据结构等)
  • Verlog Projects:
    • Several verilog projects.
    • 一些 Verilog 项目。