search for: wtr

Displaying 20 results from an estimated 20 matches for "wtr".

Did you mean: str
2005 Mar 12
1
FW: Watir needs a Win32GUI library
Anyone need something to do? :) Dan -----Original Message----- From: Bret Pettichord [mailto:bret@pettichord.com] Sent: Saturday, March 12, 2005 8:25 AM To: ruby-talk ML Cc: wtr-general@rubyforge.org Subject: Watir needs a Win32GUI library We''ve seen growing enthusiasm for Watir, a web-testing library that is good enough that it is convincing people to learn Ruby just so that they can use it. Here are some things people are saying about it: Watir Rocks!...
2006 May 22
3
ssize_t not defined in sockconn.c (PR#8889)
Problem: Build of R failed when compiling sockconn.c. The problem seemed to be that ssize_t was not defined. The following change in sock.h fixes the problem, though it's probably not fixed the _right_ way. /* Following line changed by WTR (Cira) to overcome make problem. #if defined Win32 && !defined _SSIZE_T_ typedef int ssize_t; #endif */ typedef int ssize_t; Thanks! Wade --please do not edit the information below-- Version: platform = i686-pc-linux-gnu arch = i686 os = linux-gnu system = i686, linux-gnu statu...
2006 Apr 04
1
Houston Ruby/RoR Meetup 8 April
...ood on Saturday 8 April at Pantera, a Houston restaurant with good food and free internet access :-). If you are in town and feel like joining us, we''ll be getting started around 4:00PM. This time round I will be doing a brief overview / demo of Watir, the ruby web testing tool (http://wtr.rubyforge.org/). See http://groups.yahoo.com/group/Houston-RoR/ for more info. Keith Lancaster -- Posted via http://www.ruby-forum.com/.
2010 Jun 08
1
add one point to contourplot()
Hi All, I want to add one point to contourplot().  I used contourplot() in my code like contourplot(z ~ a + b |c, data) I understand there is plot.axes argument for filled.contour(), but it  did not work for my code. I also tried plot() and text() for contourplot(), but got this error: "plot.new has not been called yet" Any suggestion for adding a point in contourplot()? Thank you very
2006 Jan 14
2
change lattice panel background color
I can't find a way to change just the panel background color in lattice. I would like NA regions in levelplot() to appear black. I've tried the trellis.par.set() stuff, but it it makes the background of the whole graphic black. Thanks, Scott Waichler Pacific Northwest National Laboratory scott.waichler _at _ pnl.gov
2006 Feb 23
2
Calgary Ruby Users Society (CRUSERS)
...Ruby Users Society (otherwise known as Association of Anonymous Java Programmers, Calgary branch) had it''s first meeting today. After a round of introductions, we discussed our interests and brainstormed possible activities for the group. Paul Rogers did a presentation on Watir [http://wtr.rubyforge.org/]. Watir is not just a great tool, but also a way to sneak Ruby into your day job. ThoughtWorks Canada bought the donuts. From now on, we are planning to meet once a month, generally on the third Tuesday. Our next meeting will be in the second half of March (date TBD), most prob...
2008 Jul 22
2
can''t execute a build - on windows + jruby
Hi all, Am trying to get cc.rb working on a windows machine, running under JRuby. I patched line 19 of project_migration.rb to use jruby, instead of ruby. execute "jruby #{File.join(migrate_scripts_directory, script)} #{@data_dir}" The add project works fine, but when I run start, the webpage just hangs on the ajax request to build - never actually executes the build at all, or comes
2005 Jan 28
1
R for CGI
Dear R Users; Perl is the common language to write CGI scripts which handle Forms. My question is that can R be as fast as perl to do the same job(with using CGIwithR package). Is it an optimal solution to connect R directly to a commercial HTML webpages, Sincerely, Sean
2006 Sep 06
0
RSpec and Watir
Hi all, (Sorry for cross-posting - please reply to only one list, preferrably wtr-general) I just started on a project where it looks like we might start using Watir. I just whipped up a little example and some doco about how to (and why) use RSpec with Watir. It''s in RSpec''s subversion under trunk/vendor/watir http://rubyforge.org/scm/?group_id=797 http://ru...
2005 Jul 15
1
How do you do functional tests?
Hi, I''m just wondering: how do people do their functional tests? I see two possible versions: 1. You test every controller, and every action, in isolation and with varying criteria. For example, you might have a ''test_login_with_valid_details'' and a ''test_login_with_invalid_details''; both test the same action but under different circumstances. 2.
2007 Apr 12
2
Watir on firefox
Hello is there any way through which we can run watir on forfox if so please reply me with example Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2017 Apr 10
0
[PATCH 02/11] nvkm/ramgf100: Calculate timings
...ng[1] = (cur1 & ~0x03ffc07f) | + (T(RCDWR) << 20) | + (T(RCDRD) << 14) | + (T(CWL) << 7) | + (T(CL)); + /* XXX: lower 8 bytes are two bits indicating "feature(s) X" */ + timing[2] = (cur2 & ~0x00ffffff) | + (T(WR) << 16) | + (T(WTR) << 8); + timing[3] = (T(FAW)) << 9 | + (T(CKE)) << 5 | + (T(XPDLL)); + timing[4] = (cur4 & ~0x001f8000) | + (T(RRD) << 15); + + nvkm_debug(subdev, "Entry: 290: %08x %08x %08x %08x\n", + timing[0], timing[1], timing[2], timing[3]); + nvkm_deb...
2014 Jan 06
1
Bug#733865: Bug#733865: xen-utils-4.3: qemu-dm is not executable: No such file or directory
On 01/02/2014 11:56 AM, Ian Campbell wrote: > You can select a non-default model use by using the > "device_model_version" directive in your config. From what I gather, for now, you MUST select a non-default model, using something like: device_model_version="qemu-xen" device_model_override="/usr/bin/qemu-system-x86_64" > In the context of Debian the
2005 Apr 21
9
Screen capture, save to file
Is there anything in the utils to capture a screen ( or maybe just a window) and save to a file. I have this, but I have no idea where it came from, but it gives a corrupted image Paul # -*- ruby -*- # screen capture -- # This script runs with a Ruby/DL which is included in ruby-1.7. require ''dl/import'' module ScreenCapture extend DL::Importable dlload
2017 Apr 10
14
RESEND Preparations for Fermi DRAM clock changes
Two patches went missing as a result of PEBCAK. No v2 marks as nothing changed really. Just resending for easier enforcement of patch order in other people's trees. Sorry for the noise. Original message: No, no, these will not implement Fermi reclocking. This set of patches contains some of the preparatory work that I deem stable enough to move upstream. Notable changes - Training pattern
2015 May 22
11
Reclocking support for NVA0
Adds reclocking for NVA0, and a whole lot of work for other cards. Had these patches collecting dust for a little, but tested them with both my NVA0, and Martin's a while back. Success not guaranteed, but should be quite a leap forward. Happy reviewing and testing. Cheers, Roy
2006 Dec 18
13
unit testing wxruby GUIs
paul.allton at uk.bnpparibas.com wrote: > I''m a big fan of automated UI testing (i.e. driving the UI from some robot API). I appreciate this > is potentially a whole new project, but does wxwidgets provide a method of clicking buttons, > typing into components ... if so, would it be technically possible to expose this in wxruby. I like automated UI testing too, but
2017 Apr 10
11
Preparations for Fermi DRAM clock changes
No, no, these will not implement Fermi reclocking. This set of patches contains some of the preparatory work that I deem stable enough to move upstream. Notable changes - Training pattern upload routines from GK104+ now shared with GT215+ - Timing calculation for Fermi - GDDR5 MR calculation from VBIOS timing table v1.0. Also useful for that pesky GT 240. - A routine to translate a VBIOS init
2014 Sep 29
18
Implement reclocking for DDR2, DDR3, GDDR3
Following a series of patches that implement memory reclocking for NVA3/5/8 with DDR2, DDR3 and GDDR3 on board. I tested these patches on 6 different graphics cards, but I expect reclocking now to work on many more. Testers can pick up these patches and test it by enabling pstate (nouveau.pstate=1). They should then be able to change clocks by writing to /sys/class/drm/card0/device/pstate. Correct
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...O*f1yn6aIz#vjw0<r*i|Tw@(( zGB522HTKgyzLd;1fY80AWUh!U6|waKVYgl?y0%nwZK>$mQt9-}H;flqp0R`H84v1t z#?zD=`)E_+5N*mwF2b@}W*8 at FKGYwhT?tqPSPg*dy^gF!WF26=SlW>K3cwqH*Th_d zw$U(7(Pl=MX2y*wAK73uYmRwFr4Ja!w>00lSvCGl`AD3I$b&|+7RD%DHI_hDv-Fn6 z9K9t^$F!%z#-zi#r1#_L4;wuF7;AP37h`bkKm(5g9y6L1VB(Rt3$WWTrs)o2hJLAW z>!rpL1RDX})3I%(8%5~`JQw3OsJ)Ix_ZY@*J>S@?JMQK3A6F*|mH(c6{GST4rXkcc zJ4(!$L=;FB*}6<KR74zFQXPh at TOm3zBZ^ZbfE1V2g05O at 0^EQUE1oJc(=J8?4J!`O zSb9=pnpIl#Ocz`kCXwixRYV6;GDRfwe~c)Z|0Qp<;^;u#BH}jxm4BkM_%3CMNLCyV z;oL at U%|b#rQkI${Gt;3sh|{TL3;yg_w^ThdisS!?-bBm}5yHivZk0%}LP5<*7JW3...