This website requires JavaScript.
cd63a02470
Add README for ansible/roles/core + Add blockchain subdirectory to root README + Ignore node-modules
directory for future npm projects
Shaun Reed
2021-05-21 12:03:07 -04:00
8177d4c191
Add example of visitor pattern in C++
Shaun Reed
2021-05-11 20:56:05 -04:00
53ee3df451
Add example of observer pattern in C++
Shaun Reed
2021-05-11 19:58:23 -04:00
1c78867d91
add example of state pattern in C++
Shaun Reed
2021-05-11 18:53:16 -04:00
d7a25a0efc
Add example of prototype pattern in C++
Shaun Reed
2021-05-11 17:39:36 -04:00
912cb47dcf
Add example of adapter pattern in C++
Shaun Reed
2021-05-11 16:57:21 -04:00
da9d26cf15
Add example of bridge pattern in C++
Shaun Reed
2021-05-11 16:03:03 -04:00
baabfa439a
Add abstract-factory pattern example
Shaun Reed
2021-05-11 15:42:08 -04:00
54426cbe5b
Add factory example
Shaun Reed
2021-05-11 15:04:58 -04:00
9bb2f9867d
Add example for classic singleton
Shaun Reed
2021-05-11 12:21:03 -04:00
248e48d5c9
Add subdirectory for practicing design patterns in C++ + Add example for singleton
Shaun Reed
2021-05-11 11:55:21 -04:00
8646cd51ea
Add CMakeLists for algorithms subdirectories
Shaun Reed
2021-05-04 23:07:39 -04:00
e585f18359
Add blockchain directory for working on related projects + Add sample Solidity project template, README instructions
Shaun Reed
2021-05-03 14:46:36 -04:00
8817a594be
Add cmake project files for cpp/ directory and all relevant subdirecctories + Add Makefiles generated by CMake JIC make is preferred + Update cmake version, header comments, and project descriptions
Shaun Reed
2021-04-27 23:42:12 -04:00
d4f6fb9d41
Add new cpp/algorithms directory, include basic selection sort example
Shaun Reed
2021-01-17 17:01:39 -05:00
245e04e083
Update READMEs
Shaun Reed
2020-11-25 07:06:48 -05:00
59d482cad7
Update to more recent Ansible roles
Shaun Reed
2020-11-25 11:38:20 +00:00
96182bb06a
Update core ansible role
Shaun Reed
2020-11-23 23:03:37 +00:00
e4ccaf4bd9
Update READMEs
Shaun Reed
2020-11-23 14:45:00 -05:00
b9843a5d99
Move datastruct template implementations to header files
Shaun Reed
2020-08-01 22:57:12 -04:00
e4e1fd09d6
Move preprocessor TYPE define to header files
Shaun Reed
2020-07-30 19:16:29 -04:00
23eb29ea0d
Add RD for a queuelist class using templates
Shaun Reed
2020-07-30 19:08:59 -04:00
4fe1fc106b
Remove unused BST class template
Shaun Reed
2020-07-30 18:44:30 -04:00
f7c22e4228
Add RD of a queuelist class using templates
Shaun Reed
2020-07-30 18:44:01 -04:00
3729e15f1e
Add RD of a doublelist class using templates + Fix 'insert at' function from printing result output twice
Shaun Reed
2020-07-30 16:39:28 -04:00
c31a7a6571
Add RD for vector class using templates
Shaun Reed
2020-07-24 16:55:36 -04:00
2c6400cc87
Initial commit for starting work on templates
Shaun Reed
2020-07-23 17:58:18 -04:00
a692a0f631
Add CMakeLists for all datastructs + Reorder, refactor comments
Shaun Reed
2020-07-11 20:55:15 -04:00
be91573abc
Finish MaxHeap ctor, dtor and op=
Shaun Reed
2020-07-11 20:35:49 -04:00
4d917b2db8
Add RD of MaxHeap implementation
Shaun Reed
2020-07-09 22:20:14 -04:00
a864342974
Add RD of Binary Search Tree implementation + Update .gitignore to exclude .idea configs
Shaun Reed
2020-07-04 20:58:14 -04:00
b258c14022
Work on Vector RD + Finish const, destr, and op= + Improve logic to match changes to data members + Update doxygen to reflect changes made to Vector class
Shaun Reed
2020-07-03 21:30:44 -04:00
d2b0281fa2
Add RD of a vector class
Shaun Reed
2020-07-03 15:36:21 -04:00
1a9483ebcc
Add script to fix VBox VMs + Corrects porions of the screen being rendered unclickable + https://askubuntu.com/questions/1014172/virtualbox-unresponsive-area-on-desktop + https://forums.linuxmint.com/viewtopic.php?t=247850
Shaun Reed
2020-06-14 14:29:16 -04:00
a64ff73f1f
Cleanup files, add comments
Shaun Reed
2020-06-12 00:35:55 -04:00
1076427f84
Add RD of queue using linked list
Shaun Reed
2020-06-12 00:21:59 -04:00
f0257c720d
RD of stack using linked list
Shaun Reed
2020-06-11 18:32:53 -04:00
6b8435d5f6
Check return value when peeking linked lists
Shaun Reed
2020-06-04 08:48:45 -04:00
60b4042681
Update adduser.sh to append new users to group
Shaun Reed
2020-05-27 14:17:40 +00:00
3428dc9843
Update vimrc to more recent settings
Shaun Reed
2020-05-27 14:13:35 +00:00
11438d1a2f
Reorganize files
Shaun Reed
2020-05-23 03:59:42 +00:00
7557122774
Add plays to backup and install a hexo server
Shaun Reed
2020-05-23 03:48:26 +00:00
1a3270d012
Add play to backup bookstack, reorganize files
Shaun Reed
2020-05-23 03:47:01 +00:00
027e221d35
Fix fake hexo username to match rest of playbooks
Shaun Reed
2020-05-09 04:34:25 +00:00
ad91b3b892
Add hexo playbooks for install and backups
Shaun Reed
2020-05-09 04:30:35 +00:00
ea6a43b8b0
RD of circular doubly linked list class
Shaun Reed
2020-05-07 16:23:01 -04:00
d53c83c748
Initial commit for circular doubly linked list class
Shaun Reed
2020-05-07 16:21:14 -04:00
7ebcb12569
Clean up old and new files
Shaun Reed
2020-05-01 00:02:45 -04:00
4eb25a22b1
RD of doubly linked list class
Shaun Reed
2020-04-30 23:43:25 -04:00
98b0d724cf
Initial commit for doubly linked list
Shaun Reed
2020-04-30 23:40:35 -04:00
87b3f5a394
RD of circular singly linked list
Shaun Reed
2020-04-30 15:01:14 -04:00
f37e863e3e
Initial commit for CircleSingleList
Shaun Reed
2020-04-30 14:59:05 -04:00
5a88c0d1c7
Remove old info in READMEs
Shaun Reed
2020-04-26 22:28:49 -04:00
23d1ce7b4a
Add comments for operator= in singlelist
Shaun Reed
2020-04-26 22:19:34 -04:00
110ac83be8
Rename directories, fix assignment operator in singlelist
Shaun Reed
2020-04-26 21:47:59 -04:00
255ba5a291
Merge work from ansible
Shaun Reed
2020-04-26 18:12:27 -04:00
58d77e09cd
Add check for NULL list head in makeEmpty
Shaun Reed
2020-04-26 18:12:09 -04:00
5a1f098597
Add postfix ansible roll
Shaun Reed
2020-04-23 01:44:57 +00:00
00259b25a1
Merge work from lubuntu
Shaun Reed
2020-04-20 13:22:26 +00:00
7f2c2e4f65
Add nginx role for ansible, example playbooks
Shaun Reed
2020-04-20 13:20:36 +00:00
ac46149191
Merge branch 'master' of github.com:shaunrd0/klips
Shaun Reed
2020-04-19 22:37:19 -04:00
56d87bfb8a
Work on SingleList, makeEmpty
Shaun Reed
2020-04-19 22:37:05 -04:00
424f9b237c
Merge branch 'master' of https://github.com/shaunrd0/klips
Shaun Reed
2020-04-19 23:31:28 +00:00
b520c2bfe8
Add fail2ban role for ansible
Shaun Reed
2020-04-19 23:30:19 +00:00
a2c326c177
Merge work from ansible host
Shaun Reed
2020-04-16 11:16:42 -04:00
5684c0b29c
Work on SingleList class big 3
Shaun Reed
2020-04-16 11:16:11 -04:00
20071c135c
Merge branch 'master' of https://github.com/shaunrd0/klips
Shaun Reed
2020-04-15 23:06:26 +00:00
650731a5ba
Update core, docker, nginx roles
Shaun Reed
2020-04-15 23:03:42 +00:00
fb0251c2b6
Add remove, replace, update public members to call private members and handle output
Shaun Reed
2020-04-15 12:08:04 -04:00
cf38979faa
Rename linkedlist to singlelist
Shaun Reed
2020-04-15 11:58:07 -04:00
ba91c8956a
Add copy assignment, constructor, destructor
Shaun Reed
2020-04-15 07:54:32 -04:00
b2e051a633
Remove compiled files, executable. Update gitignore
Shaun Reed
2020-04-15 07:53:14 -04:00
e2b109b149
Add linkedlist project RD for cpp practice
Shaun Reed
2020-04-14 11:51:06 -04:00
abca8dd0e3
Update motd
Shaun Reed
2020-03-27 15:40:27 +00:00
46717def31
Add Node class, work on singly LinkedList class and examples
Shaun Reed
2020-03-27 10:59:28 -04:00
118488b97f
Clean up files, update .gitignore
Shaun Reed
2020-03-27 07:11:16 -04:00
8af7c295c6
Rename members of StackArray
Shaun Reed
2020-03-23 12:46:49 +00:00
44d4e2265c
Add StackArray class
Shaun Reed
2020-03-23 12:42:02 +00:00
5bbca3d0e9
Work on adding example for basic datastructs
Shaun Reed
2020-03-23 10:30:27 +00:00
cb00bea475
Add Bjarne's cppFormat ROT
Shaun Reed
2020-01-25 16:59:01 +00:00
4c10e99e2f
Add example OpenGL project built within vscode g++
Shaun Reed
2019-10-15 22:07:46 -04:00
7edaca8899
Remove unused source files in cpp-sdl
Shaun Reed
2019-10-15 19:09:33 -04:00
f7740de1f5
Add basic cpp-sdl project using g++ within vscode
Shaun Reed
2019-10-15 19:05:20 -04:00
84ab7580a7
Add cpp template for SDL library
Shaun Reed
2019-10-14 21:51:50 -04:00
0a759c0d1f
Add python test script for Git
Shaun Reed
2019-10-09 15:40:50 -04:00
840143eec5
Add Figlet fonts
Shaun Reed
2019-09-14 13:44:47 -04:00
6475d19662
Added i3 configs
=
2019-09-13 12:38:33 -04:00
c5b4371aa6
Override default .bashrc aliases instead of relocating into .bash_aliases
Shaun Reed
2019-09-08 13:06:03 +00:00
1cf59a17ba
Add .bashrc configs, aliases
Shaun Reed
2019-09-08 09:31:26 +00:00
b69b9c511f
Update setup-vim.sh for better shared configs using /etc/skel/ and /etc/vim/. Plugins, managers are installed and shared within /usr/share/vim/vimfiles/
Shaun Reed
2019-09-08 06:57:47 +00:00
14bfab8235
Define backspace deletion scope in .vimrc
Shaun Reed
2019-09-08 05:48:13 +00:00
e0ac2fbeac
Add basic Fail2ban SSH / NGINX jails
Shaun Reed
2019-09-07 12:52:37 +00:00
c05891c5ae
Fix username typo
Shaun Reed
2019-09-06 23:12:13 +00:00
d61d782f6b
Add updating SSH keys and /etc/hosts to core ansible role
Shaun Reed
2019-09-06 23:10:26 +00:00
9a69416d89
Update core ansible role to configure Vim globally
Shaun Reed
2019-09-06 23:04:54 +00:00
255673b519
Fix directories in setup-vim.sh
Shaun Reed
2019-09-06 22:55:52 +00:00
eed943bf0f
Update setup-vim.sh to configure vim globally
First Last
2019-09-06 22:06:46 +00:00
d6170be41d
Fix READMEs
Shaun Reed
2019-08-31 03:08:24 -04:00
59ad80bda7
README fixes
Shaun Reed
2019-08-31 03:01:59 -04:00
2bebf584f8
More README updates to read(?)
Shaun Reed
2019-08-31 02:47:50 -04:00