The Wayback Machine - https://web.archive.org/web/20201116170646/https://github.com/max-dark/
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Forked from netdata-be/libnodave

    LIBNODAVE, a free library to communicate to Siemens S7 PLCs

    C 1

  2. git mirror for http://snap7.sourceforge.net/

    Pascal 1 2

  3. get-password is a small utility for recovering passwords

    C++

  4. puzzle game writlen in C++ and SDL2

    C++

  5. 1
    // task: create two queues that will be located in one array of a fixed size
    2
    // solution: create a pool of blocks in this array.
    3
    // http://www.cyberforum.ru/algorithms/thread2569313.html
    4
    
                  
    5
    #include <stdio.h>
  6. 1
    // https://en.wikipedia.org/wiki/Visitor_pattern
    2
    #include <iostream>
    3
    #include <memory>
    4
    
                  
    5
    class A;

10 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2020

Created 7 commits in 1 repository
Created 1 repository
You can’t perform that action at this time.