weirane / gadgets

A collection of my gadgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of my gadgets

License:Do What The F*ck You Want To Public License


Languages

Language:Rust 56.0%Language:C++ 28.8%Language:C 7.0%Language:Makefile 4.0%Language:Python 3.5%Language:CMake 0.8%