Displaying 20 results from an estimated 2000 matches similar to: "Northern Virginia Ruby user''s group meeting 8/16/06"
2006 Jul 17
0
Northern Virginia Ruby user''s group meeting 7/19/06
Hi all -
For those in the northern Virginia/DC area, there''s a Ruby user''s group
meeting on Wednesday with presentations on RJS and Drb. More details
are here:
http://novarug.org/
See you there!
Yours,
Tom
2006 Aug 16
0
Northern Virginia Rails User Group
It looks like there is only Ruby Users Group in Northern Virginia. I am looking for Rails User
Group in Northern Virginia. If there is no group currently let''s form a new Rails User Group.
Please contact me offlist at bparanj at gmail dot com. TIA.
2006 Aug 11
0
Ruby Job - Northern, VA
A great agile methods team in Northern Virginia is
looking for several a Java/Ruby on Rails/CSS
developers for their team. myitrecruiter@yahoo.com
Thank you,
Robert
Email: myitrecruiter@yahoo.com
Linkedin: myitrecruiter@yahoo.com
My Jobs: http://mydcnet.blogspot.com/
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection
2006 Nov 24
0
Calling Java in Rails (JRuby, jrb, yajb) - real-world experience?
Hi,
I''d be interested to hear from people who have used either JRuby or one
of the Java-Ruby bridges like jrb or yajb to call out to Java classes
from Rails.
Which bridge did you use, how did it work out? Which one do you
recommend?
Is anybody running Rails on JRuby on a production server, or is Rails
on JRuby still to experimental for that?
Thanking you in advance,
Elmar
2007 Feb 06
0
yajb - java-ruby bridge
i was using rjb until some of the java libraries i was using started
misbehaving. now i''m giving yajb a shot which seems to behave the way
i expect it to and is a lot simpler to code. my problem:
i have a class that takes a constant, which is a member of the class,
so i have to do something like this to make it work:
const_accessor = jnew :SearchCriteria, "dfdfa",
2006 Sep 08
0
Ruby on Rails Job - Northern, VA
Send your reply to myitrecruiter-/E1597aS9LQAvxtiuMwx3w@public.gmane.org
Web Application Engineer
The ideal candidate will have experience developing
rich web applications (AJAX, XHTML, JavaScript, XML,
CSS etc). We are looking for candidates with strong
user-interface instincts.
The successful candidate will have a passion for
delivering high quality software and possess a high
degree of
2006 Apr 07
2
ActionWebService and namespaces
Hi all,
I''ve tried to search the mailing list, web, etc. and haven''t found
anything that seems to answer my question.
I have a WSDL for a web service written in Java, and I''m trying to
consume it in ruby using ActionWebService. I''ve created my API and some
struct classes. I''ve found the :namespace option to
ActionWebService::Client::Soap.new, but
2016 Oct 24
0
keent() from Tika - with doveadm
that seems to fix this kevent() problem, but I got the following lucene
assert. Is that because of previous fails?
Also, while I have your attention, is fts_autoindex supposed to work
accross NAMESPACES?
doveadm(mrm): Debug: Mailbox LISTS/vse-l: Opened mail UID=39483 because:
fts indexing
doveadm(mrm): Debug: Mailbox LISTS/vse-l: Opened mail UID=39484 because:
fts indexing
doveadm(mrm): Debug:
2006 Apr 20
7
Rails + postgres case insensitive searches.
Hello all
I am wondering how rails handles case sensitivity in databases. If I
do a Person.find_all_by_name("tim") in mysql I would expect to get
tim, TIm, and Tim. Do I only get tim in postgres?
How do other people deal with this? Do you resort to find_by_sql for
all your postgres queries to get case insensitive results?
2016 Mar 13
2
LLVM-related research position at University of Cambridge Computer Lab
Hi all,
We are advertising a position for a research assistant / research
associate at the University of Cambridge Computer Lab, working with
LLVM targeting the Loki (http://www.cl.cam.ac.uk/~rdm34/loki/)
architecture. For full details please see
http://www.jobs.cam.ac.uk/job/9756/, though the 'meat' of the advert
is pasted below. The Loki project has been my main focus for a number
of
2006 Feb 23
11
Can''t use Gruff with Rails
Hello list,
I''m having a problem getting Gruff working with Rails on a Windows XP box.
I installed RMagick, then Gruff via the win32 gem, and it seemed to go
OK. From irb, I can do the following
- require ''rubygems'' ##### This returns ''false'', but seems to work OK
- require ''gruff'' ####### Ditto
- g = Gruff::Bar.new
etc., and I get
2007 Dec 29
6
Regarding the 1.1.3 security release
* Apologies for starting a new thread; I just subscribed.
Has anyone been able to make this exploit happen if requests are being
proxied to Mongrel through Apache? I''ve been trying variations on the
double-encoding thing and can''t trigger the exploit through Apache.
Hitting Mongrel directly does expose the problem.
I''ll still upgrade my servers, of course, but I
2018 Jul 23
1
Suggestion for updating `p.adjust` with new method (BKY 2006)
Dear R contributors,
I suggest adding a new method to `p.adjust` ("Adjust P-values for Multiple
Comparisons",
https://stat.ethz.ch/R-manual/R-devel/library/stats/html/p.adjust.html).
This new method is published in Benjamini, Krieger, Yekutieli 2016 Adaptive
linear step-up procedures that control the false discovery rate
(Biometrika). https://doi.org/10.1093/biomet/93.3.491
This paper
2009 Mar 25
1
Requesting help with lattice again
Hello, this is a request for assistance that I submitted earlier, this time
with the dataset. My mistake for taking up bandwidth. I've also rephrased
the question to address an additional concern.
I'm working on a windows XP machine with R 2.8.1
1). I'd like a barchart (or other lattice type display) HSI ~ of the three
factors (Region, Scenario and HydroState).
However
2006 Apr 12
0
class attributes and thread safety
Are class attributes thread safe? For instance, the userstamp plugin
creates a User.current_user attribute and then it aliases the
ActiveRecard create and update methods to write created_by and
updated_by attributes using the value of User.current_user. For some
reason I can imagine a case where multiple users are logged in at the
same time and saving objects, and the value of
2001 Nov 27
1
seek helppage. Possible clarification?
seek(zz,where=NewPosition) returns the OldPosition of connection zz
(of the appropriate "pointer", i.e. read or write). Currently, the
docs have:
> Details:
>
> `seek' with `where = NA' returns the current byte offset of a
> connection (from the beginning), and with a positive `where'
> argument the connection is re-positioned (if possible) to
2008 Aug 27
3
Calculating total observations based on combinations of variable values
Hello:
As someone making the move from STATA to R, I'm finding it difficult at times to perform basic tasks in R, so forgive me if I've missed an obvious and easily obtained solution to my problem. I've searched the help guides and the archives and have not been able to find a solution that works.
I have a data frame with thousands of observations that looks something like this:
2009 Jul 30
2
Retrieving original data frame after repetition
Dear R users,
Consider the first two columns of a data frame like this:
> z[,1:2]
x y
1 1 1
2 2 2
3 3 3
4 1 4
Imagine that y represents the times that the value x happens in a population. But z is not exactly a frequency table, because in z we have x=1 twice. So, the x=1 in the first line and the x=1 in the fourth are not the same, differing according to a third variable in
2006 Jun 28
8
How to handle Gem repository failures?
Well, I''ve managed to screw myself but good, apparently.
I cleanup my "old" versions of actionmailer and actionpack, and now the
rails gem is unavailable and of course, I can''t start rails 1.1.2
without the latest actionpack and actionmailer.
None of the rails related gems appears to be currently available in the
repository for me to get the old versions back so
2009 Oct 30
1
Quarterly data in PLM package
Dear all,
Does anyone know if the PLM package (to run Panel Data Analysis) accepts quarterly data?
The package vignette and documentation only use annual data -and the only time index available seems to work for years.
José
Mr José Luis Iparraguirre
Senior Research Economist
Economic Research Institute of Northern Ireland
2 -14 East Bridge Street
Belfast BT1 3NQ
Northern