feisty_meow.git
7 years agonew fortune, new script for ebook synching.
Chris Koeritz [Mon, 10 Oct 2016 05:43:13 +0000 (01:43 -0400)]
new fortune, new script for ebook synching.

7 years agonew fortune.
Chris Koeritz [Mon, 10 Oct 2016 04:51:14 +0000 (00:51 -0400)]
new fortune.

7 years agocleaned out todos on things that were fixed.
Chris Koeritz [Sun, 9 Oct 2016 23:09:55 +0000 (19:09 -0400)]
cleaned out todos on things that were fixed.

7 years agonew fortune.
Chris Koeritz [Sun, 9 Oct 2016 20:48:48 +0000 (16:48 -0400)]
new fortune.

7 years agocleaned up a bit and readied for general use
Chris Koeritz [Sun, 9 Oct 2016 19:20:03 +0000 (15:20 -0400)]
cleaned up a bit and readied for general use

7 years agovariety of fixes and a new script
Chris Koeritz [Sun, 9 Oct 2016 17:16:31 +0000 (13:16 -0400)]
variety of fixes and a new script

unpack gets to know a txz extension that is being erroneously created by chrome.  i can either resist the tide or just add this as a type of compressed (or maybe even uncompressed) tar, so i added it.

aliases for less, mo, more, etc get fixated to an actual function now.  otherwise the machinery being added gets too cumbersome.

new script is lesser which just runs less.  it supports a code option as -c if you want source highlighting.

variables get LESSOPEN taken away because not every file can be highlighted as source.  oh well.

7 years agocleaned up some wording.
Chris Koeritz [Sun, 9 Oct 2016 02:39:29 +0000 (22:39 -0400)]
cleaned up some wording.

7 years agoa couple of handy parts for unit testing.
Chris Koeritz [Sat, 8 Oct 2016 22:04:53 +0000 (18:04 -0400)]
a couple of handy parts for unit testing.

verify_correct_input reports if the input sent to it differs from an answer file.

run_test_and_verify runs a test app (providing it with a known input file), gathers the test's output, then verifies that the output is what was expected in an answer file (leverages verify_correct_input).

7 years agofoops
Chris Koeritz [Fri, 7 Oct 2016 18:58:19 +0000 (14:58 -0400)]
foops

7 years agodropped a couple of gffs backup scripts that i never used much.
Chris Koeritz [Fri, 7 Oct 2016 15:43:51 +0000 (11:43 -0400)]
dropped a couple of gffs backup scripts that i never used much.

7 years agonew fortune
Chris Koeritz [Fri, 7 Oct 2016 15:18:29 +0000 (11:18 -0400)]
new fortune

7 years agosafed a remove statement, other cleaning.
Chris Koeritz [Tue, 4 Oct 2016 04:51:59 +0000 (00:51 -0400)]
safed a remove statement, other cleaning.

7 years agoan archive got checked in. oops.
Chris Koeritz [Tue, 4 Oct 2016 03:29:40 +0000 (23:29 -0400)]
an archive got checked in.  oops.

7 years agomany pervasive clean-ups
Chris Koeritz [Tue, 4 Oct 2016 02:51:58 +0000 (22:51 -0400)]
many pervasive clean-ups

many changes: removed antiquated domain names from the code and docs, removed all variables that were in use which ended in the hated "_DIR" ending.

7 years agosyntax highlighting enabled in pagers
Chris Koeritz [Tue, 4 Oct 2016 01:21:50 +0000 (21:21 -0400)]
syntax highlighting enabled in pagers

all the mo/less/more variants now will show syntax highlighting for c, c++ etc.  anything supported by gnu source highlighter.

7 years agoalias improvements for less/mo/etc
Chris Koeritz [Tue, 4 Oct 2016 01:07:02 +0000 (21:07 -0400)]
alias improvements for less/mo/etc

turned on the raw mode for less aliases, so that we'll see any colors piped through.

7 years agosolved all known make clean issues
Chris Koeritz [Tue, 4 Oct 2016 00:55:11 +0000 (20:55 -0400)]
solved all known make clean issues

ha, much nicer now.  everything is cleaning right, and the code looks good.  moved the too knowledgeable pieces out of the base clam code and into cpp.  nice.

7 years agocracked down on some erroneous cleanups for the bundles.
Chris Koeritz [Tue, 4 Oct 2016 00:15:37 +0000 (20:15 -0400)]
cracked down on some erroneous cleanups for the bundles.

7 years agofixed for cleaning up the .a files
Chris Koeritz [Tue, 4 Oct 2016 00:02:46 +0000 (20:02 -0400)]
fixed for cleaning up the .a files

should be back in working shape now.  lots of learning and pain involved.

7 years agoooh, nearly really there. just a few remnants floating in the binaries now.
Chris Koeritz [Mon, 3 Oct 2016 23:20:37 +0000 (19:20 -0400)]
ooh, nearly really there.  just a few remnants floating in the binaries now.

7 years agoslightly closer but cleanups are still wrong.
Chris Koeritz [Mon, 3 Oct 2016 23:01:41 +0000 (19:01 -0400)]
slightly closer but cleanups are still wrong.

7 years agofix major hoseage in building
Chris Koeritz [Mon, 3 Oct 2016 22:36:05 +0000 (18:36 -0400)]
fix major hoseage in building

a bit premature check-in last time, since nothing was building with that version.

7 years agowow, might actually be right now for the subdir cleaning with the right targets....
Chris Koeritz [Mon, 3 Oct 2016 22:18:43 +0000 (18:18 -0400)]
wow, might actually be right now for the subdir cleaning with the right targets.  hoping so.

7 years agocleaning up the cleaning code.
Chris Koeritz [Mon, 3 Oct 2016 21:24:10 +0000 (17:24 -0400)]
cleaning up the cleaning code.

still not seeing binaries get deleted...

7 years agoremoved debugging
Chris Koeritz [Mon, 3 Oct 2016 21:04:48 +0000 (17:04 -0400)]
removed debugging

7 years agolooking good with scripted cleanup
Chris Koeritz [Mon, 3 Oct 2016 20:52:33 +0000 (16:52 -0400)]
looking good with scripted cleanup

cleaning was working, so used same logic in the building process with make_subdirs.

7 years agocheckpoint before running clean
Chris Koeritz [Mon, 3 Oct 2016 20:39:48 +0000 (16:39 -0400)]
checkpoint before running clean

prior to launching new cleaning script; want to make sure it doesn't go rogue.

7 years agomay have fixed annoying make clean bugs
Chris Koeritz [Mon, 3 Oct 2016 20:02:59 +0000 (16:02 -0400)]
may have fixed annoying make clean bugs

discovered that i was reinvoking the make for any cleaning process, just in order to set the CLEAN flag.  that's really terribly broken.  luckily found the eval command which i can run inside a target to change the value of an existing environment variable.  perfect.  now in the base clam rules and not getting weird problems from using OTHER_CLEANS

7 years agofixing generated deps interference with clean
Chris Koeritz [Mon, 3 Oct 2016 18:24:54 +0000 (14:24 -0400)]
fixing generated deps interference with clean

working towards resolving cleaning issues with generated deps file, where a submake will go into a loop during clean trying to make this file.  ugh.

7 years agomoved the osgi code down into kona
Chris Koeritz [Mon, 3 Oct 2016 17:06:09 +0000 (13:06 -0400)]
moved the osgi code down into kona

kona is our java repository, so that's where nutty java code like osgi goes.

7 years agofixed undesirable zap of feisty meow loading dock.
Chris Koeritz [Mon, 3 Oct 2016 16:52:27 +0000 (12:52 -0400)]
fixed undesirable zap of feisty meow loading dock.

7 years agonew fortunes.
Chris Koeritz [Mon, 3 Oct 2016 06:05:24 +0000 (02:05 -0400)]
new fortunes.

7 years agoupdates for domain names.
Chris Koeritz [Mon, 3 Oct 2016 05:56:09 +0000 (01:56 -0400)]
updates for domain names.

7 years agoadded special case for curie host, since it doesn't do the normal full synch.
Chris Koeritz [Sun, 2 Oct 2016 22:40:15 +0000 (18:40 -0400)]
added special case for curie host, since it doesn't do the normal full synch.

7 years agoupdated version
Chris Koeritz [Sun, 2 Oct 2016 04:56:08 +0000 (00:56 -0400)]
updated version

7 years agofixed alias issues for subshells!
Chris Koeritz [Sat, 1 Oct 2016 23:52:28 +0000 (19:52 -0400)]
fixed alias issues for subshells!
also fixed the variable, alias and function names used for sentinels to line up nicely, including a user customization sentinel.

7 years agostoring boilerplate huge .htaccess example, most of which can go directly into apache...
Chris Koeritz [Sat, 1 Oct 2016 22:01:45 +0000 (18:01 -0400)]
storing boilerplate huge .htaccess example, most of which can go directly into apache configs.

7 years agomade the log file search range larger
Chris Koeritz [Sat, 1 Oct 2016 18:41:03 +0000 (14:41 -0400)]
made the log file search range larger

7 years agoone more tiny change, to make full path for fallout 4 storage folder
Chris Koeritz [Sat, 1 Oct 2016 07:24:50 +0000 (03:24 -0400)]
one more tiny change, to make full path for fallout 4 storage folder

7 years agomodified save folder name to match convention.
Chris Koeritz [Sat, 1 Oct 2016 07:23:12 +0000 (03:23 -0400)]
modified save folder name to match convention.

7 years agoadapted to games being on windows instead of wine.
Chris Koeritz [Sat, 1 Oct 2016 07:21:17 +0000 (03:21 -0400)]
adapted to games being on windows instead of wine.

7 years agoscript for sorting apache log files by timestamp.
Chris Koeritz [Sat, 1 Oct 2016 04:53:37 +0000 (00:53 -0400)]
script for sorting apache log files by timestamp.

7 years agonew script for backing up any directory and storing backup file in a different directory.
Chris Koeritz [Sat, 1 Oct 2016 00:18:26 +0000 (20:18 -0400)]
new script for backing up any directory and storing backup file in a different directory.

7 years agoupdated with storage path usage.
Chris Koeritz [Fri, 30 Sep 2016 17:01:29 +0000 (13:01 -0400)]
updated with storage path usage.

7 years agoupdated to support a path for the archive locatin.
Chris Koeritz [Fri, 30 Sep 2016 16:56:47 +0000 (12:56 -0400)]
updated to support a path for the archive locatin.

7 years agonew crontab for backing up trac.
Chris Koeritz [Fri, 30 Sep 2016 16:50:10 +0000 (12:50 -0400)]
new crontab for backing up trac.

7 years agoadding a script for archiving our trac repository.
Chris Koeritz [Fri, 30 Sep 2016 16:44:31 +0000 (12:44 -0400)]
adding a script for archiving our trac repository.

7 years agostopped using a mount, which is on an insecure device.
Chris Koeritz [Fri, 30 Sep 2016 15:59:12 +0000 (11:59 -0400)]
stopped using a mount, which is on an insecure device.

7 years agofixed unrar line
Chris Koeritz [Fri, 30 Sep 2016 14:25:55 +0000 (10:25 -0400)]
fixed unrar line

7 years agosplit versions for cygwin vs visual studio in ioctlsocket
Chris Koeritz [Mon, 26 Sep 2016 20:42:45 +0000 (16:42 -0400)]
split versions for cygwin vs visual studio in ioctlsocket

7 years agominor updates from windows, getting gnu windows to compile slightly further
Chris Koeritz [Mon, 26 Sep 2016 20:22:42 +0000 (16:22 -0400)]
minor updates from windows, getting gnu windows to compile slightly further
but we keep getting blocked by incompatibilities under cygwin.

7 years agomore mods to support windows, but for gnu compilation this time under cygwin.
Chris Koeritz [Mon, 26 Sep 2016 16:14:53 +0000 (12:14 -0400)]
more mods to support windows, but for gnu compilation this time under cygwin.

7 years agoupdated zlib build.
Chris Koeritz [Sun, 25 Sep 2016 23:20:11 +0000 (19:20 -0400)]
updated zlib build.

7 years agoupdated curl for windows.
Chris Koeritz [Sun, 25 Sep 2016 22:57:27 +0000 (18:57 -0400)]
updated curl for windows.

7 years agomore updates, with a fix for windows finally in. it turned out to be a
Chris Koeritz [Sun, 25 Sep 2016 18:03:31 +0000 (14:03 -0400)]
more updates, with a fix for windows finally in.  it turned out to be a
strange failure in cygwin due to some of the apps being built with a WinMain,
leading them to seemingly exit immediately, which messed with the status
being returned pretty badly.  perhaps cygwin was also killing the process
prematurely because it had no console?  in any case, adding a pipe to cat
has forced cygwin to track the process across its entire lifetime and now
we are correctly trapping the results of all the test aps.  whew.  this was
a really ugly mess and popped up in some really strangely unrelated ways.

7 years agotracking down insane socket tester bugs on windoze, where the main culprit so far...
Chris Koeritz [Sun, 25 Sep 2016 02:59:05 +0000 (22:59 -0400)]
tracking down insane socket tester bugs on windoze, where the main culprit so far is an innocuous method that passes an object as a return value.  bad news if that's no longer allowed, but making the caller pass in a struct has fixed things for the moment.  also enabling debugging on the broadcast and ucast tests seems to have helped, which is more of the insane.  again, none of these absurdities were problems on linux.

7 years agominor updates for naming.
Chris Koeritz [Sat, 24 Sep 2016 02:48:46 +0000 (22:48 -0400)]
minor updates for naming.

7 years agoupdated with support for openssl 1.1.1, which is a bit premature
Chris Koeritz [Sat, 24 Sep 2016 02:37:03 +0000 (22:37 -0400)]
updated with support for openssl 1.1.1, which is a bit premature
since it's not in any ubuntus etc yet.

7 years agoa bunch of cleaning to get wayward unit tests passing on windows. not there yet.
Chris Koeritz [Fri, 23 Sep 2016 16:05:04 +0000 (12:05 -0400)]
a bunch of cleaning to get wayward unit tests passing on windows.  not there yet.
also a nice change in tree, to support the 40,000 deep symbol tree test that was barfing.
this was totally due to having a recursive destructor with a crazy deep tree; we blew out the stack on windows,
which we never even noticed on linux.  replacement algorithm does an iterative spider instead of beautiful
recursion, but it also handles arbitrarily large trees with no additional stack frames.

7 years agolots of mods getting windows to build under cygwin without visual studio.
Chris Koeritz [Thu, 22 Sep 2016 21:47:27 +0000 (17:47 -0400)]
lots of mods getting windows to build under cygwin without visual studio.
not quite there yet, but have made it to filesystem tests.

7 years agohad to bring back curl 3rdparty for windows too, since cygwin wasn't
Chris Koeritz [Thu, 22 Sep 2016 04:29:29 +0000 (00:29 -0400)]
had to bring back curl 3rdparty for windows too, since cygwin wasn't
actually standing in for this either.  not sure why i thought it was,
but it seemed like it had made it through the whole build.

7 years agoupdated bits for cygwin, but not working with the openssl yet.
Chris Koeritz [Thu, 22 Sep 2016 03:44:15 +0000 (23:44 -0400)]
updated bits for cygwin, but not working with the openssl yet.

7 years agoadded gnutls-devel as required library. need a build for that to be proven.
Chris Koeritz [Thu, 22 Sep 2016 02:40:39 +0000 (22:40 -0400)]
added gnutls-devel as required library.  need a build for that to be proven.

7 years agoadded cygwin info to the doc.
Chris Koeritz [Thu, 22 Sep 2016 02:23:29 +0000 (22:23 -0400)]
added cygwin info to the doc.

7 years agoupdated info for cygwin install list.
Chris Koeritz [Thu, 22 Sep 2016 02:19:42 +0000 (22:19 -0400)]
updated info for cygwin install list.

7 years agodropping old curl support. really old...
Chris Koeritz [Thu, 22 Sep 2016 02:07:44 +0000 (22:07 -0400)]
dropping old curl support.  really old...

7 years agomany updates to change BINDIR to FEISTY_MEOW_BINARIES. expands on previous changes...
Chris Koeritz [Thu, 22 Sep 2016 00:46:13 +0000 (20:46 -0400)]
many updates to change BINDIR to FEISTY_MEOW_BINARIES.  expands on previous changes that removed use of short_path.

7 years agohow did these changes get lost before? they are needed for the windows builds.
Chris Koeritz [Thu, 22 Sep 2016 00:20:44 +0000 (20:20 -0400)]
how did these changes get lost before?  they are needed for the windows builds.

7 years agoholy cowbars, what idiot deleted this file? it is needed.
Chris Koeritz [Wed, 21 Sep 2016 23:45:27 +0000 (19:45 -0400)]
holy cowbars, what idiot deleted this file?  it is needed.

7 years agodon't need this one.
Chris Koeritz [Sun, 18 Sep 2016 03:00:23 +0000 (23:00 -0400)]
don't need this one.

7 years agoupdated to sort the output file of counts, so that it stays in basically the same...
Chris Koeritz [Sun, 18 Sep 2016 02:39:30 +0000 (22:39 -0400)]
updated to sort the output file of counts, so that it stays in basically the same order.  this is done by the keys, which i think are the urls.

7 years agowow, more nice new scripts. time tracker lets different activities be tracked for...
Chris Koeritz [Sun, 18 Sep 2016 00:44:13 +0000 (20:44 -0400)]
wow, more nice new scripts.  time tracker lets different activities be tracked for duration, keeping them separate by name.  the test for it just tries a random time duration and prints it out.  other tests got cleaned or renamed too.

7 years agoa few new scripts. grid land lister does a dump of the uuids and such for land on...
Chris Koeritz [Sun, 18 Sep 2016 00:07:05 +0000 (20:07 -0400)]
a few new scripts.  grid land lister does a dump of the uuids and such for land on my simulator; not very generic yet.  list old linux packs shows linux-image and linux-header that are in rc state, so not installed but also not clean.  rounder is a nice script or test runner that will keep going until a failure occurs; it keeps all the logs from each run in a directory under TMP.

7 years agoremoved debugging
Chris Koeritz [Sat, 17 Sep 2016 23:16:12 +0000 (19:16 -0400)]
removed debugging

7 years agoMerge branch 'master' of feistymeow.org:feisty_meow
Chris Koeritz [Sat, 17 Sep 2016 22:58:03 +0000 (18:58 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow

7 years agoupdated for a couple paths that weren't doing the right thing.
Chris Koeritz [Sat, 17 Sep 2016 22:57:51 +0000 (18:57 -0400)]
updated for a couple paths that weren't doing the right thing.
strangely, *.bak can be removed from the archive properly, but
etc/alternatives/* was failing.  not sure how things are working.

7 years agoupdated for a couple paths that weren't doing the right thing.
root [Sat, 17 Sep 2016 22:56:22 +0000 (18:56 -0400)]
updated for a couple paths that weren't doing the right thing.
strangely, *.bak can be removed from the archive properly, but
etc/alternatives/* was failing.  not sure how things are working.

7 years agotaking out /etc/alternatives
Chris Koeritz [Sat, 17 Sep 2016 22:47:53 +0000 (18:47 -0400)]
taking out /etc/alternatives

7 years agoha, fixed the terminal title not getting reused. the terminal isn't always just...
Chris Koeritz [Sat, 17 Sep 2016 22:43:48 +0000 (18:43 -0400)]
ha, fixed the terminal title not getting reused.  the terminal isn't always just xterm now.

7 years agostuffed the recustomize function back in, since if it is a separate shell script...
Chris Koeritz [Sat, 17 Sep 2016 22:26:08 +0000 (18:26 -0400)]
stuffed the recustomize function back in, since if it is a separate shell script it is executed in a bash subshell instead of directly in the current shell, which defeats the whole purpose of the macro being able to recustomize the current environment on the fly.

7 years agoseparated recustomize function out as separate script. added bin.ant and bin.eclipse...
Chris Koeritz [Sat, 17 Sep 2016 21:53:07 +0000 (17:53 -0400)]
separated recustomize function out as separate script.  added bin.ant and bin.eclipse as junk files.  other minor changes.

7 years agoha! now have support for finding non-checked-in files in git repositories for rev_re...
Chris Koeritz [Thu, 15 Sep 2016 16:29:14 +0000 (12:29 -0400)]
ha!  now have support for finding non-checked-in files in git repositories for rev_report_new script.

7 years agomade this slightly safer by not using stock rm
Chris Koeritz [Thu, 15 Sep 2016 05:11:13 +0000 (01:11 -0400)]
made this slightly safer by not using stock rm

7 years agomoopish
Chris Koeritz [Thu, 15 Sep 2016 04:00:48 +0000 (00:00 -0400)]
moopish

7 years agodropping some old material regarding short_path, which is no longer used.
Chris Koeritz [Thu, 15 Sep 2016 00:44:40 +0000 (20:44 -0400)]
dropping some old material regarding short_path, which is no longer used.

7 years agoadded removal of temporary dir used in test dir tree, but it exposed a long-standing...
Chris Koeritz [Wed, 14 Sep 2016 23:39:56 +0000 (19:39 -0400)]
added removal of temporary dir used in test dir tree, but it exposed a long-standing weakness in that we have no recursive delete method.
this is not rocket science, plus it's needed by places in the code, so it should be implemented.

7 years agoargh, old jpg link
Chris Koeritz [Wed, 14 Sep 2016 02:39:32 +0000 (22:39 -0400)]
argh, old jpg link

7 years agogetting this updated.
Chris Koeritz [Wed, 14 Sep 2016 02:25:41 +0000 (22:25 -0400)]
getting this updated.

7 years agoguess i'm saying these need exe perm now.
Chris Koeritz [Wed, 14 Sep 2016 01:45:09 +0000 (21:45 -0400)]
guess i'm saying these need exe perm now.

7 years agocleaned up temp file for exit case.
Chris Koeritz [Tue, 13 Sep 2016 16:07:19 +0000 (12:07 -0400)]
cleaned up temp file for exit case.

7 years agofixing loose paths.
Chris Koeritz [Tue, 13 Sep 2016 15:36:23 +0000 (11:36 -0400)]
fixing loose paths.

7 years agoadded euphrosyne host to list for music synch.
Chris Koeritz [Fri, 9 Sep 2016 00:12:57 +0000 (20:12 -0400)]
added euphrosyne host to list for music synch.

7 years agonumerous minor changes to either use the sep function instead of old name of 'line...
Chris Koeritz [Thu, 8 Sep 2016 03:46:22 +0000 (23:46 -0400)]
numerous minor changes to either use the sep function instead of old name of 'line', or to change usages of 'line' as a variable since it's a shell builtin and i generally like to avoid even the appearance of name conflicts.

7 years agoupdated to include more file types, plus better escaping to avoid matching files...
Chris Koeritz [Thu, 8 Sep 2016 01:00:07 +0000 (21:00 -0400)]
updated to include more file types, plus better escaping to avoid matching files in current dir rather than specified dir.

7 years agotook off training wheels by hiding debug output and added more comments.
Chris Koeritz [Wed, 7 Sep 2016 02:48:14 +0000 (22:48 -0400)]
took off training wheels by hiding debug output and added more comments.

7 years agoreally tasty addition of remote compares using ssh syntax, e.g. host:path notation.
Chris Koeritz [Wed, 7 Sep 2016 02:36:15 +0000 (22:36 -0400)]
really tasty addition of remote compares using ssh syntax, e.g. host:path notation.
so now can compare like this:
  compare_dirs /z/musix surya:/z/musix
to see what files are missing on one side or the other.

7 years agoadded comments, removed old commented code.
Chris Koeritz [Wed, 7 Sep 2016 02:14:54 +0000 (22:14 -0400)]
added comments, removed old commented code.

7 years agoanother custom updater script.
Chris Koeritz [Wed, 7 Sep 2016 02:07:40 +0000 (22:07 -0400)]
another custom updater script.

7 years agorecording info re nice linux usage tools similar to top.
Chris Koeritz [Wed, 7 Sep 2016 01:23:46 +0000 (21:23 -0400)]
recording info re nice linux usage tools similar to top.

7 years agofixed usage of extra line printing method to use sep.
Chris Koeritz [Wed, 7 Sep 2016 01:22:31 +0000 (21:22 -0400)]
fixed usage of extra line printing method to use sep.