Displaying 20 results from an estimated 1000 matches similar to: "Houston Ruby/RoR Meetup 8 April"
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
2006 Feb 23
2
Calgary Ruby Users Society (CRUSERS)
Calgary 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
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
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
2006 Feb 02
1
First Houston RoR Meetup
A few of us have decided to meet in Houston to try to kick off a Houston
Ruby/RubyOnRails group. If you are in town and would like to drop in, we
are meeting at The Daily Grind on Washington Ave. at 10:00AM Saturday 4
Feb. ( http://houston.citysearch.com/profile/41420997/)
Keith Lancaster
--
Posted via http://www.ruby-forum.com/.
2008 Mar 17
0
San Francisco JavaScript Meetup April 16th
We''re putting together a JavaScript meetup in San Francisco for anyone
interested. The goal is simply to get a lot of awesome scripting and
front-end people in the same room, facilitate interesting discussion/
networking, and see a few presentations of some cool projects.
Location and exact agenda TBD, but food, drink, and good company will
be provided on April 16th at 7PM in or around
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
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
2007 May 29
1
Partially reading a file (particularly)
Hello,
I am trying to figure out if there exists some R command that allows one
to be
particularly selective when reading a file. I'm dealing with large
fixed-width data
sets that look like
539001..
639001..
639001..
...
539002..
639002..
...
Presently, I am using read.fwf to read an entire file, but I am
interested only in
reading those records beginning with 5. I have been unable to
2005 Jun 06
2
How to vectorize
Dear R-List,
I would like to write nicely the names of some isotopes on a plot. The
code bellow works fine.
plot(1:10,1:10)
text(c(2,4,8),c(2,4,8),labels=c(expression(italic(phantom(0)^{78}*Ge)),
expression(italic(phantom(0)^{137}*Cs)),
expression(italic(phantom(0)^{129*m}*Te))),
cex=3
)
But, since I have a lot of
2005 Jun 06
2
How to vectorize
Dear R-List,
I would like to write nicely the names of some isotopes on a plot. The
code bellow works fine.
plot(1:10,1:10)
text(c(2,4,8),c(2,4,8),labels=c(expression(italic(phantom(0)^{78}*Ge)),
expression(italic(phantom(0)^{137}*Cs)),
expression(italic(phantom(0)^{129*m}*Te))),
cex=3
)
But, since I have a lot of
2007 Aug 25
2
Austin meetup?
Looks like I''ll be in Austin from Tuesday (late) night until Saturday
morning. Any Puppeteers in Austin who want to get together?
I''ve got vague plans to hang out with whurley, but I''d love to meet a
few more people in the community. Wednesday, Thursday, or Friday
night should work fine (although not all three).
--
Always behave like a duck - keep calm and
2008 Jun 03
1
Clicking on links within facebook iframes (facebook apps)
Hello,
I have a problem with clicking on the links in facebook apps due to
iframes. I am trying to write a little script to run through the funwall
app.
I used IE Dev toolbar to get the name of the id of the iframe (those
iframes how no name attribute). So I run this command:
$ie.frame(:id, "app2378983609_fb_frame").link(:text, ''View this
post'').click
And I get
2006 Feb 14
0
R/Splus April course *** (Raleigh, Miami, Houston, Baltimore etc) R/Splus Fundamentals and Programming Techniques
XLSolutions Corporation (www.xlsolutions-corp.com) is proud to
announce 2-day "R/S-plus Fundamentals and Programming
Techniques" in San Francisco: www.xlsolutions-corp.com/Rfund.htm
**** Raleigh, April 3-4
**** Miami, April 10-11
**** Houston, April 13-14
**** Boston, April 20-21
**** Baltimore,
2010 Jan 05
0
London Open Source Search meetup - Tue 12 January / Meetup.com
Hi all,
We are organising another open source search social evening (OSSSE?) in
London on Tuesday the 12th of January.
The plan is to get together and chat about search technology, from
Lucene to Solr, Hadoop, Mahout, Xapian, Ferret and the like - bringing
together people from across the field to discuss ideas and ask questions
over a quiet drink.
We've also created a group on Meetup.com
2007 May 10
1
RSpec 0.9.4
RSpec 0.9.4 has just been released. Gems haven''t rsync''ed around the
globe yet, so you might have to wait a few hours to install it.
The big news this time is Spec::Ui 0.2.0, which has been released
along with RSpec core. This RSpec extension gives you custom Watir
matchers (custom Selenium-RC matchers are not implemented yet).
Moreover, it comes with a custom KICK ASS formatter
2008 Jan 15
1
Converting Watir script to Mechanize
I have a Watir script that I would like to convert to a Mechanize
script. The watir code looks like this
require ''watir''
include Watir
def test
ie = IE.new
ie.goto(''http://cpref.gsm.com/inter.asp?r=8084'')
ie.text_field(:name, ''inter_string'').set(''Potassium'')
ie.button(:id, ''image1'').click
2018 May 31
1
Meetup/Social in India
I will as well be interested in attending the meetup (in Hyderabad).
IMHO we can start with Meetup and select a city.
How are Meetups expenses generally handled elsewhere ?
Regards,Pankaj
Date: Wed, 30 May 2018 14:59:21 +0530
From: Madhur Amilkanthwar via llvm-dev <llvm-dev at lists.llvm.org>
To: Siddharth Bhat <siddu.druid at gmail.com>
Cc: Siddharth Shankar Swain <h2015096 at
2006 May 15
3
Announcing the Silicon Valley Ruby on Rails Meetup Group
Hello,
We''re organizing a meetup group for Silicon Valley Ruby on Rails
engineers. If you''re in the Valley and interested in meeting with local
Rails programmers, we would like to invite you to join the group. We
haven''t set the date and time for our first meeting, but we''re hoping to
have our first get together sometime in the next few weeks.
To join,
2018 May 11
0
LLVM Users and Developers Meetup in Sydney, May 31, 2018
Hi llvm-dev!
TL;DR: https://www.meetup.com/LLVM-Developers-Users-Meetup/events/250682391/
If you're in Sydney, Australia around that time, please join us in kicking
off a series of meetups to bring more enthusiasts up to speed with the LLVM
project -- from the toolchain, to the APIs and eventually some of the
infrastructure internals. The goal is to grow the community in Sydney,
Australia.