search for: formidable

Displaying 20 results from an estimated 32 matches for "formidable".

2009 Jul 24
6
Routes from raw js (using XMLHttpRequest)
I am making an ajax call from js to call a method (assocboxchange) in my controller (AssociatesController), using XMLHttpRequest. I know the XMLHttpRequest works fine because I use it in other places with success. My problem is my URL I am using for this request doesn;t access the method in my controller which I (think) I am specifying. I am having it post to /channels/assocboxchange/" with
2007 Nov 15
4
Ajax.InPlaceEditor: controls.js update
I''m not sure if this is a bug or not, but I had to patch controls.js file to accommodate the idea that I had planned. I had to combine Ajax.InplaceEditor and AutoCompleter for a "tagging" feature at my office. With the autocompleter, I need to target an INPUT FIELD by ID. However the generated INPUT field from the Ajax.InPlaceEditor did not include this attribute in
2006 Feb 08
9
InPlaceEditor - IMG for OK / Cancel?
Hi all, Is it possible to use images instead of plain text for the "OK" and "Cancel" controls? Thanks, Best Regards, EJC _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2008 Mar 13
2
Help! OT: Blackberry IMAP client suggestions/experience needed
The CFO of our college, a most formidable man, had decided to go Blackberry and Something Functional Must Be Done. We've had some users who we've not supported (and things got better for them when we switched from UWIMAP to Dovecot). BB, of course, has their half-baked sorta-IMAP-compliant client (and we do NOT want the BB Ent...
2005 Oct 05
5
InPlaceEditor crash on Safari
Quick question.. I often crash my Safari when using ''Enter'' on InPlaceEditor''s for submitting. Works fine on firefox(win & Mac) - no javascript errors. Anyone else seen this behavior? (Maybe it is just my alterings of InPlaceEditor :-) Best Regards Michael Krog
2010 Jan 09
1
lattice, add text to xyplot
...= rnorm(100), y = rnorm(100)) xyplot(y ~ x, data = A) How would you add 'Hello world'? I tried 6.02E23 different partial solutions found on the web and failed. I just need one EXAMPLE that WORKS. Unfortunately, library(lattice) ?panel.text shows no examples. As you see, I bring you a formidable challenge. Thank you, Ivan Ivan Gregoretti, PhD National Institute of Diabetes and Digestive and Kidney Diseases National Institutes of Health 5 Memorial Dr, Building 5, Room 205. Bethesda, MD 20892. USA.
2017 Dec 01
1
[FORGED] Re: R vs PYTHON vs SAS vs SPSS?
On 01/12/17 20:33, Hasan Diwan wrote: > Yes. Very true. But some *thinking* is required; that often proves to be a formidable stumbling block. cheers, Rolf Turner > > On 30 November 2017 at 22:28, <hotprojects at nyc.rr.com> wrote: > >> I am a mature learner; 3 masters >> some doctoral work ? statistics for social sciences; psychological >> statistics ? >> worked in spss and sas...
2011 Sep 08
2
help subsetting data based on date AND time
Dear R Community, I am new to R, and have a question that I suspect may be quite simple but is proving a formidable roadblock for me. I have a large data set that includes water-quality measurements collected over many 24-hour periods. The date and time of sample collection are in a combined Date/Time field in the format yyyy-mm-dd hh:mm:ss. I need to be able to subset the data for analysis of different date...
2011 Oct 21
20
How to transform my html form into a rails 3 form
Hi, I have the following code working in a rails 3 view, but it is unfortunately not pure rails code! <% @filter1 = "tr.show1,tr.show2" %> <% @filter2 = "tr.show1" %> <% @filter3 = "tr.show2" %> <form> <p> <input type="checkbox" value=<%=@filter1%> onclick="$ (this).is('':checked'')
2008 Dec 06
9
jQuery Rails Functions
Hi, I was wondering if anybody who used jQuery with rails could help me out. I have a droppable that fires a simple function, shown below: $("#list").droppable({ accept: ".item", hoverClass: ''droppable-hover'', drop: function(ev, ui) { $(this).append("<br>Dropped!"); } }); But how could I get this to fire a Rails funciton in the
2007 Mar 30
7
Some additional attacks on Cookie Session
...voke an individual session, should you get a call "uh, I logged in at the library yesterday and now someone''s reading my mail". Some of the above can be corrected easily. Some are much more challenging. I think they all should demonstrate that creating a crypto system is quite formidable. Below is a simple proof of concept code to demonstrate #1. It''s simple Ruby: an optimized native version could be expected to be 100 times faster. # cookie_crumbler.rb include ''base64'' include ''digest/sha2'' cookie = ARGV[0] data, digest = cookie.sp...
2006 Jan 17
2
Specify ID for a form?
Hi all, I have a a really, really dumb Newb question... I am trying to use observe_form to use AJAX calls in order to refresh a particular page fragment using the form data. I have run into a stumbling block very early on in the process - how can I provide an ''id'' attribute to the form_remote_tag or start_form_tag methods? Specifying something like :id =>
2006 Nov 22
1
plotting a groupedData object
Hello all, I am plotting a groupedData object and the key at the top of the graph runs off the page. I don't want to set key=F because it is useful (or would be if I could see it). Is it possible to explicitly cause the key to wrap? I have used this function before with no trouble but now I have just 5 groups with rather long descriptions (which I can't meaningfully shorten).
2003 Oct 28
0
Oh323 segmentation fault in asterisk...
...to make this work, and tracking down a bad memory access in unfamiliar code is a task so unappealing that I'd place it right behind pulling off my fingernails and pouring salt over the open wounds. (Not to mention I am not a C++ person at all, so digging through the Oh323 code will prove a formidable challenge.) Are other people having success with Oh323 and G.711? If so, can anyone send me the oh323.conf that they are using? Perhaps it is a combination of flags that causes the issue. Otherwise, can anyone suggest a place to start/offer assistance? Thanks, Chris Ziomkowski
2005 Aug 21
0
[PATCH] in-place-editor, AJAX loading
I sent this on Friday but somehow managed to email it to the wrong email address! ---- Attached is a patch to add external (AJAX) loading of content to the InPlaceEditor. 2 extra options have been added: loadUrl: a URL to load the content from. If this is present, it will be used instead of the innerHTML. fieldId: I had to add this so we know what the text field is when we''ve
2017 Dec 01
0
R vs PYTHON vs SAS vs SPSS?
Yes On 30 November 2017 at 22:28, <hotprojects at nyc.rr.com> wrote: > I am a mature learner; 3 masters > some doctoral work ? statistics for social sciences; psychological > statistics ? > worked in spss and sas 2005 ? 2006 > now have forgotten ; relearning > my question is this can I do everything in R and Python and SAS studio > that I did in SPSS and the paid
2005 Jul 20
0
RSVP: Informatica Webinar Featuring Pieter Mimno
...://www.rubinreports.com/click.php?ref=2020 Integration is now the most critical ?high-ticket? item in enterprise IT budgets. The compelling business case for a single, global view of customers, products, and company financials is universally accepted, but the challenges to achieving this goal are formidable. Join Pieter Mimno and Informatica on this one hour educational web seminar for a discussion on: -Best practices for Enterprise Data Integration -The importance of metadata when implementing a data integration solution -Developing a data integration methodology to achieve rapid ROI Acclaimed con...
2017 Dec 01
2
R vs PYTHON vs SAS vs SPSS?
I am a mature learner; 3 masters some doctoral work ? statistics for social sciences; psychological statistics ? worked in spss and sas 2005 ? 2006 now have forgotten ; relearning my question is this can I do everything in R and Python and SAS studio that I did in SPSS and the paid variation of SAS we used in doctoral statistics class? Can I do in Stat in R or Python or SAS studio everything I
1999 Feb 09
3
Installing on 64-bit Dec or SGI
...for now, rcf On Fri, 5 Feb 1999, Adrian E. Raftery wrote: > Thanks, Rick. - Adrian > > On Fri, 5 Feb 1999, Richard Fairfield wrote: > > > Today I tried to build "R" on both a DEC Alpha and on an SGI. It failed > > in both cases. There errors looked a bit less formidable on the Alpha than > > on the SGI. We are going to have one of our grad students employees look > > at the DEC Alpha version to see if he can isolate the error. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuw...
2004 Sep 15
2
Results of 13 month study on reducing telemarketing calls
...""INTEGRATED SALE""): 1 workline (""LESTER INC""): 1 workline (): 29 That's 150 calls from anonymous or questionable sources, that have hung up over the last 13 months! I have come to the conclusion that my simple menu of choices may form the most formidable barrier to telemarketers. I'm thinking that most telemarketers must have instructions not to traverse menus to make a call. All these folks had to do was dial "1", "2", "3", or "6", and EVERY SINGLE ONE (except the few who chose the torture menus) decided...