Chris Koeritz [Sat, 16 Jun 2012 20:08:21 +0000 (16:08 -0400)]
updated to restore a couple logging points, and give the crypto libraries switchable
logging based on DEBUG_X flags. also fixed bug; turns out the rsa libraries are not
the slightest bit thread safe. has that problem always been there??? they have in the
past occasionally crashed, but hopefully they will no longer do this. and since i had
turned on the ssl debugging, they were kind of always crashing in the threaded tests,
so that was a bit of a signal.
Chris Koeritz [Tue, 12 Jun 2012 01:03:03 +0000 (21:03 -0400)]
new fortune, pushed file expiration date further out for recursive copier.
that expiration is for synch-based transfers, and maybe that's a sign we need to move
it out of the lower level file copying support.
Chris Koeritz [Tue, 29 May 2012 14:37:31 +0000 (10:37 -0400)]
rediscovered start-group and end-group to make linker multi-pass. may not work on
mac though, since it was beefing about these before, which was what made us take them out.
need to test.
Chris Koeritz [Tue, 29 May 2012 14:25:04 +0000 (10:25 -0400)]
updated to get right ordering. whatever happened to the linker for gcc? it is super annoyingly
single pass, and often gets hosed up when things are actually provided and are just not in an
order to its liking? plus, i'm mad at adobe about flash, not acrobat reader, although both
seem to suck, and it seems like they've given up fixing flash for linux at the most annoying
possible time. so, still sell their stock.
Fred T. Hamster [Tue, 29 May 2012 01:36:36 +0000 (21:36 -0400)]
new example, cleans up an acroread junk file created on linux systems.
adobe's not only ditching linux for android only, but they gave us a bunch of
bugs in their last version? hey everybody, let's sell off all our adobe stock.
Chris Koeritz [Sun, 20 May 2012 20:58:41 +0000 (16:58 -0400)]
nice cleanup of script to generate report with functions.
also added the "weight" of the to-dos, which is just how much disk space the
files are taking up.
Chris Koeritz [Mon, 14 May 2012 03:13:05 +0000 (23:13 -0400)]
fixed names back to .txt, since we cannot get second inventory to
generate the script names with lsl endings. too much work to only rename
lsl scripts without accidentally renaming some notecards, and to do it every
time there's a huffotronic updater being updated? yuck.
Chris Koeritz [Sun, 13 May 2012 21:52:03 +0000 (17:52 -0400)]
will take a list of files and go through them with eog as a viewer.
after each is viewed, the user will be asked if the file should be deleted
(on the console). if they say yes, it is zapped into the del keep by the
safe del script. regardless, the next picture is then displayed, etc.
useful for trolling through vast reams of vacation photos and deleting the
bad ones.
Chris Koeritz [Mon, 30 Apr 2012 14:28:58 +0000 (10:28 -0400)]
new script, basically ripping off the bracket fixer. there's a more
general way to attack this issue. we kind of want to be able to chain
a bunch of name changes together for different purposes.
Chris Koeritz [Sun, 29 Apr 2012 22:07:54 +0000 (18:07 -0400)]
wow, freaky checkin from accidental work time spent in usb flash drive, rather than
in repository where i expected these. nice that git will not tromp on things, so i could
find out about these.
Chris Koeritz [Sat, 28 Apr 2012 21:49:03 +0000 (17:49 -0400)]
two types of licenses i use for free items in the metaverse, plus licensing rights
provided by authors of timeless linked door script and the clock script author whose
name escapes me (check the text file).
Chris Koeritz [Sat, 28 Apr 2012 15:53:25 +0000 (11:53 -0400)]
new sound file, updated khandroma script using logic from start tunnels.
really we just need start tunnels to use a variable, and that would fix
all these different scripts romping around. the same approach could be used
to make the proxying script generic.
Chris Koeritz [Thu, 26 Apr 2012 12:27:20 +0000 (08:27 -0400)]
added a couple more patterns for overload report.
put a git add into the checkin command, so new files automatically get
included and moved files get noticed properly.
Chris Koeritz [Tue, 24 Apr 2012 20:17:05 +0000 (16:17 -0400)]
split the notes snarfing out of snarf_quartz. both are kind of useful.
they are separate now, because quartz is no longer where i hide all my to-dos;
these are in the cloud instead. snarf notes is actually kind of general now,
since it looks for several patterns that seem reasonable to include in the archive.
Chris Koeritz [Thu, 19 Apr 2012 01:41:43 +0000 (21:41 -0400)]
made run targets work a bit better, which will hopefully fix attack of stupidity the build
server is having when running the crypto tests, occasionally.