site-content

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.ryanmj.xyz/site-content.git
Log | Files | Refs

commit b3cdfe3b137de481428b0af7b9d514c10410b4d5
parent 99ca929385497471f5f3d00cc77ddb0429c2e91c
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Sat, 12 Feb 2022 01:17:24 -0800

Added C

Diffstat:
Msoftware.handlebars | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/software.handlebars b/software.handlebars @@ -71,6 +71,10 @@ Equally important is software I <i>don't</i> use, which includes. <td>Tiling Window Mangers</td> <td>They interfere with emacs a bit/too much feature overlap with emacs</td> </tr> + <tr> + <td>C</td> + <td>No memory safety, no string type, use-after-fre/double free error garbage.</td> + </tr> </table> <br>