recording the mouse position350 (2/19/2009 8:21:18 PM) comp.soft-sys.matlab Here is a modification of some code a kind soul posted on the web. I would like to collect data while the mouse is down. What happens is that the program takes the data in only if the mouse is right on the dot... anne001
Can't figure out landscape140 (10/3/2008 12:54:37 AM) comp.soft-sys.matlab I have googled around and came up with the following brew set(0, 'DefaultFigurePaperOrient', 'landscape') ORIENT LANDSCAPE .... figure(1) set(gcf, 'PaperPositionMode', 'manual'); set(gcf, 'PaperUnits', 'inc... anne001
how to add a primary key to a table5155 (11/1/2007 8:24:13 PM) comp.databases.mysql show columns from score, where student_id is a foreign key to one table, and event_id a foreign key to another. +------------+------------------+------+-----+---------+-------+ | Field | Type ... anne001
mechanize to access https links228 (7/22/2007 12:38:53 PM) comp.lang.ruby I would like to open and save to disk https tutorials which were created with Flash i think. To simplify, I login to the site with a webbrowser, so I don't need to access a form. Just pages with links to the t... anne001
accessing files which are not in a public web area617 (7/7/2007 8:42:26 PM) comp.lang.php The university allocates 2 Gigs to students in non-public unix space. The space allocated for public web area is much smaller. So the idea is to have pictures, movies etc in the non-public unix space and to ha... anne001
newcocoa, command not found?327 (6/4/2007 11:57:16 AM) comp.lang.ruby I installed new cocoa from gem: >sudo gem install newcocoa >Successfully installed newcocoa-0.0.4 >Installing ri documentation for newcocoa-0.0.4... >Installing RDoc documentation for newcocoa-0.0.4... But I c... anne001
how to design a system to centralize data? -- using ruby329 (9/26/2006 10:13:24 PM) comp.lang.ruby Hi I work in a psychology lab which used to test subjects one on one. A subject would be tested on 1 to 20 tests each generating a summary value or text data file. Now in addition, we are getting thousands of ... anne001
rubymel 0.8.1: ruby for maya 3D for mac tiger?035 (9/26/2006 10:16:20 AM) comp.lang.ruby rubymel 0.8.1 does not have mac as one of the platform icons. Is there a way to use this code with mac tiger notheless? I assume the difference will be in makefile etc. How difficult is it to get such a softwar... anne001
Can you explain what this repo (yaml/Marshal) code do?429 (8/2/2006 1:13:17 AM) comp.lang.ruby repositiory is a hash keyed on some kind of check sum derived from the file. But what is the use of Marshal? something to do with memory management, instead of writing to file? What is the format of what is sp... anne(264)
Ruby Cookbook #34733 (8/2/2006 11:08:39 AM) comp.lang.ruby Anyone care to post their first impressions on Ruby Cookbook? I haven't seen it yet. I'd like hear what others think of it before buying or not. Regards, Morton ... m_goldberg(507)
how to design a system to centralize data? -- using ruby329 (9/26/2006 10:13:24 PM) comp.lang.ruby Hi I work in a psychology lab which used to test subjects one on one. A subject would be tested on 1 to 20 tests each generating a summary value or text data file. Now in addition, we are getting thousands of ... anne(264)
Ruby,SDL,OpenGL235 (10/6/2006 5:56:56 AM) comp.lang.ruby This is in regards to my last topic, where I was having problems with lag, I got around to thinking that maybe it was just the way RUDL handled opengl, and somehow caused lag, so I thought I'd go ahead and t... pinkmanonfire(6)
Design Patterns in Ruby - WIKI148 (10/6/2006 12:42:39 PM) comp.lang.ruby http://wiki.rubygarden.org/Ruby/page/show/ExampleDesignPatternsInRuby The above URL used to have nice collection of design patterns and how to implement them in Ruby. And currently...looks like the page is not... gethemant(240)
newcocoa, command not found?327 (6/4/2007 11:57:16 AM) comp.lang.ruby I installed new cocoa from gem: >sudo gem install newcocoa >Successfully installed newcocoa-0.0.4 >Installing ri documentation for newcocoa-0.0.4... >Installing RDoc documentation for newcocoa-0.0.4... But I c... anne(264)
accessing files which are not in a public web area617 (7/7/2007 8:42:26 PM) comp.lang.php The university allocates 2 Gigs to students in non-public unix space. The space allocated for public web area is much smaller. So the idea is to have pictures, movies etc in the non-public unix space and to ha... anne(264)
mechanize to access https links228 (7/22/2007 12:38:53 PM) comp.lang.ruby I would like to open and save to disk https tutorials which were created with Flash i think. To simplify, I login to the site with a webbrowser, so I don't need to access a form. Just pages with links to the t... anne(264)
recording the mouse position350 (2/19/2009 8:21:18 PM) comp.soft-sys.matlab Here is a modification of some code a kind soul posted on the web. I would like to collect data while the mouse is down. What happens is that the program takes the data in only if the mouse is right on the dot... anne(264)