Peter (Bill) Birch
Peter (Bill) Birch
- Compute the information content of each field value in the hierarchy. - print the info content after each line - sort the branches up or down as specified by...
@daddy32: _Is it possible to "follow" the syslog parsed with frangipanni?_ _Usually I use following command to follow the log as it grows (or rotates): less --follow-name +F /var/log/syslog._ _Is...
For https://news.ycombinator.com/user?id=mdeck_
brek[brek](https://news.ycombinator.com/user?id=breck) says: One suggestion: it may help to generalize the newline as the node separator. You may already be doing this (my go is rusty) but instead of https://github.com/birchb1024/frangipanni/blob/7543b4ee15ae7... be...
$ vim afilewithgrepinthename.txt Gives: ` Usage: kill [options] [...] Options: -a, --all do not restrict the name-to-pid conversion to processes with the same uid as the present process -s, --signal...
Tab completion causes crash. ### How to reproduce 1. start rc 2. hit the Tab key ``` ~ $ rc ; free(): double free detected in tcache 2 Aborted ```...
Undefined variables or misspelled variables are a common source of bugs. When coding in bash, I always set -u. Really want this in rc. Suggest: flag u [+|-] To paraphrase...
``` diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..16d9bd2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +monitor +sparkler diff --git a/main.c b/main.c index 1ef2a06..4da836c 100644 ---...
**What type of file would you like magika to detect?** Apple Mac .DS_Store files **What software can create/open these files?** macOS (I have Sonoma) **Where can these files be found?**...