Chris Koeritz [Thu, 22 Jul 2021 13:44:39 +0000 (09:44 -0400)]
removing snapshots from counts.
Chris Koeritz [Wed, 21 Jul 2021 23:40:30 +0000 (19:40 -0400)]
added todo
Chris Koeritz [Wed, 21 Jul 2021 23:40:30 +0000 (19:40 -0400)]
added todo
Chris Koeritz [Wed, 21 Jul 2021 21:01:07 +0000 (17:01 -0400)]
added dir name to make output useful
Chris Koeritz [Wed, 21 Jul 2021 21:01:07 +0000 (17:01 -0400)]
added dir name to make output useful
Chris Koeritz [Wed, 21 Jul 2021 20:52:26 +0000 (16:52 -0400)]
updated fast counter with docs
Chris Koeritz [Wed, 21 Jul 2021 20:52:26 +0000 (16:52 -0400)]
updated fast counter with docs
Chris Koeritz [Wed, 21 Jul 2021 20:20:05 +0000 (16:20 -0400)]
simple script to count number of files in a directory
doesn't include directories. may not be perfect; does look for lines ending in a colon, to remove directory headings from recursive ls list.
Chris Koeritz [Wed, 21 Jul 2021 20:20:05 +0000 (16:20 -0400)]
simple script to count number of files in a directory
doesn't include directories. may not be perfect; does look for lines ending in a colon, to remove directory headings from recursive ls list.
Chris Koeritz [Wed, 14 Jul 2021 22:46:11 +0000 (18:46 -0400)]
added proj_ as search pattern
Chris Koeritz [Wed, 14 Jul 2021 22:46:11 +0000 (18:46 -0400)]
added proj_ as search pattern
Chris Koeritz [Tue, 1 Jun 2021 17:19:33 +0000 (13:19 -0400)]
removed debugging echos
Chris Koeritz [Tue, 1 Jun 2021 17:19:33 +0000 (13:19 -0400)]
removed debugging echos
Chris Koeritz [Sun, 16 May 2021 22:53:07 +0000 (18:53 -0400)]
getting through tests on mac
just fixing some missing / different things for macos, like there is no /usr/include on catalina for some reason.
Chris Koeritz [Sun, 16 May 2021 22:53:07 +0000 (18:53 -0400)]
getting through tests on mac
just fixing some missing / different things for macos, like there is no /usr/include on catalina for some reason.
Chris Koeritz [Tue, 27 Apr 2021 15:31:03 +0000 (11:31 -0400)]
partially working mac compiler settings
still can't get through networking stuff with socket select?
but got through everything before that.
Chris Koeritz [Tue, 27 Apr 2021 15:31:03 +0000 (11:31 -0400)]
partially working mac compiler settings
still can't get through networking stuff with socket select?
but got through everything before that.
Chris Koeritz [Wed, 21 Apr 2021 21:41:49 +0000 (17:41 -0400)]
fixed to use specific date format
old version counted on some antiquated ordering of fields from date command, but now we force the issue by providing a format.
Chris Koeritz [Wed, 21 Apr 2021 21:41:49 +0000 (17:41 -0400)]
fixed to use specific date format
old version counted on some antiquated ordering of fields from date command, but now we force the issue by providing a format.
Chris Koeritz [Tue, 6 Apr 2021 21:16:29 +0000 (17:16 -0400)]
calculates file's average line length
this produces a total that includes blank lines in the average and
another that excludes the blank lines.
Chris Koeritz [Tue, 6 Apr 2021 21:16:29 +0000 (17:16 -0400)]
calculates file's average line length
this produces a total that includes blank lines in the average and
another that excludes the blank lines.
Chris Koeritz [Fri, 2 Apr 2021 20:28:17 +0000 (16:28 -0400)]
working towards macos builds working again
Chris Koeritz [Fri, 2 Apr 2021 20:28:17 +0000 (16:28 -0400)]
working towards macos builds working again
Chris Koeritz [Thu, 1 Apr 2021 20:49:56 +0000 (16:49 -0400)]
partly working mac build settings from last update
errors now seem more reasonable, although warnings are still a huge spew. need to determine why the warnings shot up, once things build normally again.
Chris Koeritz [Thu, 1 Apr 2021 20:49:56 +0000 (16:49 -0400)]
partly working mac build settings from last update
errors now seem more reasonable, although warnings are still a huge spew. need to determine why the warnings shot up, once things build normally again.
Chris Koeritz [Thu, 1 Apr 2021 18:58:14 +0000 (14:58 -0400)]
minor tweaks trying to get macos working again
some upgrade has hosed my build on macos, catalina. not sure it was working at all since last OS version (prior to catalina, whatever that was).
but running apps previously built was working, and now is not, and rebuild is also failing.
should not affect other platforms, except for basis/functions.h change that may cause more warnings now (but which newer mac compiler hated).
Chris Koeritz [Thu, 1 Apr 2021 18:58:14 +0000 (14:58 -0400)]
minor tweaks trying to get macos working again
some upgrade has hosed my build on macos, catalina. not sure it was working at all since last OS version (prior to catalina, whatever that was).
but running apps previously built was working, and now is not, and rebuild is also failing.
should not affect other platforms, except for basis/functions.h change that may cause more warnings now (but which newer mac compiler hated).
Chris Koeritz [Thu, 1 Apr 2021 17:47:26 +0000 (13:47 -0400)]
displays every cert in the trust chain in PEM file
supposedly can take a PEM file with the trust chain components (i.e.
certificates) in any order, since one cannot count on the order they are
found in. have not tested this, but it did display well for the one
file i needed to see all the certs in.
Chris Koeritz [Thu, 1 Apr 2021 17:47:26 +0000 (13:47 -0400)]
displays every cert in the trust chain in PEM file
supposedly can take a PEM file with the trust chain components (i.e.
certificates) in any order, since one cannot count on the order they are
found in. have not tested this, but it did display well for the one
file i needed to see all the certs in.
Chris Koeritz [Thu, 21 Jan 2021 19:47:57 +0000 (14:47 -0500)]
fixed comments
Chris Koeritz [Thu, 21 Jan 2021 19:47:57 +0000 (14:47 -0500)]
fixed comments
Chris Koeritz [Thu, 21 Jan 2021 16:36:18 +0000 (16:36 +0000)]
fixed to pass along exit value also
Chris Koeritz [Thu, 21 Jan 2021 16:36:18 +0000 (16:36 +0000)]
fixed to pass along exit value also
Chris Koeritz [Thu, 21 Jan 2021 16:33:25 +0000 (16:33 +0000)]
new script for hiding output on success
this script will take a command line to execute and redirect the
commands stdout and stderr to two files. if the command does not return
an error code, then the output files are just deleted. if there is an
error reported, then the two files are sent back to stdout and stderr as
they would normally have been, and an additional error message is sent
to stderr.
Chris Koeritz [Thu, 21 Jan 2021 16:33:25 +0000 (16:33 +0000)]
new script for hiding output on success
this script will take a command line to execute and redirect the
commands stdout and stderr to two files. if the command does not return
an error code, then the output files are just deleted. if there is an
error reported, then the two files are sent back to stdout and stderr as
they would normally have been, and an additional error message is sent
to stderr.
Chris Koeritz [Tue, 12 Jan 2021 21:23:11 +0000 (16:23 -0500)]
new fortune
Chris Koeritz [Tue, 12 Jan 2021 21:23:11 +0000 (16:23 -0500)]
new fortune
Chris Koeritz [Fri, 8 Jan 2021 03:10:14 +0000 (22:10 -0500)]
additional info for picture processing
Chris Koeritz [Fri, 8 Jan 2021 03:10:14 +0000 (22:10 -0500)]
additional info for picture processing
Chris Koeritz [Thu, 7 Jan 2021 01:50:05 +0000 (20:50 -0500)]
moved some files into walrus
more like walrus utils than feisty infobase bits.
Chris Koeritz [Thu, 7 Jan 2021 01:50:05 +0000 (20:50 -0500)]
moved some files into walrus
more like walrus utils than feisty infobase bits.
Chris Koeritz [Thu, 7 Jan 2021 00:02:33 +0000 (19:02 -0500)]
recording grub mod for system 76 laptops
addresses a freeze-up condition when returning from sleep. doesn't totally eliminate it but makes the sleep process a lot more reliable. usually, if sleep is going to work, it will keep working for months now. before any old sleep might come up with a dead session where machine was running but had no activity at all and had to be totally powered off to return to normal state.
Chris Koeritz [Thu, 7 Jan 2021 00:02:33 +0000 (19:02 -0500)]
recording grub mod for system 76 laptops
addresses a freeze-up condition when returning from sleep. doesn't totally eliminate it but makes the sleep process a lot more reliable. usually, if sleep is going to work, it will keep working for months now. before any old sleep might come up with a dead session where machine was running but had no activity at all and had to be totally powered off to return to normal state.
Chris Koeritz [Fri, 11 Dec 2020 21:10:44 +0000 (16:10 -0500)]
added RTF as a file ending for spacemall
Chris Koeritz [Fri, 11 Dec 2020 21:10:44 +0000 (16:10 -0500)]
added RTF as a file ending for spacemall
Chris Koeritz [Sun, 1 Nov 2020 15:13:38 +0000 (10:13 -0500)]
dropped -Y flag from ssh due to potential insecurity
Chris Koeritz [Sun, 1 Nov 2020 15:13:38 +0000 (10:13 -0500)]
dropped -Y flag from ssh due to potential insecurity
Chris Koeritz [Tue, 29 Sep 2020 16:00:43 +0000 (12:00 -0400)]
new fortune
Chris Koeritz [Tue, 29 Sep 2020 16:00:43 +0000 (12:00 -0400)]
new fortune
Chris Koeritz [Wed, 23 Sep 2020 19:03:17 +0000 (15:03 -0400)]
updated docs with more info re shunit
Chris Koeritz [Wed, 23 Sep 2020 19:03:17 +0000 (15:03 -0400)]
updated docs with more info re shunit
Chris Koeritz [Wed, 23 Sep 2020 15:01:26 +0000 (11:01 -0400)]
added more example assertions and shunit docs in blank
blank test is now our self-documenting test that describes how to use shunit. it has an example of every major assert and fail method now.
Chris Koeritz [Wed, 23 Sep 2020 15:01:26 +0000 (11:01 -0400)]
added more example assertions and shunit docs in blank
blank test is now our self-documenting test that describes how to use shunit. it has an example of every major assert and fail method now.
Chris Koeritz [Wed, 2 Sep 2020 20:07:56 +0000 (16:07 -0400)]
new fortune
Chris Koeritz [Wed, 2 Sep 2020 20:07:56 +0000 (16:07 -0400)]
new fortune
Chris Koeritz [Fri, 21 Aug 2020 20:15:42 +0000 (16:15 -0400)]
Merge branch 'main' into dev
horrible hose-up of editing a lot of stuff in main branch rather than in dev. i hope. because that's what i think i'm fixing here.
Chris Koeritz [Fri, 21 Aug 2020 20:15:42 +0000 (16:15 -0400)]
Merge branch 'main' into dev
horrible hose-up of editing a lot of stuff in main branch rather than in dev. i hope. because that's what i think i'm fixing here.
Chris Koeritz [Thu, 20 Aug 2020 13:52:33 +0000 (13:52 +0000)]
Merge branch 'release-2.140.127' into dev
pulling in version number and tags
Chris Koeritz [Thu, 20 Aug 2020 13:52:33 +0000 (13:52 +0000)]
Merge branch 'release-2.140.127' into dev
pulling in version number and tags
Chris Koeritz [Thu, 20 Aug 2020 13:49:30 +0000 (13:49 +0000)]
Merge branch 'release-2.140.127' into main
Chris Koeritz [Thu, 20 Aug 2020 13:49:30 +0000 (13:49 +0000)]
Merge branch 'release-2.140.127' into main
Chris Koeritz [Thu, 20 Aug 2020 13:49:00 +0000 (13:49 +0000)]
new version number
Chris Koeritz [Thu, 20 Aug 2020 13:49:00 +0000 (13:49 +0000)]
new version number
Chris Koeritz [Thu, 20 Aug 2020 13:46:03 +0000 (09:46 -0400)]
moved branch name impacts
tossed out "master" branch in favor of "main" branch. these files are modified for that specific reason or for similar reasons.
Chris Koeritz [Thu, 20 Aug 2020 13:46:03 +0000 (09:46 -0400)]
moved branch name impacts
tossed out "master" branch in favor of "main" branch. these files are modified for that specific reason or for similar reasons.
Chris Koeritz [Thu, 20 Aug 2020 13:29:26 +0000 (09:29 -0400)]
Merge branch 'release-2.140.126' into dev
pulling in release number etc
Chris Koeritz [Thu, 20 Aug 2020 13:29:26 +0000 (09:29 -0400)]
Merge branch 'release-2.140.126' into dev
pulling in release number etc
Chris Koeritz [Thu, 20 Aug 2020 13:27:42 +0000 (09:27 -0400)]
Merge branch 'release-2.140.126'
Chris Koeritz [Thu, 20 Aug 2020 13:27:42 +0000 (09:27 -0400)]
Merge branch 'release-2.140.126'
Chris Koeritz [Thu, 20 Aug 2020 13:27:28 +0000 (09:27 -0400)]
updated version
Chris Koeritz [Thu, 20 Aug 2020 13:27:28 +0000 (09:27 -0400)]
updated version
Chris Koeritz [Wed, 19 Aug 2020 16:31:03 +0000 (12:31 -0400)]
added an excluder to psfind, fixed arg processing
Chris Koeritz [Wed, 19 Aug 2020 16:31:03 +0000 (12:31 -0400)]
added an excluder to psfind, fixed arg processing
Chris Koeritz [Tue, 18 Aug 2020 18:49:06 +0000 (14:49 -0400)]
new fortune
Chris Koeritz [Tue, 18 Aug 2020 18:49:06 +0000 (14:49 -0400)]
new fortune
Chris Koeritz [Fri, 14 Aug 2020 14:57:52 +0000 (10:57 -0400)]
typos fixed
Chris Koeritz [Fri, 14 Aug 2020 14:57:52 +0000 (10:57 -0400)]
typos fixed
Chris Koeritz [Fri, 14 Aug 2020 13:47:29 +0000 (09:47 -0400)]
updated example testkit.config
Chris Koeritz [Fri, 14 Aug 2020 13:47:29 +0000 (09:47 -0400)]
updated example testkit.config
Chris Koeritz [Fri, 14 Aug 2020 13:45:35 +0000 (09:45 -0400)]
tweaked the makefile to actually work
Chris Koeritz [Fri, 14 Aug 2020 13:45:35 +0000 (09:45 -0400)]
tweaked the makefile to actually work
Chris Koeritz [Fri, 14 Aug 2020 13:43:21 +0000 (09:43 -0400)]
enabled branding of the testkit docs
Chris Koeritz [Fri, 14 Aug 2020 13:43:21 +0000 (09:43 -0400)]
enabled branding of the testkit docs
Chris Koeritz [Thu, 13 Aug 2020 14:54:04 +0000 (10:54 -0400)]
added TMPDIR for shunit, got rid of some extra noise
Chris Koeritz [Thu, 13 Aug 2020 14:54:04 +0000 (10:54 -0400)]
added TMPDIR for shunit, got rid of some extra noise
Chris Koeritz [Thu, 13 Aug 2020 01:20:21 +0000 (21:20 -0400)]
added some names to the list to backup
Chris Koeritz [Thu, 13 Aug 2020 01:20:21 +0000 (21:20 -0400)]
added some names to the list to backup
Chris Koeritz [Wed, 12 Aug 2020 22:16:20 +0000 (18:16 -0400)]
Merge branch 'release-2.140.125' into dev
Chris Koeritz [Wed, 12 Aug 2020 22:16:20 +0000 (18:16 -0400)]
Merge branch 'release-2.140.125' into dev
Chris Koeritz [Wed, 12 Aug 2020 22:14:41 +0000 (18:14 -0400)]
Merge branch 'release-2.140.125'
Chris Koeritz [Wed, 12 Aug 2020 22:14:41 +0000 (18:14 -0400)]
Merge branch 'release-2.140.125'
Chris Koeritz [Wed, 12 Aug 2020 22:13:43 +0000 (18:13 -0400)]
new release number 2.140.125
Chris Koeritz [Wed, 12 Aug 2020 22:13:43 +0000 (18:13 -0400)]
new release number 2.140.125
Chris Koeritz [Wed, 12 Aug 2020 22:10:16 +0000 (18:10 -0400)]
cleaned one of the text boxes
Chris Koeritz [Wed, 12 Aug 2020 22:10:16 +0000 (18:10 -0400)]
cleaned one of the text boxes
Chris Koeritz [Wed, 12 Aug 2020 20:44:20 +0000 (16:44 -0400)]
bringing in testkit tools
this is a library of test tools ported from an older project, released under Apache license version 2.0.
Chris Koeritz [Wed, 12 Aug 2020 20:44:20 +0000 (16:44 -0400)]
bringing in testkit tools
this is a library of test tools ported from an older project, released under Apache license version 2.0.
Chris Koeritz [Tue, 11 Aug 2020 13:39:23 +0000 (09:39 -0400)]
handling no parms better
Chris Koeritz [Tue, 11 Aug 2020 13:39:23 +0000 (09:39 -0400)]
handling no parms better
Chris Koeritz [Thu, 6 Aug 2020 17:08:06 +0000 (13:08 -0400)]
tweaks to output formatting