Commit Graph

21 Commits

Author SHA1 Message Date
Nick Chambers 27ce3856cf Properly evaluate the closing loop token 2024-04-08 03:49:54 -05:00
Nick Chambers aff0b34061 Remove files with a high ridiculous score 2024-04-08 01:35:24 -05:00
Nick Chambers bfd42bba8f Fully functional brainfuck evaluator 2024-04-08 01:22:19 -05:00
Nick Chambers 1d1d439626 Reverse the letters in every word 2023-08-02 12:50:46 -05:00
Nick Chambers 545f926f0b Interleave 2 strings together 2022-11-28 01:20:09 -06:00
Nick Chambers 26485da5ea Remove finished todo item 2022-07-22 20:13:15 -05:00
Nick Chambers 13007358c5 Proof-of-concept for escalating privledges 2022-07-22 19:54:06 -05:00
Nick Chambers 91e97fb8b4 Find the total number of anagrams that a string contains of a substring 2022-07-05 14:37:31 -05:00
Nick Chambers 401928b5aa Coalesce states into appropriate groups 2022-01-19 21:29:21 -06:00
Nick Chambers a4f28850de Optimize match to one loop 2022-01-19 13:01:06 -06:00
Nick Chambers ad0a18e8a9 Allow for palindromes with non-alpha characters 2022-01-17 11:21:00 -06:00
Nick Chambers 348f5d76e5 c/palindrome.c: check if a word is a valid palindrome 2022-01-17 07:51:48 -06:00
Nick Chambers a573539ac8 Account for needles that end in a * 2022-01-14 10:19:31 -06:00
Nick Chambers 201e9b0eae Move the 'not' operator to the proper location 2022-01-13 12:43:06 -06:00
Nick Chambers a4000ec9b3 c/cosmic.c: A barebones globals implementation 2022-01-13 12:35:48 -06:00
Nick Chambers 23505bf8a5 Remove unnecessary whitespace 2022-01-08 02:40:25 -06:00
Nick Chambers 51daae4c1d c/decip4.c: Finally, the ability to turn an IPv4 address into an integer 2022-01-04 22:46:19 -06:00
Nick Chambers 4d488fccda Remove redundant SO_REUSEADDR application on socket 2022-01-04 22:45:34 -06:00
Nick Chambers c1da58c9c8 c/sherver.c: loadable server utilities for shell scripts 2021-12-28 03:37:46 -06:00
Nick Chambers 4eefe02149 c/fortytwo.c: dynamically compute 42 at runtime 2021-07-25 21:33:20 -05:00
Nick Chambers daf6eeca41 c/sha1.c: SHA1 hashing algorithm implementation 2021-07-25 20:37:10 -05:00