feisty_meow.git
12 years agoadded some guards for drives on winders that might not be mounted, since we don't...
Chris Koeritz [Tue, 6 Mar 2012 21:28:19 +0000 (16:28 -0500)]
added some guards for drives on winders that might not be mounted, since we don't want to
suffocate trying to look for files on a non-existent drive.

12 years agoMerge branch 'master' of zooty:feisty_meow
Chris Koeritz [Tue, 6 Mar 2012 13:28:30 +0000 (08:28 -0500)]
Merge branch 'master' of zooty:feisty_meow

12 years agonew fortunes.
Chris Koeritz [Tue, 6 Mar 2012 13:27:52 +0000 (08:27 -0500)]
new fortunes.

12 years agoupdated to actually work?
Chris Koeritz [Tue, 6 Mar 2012 06:43:54 +0000 (01:43 -0500)]
updated to actually work?

12 years agonew files for newer examples, now using /home/games for transient installed
Chris Koeritz [Tue, 6 Mar 2012 04:22:16 +0000 (23:22 -0500)]
new files for newer examples, now using /home/games for transient installed
games rather than /usr/local/games.  fits better with our current style of
having a huge home partition and smaller other partitions.

12 years agoupdated to correct some misapprehensions about how well gvim would work as an editor for
Chris Koeritz [Tue, 6 Mar 2012 03:39:08 +0000 (22:39 -0500)]
updated to correct some misapprehensions about how well gvim would work as an editor for
svn and git checkins.  answer: not at all well.  no editor that comes back before editing
is complete will work properly for git and svn.

12 years agogets to the uva web sites as if we're on the campus network.
Chris Koeritz [Tue, 6 Mar 2012 00:11:57 +0000 (19:11 -0500)]
gets to the uva web sites as if we're on the campus network.

12 years agoattempting to make the code build not require previous setup of scripts.
Chris Koeritz [Mon, 5 Mar 2012 22:47:17 +0000 (17:47 -0500)]
attempting to make the code build not require previous setup of scripts.

12 years agogetting editors right...
Chris Koeritz [Mon, 5 Mar 2012 19:11:39 +0000 (14:11 -0500)]
getting editors right...

12 years agotrying to get gvim back in.
Chris Koeritz [Mon, 5 Mar 2012 18:36:46 +0000 (13:36 -0500)]
trying to get gvim back in.

12 years agofixing date_stringer function.
Chris Koeritz [Sun, 4 Mar 2012 23:49:35 +0000 (18:49 -0500)]
fixing date_stringer function.

12 years agooops, fairly bad mistake in setting directory name.
Chris Koeritz [Sun, 4 Mar 2012 04:35:53 +0000 (23:35 -0500)]
oops, fairly bad mistake in setting directory name.

12 years agolanguage issue cleared up.
Chris Koeritz [Sun, 4 Mar 2012 04:33:42 +0000 (23:33 -0500)]
language issue cleared up.

12 years agomoved sftp and ssh to security directory, which makes more sense. also extracted...
Chris Koeritz [Sun, 4 Mar 2012 04:32:07 +0000 (23:32 -0500)]
moved sftp and ssh to security directory, which makes more sense.  also extracted keyfile
picking to new script and made sftp use it too.

12 years agobetter location for ssh and sftp scripts, plus made a lot nicer by having them each use
Chris Koeritz [Sun, 4 Mar 2012 04:30:04 +0000 (23:30 -0500)]
better location for ssh and sftp scripts, plus made a lot nicer by having them each use
the pick credentials stuff.

12 years agotrapping git calling us.
Chris Koeritz [Sun, 4 Mar 2012 04:23:31 +0000 (23:23 -0500)]
trapping git calling us.

12 years agotesting out this push refs problem, which i think i am causing.
Chris Koeritz [Sun, 4 Mar 2012 04:21:08 +0000 (23:21 -0500)]
testing out this push refs problem, which i think i am causing.

12 years agoprecaution that seemed to fix weirdness in backup osgrid script.
Chris Koeritz [Sun, 4 Mar 2012 02:58:38 +0000 (21:58 -0500)]
precaution that seemed to fix weirdness in backup osgrid script.

12 years agoseems to be complaining about something...
Chris Koeritz [Sun, 4 Mar 2012 00:17:35 +0000 (19:17 -0500)]
seems to be complaining about something...

12 years agoturned off debugging noise.
root [Sat, 3 Mar 2012 20:42:36 +0000 (15:42 -0500)]
turned off debugging noise.

12 years agoupdating to ensure we'll use the right identity (for fred only right now)
Chris Koeritz [Sat, 3 Mar 2012 19:19:21 +0000 (14:19 -0500)]
updating to ensure we'll use the right identity (for fred only right now)
to login to sites that know fred or the fred hamster sourceforge id.
this needs to be generalized.

12 years agoadded handling of sourceforge sites.
Chris Koeritz [Sat, 3 Mar 2012 19:16:06 +0000 (14:16 -0500)]
added handling of sourceforge sites.

12 years agodoc cleanup.
Chris Koeritz [Sat, 3 Mar 2012 18:45:41 +0000 (13:45 -0500)]
doc cleanup.

12 years agomore notes.
Chris Koeritz [Sat, 3 Mar 2012 18:04:50 +0000 (13:04 -0500)]
more notes.

12 years agofirst bits of LSL code starting to arrive.
Chris Koeritz [Sat, 3 Mar 2012 17:55:28 +0000 (12:55 -0500)]
first bits of LSL code starting to arrive.

12 years agocannot leave java home with miserable cygdrive in it, even though cygwin needs
Chris Koeritz [Fri, 2 Mar 2012 21:49:21 +0000 (16:49 -0500)]
cannot leave java home with miserable cygdrive in it, even though cygwin needs
that for the path.  must fix it for path only.

12 years agofixing for windows perhaps; maybe the lack of space after zip -rm
Chris Koeritz [Fri, 2 Mar 2012 20:28:39 +0000 (15:28 -0500)]
fixing for windows perhaps; maybe the lack of space after zip -rm
was suddenly a problem on cygwin?

12 years agotossing more whiches
Chris Koeritz [Fri, 2 Mar 2012 20:23:27 +0000 (15:23 -0500)]
tossing more whiches

12 years agocleaned out some gvim vs vi oddity on windows.
Chris Koeritz [Fri, 2 Mar 2012 20:21:35 +0000 (15:21 -0500)]
cleaned out some gvim vs vi oddity on windows.

12 years agoremoved these because they were supremely messing with my ability to get the right
Chris Koeritz [Fri, 2 Mar 2012 20:02:50 +0000 (15:02 -0500)]
removed these because they were supremely messing with my ability to get the right
cygwin zip/unzip.  hopefully no one was actually depending on this for zip.

12 years agofixing path for cygwin tools.
Chris Koeritz [Fri, 2 Mar 2012 19:30:54 +0000 (14:30 -0500)]
fixing path for cygwin tools.

12 years agodropping some drive letters i no longer use.
Chris Koeritz [Fri, 2 Mar 2012 19:15:16 +0000 (14:15 -0500)]
dropping some drive letters i no longer use.

12 years agoadded better support for dos process finds.
Chris Koeritz [Fri, 2 Mar 2012 18:33:52 +0000 (13:33 -0500)]
added better support for dos process finds.

12 years agohoping this shuts cygwin up about finding java properly and then passing
Chris Koeritz [Thu, 1 Mar 2012 21:43:06 +0000 (16:43 -0500)]
hoping this shuts cygwin up about finding java properly and then passing
JAVA_HOME along to dosdows.

12 years agohow did that error not get seen earlier?
Chris Koeritz [Wed, 29 Feb 2012 20:44:53 +0000 (15:44 -0500)]
how did that error not get seen earlier?

12 years agonew fortune.
Chris Koeritz [Wed, 29 Feb 2012 15:33:00 +0000 (10:33 -0500)]
new fortune.

12 years agoupdated headers to be more javadocy
Chris Koeritz [Tue, 28 Feb 2012 16:15:51 +0000 (11:15 -0500)]
updated headers to be more javadocy

12 years agonew fortunes
Chris Koeritz [Mon, 27 Feb 2012 13:38:14 +0000 (08:38 -0500)]
new fortunes

12 years agonot sure why i've been running under the debug flag.
Chris Koeritz [Sun, 26 Feb 2012 22:18:30 +0000 (17:18 -0500)]
not sure why i've been running under the debug flag.

12 years agostopped needing mdate to be built by using date stringer instead.
root [Sun, 26 Feb 2012 20:29:17 +0000 (15:29 -0500)]
stopped needing mdate to be built by using date stringer instead.

12 years agofixed mistake re git pull command for the simple updater.
Chris Koeritz [Fri, 24 Feb 2012 20:44:01 +0000 (15:44 -0500)]
fixed mistake re git pull command for the simple updater.

12 years agostill trying to find sweet spot for windows java.
Chris Koeritz [Fri, 24 Feb 2012 17:53:39 +0000 (12:53 -0500)]
still trying to find sweet spot for windows java.

12 years agocan't use dos paths with msys in PATH apparently.
Chris Koeritz [Fri, 24 Feb 2012 17:15:40 +0000 (12:15 -0500)]
can't use dos paths with msys in PATH apparently.

12 years agoupdated for finding jdk on winders too.
Chris Koeritz [Fri, 24 Feb 2012 17:13:47 +0000 (09:13 -0800)]
updated for finding jdk on winders too.

12 years agoupdated to include a simpler way to find windows jre.
Chris Koeritz [Fri, 24 Feb 2012 17:08:05 +0000 (09:08 -0800)]
updated to include a simpler way to find windows jre.

12 years agoupdated to scour the proper area with zapdirs.
Chris Koeritz [Fri, 24 Feb 2012 16:02:32 +0000 (11:02 -0500)]
updated to scour the proper area with zapdirs.

12 years agoupdated to support 6 digits instead of 4.
Chris Koeritz [Fri, 24 Feb 2012 15:32:21 +0000 (10:32 -0500)]
updated to support 6 digits instead of 4.

12 years agonot removing debug now since we have folders called that in current source code at...
Chris Koeritz [Thu, 23 Feb 2012 22:38:41 +0000 (17:38 -0500)]
not removing debug now since we have folders called that in current source code at work.

12 years agoworking drag and drop for files/folders to/fro client-ui.
Chris Koeritz [Thu, 23 Feb 2012 19:00:32 +0000 (14:00 -0500)]
working drag and drop for files/folders to/fro client-ui.

12 years agowhoops, had to wrap these.
Chris Koeritz [Thu, 23 Feb 2012 16:49:56 +0000 (11:49 -0500)]
whoops, had to wrap these.

12 years agofixed a couple more things that needed to be set again.
Chris Koeritz [Thu, 23 Feb 2012 16:47:25 +0000 (11:47 -0500)]
fixed a couple more things that needed to be set again.

12 years agopulled out some things bash overrides if we let it.
Chris Koeritz [Thu, 23 Feb 2012 16:44:21 +0000 (11:44 -0500)]
pulled out some things bash overrides if we let it.

12 years agoperl seems to interfere with &> /dev/null, and rather than research why right now,
Chris Koeritz [Thu, 23 Feb 2012 15:58:28 +0000 (10:58 -0500)]
perl seems to interfere with &> /dev/null, and rather than research why right now,
i switched to '> /dev/null 2> /dev/null'.

12 years agotwo helpful scripts to build my trunk of genesis 2.
Chris Koeritz [Wed, 22 Feb 2012 21:34:40 +0000 (16:34 -0500)]
two helpful scripts to build my trunk of genesis 2.

12 years agofixed really old way of thinking about home on windows.
Chris Koeritz [Wed, 22 Feb 2012 18:39:44 +0000 (13:39 -0500)]
fixed really old way of thinking about home on windows.

12 years agofixed an oops where we had been expecting bash to convey our functions
Chris Koeritz [Wed, 22 Feb 2012 15:17:49 +0000 (10:17 -0500)]
fixed an oops where we had been expecting bash to convey our functions
to subshells, which it just will not do.

12 years agofix for missing semicolon.
Chris Koeritz [Wed, 22 Feb 2012 04:30:56 +0000 (23:30 -0500)]
fix for missing semicolon.

12 years agoreduced extra paths. will re-add later if ever build on ms compiler again.
Chris Koeritz [Wed, 22 Feb 2012 03:51:52 +0000 (22:51 -0500)]
reduced extra paths.  will re-add later if ever build on ms compiler again.

12 years agooops, wrong side of if.
Chris Koeritz [Wed, 22 Feb 2012 03:45:31 +0000 (22:45 -0500)]
oops, wrong side of if.

12 years agotrying to get this re-init issue right.
Chris Koeritz [Wed, 22 Feb 2012 03:39:51 +0000 (22:39 -0500)]
trying to get this re-init issue right.

12 years agonice when something is actually right, which this was not.
Chris Koeritz [Wed, 22 Feb 2012 03:32:07 +0000 (22:32 -0500)]
nice when something is actually right, which this was not.

12 years agowow, an ancient spelling error.
Chris Koeritz [Wed, 22 Feb 2012 03:30:34 +0000 (22:30 -0500)]
wow, an ancient spelling error.

12 years agogot language fixed in inits.
Chris Koeritz [Wed, 22 Feb 2012 03:29:44 +0000 (22:29 -0500)]
got language fixed in inits.

12 years agotossing some antiquated ways of outputting to null device.
Chris Koeritz [Wed, 22 Feb 2012 03:26:08 +0000 (22:26 -0500)]
tossing some antiquated ways of outputting to null device.

12 years agoleaner and not so much meaner.
Chris Koeritz [Wed, 22 Feb 2012 03:19:50 +0000 (22:19 -0500)]
leaner and not so much meaner.

12 years agocleaning up some noise in this file.
Chris Koeritz [Wed, 22 Feb 2012 02:41:10 +0000 (21:41 -0500)]
cleaning up some noise in this file.

12 years agocleaning up error output for cygwin.
Chris Koeritz [Wed, 22 Feb 2012 01:29:19 +0000 (20:29 -0500)]
cleaning up error output for cygwin.

12 years agomaking sure we can execute the few win32 apps.
Chris Koeritz [Wed, 22 Feb 2012 01:23:34 +0000 (20:23 -0500)]
making sure we can execute the few win32 apps.

12 years agohmmm, does not seem to be finding these win32_help files yet.
Chris Koeritz [Wed, 22 Feb 2012 01:18:01 +0000 (20:18 -0500)]
hmmm, does not seem to be finding these win32_help files yet.

12 years agoupdated to remove some msys refs.
Chris Koeritz [Wed, 22 Feb 2012 01:04:29 +0000 (20:04 -0500)]
updated to remove some msys refs.

12 years agocleaned up nicely.
Chris Koeritz [Wed, 22 Feb 2012 00:53:44 +0000 (19:53 -0500)]
cleaned up nicely.

12 years agoonly hanging onto the few apps that we need, rather than the whole msys
Chris Koeritz [Wed, 22 Feb 2012 00:45:47 +0000 (19:45 -0500)]
only hanging onto the few apps that we need, rather than the whole msys
package.  msys or cygwin really need to be installed first and they need
to be independent of our code and vice-versa.

12 years agotossing older code.
Chris Koeritz [Wed, 22 Feb 2012 00:28:32 +0000 (19:28 -0500)]
tossing older code.

12 years agodebugging into current windows/cygwin hose-up.
Chris Koeritz [Wed, 22 Feb 2012 00:26:29 +0000 (19:26 -0500)]
debugging into current windows/cygwin hose-up.

12 years agotrying to script around the nuisance called cygwin.
Chris Koeritz [Wed, 22 Feb 2012 00:21:12 +0000 (19:21 -0500)]
trying to script around the nuisance called cygwin.

12 years agoMerge branch 'master' of zooty:feisty_meow
Chris Koeritz [Tue, 21 Feb 2012 02:24:58 +0000 (21:24 -0500)]
Merge branch 'master' of zooty:feisty_meow

12 years agowhoops, still had yeti reference in here.
Fred T. Hamster [Tue, 21 Feb 2012 02:24:13 +0000 (21:24 -0500)]
whoops, still had yeti reference in here.

12 years agoswitched down to neutral representation for dos paths in unixes, since
Chris Koeritz [Tue, 21 Feb 2012 02:04:33 +0000 (21:04 -0500)]
switched down to neutral representation for dos paths in unixes, since
cygwin and msys cannot agree.

12 years agotrying to wake up windows for cygwin.
Chris Koeritz [Tue, 21 Feb 2012 01:56:46 +0000 (20:56 -0500)]
trying to wake up windows for cygwin.

12 years agotossing unneeded references to dead hierarchy.
Chris Koeritz [Sun, 19 Feb 2012 22:19:58 +0000 (17:19 -0500)]
tossing unneeded references to dead hierarchy.

12 years agofixed snarfing by pattern for both variants.
Chris Koeritz [Sun, 19 Feb 2012 22:10:40 +0000 (17:10 -0500)]
fixed snarfing by pattern for both variants.

12 years agomore new fortunes.
Chris Koeritz [Sun, 19 Feb 2012 21:25:26 +0000 (16:25 -0500)]
more new fortunes.

12 years agonew fortunes.
Chris Koeritz [Sun, 19 Feb 2012 21:23:43 +0000 (16:23 -0500)]
new fortunes.

12 years agoadded cpu temperature alias.
Fred T. Hamster [Sun, 19 Feb 2012 17:12:21 +0000 (12:12 -0500)]
added cpu temperature alias.

12 years agoupdated headers, added cloud folders back into snarf notes, but this time
Chris Koeritz [Sat, 18 Feb 2012 23:03:32 +0000 (18:03 -0500)]
updated headers, added cloud folders back into snarf notes, but this time
we're not relying on any one else's cloud architecture, just a nice git
repository.

12 years agoMerge branch 'master' of zooty:feisty_meow
Chris Koeritz [Sat, 18 Feb 2012 18:57:42 +0000 (13:57 -0500)]
Merge branch 'master' of zooty:feisty_meow

12 years agoadded debug flag to get more info.
Chris Koeritz [Sat, 18 Feb 2012 18:05:19 +0000 (13:05 -0500)]
added debug flag to get more info.

12 years agonew file for running a large report on a folder hierarchy using
Chris Koeritz [Sat, 18 Feb 2012 15:49:30 +0000 (10:49 -0500)]
new file for running a large report on a folder hierarchy using
checker tool.

12 years agonew fortunes, added a repository to my list.
Chris Koeritz [Fri, 17 Feb 2012 23:07:02 +0000 (18:07 -0500)]
new fortunes, added a repository to my list.

12 years agoturned debug noise back off.
Chris Koeritz [Fri, 17 Feb 2012 18:56:59 +0000 (13:56 -0500)]
turned debug noise back off.

12 years agoargh, had broken backing up of hierarchies by patttern after extending that notion
Chris Koeritz [Fri, 17 Feb 2012 18:55:53 +0000 (13:55 -0500)]
argh, had broken backing up of hierarchies by patttern after extending that notion
to allow a sub-component for the directory name.

12 years agotossing ubuntu one because it is really unreliable. i've seen multiple cases
Chris Koeritz [Fri, 17 Feb 2012 15:32:45 +0000 (10:32 -0500)]
tossing ubuntu one because it is really unreliable.  i've seen multiple cases
where files were modified, and did not get synched, where directories were
moved, and did not get synched.  it's still worthless even after 4 releases of
ubuntu, because the bugs i've seen go all the way back to ubuntu 10.04.
really sad, because i need a feature like this, but i also need it to be 100%
reliable for the files i put into it.

12 years agomade these person specific, since they are generally for my use.
Chris Koeritz [Thu, 16 Feb 2012 20:47:28 +0000 (15:47 -0500)]
made these person specific, since they are generally for my use.

12 years agoadded quiet mode to checker.
Fred T. Hamster [Thu, 16 Feb 2012 02:37:08 +0000 (21:37 -0500)]
added quiet mode to checker.

12 years agoupdated documentation generator, seems to work again.
Chris Koeritz [Thu, 16 Feb 2012 01:47:31 +0000 (20:47 -0500)]
updated documentation generator, seems to work again.

12 years agosome branding changes, moved code copyright headers down into their own
Chris Koeritz [Thu, 16 Feb 2012 00:20:23 +0000 (19:20 -0500)]
some branding changes, moved code copyright headers down into their own
directory.

12 years agoupdated some references to old name for doc (was docs).
Chris Koeritz [Thu, 16 Feb 2012 00:11:25 +0000 (19:11 -0500)]
updated some references to old name for doc (was docs).

12 years agomoving documentation around into some kind of coherent non-mess, eventually.
Chris Koeritz [Thu, 16 Feb 2012 00:06:55 +0000 (19:06 -0500)]
moving documentation around into some kind of coherent non-mess, eventually.

12 years agoadded/updated some headers for usage in feisty meow code. the uva_header
Chris Koeritz [Wed, 15 Feb 2012 19:48:03 +0000 (14:48 -0500)]
added/updated some headers for usage in feisty meow code.  the uva_header
covers assets written for uva, whereas fmc_header is for assets where
feisty meow concerns owns the copyright.

12 years agofalling back if which is not a valid command.
Chris Koeritz [Mon, 13 Feb 2012 20:54:54 +0000 (15:54 -0500)]
falling back if which is not a valid command.