Страницы

воскресенье, 17 января 2016 г.

Manual socketpair implementation for AF_INET sockets

Here is my manual implementation of socketpair system call that can create AF_INET sockets needed to implement some temporary workaround; don't know is it completely safe and robust, but it is okay for testing purposes.

суббота, 23 ноября 2013 г.

суббота, 26 января 2013 г.

Math2d - general purpose math library written in C++

Math2d is a simple general purpose mathematical library written in C++. Mainly Math2d contains functions and classes for work with generic mathematical entities (such as points, vectors and coordinate systems) and parametric curves (such as segments, arcs or Bezier curves). It also contains real values comparison functions, round function (missing in standart library), factorial calculator and bunch of other utilities in addition.

понедельник, 10 декабря 2012 г.