Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 526 Bytes

toys - Toy Project for Practice

pycalc

  • Polynomial calculator for python
  • See: pycalc

function

  • boost::function/boost:bind like toolkit in c++03 dialect
  • See: function

function_cxx11

  • std::function/std::bind like toolkit in c++11 dialect
  • See: function_cxx11

socket

  • Demonstrate several socket models under windows/linux
  • See: socket

thread pool

  • Simple and lightweight thread pool implemented in pure C.
  • See: threadpool