Edward Emelianov 19fbf250a9 Add readme
2025-10-14 17:50:53 +03:00
2018-03-25 10:50:23 +03:00
2021-05-27 23:04:07 +03:00
2020-10-13 00:01:41 +03:00
2020-10-13 00:01:41 +03:00
2024-02-01 16:18:42 +03:00
2025-09-04 23:08:27 +03:00
2015-11-11 19:56:59 +03:00
2020-12-07 17:06:27 +03:00
2025-10-14 17:50:53 +03:00
2018-09-11 21:34:31 +03:00
2020-12-21 16:58:32 +03:00
2022-01-19 17:31:04 +03:00
2020-01-21 10:45:11 +03:00
2014-10-10 17:36:02 +04:00
2016-04-26 16:25:31 +03:00
2022-05-16 17:37:01 +03:00
2022-10-14 17:24:48 +03:00
2021-05-27 23:04:07 +03:00
2020-01-21 10:45:11 +03:00
2020-01-21 10:45:11 +03:00
2015-06-25 11:43:41 +03:00
2015-02-18 18:56:59 +03:00
2015-12-08 16:16:00 +03:00
2015-02-09 08:34:17 +03:00
2014-10-10 17:36:02 +04:00
2014-10-10 17:36:02 +04:00
2014-10-10 17:36:02 +04:00
2020-10-13 00:01:41 +03:00
2020-01-21 10:45:11 +03:00
2022-08-24 17:21:01 +03:00
2014-10-10 17:36:02 +04:00
2014-10-10 17:36:02 +04:00
2018-03-25 10:50:23 +03:00
2015-11-11 19:56:59 +03:00
2014-10-10 17:36:02 +04:00
2015-12-08 16:16:00 +03:00
2016-12-29 12:11:46 +03:00
2015-03-01 14:37:23 +03:00
2020-10-13 00:01:41 +03:00
2015-06-10 12:13:27 +03:00
2015-02-09 08:34:17 +03:00
2020-11-12 12:12:31 +03:00
2022-01-19 17:31:04 +03:00
2015-11-11 19:56:59 +03:00
2014-10-10 17:36:02 +04:00
2014-10-10 17:36:02 +04:00
2018-09-11 21:34:31 +03:00
2020-01-21 10:45:11 +03:00
2018-03-25 10:50:23 +03:00
2018-03-25 10:50:23 +03:00
2016-04-22 16:49:21 +03:00

This is a set of small usefull utilites & macros


bidirectional_list - simple list with operation of searching, inserting, deleting

B-trees - simple but slowly binary search trees with all main operations

fifo_lifo - simple stack-like queues

netdaemon - snippet for network management of serial devices

serialsock - socket server for serial devices

simple_list - 1-directional list with functions: add element; delete list

stellarium_emul - snippet for stellarium telescope remote control

tmout - theads-based timeout to check something

usefull_macros - a lot of different macros & functions

	* safe memory allocation & freeing
	* coloured output on tty & monochromeous on non-tty
	* error/warning/debug macros
	* MMAP files into memory

USBrelay - simplest tool to manage USB-HID chinese relays


translate c into asm: gcc -S -fverbose-asm file.c

Description
No description provided
Readme 5.7 MiB
Languages
C 91.2%
Makefile 2%
CMake 1.8%
HTML 1.7%
C++ 1.5%
Other 1.8%