Displaying 20 results from an estimated 40000 matches similar to: "Rails/Ruby users in the Lubbock area"
2006 Mar 14
4
Rails Developer Positions in San Diego
We are looking for fulltime Rails Developers to join a tremendous rails only
development team in San Diego. Please send resume and examples of work to
info@mingle.com.
Pay is based upon experience and there is an opportunity for options.
Cheers,
Mike
Mike C. O''Brien
CEO
Mingle, LLC
701 B Street, Suite 1150
San Diego, CA 92101
mcob@mingle.com
619-922-6970 Cell
619-822-2471 Office
2006 Mar 13
32
DRY principle form validations
We are wondering how you''d validate a credit card number or a SSN
without writing Javascript and Ruby code.
Would it be through Rails'' AJAX support?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 01
3
Using aspects to apply authentication
Greeting. I was wondering if anyone is using AOP (Aspect Oriented
Programming) to ensure login and authentication before allowing someone
access to controllers and models.
I found two versions of RCR 321 that discuss cut-based AOP, but as far
as I can tell there isn''t an implementation of the RCR as an AOP
framework.
Additionally, I tried to dig up information on Aspect4r and
2006 Mar 15
9
Rails 1.1 is coming!
"Rails 1.1 is coming" - Feb 26, 2006 post in rails-core
* http://www.ruby-forum.com/topic/55991
Final Drive Candidates (highlighted for review by core members)
* http://dev.rubyonrails.org/report/19
Potential Rails 1.1 Blockers
* http://dev.rubyonrails.org/report/10
Did you know you can run many different versions of Rails on the same
physical server? This means you can test
2003 Oct 20
1
Conference with MOH or input from computer Mic.
Tim Thompson
Commercial Sales Engineer
http://www.amatechtel.com
(806) 722-2227
Would anyone have an idea on how I would be able to take the mic in on
the computer and put it as the "talking party" for a conference room.
I would then be able to set up a "listen only" profile for others to get
in on.
Reason for doing this is for 'shut-in's' for my Church.
2010 Sep 24
1
How to change the lengend in a DA figure
Dear all:
I have encountered a problem recently:
I used to plot figure, and using code
"main="......", xlab=".....",ylab="....."
to change the legend. But recently I was using R to perform Discriminant Function analysis, and I want to change the group names also add a title to the figure, but I am not sure how to make it work, could you please help me with my
2002 Apr 29
2
Lotos 1-2-3 date to POSIXct
I have some data that was created for import into a Lotus 1-2-3 spreadsheet
and on of the columns is time. The
time is akin to Julian were the value 1 is mapped "01-Jan-00 12:00:00 AM" in
Lotus 1-2-3. Is there a function in an R package that can convert this
numeric vector to a POSIXct vector?
With best wishes and kind regards I am
Sincerely,
Corey A. Moffet
Instructor
Department
2002 Feb 22
0
modifying xtable output
I have been using the xtable package to export great latex tables and am
very pleased with the package.
Is there a way to modify the format of the tables:
(1) some of my tables are to long to fit on a single page. I would like to
modify the
xtable to produce a longtable compatible with the longtable.sty in latex.
Are these modifications
possible and if so where are they documented?
(2) Is it
2002 Jan 28
4
Type III Sums of Squares
I am trying to reproduce an analysis done in SAS from which Type III Sums of
squares are used. How can you get Type III sums of squares in an aov similar
to what SAS provides?
With best wishes and kind regards I am
Sincerely,
Corey A. Moffet
Instructor
Department of Range, Wildlife, and Fisheries Management
Mail Stop 2125
Texas Tech University
Lubbock, Texas 79409-2125
(806) 742-2843 Voice
2005 Oct 04
3
Ruby/Rails users in Toronto area?
Just checking. I''m new in town, and somewhat new to Ruby on Rails.
-- joshua
2008 Feb 21
2
Problems with aggregate
Hello list,
I'm new to this list, so please forgive my ignorance. I have searched
R-help for some hints into what might be my problem, but I truly have no
idea where to go from here.
I have an object of approximately 15,000 rows and 2 columns. There are
many duplicates in the first column, all with different corresponding
values in the second column. For example (2 is duplicated):
2008 Jun 16
0
pvclust distance matrix
Hello,
I am attempting to assign significance levels to a UPGMA cluster analysis as part my doctoral research. The pvclust function works well but doesn't include the similarity index I need (morisita's) as an option for computing a distance matrix. Morisita's is available in vegdist in the VEGAN library but I am having a hard time getting the vegdist function to "direct
2009 Apr 17
0
Thank You All for the help
Hi All,
I wish to thank all you guys out there. This is because of the help from you
guys I am able to learn how to use R in a short time.
Thanking you again for the help and quick responses.
Regards,
Rajat
--
Rajat,
PhD student
Industrial Engineering,
Texas Tech University,
Lubbock, TX, USA.
--------------------------------------------------------------------------
WE, THE PEOPLE OF INDIA,
2013 Jan 03
0
Ruby on Rails job, Fort Worth, Texas
Opening in Fort Worth Texas for Ruby / PHP Developer:
http://www.linkedin.com/jobs?viewJob&jobId=4494286
Click the link above for job details or to apply.
Thanks!
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2002 Apr 17
4
Problem w/ axis and distortion in a plotting function
I have a function for plotting soil texture that I am having a problem with.
The function is:
plot.psd <- function(sand, clay, ...) {
conv.ter <- function(x, y) {
x.con <- 100 - x - y*cos(1/3*pi)
y.con <- y*sin(1/3*pi)
data.frame(x=x.con, y=y.con)
}
plot(conv.ter(sand, clay), xlim = c(0,100), ylim = c(0,100*sin(1/3*pi)),
axes = FALSE, xlab="",
2006 Apr 10
4
Texas User Group
I am wondering if any of the Texas user groups have members in the North
West part of the state. I am in the Amarillo area and would like to find
some othere in this area, maybe even start a user group in this area.
--
Bruce Reeves
Nortex Networks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Oct 05
9
I can''t make RSpec 1.0.8 run in Rails 1.2.3
I followed the directions on the site:
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec
ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_8/rspec_on_rails
ruby script/generate rspec
And apparently everything was ok. But when I do a "rake spec" on the app folder none of the Rails models are visible. Here is the error:
(in
2009 Apr 06
1
Need Ruby on Rails Senior Developer
Company: Eborhood
Industry: Ecommerce/communication/Real Estate - map-based search,
communication, and execution
Location: Based in Texas
Pay: over $50K-$250K - more if you''re worth it
We are in need of a programmer that has a great set of ruby/rails
skills. We have had a few problems hitting deadlines because some
programmers would do things at their convenience. We need a serious
2013 Jan 09
0
[JOBS] Seeking Ruby on Rails developers in Dallas, TX area
Must have event-driven processing expertise. Linux environment. Mobile
apps dvlpmt. NW suburban location.
Recruiter: Liz Klein 469-223-4900
adfwrecruiter-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org or lizk-IElRh2z3wdXDP7Uc+MJFAgC/G2K4zDHf@public.gmane.org
www.talentlegends.com
LinkedIn profile at *www.linkedin.com/in/elizabethmklein/*<http://www.linkedin.com/in/elizabethmklein/>
--
2008 Apr 14
0
Job - Open source architect / Ruby on Rails developer - France, Paris Area
Hi,
I''ve posted a job proposition for a position involving Ruby on Rails
work (around two thirds of the projects) but with a more general
open-source environment. This in in France, near Paris. French-speaking
people can get more information in the post itself :
http://www.railsfrance.org/node/1431
Lionel
--~--~---------~--~----~------------~-------~--~----~
You received this