573fc4e1e8 
							
						 
					 
					
						
						
							
							Add JavaScript WebGL example  
						
						 
						
						... 
						
						
						
						+ Update READMEs 
						
						
					 
					
						2022-02-14 13:47:59 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							940d035638 
							
						 
					 
					
						
						
							
							Add Python project examples  
						
						 
						
						... 
						
						
						
						+ Neural network CLI
+ Hidden Markov Model CLI
+ K-Means clustering CLI
+ Linear regression CLI
+ Screenshots, updated README instructions 
						
						
					 
					
						2022-02-06 13:41:34 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							bbbf404340 
							
						 
					 
					
						
						
							
							[cmake-example] Update cmake project example  
						
						 
						
						... 
						
						
						
						+ Rename `cmake` -> `cmake-example` 
						
						
					 
					
						2022-01-31 08:55:25 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2845b020ae 
							
						 
					 
					
						
						
							
							Update README instructions  
						
						 
						
						... 
						
						
						
						+ Fix incorrect library name for `algorithms/trees/BST` example
+ Update root CMakeLists.txt for major directories to set binary path
+ Add instructions to install CMake LTS with pip 
						
						
					 
					
						2022-01-07 11:32:52 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9243ded17b 
							
						 
					 
					
						
						
							
							Add templated graph example  
						
						 
						
						
						
						
					 
					
						2021-07-24 11:55:01 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							58adbfc473 
							
						 
					 
					
						
						
							
							Update columnar-transposition example  
						
						 
						
						... 
						
						
						
						+ Use inheritance to provide base class for key based ciphers 
						
						
					 
					
						2021-07-24 11:55:01 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b5a97de9ff 
							
						 
					 
					
						
						
							
							Add fail2ban playbook for updating jails remotely  
						
						 
						
						... 
						
						
						
						+ Can be used for a single host or a group of hosts
+ Update nginx-nobinary jail regex 
						
						
					 
					
						2021-07-21 14:52:33 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							909bf3278e 
							
						 
					 
					
						
						
							
							Update columnar-transposition input validation  
						
						 
						
						... 
						
						
						
						+ Add keyWord and message validation in columnar-transposition example
+ Add quotes around output to help show leading / trailing spaces 
						
						
					 
					
						2021-07-20 17:44:31 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c8683680dd 
							
						 
					 
					
						
						
							
							Add subdirectory for cryptography examples  
						
						 
						
						... 
						
						
						
						+ Add example using columnar transposition for encrypting / decrypting messages
+ Fix cmake build error from duplicate lib-bst when building from project root 
						
						
					 
					
						2021-07-20 11:23:39 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							23c4f0e491 
							
						 
					 
					
						
						
							
							Add example of finding MST using Kruskal's algorithm  
						
						 
						
						... 
						
						
						
						+ Using example graph and pseudocode from MIT Algorithms 
						
						
					 
					
						2021-07-16 18:17:29 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							835dbc7f7d 
							
						 
					 
					
						
						
							
							Initial commit for working on weighted-graph implementation  
						
						 
						
						
						
						
					 
					
						2021-07-16 12:28:41 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							64df3419a0 
							
						 
					 
					
						
						
							
							Add structs to track traversal information in object-graph example  
						
						 
						
						... 
						
						
						
						+ Allows Graph member functions to remain const
+ Easy to pass traversal information around as needed
+ Update DFS and BFS functions to return traversal information 
						
						
					 
					
						2021-07-12 16:52:49 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2a36de7c52 
							
						 
					 
					
						
						
							
							Add pathing using BFS within the simple-graph example  
						
						 
						
						
						
						
					 
					
						2021-07-12 14:28:19 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							166d998508 
							
						 
					 
					
						
						
							
							Update simple-graph implementation to track discovery and finish time  
						
						 
						
						... 
						
						
						
						+ Allows result of topological sort to match examples shown in MIT Algorithms
+ Correct order of initialization for all graphs and adjacent nodes in graph.cpp
+ Provide overloaded DFS for beginning at a specific node within the graph 
						
						
					 
					
						2021-07-10 13:18:48 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3d0dfa63d1 
							
						 
					 
					
						
						
							
							Clean up object-graph implementation  
						
						 
						
						
						
						
					 
					
						2021-07-02 21:29:52 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							4a8b607ff6 
							
						 
					 
					
						
						
							
							Update object-graph example to add path finding between nodes using BFS  
						
						 
						
						... 
						
						
						
						+ Clean code, add overloaded functions and helper functions for common tasks 
						
						
					 
					
						2021-07-01 17:17:47 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							348586ec38 
							
						 
					 
					
						
						
							
							Update object graph implementation to track node discover and finish time  
						
						 
						
						... 
						
						
						
						+ Allows traversal and topological sort algorithms to show examples from MIT Algorithms more accurately 
						
						
					 
					
						2021-07-01 09:30:35 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5d37db1ce2 
							
						 
					 
					
						
						
							
							Add example of object graph traversal algorithms  
						
						 
						
						... 
						
						
						
						+ Using pseudocode examples from MIT Intro to Algorithms 
						
						
					 
					
						2021-06-28 10:12:19 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							21ed349c39 
							
						 
					 
					
						
						
							
							Fix array index offset bug in simple-graph traversal examples  
						
						 
						
						... 
						
						
						
						+ Add comments to explain when to offset and when to use key values 
						
						
					 
					
						2021-06-28 06:56:58 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1fc34d2dd4 
							
						 
					 
					
						
						
							
							Add example of simple graph algorithms  
						
						 
						
						... 
						
						
						
						+ Using pseudocode examples from MIT Intro to Algorithms 
						
						
					 
					
						2021-06-19 16:20:29 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8f211b1603 
							
						 
					 
					
						
						
							
							Update datastructs/binarysearchtree example  
						
						 
						
						... 
						
						
						
						+ Utilize copy-swap idiom, miscellaneous clean-up of conditions and return values 
						
						
					 
					
						2021-06-09 11:00:02 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a8b6627135 
							
						 
					 
					
						
						
							
							Update example of red-black and binary tree algorithms  
						
						 
						
						... 
						
						
						
						+ Use copy-swap idiom for assignment operators
+ Update and organize CMakeLists subdirectories for algorithm examples 
						
						
					 
					
						2021-06-09 10:16:24 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							202953de49 
							
						 
					 
					
						
						
							
							Add examples of red-black tree algorithms  
						
						 
						
						... 
						
						
						
						+ Using pseudocode examples from MIT Introduction to Algorithms 
						
						
					 
					
						2021-06-08 20:48:36 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							f45e479603 
							
						 
					 
					
						
						
							
							Initial commit for working on red-black tree algorithms  
						
						 
						
						
						
						
					 
					
						2021-06-08 20:45:44 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							49eb64f320 
							
						 
					 
					
						
						
							
							Add examples of binary search tree algorithms  
						
						 
						
						... 
						
						
						
						+ Using the pseudocode examples from MIT introduction to algorithms 
						
						
					 
					
						2021-06-05 13:00:42 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c2300d7121 
							
						 
					 
					
						
						
							
							Rearrange graphics projects into subdirectory  
						
						 
						
						
						
						
					 
					
						2021-05-30 02:18:09 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							255d7efe9f 
							
						 
					 
					
						
						
							
							Add example for radix sort  
						
						 
						
						
						
						
					 
					
						2021-05-29 14:49:04 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							de0d706f98 
							
						 
					 
					
						
						
							
							Add example for bucket sort  
						
						 
						
						
						
						
					 
					
						2021-05-29 14:49:04 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a7d11c559e 
							
						 
					 
					
						
						
							
							Add example for counting sort  
						
						 
						
						
						
						
					 
					
						2021-05-29 14:49:04 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							33843eaaa1 
							
						 
					 
					
						
						
							
							Add example for quick sort  
						
						 
						
						
						
						
					 
					
						2021-05-26 14:19:33 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c53277b97c 
							
						 
					 
					
						
						
							
							Remove unused parameter in heap sort example  
						
						 
						
						
						
						
					 
					
						2021-05-26 14:17:56 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ef5f952519 
							
						 
					 
					
						
						
							
							Add example for heap sort  
						
						 
						
						
						
						
					 
					
						2021-05-25 19:07:23 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2f94a59567 
							
						 
					 
					
						
						
							
							Add example for bubble sort  
						
						 
						
						
						
						
					 
					
						2021-05-25 09:57:16 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8f70278ac6 
							
						 
					 
					
						
						
							
							Add example for insertion sort  
						
						 
						
						
						
						
					 
					
						2021-05-25 09:32:26 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							82effe5203 
							
						 
					 
					
						
						
							
							Reorganize cpp/opengl-cmake  
						
						 
						
						... 
						
						
						
						+ So project structure is closer to that of cpp/sdl-cmake 
						
						
					 
					
						2021-05-24 17:37:27 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							006f77ad95 
							
						 
					 
					
						
						
							
							Add cpp/opengl-cmake example for basic OpenGL project with CMake  
						
						 
						
						
						
						
					 
					
						2021-05-24 17:01:01 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0933f9bdf5 
							
						 
					 
					
						
						
							
							Update cpp/sdl-cmake example  
						
						 
						
						... 
						
						
						
						+ Clean CMakeLists of unused options
+ Reorganize the linking of SDL to custom lib-sdl-test library
+ Improve Shape and Rectangle to better utilize inheritance 
						
						
					 
					
						2021-05-24 17:00:13 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							16ac2046fa 
							
						 
					 
					
						
						
							
							Update OpenGL standalone example  
						
						 
						
						... 
						
						
						
						+ Remove unused directories
+ Update cpp/README.txt to include new directories 
						
						
					 
					
						2021-05-24 13:14:32 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b2bdd62fb2 
							
						 
					 
					
						
						
							
							Add example for cpp/algorithms/sorting/merge  
						
						 
						
						
						
						
					 
					
						2021-05-24 12:11:33 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							fa4407e74a 
							
						 
					 
					
						
						
							
							Update selection sort example  
						
						 
						
						
						
						
					 
					
						2021-05-23 11:03:59 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							54431f3e1e 
							
						 
					 
					
						
						
							
							Add README for fail2ban  
						
						 
						
						... 
						
						
						
						+ Remove redundant playbooks 
						
						
					 
					
						2021-05-21 14:09:34 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							935aca5ba2 
							
						 
					 
					
						
						
							
							Add README for ansible/roles/postfix  
						
						 
						
						
						
						
					 
					
						2021-05-21 13:47:08 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							eade1bfd94 
							
						 
					 
					
						
						
							
							Add README for ansible/roles/nginx  
						
						 
						
						
						
						
					 
					
						2021-05-21 13:22:01 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							51bf18980b 
							
						 
					 
					
						
						
							
							Rename source file in prototype pattern  
						
						 
						
						... 
						
						
						
						+ Correct CMakeLists.txt in abstract-factory pattern
+ Commit name change for author of figlet fonts :) 
						
						
					 
					
						2021-05-21 12:34:18 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6e2131fba0 
							
						 
					 
					
						
						
							
							Add README for ansible/roles/docker  
						
						 
						
						
						
						
					 
					
						2021-05-21 12:24:38 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							cd63a02470 
							
						 
					 
					
						
						
							
							Add README for ansible/roles/core  
						
						 
						
						... 
						
						
						
						+ Add blockchain subdirectory to root README
+ Ignore `node-modules` directory for future npm projects 
						
						
					 
					
						2021-05-21 12:12:27 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8177d4c191 
							
						 
					 
					
						
						
							
							Add example of visitor pattern in C++  
						
						 
						
						
						
						
					 
					
						2021-05-11 20:56:05 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							53ee3df451 
							
						 
					 
					
						
						
							
							Add example of observer pattern in C++  
						
						 
						
						
						
						
					 
					
						2021-05-11 19:58:23 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1c78867d91 
							
						 
					 
					
						
						
							
							add example of state pattern in C++  
						
						 
						
						
						
						
					 
					
						2021-05-11 18:53:43 -04:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d7a25a0efc 
							
						 
					 
					
						
						
							
							Add example of prototype pattern in C++  
						
						 
						
						
						
						
					 
					
						2021-05-11 17:40:21 -04:00