grantrostig
HealthHackCentral.com ChatBot/ Modern C++, DB Design, AWS, Linux / I like Eckankar - The Path of Spiritual Freedom
HealthHackCentral.comAustin, Texas, USA
Pinned Repositories
123
combinatorics
Simple combinatorics functions and associated tools written in modern c++. This is not production grade code.
cpp_by_example
file_maintenance_clipped
git_usage_cheat_sheet
git command usage examples and cheat sheet
iris-floss-wayland
Open source blue light reduction software for Linux with Wayland
grantrostig's Repositories
grantrostig/cpp_by_example
grantrostig/file_maintenance_clipped
grantrostig/git_usage_cheat_sheet
git command usage examples and cheat sheet
grantrostig/123
grantrostig/combinatorics
Simple combinatorics functions and associated tools written in modern c++. This is not production grade code.
grantrostig/probability_tests
binomial distribution and theorem and poisson in C++
grantrostig/binomial_hpx_cmake
testing HPX with qt.io QtCreator with integrated Cmake build component
grantrostig/bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
grantrostig/c_plus_plus_cpp_cheat_sheet
Things I wish I would have learned when beginning to program modern c++ / cpp, and memorization tools. Suggestions for improvements are welcome.
grantrostig/ccia_code_samples
Code samples for C++ Concurrency in Action
grantrostig/ChatScript
grantrostig/cs_signal
Thread aware Signal/Slot library
grantrostig/cs_string
Header-only library providing unicode aware string support for C++
grantrostig/database_design
Database design using the SDDM tool. Simple examples/samples of primarily just the logical design which is expressed as Entity Relationship Diagrams (ERD). DSD can be automatically generated from these. In some cases, SDDM is simply used as a drawing tool (drawings directory). To find SDDM google: "download sddm database" Trademarks are owned by their respective owners.
grantrostig/diamond
Cross platform compact Editor using the CopperSpice libraries
grantrostig/doxypress
Documentation generation from annotated sources (multiple source languages)
grantrostig/doxypressapp
GUI application for DoxyPress
grantrostig/FASTER
Fast key-value store from Microsoft Research
grantrostig/graph
making a graph of a decision tree/graph
grantrostig/hpx_helloworld
Qt compile of HPX getting started "helloworld"
grantrostig/libguarded
Header-only library for multithreaded programming
grantrostig/pagination
a class to control output to console so that data does not scroll past the user.
grantrostig/plf_list
A drop-in replacement for std::list with 333% faster insertion, 81% faster erasure, 16% faster iteration and 72% faster sorting on average. 20-25% speed increase in use-case testing.
grantrostig/plf_stack
A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
grantrostig/pydata-atx-eda
Talk at the PyData ATX Meet-up 2018-03-27, Introduction to Exploratory Data Analysis
grantrostig/SafeInt
SafeInt is a class library for C++ that manages integer overflows.
grantrostig/std_shared_vs_unique_ptr
Everything about shared_ptrs versus raw, and unique_ptrs
grantrostig/stepanov-components-course
Code for Alex Stepanov's Components course at A9.
grantrostig/stepanov-conversations-course
Code for the "Programming Conversations" course
grantrostig/typescript_cheat_sheet
TypeScript & JavaScript - things to know and remember