| 00:12.27 | *** join/#brlcad javamonn (~twitch@108.223.141.242) | |
| 03:27.55 | *** join/#brlcad crdueck (~cdk@24-212-219-10.cable.teksavvy.com) | |
| 07:45.36 | *** join/#brlcad luca79 (~luca@ydvlwtU-188-100.uibk.ac.at) | |
| 09:44.16 | *** join/#brlcad Al_Da_Best (~Al_Da_Bes@cpc2-shep12-2-0-cust21.8-3.cable.virginmedia.com) | |
| 10:58.59 | *** join/#brlcad Skriptkid (~Skriptkid@117.202.111.81) | |
| 12:41.55 | *** join/#brlcad maths22_ (~gcimaths@66-118-151-70.static.sagonet.net) | |
| 14:38.33 | *** join/#brlcad EricPoehlsen (~Eric@ip-109-84-168-149.web.vodafone.de) | |
| 14:42.50 | *** join/#brlcad Skriptkid (~Skriptkid@117.208.167.154) | |
| 15:10.45 | maths22 | brlcad: can I host a small php webapplication on crit in my user directory? | 
| 15:19.46 | *** join/#brlcad Skriptkid (~Skriptkid@117.208.167.154) | |
| 16:57.03 | *** join/#brlcad archivist (~archivist@host81-149-189-98.in-addr.btopenworld.com) | |
| 17:19.55 | *** join/#brlcad Skriptkid (~Skriptkid@117.208.167.154) | |
| 18:10.36 | Notify | 03BRL-CAD:carlmoore * 54191 brlcad/trunk/TODO: change 'and fo' to 'for' (assuming that is the intended meaning) | 
| 18:23.08 | Notify | 03BRL-CAD:carlmoore * 54192 brlcad/trunk/doc/docbook/system/mann/en/handle.xml: fix 2 consecutive words 'for the' | 
| 18:37.06 | *** join/#brlcad EricPoehlsen (~Eric@109.46.210.149) | |
| 18:43.17 | *** join/#brlcad PrezKennedy (~DarkCalf@173.231.40.98) | |
| 18:58.22 | Notify | 03BRL-CAD:bob1961 * 54193 brlcad/trunk/src/tclscripts/lib/Ged.tcl: Updates for cadwidgets::Ged. Added the following options: -drawRayOdd, -drawRayEven and -drawRayVoid. Also added draw_ray, erase_ray and color_to_tk. | 
| 19:07.08 | Notify | 03BRL-CAD:bob1961 * 54194 (brlcad/trunk/src/tclscripts/archer/Archer.tcl brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl): Added the ability to fire rays to get nirt-like results by using the mouse to pick shot locations while in "Measuring Tool" mode. For speed, the raytracer is prepped only if the display items change. Also added preferences for setting colors for the ray partitions. | 
| 20:13.11 | Notify | 03BRL-CAD:carlmoore * 54195 brlcad/trunk/src/fb/fbzoom.c: fix spelling in a comment | 
| 21:17.13 | *** join/#brlcad crdueck (~cdk@24.212.219.10) | |
| 22:23.45 | Notify | 03BRL-CAD Wiki:PrestoncdvdumwfdiRoura * 4935 /wiki/Extremely_Place_To_Sell_Gold: New page: Stick to either NGC or alternatively PCGS certified coins. Sometimes people second-hand iron to protect their stashes and this will confuse all the signals even more, so you will have to d... | 
| 22:52.07 | brlcad | maths22: yep | 
| 23:17.20 | starseeker | ``Erik: here's a challenge for your lisp+web fu - do you think you could duplicate the functionality displayed here? http://www.cs.umd.edu/~bederson/papers/index.html | 
| 23:18.53 | starseeker | ``Erik: looks like he's doing some custom python backend work, but probably at least some of the javascript would translate | 
| 23:20.16 | starseeker | ``Erik: would be interesting if one or more bibtex files could be read into lisp somehow to provide the search filtering ability... | 
| 23:21.21 | starseeker | we'd have to add a few custom entires to the bibtex files to supply keywords for papers | 
| 23:27.26 | starseeker | hmm... this might help us tie our bibtex files directly to the web searching interface: http://ftp.math.utah.edu/pub//bibsql/ | 
| 23:31.00 | ``Erik | if there is python as a server, it's very very trivial. that page is all javascript with 4 ajax calls to populate the data sets... one is http://hcil2.cs.umd.edu/bederson/pubs/pubs/authors/ | 
| 23:31.17 | ``Erik | d3 in action, yo, that graph stuff I showed you a week ago :) | 
| 23:32.27 | ``Erik | a server side search capability (with ajax trim) would be trivial to write in any old language, even php | 
| 23:34.11 | ``Erik | (defun dothingy (stream query) (print-as-json stream (remove nil (mapcar (lambda (x) (searchfunc query x)) biglist)))) ; done | 
| 23:40.57 | maths22 | thanks. can I create a mysql database to go with it, or should I host that elsewhere (it is for the Robotics Club i participate in) | 
| 23:57.33 | ``Erik | might be worth waiting until migration is completed before creating a new db, just to minimize merge effort |