Displaying 20 results from an estimated 100000 matches similar to: "Looking For Programming Job?"
2009 Jun 01
0
Nested models and forms
Hi,
I have been trying to use the new nested models & forms feature in rails 2.3
#helper
def add_job_profile_link(name, form, vacancy)
link_to_function name do |page|
profile = render(:partial => ''job_profile'', :locals => { :f =>
form, :job_profile => vacancy.job_profiles.build })
page << %{
2009 Mar 03
0
Job Posting - Early stage political startup looking for advanced rubyist and/or designer
This is a shot out in the dark, but I figured it''s worth a
try...especially in this job market. :)
My friend and I are in the very early planning stages of a startup
that will be politically focused. We intend to develop tools that
will revolutionize and dominate the next generation of the politics.
I am a developer with nearly 5 years of experience with Ruby & Rails
and 8 years of
2008 May 09
1
Job opening: Malaria Atlas Project, Oxford University
DEPARTMENT OF ZOOLOGY
Web developer
Grade 7: Salary range:£26,666 - £32,796
Three year post
A web developer is required to join the Malaria Atlas Project (MAP,
http://www.map.ox.ac.uk). The job will be to lead in the improvement
of the on-line presence and thus public engagement activities of MAP.
Specific responsibilities will be to implement an online database of
epidemiological information
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
2012 Mar 07
0
Job offer predoc/PhD position Medical University of Graz, Austria
*Vacancy: Scientific Collaborator in Statistical Bioinformatics*
*Institute for Medical Informatics, Statistics and Documentation**,
Medical University of Graz, Austria*
predoc level with PhD opportunity, 30 hours per week
available from May 1st, 2012
*Tasks:*
* Working in the project "Biostatistical-genomical analysis of the
clinical relevance of liver cancer models" which is
2008 Jan 09
1
**Full-time Ruby on Rails Programmer Job Opp in Nashville, TN**
Hello All,
My name is Lauren Wulf and I am a technical recruiter for Brooksouce
in Nashville, TN. I have a client here in Nashville that is looking
for a Full-time Ruby on Rails programmer. This client is in the
healthcare industry and is working on some very innovative
applications. Please take a look at the job description and feel free
to send this to anyone that might be interested in a
2023 Jan 25
0
R-sig-jobs Digest, Vol 144, Issue 1
Update on my post of last week (repeated below): The position is now open
for one week, closing Jan. 31, 2023. Here is the link to the posting.
https://www.usajobs.gov/job/701646300
--C. Tong
>
> CENTER FOR VETERINARY BIOLOGICS
> UNITED STATES DEPARTMENT OF AGRICULTURE
>
> Join our team of statisticians and data scientists in 2023
>
> We bring a broad perspective to our
2006 Sep 13
0
Need RoR Programming - HELP
Expectations and requirements for the job are:
Languages:
- Experience with ruby / rails (required)
- Knowledge and understanding of ruby on rails (required)
- Minimum 1 year experience with HTML/DHTML/JavaScript (required)
- Basic understanding of SQL (required)
Frameworks:
- JBoss Stack (Bonus)
Concepts:
- Knowledge and understanding of networking concepts; tcp/ip,
2016 Apr 18
0
(Small) programming job related to network analysis
Dear all,
I am looking for help in programming three functions. Those functions
should simulate (social) networks according to the process described in :
(1) A.H. Dekker - "Realistic Social Networks for Simulation using Network
Rewiring" (
http://www.mssanz.org.au/MODSIM07/papers/13_s20/RealisticSocial_s20_Dekker_.pdf
)
(2) Konstantin Klemm and V?ctor M. Egu?luz - "Growing
2007 Feb 07
0
JOB POSTING - DeepTech, Inc. seeking ROR developer in New York City.
DeepTech, Inc., the premier New York City Macintosh technical support
company, is currently accepting applications for an experienced, full-
time Senior Web Application Developer.
DeepTech provides a casual and fun work environment, challenging
projects, great learning opportunities, and exposure to leading edge
technologies. We maintain a strong "Do It Right" philosophy, and
ensure
2008 Feb 11
0
Call methods from ApplicationController from a cron job
Hi,
Can code in my cron job call methods from ApplicationController?
It needs to act as if a user called a function, which triggers a whole
lot of code that I have in the controller. I don''t want to separate
this to a library, because this way, the controller will look pretty
messy.
Is there any was I can require the application controller and then
call its methods from the cron job?
2003 Sep 10
0
Industrial Statistician Job (Basingstoke UK)
We (Eli Lilly & co) have a vacancy for an experienced industrial
statistician who is familiar with mainstream statistical software,
particularly Splus (or R) and/or SAS and/or JMP. The role is to
provide expertise and training in Statistics in support of
process-improvement in all areas of the business, particularly Statistical
Process Control, Design of Experiments, and Quality
2002 Aug 21
0
Population dynamicist job in Queensland, Australia
My apologies for he very short time before things close, but it's not my
fault. If necessary get your hat in the ring by Friday and see to the
niceties later, may I suggest.
This is a vacancy in my group in Cleveland. The work is interesting and the
challenges large.
Bill Venables.
----------------------------------------------------------------------------
Division of Marine Research
2012 Oct 05
1
Looking for Ruby on Rails Developers & Testers for Full time Job Opportunities
Hi All,
Am looking for Ruby on Rails Developers and Testers for Full time Job
Opportunities.
Below are the available job opportunities:-
1. Position: Lead/Senior Application Engineer
Location: San Mateo, CA
Duration: Fulltime/ Contract to Hire
Requirements:
Developed usable, responsive applications in Ruby on Rails or Java /
Spring / Hibernate
Experience with UI frameworks (such as RoR and a
2007 Sep 22
1
Job trend cross-over for Ruby/Rails and Java combo
See the graph at
http://tinyurl.com/35rnx4
For some time, I''ve been watching the three combinations
ruby + rails,
ruby + developer,
java + hibernate + tomcat
using the www.indeed.com job-trend grapher.
They have (after a long climb), finally reached parity.
Of course, you can pick different combinations and get entirely
different results.
-- Mike Berrow
--
Posted via
2004 Mar 24
0
Job Vacancy
www.kssg.com a pricing consulatancy based in Manchester (UK) are seeking an
experienced statistical analyst.
Candidates must be eligible to work in the EU. If you are interested please
send an updated CV to jonesw@kssg.com .
Company Overview
KSS is a leading provider of pricing and revenue management systems for the
Retail and Petroleum sectors. Our business applications help our clients get
2013 Sep 07
0
[shoulda-matchers gem] validate_numericality_of_matcher strange behaviour
Hello
I have Vacancy model and vacancy_spec test with validates_numericality_of
:salary, greater_than: 1 in the model and
validate_numericality_of(:salary).is_greater_than(2) in the _spec.
When i run rspec spec command tests pass (in some cases and in other they
don''t)
Why?
vacancy.rb
------------------------
class Vacancy < ActiveRecord::Base
validates_presence_of :name,
2005 Dec 07
0
R programming job in Boston
Hello, I'm a senior statistician at Affinnova, a market research firm
outside of Boston, MA. We are looking to hire a strong R programmer.
Here is the description of the job:
Come join a growing company in the market innovation field. Affinnova
is changing innovation and product development by applying Interactive
Genetic Algorithms to bridge the chasm between the worlds of the
designer, the
2003 Dec 03
0
looking for a job as a UNIX/FreeBSD system administrator
Hello!
My name is Egor Rukhvadze. I'm looking for a job in US as a UNIX/FreeBSD system administrator and/or network administrator that lets me utilize my experience in an Internet Service Providing (ISP).
Name: Egor M. Rukhvadze.
Birthday: April 13 1973.
Contacts:
Phone number: home +7 (095) 126-41-84 (8AM-1PM PST or 8AM-4PM EST).
Cell: +7 (903) 792-31-53
e-mail: gara@mail.ru
ICQ#
2007 Sep 24
1
Pls sends your CV in www.allindiajobbank.com website. It is fast and gives U positive response. Pls pass this message to Ur friend also because vacancies are waiting.
Pls sends your CV in www.allindiajobbank.com website. It is fast and
gives U positive response. Pls pass this message to Ur friend also
because vacancies are waiting.
IT SALES EXECUTIVE
Job Description :- Lead Generation &
Generating customers by Tele-calling
Calling prospective customers and explaining them about the services.
Lead generation and successful conversion of leads.
Education