From e87e69da25def4a0af96d0425f3a1f16e658ac55 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Sun, 17 Feb 2019 01:55:05 -0500 Subject: Updated indicies with post --- www/blog/2019-02-17/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'www/blog/2019-02-17/index.html') diff --git a/www/blog/2019-02-17/index.html b/www/blog/2019-02-17/index.html index 4afbcb0..48f5f4c 100644 --- a/www/blog/2019-02-17/index.html +++ b/www/blog/2019-02-17/index.html @@ -37,10 +37,11 @@ happening in C was really what was causing all the issues.

The Project

I started working on an application I had been meaning to develop - called reminder.d. This daemon would monitor for reminder - notifications I would send via a CLI. It queue them up based on some time - set to send the notification. I ended up writing both the CLI and the - daemon in this past week, both in C.

+ called reminder.d. This daemon + would monitor for reminder notifications I would send via a CLI. It queue + them up based on some time set to send the notification. I ended up + writing both the CLI and the daemon in this past week, both in C.

The CLI

The CLI remindme took in messages and appened them to a file. This file would be monitored by the daemon later on. Each reminder @@ -141,7 +142,7 @@ android.

-- cgit v1.2.3-54-g00ecf