From 8fd2a381b8debb4b485f675d2f76be4c208052ee Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Sun, 20 Aug 2023 13:47:57 -0500 Subject: [PATCH] add syntax highlighting --- out/blog.html | 2 ++ out/blogs/doing-c-assignments-in-csharp.html | 5 +++++ out/extra.html | 18 +++++++-------- out/index.html | 2 +- out/projects.html | 22 ++++++++++++++++--- .../doing-c-assignments-in-csharp.filler.html | 5 +++++ src/blogs/side-project-8-15-23.filler.html | 8 +++++-- src/projects.filler.html | 10 +++++++++ 8 files changed, 57 insertions(+), 15 deletions(-) diff --git a/out/blog.html b/out/blog.html index f7b6c9a..e379967 100644 --- a/out/blog.html +++ b/out/blog.html @@ -16,6 +16,8 @@

Blog

A collection of my thoughts, some of them may be interesting

+

[ Side Project Log 8/15/23 ] - August 15th, 2023

+

[ Side Project Log 8/08/23 ] - August 8th, 2023

[ Side Project Log 7/12/23 ] - July 12th, 2023

[ Side Project Log 4/29/23 ] - April 29th, 2023

[ Side Project Log 3/27/23 ] - March 27th, 2023

diff --git a/out/blogs/doing-c-assignments-in-csharp.html b/out/blogs/doing-c-assignments-in-csharp.html index 3945267..654340f 100644 --- a/out/blogs/doing-c-assignments-in-csharp.html +++ b/out/blogs/doing-c-assignments-in-csharp.html @@ -65,6 +65,11 @@ unsafe

In .NET 6, the NativeMemory class was introduced which you can read about here. It allows for malloc-like memory allocation and freeing which can be important for high-performance workloads.

+ + + + +