/gadgets

A collection of my gadgets

Primary LanguageRustDo What The F*ck You Want To Public LicenseWTFPL

gadgets

A collection of my gadgets.

C/C++

  • client: a simple HTTP client that sends requests one byte per second.
  • factory-function: example of factory functions in C++.
  • bellman-ford: bellman-ford algorithm.
  • cmake-gtest: example project of using cmake as its build tool and googletest as its unit test tool.
  • aes-encrypt: use AES to encrypt a file.
  • x-sudoku: X-sudoku (diagonal sudoku) solver using forward checking and a little degree heuristic.

Rust

Python