🇷🇺
Pinned Loading
-
libnodave
libnodave PublicForked from netdata-be/libnodave
LIBNODAVE, a free library to communicate to Siemens S7 PLCs
C 2
-
-
convert vc project to cmake
convert vc project to cmake 1# add target from generated "*.cmake"23function(fill_project VC_PROJECT_FILE CONFIG_NAME)4set(_project_file "${VC_PROJECT_FILE}.cmake")
5set(_all_sources) -
simple on-array allocator
simple on-array allocator 1// task: create two queues that will be located in one array of a fixed size2// solution: create a pool of blocks in this array.3// http://www.cyberforum.ru/algorithms/thread2569313.html45#include <stdio.h>
-
fizz buzz without "if"
fizz buzz without "if" 1// task: https://en.wikipedia.org/wiki/Fizz_buzz2// compile: g++ -std=c++14 -Wall -Wpedantic -Werror fizz_buzz.cxx -o fizz_buzz34#include <iostream>
5#include <string>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
