Chris Koeritz [Sun, 22 Jan 2017 16:45:07 +0000 (11:45 -0500)]
dropped debugging
terminal title stuff seems to actually be working now. problem seemed to be declaring the prior terminal titles array; even though was not setting a value, this was clearing the contents out!
Chris Koeritz [Sun, 22 Jan 2017 16:43:27 +0000 (11:43 -0500)]
still spelunking in terminal title dirt
Chris Koeritz [Sun, 22 Jan 2017 16:17:56 +0000 (11:17 -0500)]
added save for title in regenerate
Chris Koeritz [Sun, 22 Jan 2017 16:15:17 +0000 (11:15 -0500)]
added terminal title savings
Chris Koeritz [Sun, 22 Jan 2017 15:55:23 +0000 (10:55 -0500)]
redoing terminal title code
really hated the ad hoc scheme for doing this before, so have moved everything into a terminal_titler file. also have implemented a stack of titles, since you never know how many things have gone on before you; just one title is not enough for a cascade of operations that could possibly set titles.
Chris Koeritz [Sun, 22 Jan 2017 03:20:45 +0000 (22:20 -0500)]
dropping this for now; should use syncthing.
Chris Koeritz [Sat, 21 Jan 2017 01:49:54 +0000 (20:49 -0500)]
still tweaking title
Chris Koeritz [Wed, 18 Jan 2017 03:33:35 +0000 (22:33 -0500)]
frunks
Chris Koeritz [Wed, 18 Jan 2017 03:19:12 +0000 (22:19 -0500)]
debugging still non-working labeller
Chris Koeritz [Tue, 17 Jan 2017 15:37:21 +0000 (10:37 -0500)]
renamed netpush to netcp, better sense
Chris Koeritz [Fri, 13 Jan 2017 20:01:15 +0000 (15:01 -0500)]
reworked saving terminal title
Chris Koeritz [Tue, 10 Jan 2017 20:13:49 +0000 (15:13 -0500)]
new alias netpush
got tired of typing the same old parameters to rsync, or sometimes still accidentally calling rcp instead, so now have an alias called 'netpush' that just does an 'rsync -avz' to move files or folders to remote (or local) targets. remember to use the syntax for the destination with the hostname, colon, and path. for example: netpush myfile surya:. (copies myfile to the machine surya in the home directory of the user).
Chris Koeritz [Fri, 6 Jan 2017 01:44:06 +0000 (20:44 -0500)]
revised for more generality
Chris Koeritz [Wed, 4 Jan 2017 17:47:32 +0000 (12:47 -0500)]
awesome assets from gffs code
shared under apache asl license version 2.0. modified to fit within feisty meow naming system.
Chris Koeritz [Wed, 4 Jan 2017 05:31:50 +0000 (00:31 -0500)]
fixed annoying weirdness with lesser
now showing normal pages will tabulate and view great, but also code view will work too. the -r (raw) flag was only needed in code view mode and was messing up normal file viewing.
Chris Koeritz [Tue, 3 Jan 2017 21:02:50 +0000 (16:02 -0500)]
nice implementations and bad implem
the binary search tree is probably ready for general purpose use.
the rectangle intersector "good answer" is totally hosed still; need to mentally process the algorithm. also need a better description of how to search the BST appropriately for y values. postponing for now.
Fred T. Hamster [Tue, 3 Jan 2017 19:55:10 +0000 (14:55 -0500)]
fixing paths
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.
Chris Koeritz [Tue, 3 Jan 2017 06:21:18 +0000 (01:21 -0500)]
new example code
Chris Koeritz [Tue, 3 Jan 2017 01:14:23 +0000 (20:14 -0500)]
updated with better perl docs
Chris Koeritz [Tue, 3 Jan 2017 01:03:13 +0000 (20:03 -0500)]
fixed timing
Chris Koeritz [Mon, 2 Jan 2017 21:28:38 +0000 (16:28 -0500)]
added another code example
Chris Koeritz [Mon, 2 Jan 2017 20:40:18 +0000 (15:40 -0500)]
very tastier crontab updates
Chris Koeritz [Mon, 2 Jan 2017 20:32:56 +0000 (15:32 -0500)]
tastier text info
Chris Koeritz [Mon, 2 Jan 2017 19:55:39 +0000 (14:55 -0500)]
favorable naming deities are with us?
Chris Koeritz [Mon, 2 Jan 2017 19:26:40 +0000 (14:26 -0500)]
new fortune
Chris Koeritz [Mon, 2 Jan 2017 19:15:56 +0000 (14:15 -0500)]
comment re installing elflord scheme
Chris Koeritz [Mon, 2 Jan 2017 17:36:57 +0000 (12:36 -0500)]
tastier config has tests enabled
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.
Chris Koeritz [Mon, 2 Jan 2017 17:01:48 +0000 (12:01 -0500)]
fixing path in calendar script
Chris Koeritz [Mon, 2 Jan 2017 05:19:58 +0000 (00:19 -0500)]
took cloud out of note snarfer
Chris Koeritz [Mon, 2 Jan 2017 05:02:46 +0000 (00:02 -0500)]
cleaning crons
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.
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.
Chris Koeritz [Sun, 1 Jan 2017 23:12:07 +0000 (18:12 -0500)]
floopies
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.
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.
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.
Chris Koeritz [Sun, 1 Jan 2017 06:43:52 +0000 (01:43 -0500)]
fixed O rating for shell sort
Chris Koeritz [Sun, 1 Jan 2017 06:37:39 +0000 (01:37 -0500)]
quick sort now working also
Chris Koeritz [Sun, 1 Jan 2017 04:00:39 +0000 (23:00 -0500)]
working merge and heap sorts
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.
Chris Koeritz [Fri, 30 Dec 2016 08:43:43 +0000 (03:43 -0500)]
added walrus
Chris Koeritz [Fri, 30 Dec 2016 06:24:18 +0000 (01:24 -0500)]
more eclipse mods
Chris Koeritz [Fri, 30 Dec 2016 05:22:40 +0000 (00:22 -0500)]
better capitalization is none
Chris Koeritz [Fri, 30 Dec 2016 05:20:22 +0000 (00:20 -0500)]
better regeneration skillz
Chris Koeritz [Fri, 30 Dec 2016 04:12:53 +0000 (23:12 -0500)]
more eclipse mods
Chris Koeritz [Thu, 29 Dec 2016 23:11:17 +0000 (18:11 -0500)]
adding /usr/local/fred to refred
Chris Koeritz [Thu, 22 Dec 2016 22:58:59 +0000 (17:58 -0500)]
eclipse mods
Chris Koeritz [Tue, 20 Dec 2016 15:52:57 +0000 (10:52 -0500)]
changed lingo for skipping
Chris Koeritz [Tue, 20 Dec 2016 07:14:04 +0000 (02:14 -0500)]
added missing source of functions
Chris Koeritz [Tue, 20 Dec 2016 07:08:19 +0000 (02:08 -0500)]
added separators
Chris Koeritz [Tue, 20 Dec 2016 03:54:42 +0000 (22:54 -0500)]
new fortean
Chris Koeritz [Tue, 20 Dec 2016 03:39:56 +0000 (22:39 -0500)]
new fortune
Chris Koeritz [Tue, 20 Dec 2016 03:35:47 +0000 (22:35 -0500)]
modernized, reordered list of repos
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.
Chris Koeritz [Tue, 20 Dec 2016 02:54:51 +0000 (21:54 -0500)]
cleaning some cruft out
Chris Koeritz [Mon, 19 Dec 2016 21:32:00 +0000 (16:32 -0500)]
new fortune
Chris Koeritz [Mon, 19 Dec 2016 16:14:16 +0000 (11:14 -0500)]
a change from eclipse
Chris Koeritz [Mon, 19 Dec 2016 15:33:51 +0000 (10:33 -0500)]
removed a couple of defunct backup folders
Chris Koeritz [Sun, 18 Dec 2016 15:05:16 +0000 (10:05 -0500)]
new public version of walrus utilities
Chris Koeritz [Sun, 18 Dec 2016 05:33:35 +0000 (00:33 -0500)]
appending to last run file
Chris Koeritz [Sat, 17 Dec 2016 21:17:38 +0000 (16:17 -0500)]
nicer versions include history size
Chris Koeritz [Sat, 17 Dec 2016 20:40:19 +0000 (15:40 -0500)]
new fortune
Chris Koeritz [Sat, 17 Dec 2016 19:39:52 +0000 (14:39 -0500)]
new crontab for renewing letsencrypt
Chris Koeritz [Fri, 16 Dec 2016 21:43:57 +0000 (16:43 -0500)]
oh crud, a pdf snuck in there; replaced with link.
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.
Chris Koeritz [Fri, 16 Dec 2016 02:08:21 +0000 (21:08 -0500)]
dropped specialization for curie; now has space
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.
Chris Koeritz [Thu, 15 Dec 2016 05:17:20 +0000 (00:17 -0500)]
added separators for readability
Chris Koeritz [Wed, 14 Dec 2016 18:52:00 +0000 (13:52 -0500)]
nicer names for personal sychronization scripts.
Chris Koeritz [Wed, 14 Dec 2016 18:42:05 +0000 (13:42 -0500)]
new fortune.
Chris Koeritz [Wed, 14 Dec 2016 14:59:36 +0000 (09:59 -0500)]
now prints the actions being done
Chris Koeritz [Wed, 14 Dec 2016 06:01:17 +0000 (01:01 -0500)]
added some extra info in report.
Chris Koeritz [Wed, 14 Dec 2016 02:38:21 +0000 (21:38 -0500)]
new fortune
Chris Koeritz [Tue, 13 Dec 2016 22:21:49 +0000 (17:21 -0500)]
new script creates the disc mgt hierarchy
Chris Koeritz [Tue, 13 Dec 2016 06:44:31 +0000 (01:44 -0500)]
revised and fixed
Chris Koeritz [Mon, 12 Dec 2016 21:07:35 +0000 (16:07 -0500)]
cleaned up implementation by making functions
Chris Koeritz [Mon, 12 Dec 2016 17:51:16 +0000 (12:51 -0500)]
adding the basement archive to the list of synchs
Chris Koeritz [Mon, 12 Dec 2016 12:27:22 +0000 (07:27 -0500)]
was missing ignore for *.tmp files
Chris Koeritz [Mon, 12 Dec 2016 12:25:31 +0000 (07:25 -0500)]
trash object, should never have gotten checked in.
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.
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.
Chris Koeritz [Mon, 12 Dec 2016 11:06:01 +0000 (06:06 -0500)]
rationalizing repository downstream flow control
Chris Koeritz [Mon, 12 Dec 2016 11:05:39 +0000 (06:05 -0500)]
forps
Chris Koeritz [Mon, 12 Dec 2016 10:50:05 +0000 (05:50 -0500)]
nice renaming
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.
Chris Koeritz [Sun, 11 Dec 2016 04:56:49 +0000 (23:56 -0500)]
new fortune.
Chris Koeritz [Sat, 10 Dec 2016 06:32:01 +0000 (01:32 -0500)]
updated with a comment at top
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.
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.
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.
Chris Koeritz [Fri, 9 Dec 2016 21:38:13 +0000 (16:38 -0500)]
fixed unusable comment
Chris Koeritz [Tue, 29 Nov 2016 15:29:20 +0000 (10:29 -0500)]
new fortune
Chris Koeritz [Fri, 25 Nov 2016 17:34:39 +0000 (12:34 -0500)]
new fortune
Chris Koeritz [Fri, 25 Nov 2016 14:38:52 +0000 (09:38 -0500)]
new fortune
Chris Koeritz [Fri, 18 Nov 2016 19:13:45 +0000 (14:13 -0500)]
new fortune.
Chris Koeritz [Wed, 16 Nov 2016 11:56:46 +0000 (06:56 -0500)]
new fortune
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
Chris Koeritz [Fri, 4 Nov 2016 07:03:24 +0000 (03:03 -0400)]
new fortune.