search for: crowder

Displaying 20 results from an estimated 25 matches for "crowder".

Did you mean: crowded
2008 Jun 07
3
PeriodicalExecuter stops when form is submitted in Safari 3
Hi I''m having a problem using PeriodicalExecuter with a form. I have a monitoring pane that updates status of form processing, and it stops working when I submit a form. It works with Safari 2, IE, Firefox, but not with Safari 3. I''ve made a test script: http://www.charmm-gui.org/test.html It updates a textarea, but it stops updating when the form is submitted in Safari 3. Any
2002 Oct 21
4
Any work-around for very large number of files yet?
...sync error: error allocating core memory buffers (code 22) at util.c(232) It takes days to resync these after the cutover with tar, rather than the few hours it would take with rsync -- this is making for some angry users. If anyone has a work-around, I'd very much appreciate it. Thanks, Mark Crowder Texas Instruments, KFAB Computer Engineering email: m-crowder@ti.com -------------- next part -------------- HTML attachment scrubbed and removed
2008 May 13
8
static private and multi-inherit
/*author:csf178-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org*/ function Class(Initalizer,SuperClasses) { if(!SuperClasses)SuperClasses=[]; var ret=function(){ for(var i=0;i<SuperClasses.length;i++) { SuperClasses[i].call(this); } var $private={}; var $public=this; var $static=ret; with($static){ with($private){ with($public){
2005 Mar 21
0
rsync practical size limit?
...1GB, rsync will tend to copy the entire file over again rather than the differences. This pretty much negates the benefits of rsync. Luckily, most files that large are database files and they have their own hot migration techniques available. It's a VERY useful tool, though. Regards, Mark Crowder Texas Instruments, WW Make IT Infrastructure "Ninety percent of the time things turn out worse than you thought they would. The other ten percent of the time you had no right to expect that much." Augustine -----Original Message----- From: rsyn...
2005 Mar 22
0
maintaining ownership with cygwin/rsync?
...rive/z/APC/Verity/" "/cygdrive/z/APC3/Verity" Perms and modify times are maintained, but ownership is changed. This is a fairly critical problem as our quota system is based on ownership. Any clues? I'd be happy to rtfm if someone can point me to it! Thanks, Mark Crowder Texas Instruments, WW Make IT Infrastructure email: m-crowder@ti.com <mailto:m-crowder@ti.com> -------------- next part -------------- HTML attachment scrubbed and removed
2003 Feb 10
2
Pearson's residuals in logistic regression (PR#2539)
Full_Name: Bin Nan Version: 1.3.0 OS: Win32 Submission from: (NULL) (141.211.15.110) The function resid(fit, "pearson") seems not giving the same Pearson's residuals for logistic regression as what Splus does. I found the problem when I fitted glm with family = binomial using Crowder's seed data.
2008 Jun 12
10
Ajax.Updater not working in IE, tried everything
hi, i am basically using a button, Prototype/AJAX, and PHP to update a user''s location. something simple as typing ''Chicago, IL''. After the script, it rewrites the result in a div tag. here is the form i''m using: <div id="hometown_result">Aurora, IL</div> <form action="" method="post"
2008 Jul 29
0
DON'T POST TO THIS GROUP! Use the new group instead! (Reminder #13)
...(Please be patient with your first message or two and DO NOT repost them if they don''t show up immediately.) Hopefully these measures will mean virtually no spam gets through, and any that does will at least get deleted from the web interface and archives fairly quickly. Enjoy! -- T.J. Crowder tj / crowder software / com [1] http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/0732340bedfdd74b [2] http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/3364871450c15c22 --~--~---------~--~----~------------~-------~--~----~ You received this message be...
2008 May 22
9
building a many-to-many structure in javascript
hi, for some purpose, I need a "in-javascript database", maybe built with some Prototype $H function calls for creating "tables" but what about junction tables, I mean those which express many-to- many relations between two entity tables ? I though using concatenation of strings with a separator, for example "key1 key2" "1234-56" or "ABC \n 789"
2008 Jul 11
1
Scriptaculous: how to keep element space?
Hello everybody, I hope I am at the right place here with my question, otherweise please accept my apologies. I searched a lot for my question and did not find an answer, so I would be very happy if you could help me out maybe. I am using Effect.Fade for on element. Everythings works fine, but when the element is faded out, its space it no longer used and therefore other elements move and
2008 Apr 18
1
element has no properties error.
Hey all, I''ve recently started messing around with Prototype again, so I thought I''d start small and write 5 lines of code that would check if all fields in a form are filled out. So I thought document.observe(''dom:loaded'', function() { $(''submNewUser'').disable(); new Form.Observer($(''newUser''), 0.3, function(e, val) {
2012 Aug 10
1
Question about --partial-dir and aborted transfers of large files
Apologies to the list, the title of this thread is completely wrong. It should be something like "Question about --partial-dir and aborted transfers of large files". Let's see if this mailing list program will allow me to change it... -- T.J. On 10 August 2012 15:28, T.J. Crowder <tj at crowdersoftware.com> wrote: > Hi all, > > rsync is a fantastic tool. :-) I'm blown away with what I've seen so far. > > I have a question about --partial-dir transfers. I've read through this > thread: > http://lists.samba.org/archive/rsync/2011-July/0...
2008 Apr 29
1
Making new Ajax.Updater within a previous Ajax.Updater call
I have a button which calls a form via Ajax.Updater: <a href="javascript:void()" onclick="createMessage()">Create Message</ a> <script> function createMessage() { new Ajax.Updater( ''content'', ''message.php'', { method: ''post'' } ); } </script> This is the message.php file: <html> <head>
2008 Jul 11
2
Error in prototype.js ......var value = element.style[style];
Hi, I have a script that throws an error in prototype.js on line 1889. Its just started showing...it''s not breaking my app at all just showing the error. I can''t track back to where it started happening though. It''s this line. var value = element.style[style]; Has anyone encountered this before....do yiou have any hints on how to track this bug down?
2008 Jul 05
3
getting and writing atrr with prototype
Hi i''m learning prototype and i need to know something... Someone knows how to write and get the value of some atribute... i mean like...jquery that uses $(''#sub-div'').atrr(''alt'',''visible); in prototype is there something like that?... I hope you can help me and thanks :D --~--~---------~--~----~------------~-------~--~----~ You received
2008 Aug 10
1
Prototype, JSON and headers
Hi everyone. I love JSON and using Prototype has help me reduce the code to handle AJAX responses. But one thing keeps me confused and sometimes even frustrated. I don''t really understand what is going on with the headers, so if someone could take some time to explain what is going on, I (and probably a lot more people) would be very thankful. The thing is this. On my local server (Mac OS
2008 Mar 20
2
onUpdate problem with div
I hav the following code: <div id="puzzle"> <div id="divImage" style="float:left; cursor: move;>test 1</ div> <div id="divImage" style="float:left; cursor: move;>test 2</ div> <div id="divImage" style="float:left; cursor: move;>test 3</ div> <div
2008 Jul 11
1
prototype.js breaks treemenus from pear HTML_TreeMenu in safari
hi all i see a very strange behavior in safari when using prototype.js and the pear HTML_TreeMenu to reproduce get prototype.js (http://www.prototypejs.org/assets/ 2008/1/25/prototype-1.6.0.2.js) and treemenu.js (http://cvs.php.net/ viewvc.cgi/pear/HTML_TreeMenu/TreeMenu.js?revision=1.22). and test the following html with safari on mac or windows (http:// www.apple.com/safari/download/)
2008 Jun 04
1
new to prototype : Ajax.Updater
hey guys.. im a prototype rookie here.. the concept of "a framework for javascript" seemed mouth watering.. but my rails got stuck when i started using it. here is the guinea pig im using to experiment on prototype. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html
2012 Apr 15
1
R CMD check with non-standard .libPaths
...in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :" [170] "170: there is no package called ?hglm?" Checking installed.packages() shows that hglm is indeed installed in the appropriate directory. agridat "Suggests:" hglm. The "crowder.germination" example in agridat tries require(hglm) and fails; it therefore doesn't fit the relevant HGLM model -- when the example tries to reference this model a few lines later, the example fails. Admittedly this could be seen as a bug in the example (it shouldn't try to access a mo...