Projects in Awesome Lists by beached
A curated list of projects in awesome lists by beached .
https://github.com/beached/daw_json_link
Fast, convenient JSON serialization and parsing in C++
constexpr cpp cpp17 cpp20 daw-json-link json json-parser parse parser serialization serializer
Last synced: 08 Apr 2025
https://github.com/beached/header_libraries
Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc
algorithms c-plus-plus data-structures helpers
Last synced: 24 Apr 2025
https://github.com/beached/nodepp
High level C++ library with a focus on event I/O
Last synced: 25 Feb 2025
https://github.com/beached/cpp_feature_flags
Display the status of C++ feature flags
Last synced: 24 Apr 2025
https://github.com/beached/daw_thunk
A generic thunking library and helpers for calling C callbacks
Last synced: 24 Apr 2025
https://github.com/beached/gumbo_pp
C++ helpers and abstractions over Google Gumbo HTML parser
Last synced: 24 Apr 2025
https://github.com/beached/daw_json_link_describe
Library that allows JSON Link to serialize types mapped by boost.describe
Last synced: 24 Apr 2025
https://github.com/beached/function_stream
A parallel library with task, pipeline and algorithmic parallelism.
Last synced: 24 Apr 2025
https://github.com/beached/mmcommander_serial
Port of MMCommander to communicate over tx/rx pins only
Last synced: 24 Apr 2025
https://github.com/beached/string_view
An enhanced string_view implementation with parsing helpers
Last synced: 25 Feb 2025
https://github.com/beached/remotewinadmin
Remotely run administrative tasks on a Windows compuer via a GUI
Last synced: 25 Feb 2025
https://github.com/beached/libtemp_file
A simple interface to create and ensure removal of temp files.
Last synced: 25 Feb 2025
https://github.com/beached/boost_ssl_server
Example Boost Asio SSL Server example with more modern c++ goodness
Last synced: 25 Feb 2025
https://github.com/beached/parse_template
A library that accepts a UTF-8 text template and generates text(e.g. html)
Last synced: 25 Feb 2025
https://github.com/beached/parse_json
Serialize to/deserialize from json file and/or parse json file to a variant object
Last synced: 25 Feb 2025
https://github.com/beached/denver_cug_web_scraping
Examples of Web Scraping with C++
Last synced: 25 Feb 2025
https://github.com/beached/nodepp_rfb
Implementation of RFB Server via NodePP
Last synced: 25 Feb 2025
https://github.com/beached/static_hash_tbl
Proof of concept to test a constexpr hash table
Last synced: 25 Feb 2025
https://github.com/beached/load_library
Cross platform way to load a shared library and call a function
Last synced: 25 Feb 2025
https://github.com/beached/climate_change_api_example
A C++ version of https://github.com/kubowania/climate-change-live-api
Last synced: 25 Feb 2025
https://github.com/beached/grayscale_filter
A novel approach to creating grayscale images with some recolouring
Last synced: 25 Feb 2025
https://github.com/beached/woltool
Simple tool to wake machines and remember previous ones
Last synced: 25 Feb 2025
https://github.com/beached/iso8601_parsing
Parse ISO 8601 combined data time strings
Last synced: 25 Feb 2025
https://github.com/beached/nightscout_indicator
A simple indicator that runs in Ubuntu/Gnome
Last synced: 25 Feb 2025
https://github.com/beached/daw_json_link_config_parser
An example cmake project to parse an example config.json file
Last synced: 25 Feb 2025
https://github.com/beached/garmin_nightscout
Display current nightscout bg values
Last synced: 25 Feb 2025
https://github.com/beached/one_billion_row_challenge
C++ impl of challenge https://www.morling.dev/blog/one-billion-row-challenge/
Last synced: 25 Feb 2025
https://github.com/beached/maildirsend
Watches maildir's on a server for new messasges in an Outbox and sends them
Last synced: 25 Feb 2025
https://github.com/beached/lib_grayscale_filter
A novel approach to creating grayscale images with some recolouring
Last synced: 25 Feb 2025
https://github.com/beached/exception_test
Testing performance of exceptions
Last synced: 25 Feb 2025
https://github.com/beached/glean
Dependency management, with a focus on source
cmake cpp dependencies dependency git
Last synced: 25 Feb 2025
https://github.com/beached/expression_parser
Parse expressions and output optimized code
Last synced: 25 Feb 2025
https://github.com/beached/daw_read_write
A generic I/O library that abstracts over read/write
Last synced: 25 Feb 2025
https://github.com/beached/daw_networking
A networking library that is similar to that of .net's
Last synced: 25 Feb 2025
https://github.com/beached/daw_basic_v2
First Gen Basic Interpreter/Translator
Last synced: 25 Feb 2025
https://github.com/beached/daw_burp
DAW Binary User Reflection Protocol - Binary (de)serialization through a hybrid reflection approach
Last synced: 25 Feb 2025
https://github.com/beached/benchmark_vis
Visual benchmark data produced by my projects
Last synced: 25 Feb 2025
https://github.com/beached/daw_json_link_search
An experiment using a JSON key index and parsing from a blob
Last synced: 25 Feb 2025
https://github.com/beached/daw_json_link_range
Showing some concepts of using the delayed parse, range, and alias types
Last synced: 25 Feb 2025
https://github.com/beached/browserify-express
Mirror of repo originally at https://github.com/dstrek/node-browserify-express
Last synced: 25 Feb 2025
https://github.com/beached/daw_json_link_test_data
Test data for unit tests of daw_json_link
Last synced: 25 Feb 2025
https://github.com/beached/webbrowser_app
A webbrowser that acts as an application with a configuration file to set properties
Last synced: 25 Feb 2025
https://github.com/beached/spreadsheet
A library and front end for a type safe spreadsheet
Last synced: 25 Feb 2025
https://github.com/beached/taocp_exercises
Completed exercises as I complete The Art of Computer Programming
Last synced: 25 Feb 2025
https://github.com/beached/spectre_bench
small test that runs a system call many times and times it
Last synced: 25 Feb 2025
https://github.com/beached/remotesystempathupdater
Prefix missing path items to the system path
Last synced: 25 Feb 2025
https://github.com/beached/daw_json_link_bigint_mp_numbers
Demo showing parsing/serializing of multiprecision and bigint numbers
Last synced: 25 Feb 2025
https://github.com/beached/actor_library
An attempt at an actor library with parallelism and networking
Last synced: 25 Feb 2025
https://github.com/beached/daw-basic
Created a 1st gen BASIC to celebrate the 50th anniversary of BASIC
Last synced: 25 Feb 2025
https://github.com/beached/sv_bench
Small benchmark showing remove_prefix diff between a size_t and ptr ending
Last synced: 25 Feb 2025
https://github.com/beached/validate_email
Validates an email address using dns for the host portion and a quick size/invalid char check on local part
Last synced: 25 Feb 2025
https://github.com/beached/daw_json_link_data_gen
Generate fake data using the JSON Link mappings as the template
Last synced: 25 Feb 2025
https://github.com/beached/speedtest_thingspeak
Upload speedtest-cli results to ThingSpea
Last synced: 25 Feb 2025
https://github.com/beached/weboldnewphoto
A web front end to lib_grayscale_filter
Last synced: 25 Feb 2025
https://github.com/beached/roman_numerals
Convert Arabic Numerals to Roman Numerals
Last synced: 25 Feb 2025
https://github.com/beached/rangesvsstl
A simple bench to test ranges v3 perf vs STL
Last synced: 25 Feb 2025
https://github.com/beached/remote_task_manager
Remotely view/kill windows tasks
Last synced: 25 Feb 2025
https://github.com/beached/robot
Code I had used to control a Roomba via a Raspberrry PI/Arduino and a web interface
Last synced: 25 Feb 2025
https://github.com/beached/ostreams
A constexpr output streams library
constexpr cpp cpp14 outputstream
Last synced: 25 Feb 2025