search for: cartwright

Displaying 20 results from an estimated 39 matches for "cartwright".

2008 Jan 04
6
Ajax.Request: onFailure vs. onException
Hello All, I''m trying to capture the exception message that my server application is providing in response to my Ajax.Request. However, I''m confused as to when onFailure is fired vs. onException. The onException handler has access to the javascript exception object and I''d understood that it was only called when the dispatch fails. Not sure what exactly that means
2006 Feb 07
4
Dynamic url with javascript? - Help Please
Hi, I''m trying to call a remote function when a combobox option is selected, passing as an argument the current value of the combobox (paramenter "panel_id": <select id="server_interface_jack_switch_panel"
2010 Dec 07
2
mail.err
...onnection to localhost:smtp [::1/25] failed: Connection refused. Dec 7 16:41:27 paulandcilla fetchmail[16761]: connection to localhost:smtp [::1/25] failed: Connection refused. all of the mail SENDING on this box comes out of either kmail or thunderbird via my domain host, secure login. -- Paul Cartwright Registered Linux user # 367800
2024 Feb 17
2
Capturing Function Arguments
...ed everything args } # In the below example args1 and args2 should be the same a <- 1 args1 <- f(a, z = 1 + 100) args2 <- list( a = 1, y = 202, z = 101, a = NULL, b = rlang::missing_arg() ) If anyone knows how to get this to work, I would appreciate the help. Thanks, Reed -- Reed A. Cartwright, PhD Associate Professor of Genomics, Evolution, and Bioinformatics School of Life Sciences and The Biodesign Institute Arizona State University ================== Address: The Biodesign Institute, PO Box 876401, Tempe, AZ 85287-6401 USA Packages: The Biodesign Institute, 1001 S. McAllister Ave, Te...
2024 Feb 22
1
Extracting Plot Arguments
...re there any other ideas that I can try? My students are using an RMarkdown worksheet and answering questions by putting code in specific chunks. I've already hooked into knitr so I can record the chunk lines as they are being run and get the results and side-effects. Thanks, Reed -- Reed A. Cartwright, PhD Associate Professor of Genomics, Evolution, and Bioinformatics School of Life Sciences and The Biodesign Institute Arizona State University ================== Address: The Biodesign Institute, PO Box 876401, Tempe, AZ 85287-6401 USA Packages: The Biodesign Institute, 1001 S. McAllister Ave, Te...
2006 Jan 16
42
Linux Suggestions
I''m fairly new to Ruby & Rails and I come from a stricly M$ background. I''m trying to move into the world of open source, but I don''t have a good roadmap. I''m starting to develop a Rails-based product and I want to have the option to distribute it to non-hosted customers. So I''ve said all that to say this... I want to learn how to setup linux and
2010 Nov 12
1
squirrelmail inbox empty
..., but no joy. I am not sure if it is getting filtered from the ibox, or if I just can't see it. I am not familiar with how squirrelmail works with local IMAP folders, so I am unsure where to look or what logs to browse. I will be home later today. suggestions clues or otherwise?? -- Paul Cartwright
2010 Oct 29
1
Multiple wildcards in source
...uot;/home/*/domains" failed: No such file or directory (2) I've been looking at doing it another way, using something mad such as: rsync -arv --exclude='*' --include='*/domains/*' home ~/ But this still copies every file under /home Is this possible to do? Regards Alex Cartwright
1999 Jan 11
0
question re: NETBIOS name resolution
...s different than the DNS name of the Linux box. WinNT resolves the name of a Solaris-based Samba server without such problems. Any help or suggestions would be much appreciated! --john ------------------- SIG.TXT follows ------------------- =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ John Cartwright Physical Research Scientist Colorado Dept of Public Health & Environment APCD-TSP-B1 4300 Cherry Creek Drive South Denver, CO 80246-1530 (303) 692-3141 (303) 782-5493 FAX john.cartwright@state.co.us +=+=+=+=+=+=+=+=+=+=+=+=+==+=...
2010 Dec 02
1
thunderbird crashed-mail_max_userip
...il_max_userip_connections): user=<pbc>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured 2010-12-02 13:06:42 imap-login: Info: Maximum number of connections from user+IP exceeded (mail_max_userip_connections): user=<pbc>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured -- Paul Cartwright Registered Linux user # 367800
2006 Jan 12
7
user-defined columns
I am breaking ground on a new project and one of the issues I expect to encouter is the ability of users to define their own columns. For example, one of the features of this application will be the ability to store information about people''s skills and then search for and schedule them based on this information. Since every organization''s needs are different, it would be ideal
2020 May 18
1
parRapply and parCapply return a list in corner cases
...s graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_4.0.0 -- _________________________________________________________________ PHILOSOPHICAL TRANSACTIONS OF THE ROYAL SOCIETY A Theme issue ?DNA as information? edited by Julyan H.E. Cartwright, Simone Giannerini and Diego L. Gonz?lez _________________________________________________________________ Simone Giannerini Dipartimento di Scienze Statistiche "Paolo Fortunati" Universita' di Bologna Via delle belle arti 41 - 40126 Bologna, ITALY Tel: +39 051 2098262 Fax: +39 05...
2024 Feb 18
1
Capturing Function Arguments
? Sat, 17 Feb 2024 11:15:43 -0700 "Reed A. Cartwright" <racartwright at gmail.com> ?????: > I'm wrapping a function in R and I want to record all the arguments > passed to it, including default values and missing values. This is hard if not impossible to implement for the general case because the default arguments are evaluated...
2014 Feb 19
3
Java versions in CentOS
Hi All, Following the latest security updates from Oracle, the version of OpenJDK package is currently listed as: java-1.7.0-openjdk-1.7.0.51-2.4.4.1.el6_5.x86_64.rpm The Redhat security advisory lists these packages: https://rhn.redhat.com/errata/RHSA-2014-0026.html but it makes no reference to the build number, which it turns out is important. The build on the package in centos 6.5 is
2006 Feb 22
1
MLS Integration
Does anyone know of a good resource on doing MLS (Multiple Listing Service) integration with Rails? My searches don''t seem to be turning up much information and I need to get a quick handle on what''s involved in this process. Many thanks!
2006 Jan 13
2
file_column in session
is it possible to store a field of type file_column in the session? Rails crashes on me every time i try to do something like the following: @session[:newpost] = @params[:post] however if i assign each field of @params[:post[ except for @params[:post]["image"] i have no problems. Is there something that should be done to allow the file in the session? thanks adam
2006 Jan 24
2
Map select value or other to same attribute
I want to map a select control and a text field to a single attribute, where the end user can either select an option, or select "other" and then fill in the text field. However, I want these values to map to the same underlying attribute. Any suggestions?
2010 Dec 06
2
imap/pop proxy and filter
Hi I use dovecot as imap/pop proxy. Is it possible to filter the messages before they get delivered to the client? Thanks for any hint how to achieve this. Mike
2007 Oct 18
2
BBC on Atserix
Just for fun. http://news.bbc.co.uk/1/hi/magazine/7049642.stm Dave ********************************************************************************* This email is intended solely for the use of the individual to whom it is addressed and may contain confidential and/or privileged material. Any views or opinions presented are solely those of the author and do not necessarily represent
2006 Feb 04
4
AJAX rendered select doesn''t get submitted
I have implemented the AJAX observe_field to filter the state/province options in my address form. This works great except when I submit the form, @params doesn''t contain the select element. _address_form.rhtml relevant snippet: <%= collection_select(:address, "country", Country.find(:all, :order => "position"), :code, :name, {:prompt => "-- Select