feisty_meow.git
7 years agofixing paths
Fred T. Hamster [Tue, 3 Jan 2017 19:55:10 +0000 (14:55 -0500)]
fixing paths

7 years agounified the naming system for all crontabs
Chris Koeritz [Tue, 3 Jan 2017 16:59:12 +0000 (11:59 -0500)]
unified the naming system for all crontabs

now every crontab that should produce an output file follows the form: &>>/tmp/${USER}-cron-PURPOSE.log where PURPOSE depends on what the crontab does.

7 years agonew example code
Chris Koeritz [Tue, 3 Jan 2017 06:21:18 +0000 (01:21 -0500)]
new example code

7 years agoupdated with better perl docs
Chris Koeritz [Tue, 3 Jan 2017 01:14:23 +0000 (20:14 -0500)]
updated with better perl docs

7 years agofixed timing
Chris Koeritz [Tue, 3 Jan 2017 01:03:13 +0000 (20:03 -0500)]
fixed timing

7 years agoadded another code example
Chris Koeritz [Mon, 2 Jan 2017 21:28:38 +0000 (16:28 -0500)]
added another code example

7 years agovery tastier crontab updates
Chris Koeritz [Mon, 2 Jan 2017 20:40:18 +0000 (15:40 -0500)]
very tastier crontab updates

7 years agotastier text info
Chris Koeritz [Mon, 2 Jan 2017 20:32:56 +0000 (15:32 -0500)]
tastier text info

7 years agofavorable naming deities are with us?
Chris Koeritz [Mon, 2 Jan 2017 19:55:39 +0000 (14:55 -0500)]
favorable naming deities are with us?

7 years agonew fortune
Chris Koeritz [Mon, 2 Jan 2017 19:26:40 +0000 (14:26 -0500)]
new fortune

7 years agocomment re installing elflord scheme
Chris Koeritz [Mon, 2 Jan 2017 19:15:56 +0000 (14:15 -0500)]
comment re installing elflord scheme

7 years agotastier config has tests enabled
Chris Koeritz [Mon, 2 Jan 2017 17:36:57 +0000 (12:36 -0500)]
tastier config has tests enabled

7 years agotasty cron revival
Chris Koeritz [Mon, 2 Jan 2017 17:27:47 +0000 (12:27 -0500)]
tasty cron revival

pushed the repeated bits out to a single file, removed old cron files, cleaned up existing.

7 years agofixing path in calendar script
Chris Koeritz [Mon, 2 Jan 2017 17:01:48 +0000 (12:01 -0500)]
fixing path in calendar script

7 years agotook cloud out of note snarfer
Chris Koeritz [Mon, 2 Jan 2017 05:19:58 +0000 (00:19 -0500)]
took cloud out of note snarfer

7 years agocleaning crons
Chris Koeritz [Mon, 2 Jan 2017 05:02:46 +0000 (00:02 -0500)]
cleaning crons

7 years agocleaned some cron
Chris Koeritz [Mon, 2 Jan 2017 03:43:01 +0000 (22:43 -0500)]
cleaned some cron

added a new script used on web server to pack feisty meow releases periodically.
cleaned old stuff out of the swim_upstream script.
more checking done in archival scripts.

7 years agorefactored trac backup
Chris Koeritz [Mon, 2 Jan 2017 01:14:15 +0000 (20:14 -0500)]
refactored trac backup

using the arbitrary backup script in the backup trac script now.
also fixed algorithms makefile for name change.

7 years agofloopies
Chris Koeritz [Sun, 1 Jan 2017 23:12:07 +0000 (18:12 -0500)]
floopies

7 years agotasty solution to word break finder
Chris Koeritz [Sun, 1 Jan 2017 22:52:55 +0000 (17:52 -0500)]
tasty solution to word break finder

wrote up the solution on the whiteboard, trying to remember to speak my way through it.  then turned that solution into real code, to check where i was hosing up.  need to remember static void main(String args[]) rather than C variants.  got most function names pretty right for simple stuff.  code was actually correct modulo a couple infinitely looping bugs.  oof.

7 years agotasty cakes renaming and cleaning
Chris Koeritz [Sun, 1 Jan 2017 20:39:19 +0000 (15:39 -0500)]
tasty cakes renaming and cleaning

fixed stupid placeholder file by using it as an anchor for the sorts methods instead.
added an efficient randomize list method in sorts.
using new randomize list method in sorts tester, removing yet more code.  mmmm.

7 years agorenamings and add of singly linked list
Chris Koeritz [Sun, 1 Jan 2017 18:12:52 +0000 (13:12 -0500)]
renamings and add of singly linked list

fixed name of "list" class to be doubly linked list, since it is that.  now kind of grossed out by doubly linked list's implementation; suggest overhauling it so dl list IS a node in the dl list, rather than just a manager of node objects.  also noting it has a gross iterator implementation, but it appears to be critical to the design of the class, so try to leave it intact.
added a very basic singly linked list in order to have the new cycle detection algorithm.  added a test for singly linked lists.
added definition for eclipse on gnu unix of __UNIX__, which calmed a lot of complaints about HOOPLE_MAIN and other memset/strncpy/etc methods.

7 years agofixed O rating for shell sort
Chris Koeritz [Sun, 1 Jan 2017 06:43:52 +0000 (01:43 -0500)]
fixed O rating for shell sort

7 years agoquick sort now working also
Chris Koeritz [Sun, 1 Jan 2017 06:37:39 +0000 (01:37 -0500)]
quick sort now working also

7 years agoworking merge and heap sorts
Chris Koeritz [Sun, 1 Jan 2017 04:00:39 +0000 (23:00 -0500)]
working merge and heap sorts

7 years agodeep mods
Chris Koeritz [Sat, 31 Dec 2016 00:25:04 +0000 (19:25 -0500)]
deep mods

changed troublesome NIL definition to NULL_POINTER.  may need to refine further to get rid of annoying complaints about NULL_POINTER not being a static.
also added a merge sort and the start of quick sort and heap sort.  defined partial heap class, to be moved elsewhere.

7 years agoadded walrus
Chris Koeritz [Fri, 30 Dec 2016 08:43:43 +0000 (03:43 -0500)]
added walrus

7 years agomore eclipse mods
Chris Koeritz [Fri, 30 Dec 2016 06:24:18 +0000 (01:24 -0500)]
more eclipse mods

7 years agobetter capitalization is none
Chris Koeritz [Fri, 30 Dec 2016 05:22:40 +0000 (00:22 -0500)]
better capitalization is none

7 years agobetter regeneration skillz
Chris Koeritz [Fri, 30 Dec 2016 05:20:22 +0000 (00:20 -0500)]
better regeneration skillz

7 years agomore eclipse mods
Chris Koeritz [Fri, 30 Dec 2016 04:12:53 +0000 (23:12 -0500)]
more eclipse mods

7 years agoadding /usr/local/fred to refred
Chris Koeritz [Thu, 29 Dec 2016 23:11:17 +0000 (18:11 -0500)]
adding /usr/local/fred to refred

7 years agoeclipse mods
Chris Koeritz [Thu, 22 Dec 2016 22:58:59 +0000 (17:58 -0500)]
eclipse mods

7 years agochanged lingo for skipping
Chris Koeritz [Tue, 20 Dec 2016 15:52:57 +0000 (10:52 -0500)]
changed lingo for skipping

7 years agoadded missing source of functions
Chris Koeritz [Tue, 20 Dec 2016 07:14:04 +0000 (02:14 -0500)]
added missing source of functions

7 years agoadded separators
Chris Koeritz [Tue, 20 Dec 2016 07:08:19 +0000 (02:08 -0500)]
added separators

7 years agonew fortean
Chris Koeritz [Tue, 20 Dec 2016 03:54:42 +0000 (22:54 -0500)]
new fortean

7 years agonew fortune
Chris Koeritz [Tue, 20 Dec 2016 03:39:56 +0000 (22:39 -0500)]
new fortune

7 years agomodernized, reordered list of repos
Chris Koeritz [Tue, 20 Dec 2016 03:35:47 +0000 (22:35 -0500)]
modernized, reordered list of repos

7 years agosmoot-tastic with the .no-checkin
Chris Koeritz [Tue, 20 Dec 2016 03:01:06 +0000 (22:01 -0500)]
smoot-tastic with the .no-checkin

now can add a .no-checkin file at the top of a repository (svn, git, etc) and if that file is found, then the repository will not be checked in or have changes reported by our tools.  this is crucial for checking out others repos that we don't intend to modify.

7 years agocleaning some cruft out
Chris Koeritz [Tue, 20 Dec 2016 02:54:51 +0000 (21:54 -0500)]
cleaning some cruft out

7 years agonew fortune
Chris Koeritz [Mon, 19 Dec 2016 21:32:00 +0000 (16:32 -0500)]
new fortune

7 years agoa change from eclipse
Chris Koeritz [Mon, 19 Dec 2016 16:14:16 +0000 (11:14 -0500)]
a change from eclipse

7 years agoremoved a couple of defunct backup folders
Chris Koeritz [Mon, 19 Dec 2016 15:33:51 +0000 (10:33 -0500)]
removed a couple of defunct backup folders

7 years agonew public version of walrus utilities
Chris Koeritz [Sun, 18 Dec 2016 15:05:16 +0000 (10:05 -0500)]
new public version of walrus utilities

7 years agoappending to last run file
Chris Koeritz [Sun, 18 Dec 2016 05:33:35 +0000 (00:33 -0500)]
appending to last run file

7 years agonicer versions include history size
Chris Koeritz [Sat, 17 Dec 2016 21:17:38 +0000 (16:17 -0500)]
nicer versions include history size

7 years agonew fortune
Chris Koeritz [Sat, 17 Dec 2016 20:40:19 +0000 (15:40 -0500)]
new fortune

7 years agonew crontab for renewing letsencrypt
Chris Koeritz [Sat, 17 Dec 2016 19:39:52 +0000 (14:39 -0500)]
new crontab for renewing letsencrypt

7 years agooh crud, a pdf snuck in there; replaced with link.
Chris Koeritz [Fri, 16 Dec 2016 21:43:57 +0000 (16:43 -0500)]
oh crud, a pdf snuck in there; replaced with link.

7 years agorenamed webby to hypermedia
Chris Koeritz [Fri, 16 Dec 2016 21:39:04 +0000 (16:39 -0500)]
renamed webby to hypermedia

hypermedia is a general term for things like hypertest and the world wide web, so that seems appropriate.  webby was a totally stupid name chosen on the spur off the cuff of the moment extemporaneously, and very poorly.

7 years agodropped specialization for curie; now has space
Chris Koeritz [Fri, 16 Dec 2016 02:08:21 +0000 (21:08 -0500)]
dropped specialization for curie; now has space

7 years agoadded a games category
Chris Koeritz [Thu, 15 Dec 2016 05:54:00 +0000 (00:54 -0500)]
added a games category

info overload script got a new category for games and other fun stuff.  a lot of my notes are about game progress, install issues, problems running, quests to look up, and other silly stuff.  it needs its own category.  it's debatable whether it should count against the backlog, but i guess if it's in there, i supposedly intend to do it and thus it represents a time synch.

7 years agoadded separators for readability
Chris Koeritz [Thu, 15 Dec 2016 05:17:20 +0000 (00:17 -0500)]
added separators for readability

7 years agonicer names for personal sychronization scripts.
Chris Koeritz [Wed, 14 Dec 2016 18:52:00 +0000 (13:52 -0500)]
nicer names for personal sychronization scripts.

7 years agonew fortune.
Chris Koeritz [Wed, 14 Dec 2016 18:42:05 +0000 (13:42 -0500)]
new fortune.

7 years agonow prints the actions being done
Chris Koeritz [Wed, 14 Dec 2016 14:59:36 +0000 (09:59 -0500)]
now prints the actions being done

7 years agoadded some extra info in report.
Chris Koeritz [Wed, 14 Dec 2016 06:01:17 +0000 (01:01 -0500)]
added some extra info in report.

7 years agonew fortune
Chris Koeritz [Wed, 14 Dec 2016 02:38:21 +0000 (21:38 -0500)]
new fortune

7 years agonew script creates the disc mgt hierarchy
Chris Koeritz [Tue, 13 Dec 2016 22:21:49 +0000 (17:21 -0500)]
new script creates the disc mgt hierarchy

7 years agorevised and fixed
Chris Koeritz [Tue, 13 Dec 2016 06:44:31 +0000 (01:44 -0500)]
revised and fixed

7 years agocleaned up implementation by making functions
Chris Koeritz [Mon, 12 Dec 2016 21:07:35 +0000 (16:07 -0500)]
cleaned up implementation by making functions

7 years agoadding the basement archive to the list of synchs
Chris Koeritz [Mon, 12 Dec 2016 17:51:16 +0000 (12:51 -0500)]
adding the basement archive to the list of synchs

7 years agowas missing ignore for *.tmp files
Chris Koeritz [Mon, 12 Dec 2016 12:27:22 +0000 (07:27 -0500)]
was missing ignore for *.tmp files

7 years agotrash object, should never have gotten checked in.
Chris Koeritz [Mon, 12 Dec 2016 12:25:31 +0000 (07:25 -0500)]
trash object, should never have gotten checked in.

7 years agotasty renamings
Chris Koeritz [Mon, 12 Dec 2016 12:10:56 +0000 (07:10 -0500)]
tasty renamings

moved doc to documentation and fixed all references ( i hope ).
moved customizing to customize and fixed all refs ( ditto ).
added nice docs to doxygen docs builder for error case.

7 years agofixed comments and got working
Chris Koeritz [Mon, 12 Dec 2016 11:29:53 +0000 (06:29 -0500)]
fixed comments and got working

nice changes while getting this new scheme working (thinking of downstream the right way).  left a documentation trail for next time when a relay repository needs to be created.

7 years agorationalizing repository downstream flow control
Chris Koeritz [Mon, 12 Dec 2016 11:06:01 +0000 (06:06 -0500)]
rationalizing repository downstream flow control

7 years agoforps
Chris Koeritz [Mon, 12 Dec 2016 11:05:39 +0000 (06:05 -0500)]
forps

7 years agonice renaming
Chris Koeritz [Mon, 12 Dec 2016 10:50:05 +0000 (05:50 -0500)]
nice renaming

7 years agocleaning and polishing
Chris Koeritz [Mon, 12 Dec 2016 10:02:26 +0000 (05:02 -0500)]
cleaning and polishing

added a guard on update musix script so only curie can run it.
added a bit more notes about customization and some todo items.
moved spiel out of the way to clear the 's' char in top level for scripts.
nice rename in examples.
cleaned up examples readme file.

7 years agonew fortune.
Chris Koeritz [Sun, 11 Dec 2016 04:56:49 +0000 (23:56 -0500)]
new fortune.

7 years agoupdated with a comment at top
Chris Koeritz [Sat, 10 Dec 2016 06:32:01 +0000 (01:32 -0500)]
updated with a comment at top

7 years agoupdated bashrc examples
Chris Koeritz [Sat, 10 Dec 2016 06:21:07 +0000 (01:21 -0500)]
updated bashrc examples

now includes the full file needed for normal and root users.

7 years agofixed calendar notifier startup
Chris Koeritz [Sat, 10 Dec 2016 00:45:32 +0000 (19:45 -0500)]
fixed calendar notifier startup

fixed a quoting issue that kept a variable from being expanded for the atq job used by the calendar notifier.
not sure why junkempty was there, so deleted it.

7 years agofixed readme to be a quick start
Chris Koeritz [Fri, 9 Dec 2016 22:51:01 +0000 (17:51 -0500)]
fixed readme to be a quick start

pushed the terrible readme file out of the way and moved building.txt into place as the new version.  also cleaned up the ordering and steps in the new readme.

7 years agofixed unusable comment
Chris Koeritz [Fri, 9 Dec 2016 21:38:13 +0000 (16:38 -0500)]
fixed unusable comment

7 years agonew fortune
Chris Koeritz [Tue, 29 Nov 2016 15:29:20 +0000 (10:29 -0500)]
new fortune

7 years agonew fortune
Chris Koeritz [Fri, 25 Nov 2016 17:34:39 +0000 (12:34 -0500)]
new fortune

7 years agonew fortune
Chris Koeritz [Fri, 25 Nov 2016 14:38:52 +0000 (09:38 -0500)]
new fortune

7 years agonew fortune.
Chris Koeritz [Fri, 18 Nov 2016 19:13:45 +0000 (14:13 -0500)]
new fortune.

7 years agonew fortune
Chris Koeritz [Wed, 16 Nov 2016 11:56:46 +0000 (06:56 -0500)]
new fortune

7 years agoadded comments in crontabs for purpose.
Chris Koeritz [Fri, 4 Nov 2016 07:57:12 +0000 (03:57 -0400)]
added comments in crontabs for purpose.

added functional title before each block of real crontab guts

7 years agonew fortune.
Chris Koeritz [Fri, 4 Nov 2016 07:03:24 +0000 (03:03 -0400)]
new fortune.

7 years agochanged fallout3 path. not tested yet.
Chris Koeritz [Wed, 2 Nov 2016 15:05:32 +0000 (11:05 -0400)]
changed fallout3 path.  not tested yet.

7 years agosnux
Chris Koeritz [Tue, 1 Nov 2016 01:22:34 +0000 (21:22 -0400)]
snux

7 years agonew fortune, fixed readme.
Chris Koeritz [Mon, 31 Oct 2016 23:28:19 +0000 (19:28 -0400)]
new fortune, fixed readme.

7 years agonew fortunes.
Chris Koeritz [Thu, 27 Oct 2016 17:15:01 +0000 (13:15 -0400)]
new fortunes.

7 years agoadding test of angle average tricky problem
Chris Koeritz [Thu, 27 Oct 2016 15:34:52 +0000 (11:34 -0400)]
adding test of angle average tricky problem

solution not completely vetted but is answering seemingly correctly for all the cases i have.

7 years agonew fortunes
Chris Koeritz [Sat, 22 Oct 2016 20:14:04 +0000 (16:14 -0400)]
new fortunes

7 years agonew fortune.
Chris Koeritz [Wed, 19 Oct 2016 03:05:30 +0000 (23:05 -0400)]
new fortune.

7 years agonew fortune.
Chris Koeritz [Tue, 18 Oct 2016 18:48:52 +0000 (14:48 -0400)]
new fortune.

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).