similar to: Job market Rails, Java, C++, etc

Displaying 20 results from an estimated 20000 matches similar to: "Job market Rails, Java, C++, etc"

2004 Jan 03
1
SEEKING PART-TIME DBA ROLE (REMOTE)
I HAVE 10 Years EXPERIENCE WITH *ORACLE 7.x 8.x, and 9x DATABASE Administration *ORACLE 9iAS Support *11i/10.7 ERP/CRM Installation and Support *SOLARIS SYSTEM ADMIN *3rd PARTY IMPLEMENTIONS * DATAWAREHOUSING Support *SOFTWARE AND HARDWARE CAPACITY PLANNING *Oracle DATABASE MANAGEMENT *Oracle DATABASE AND APPLICATION TUNING Spent many years at Oracle Corp, and worked with client such as Kodak,
2009 Jan 03
1
Getting rid of the How_Do_I_Become_a_CentOS_developer page
Hi, I removed the above page before, but I saw Russ added it again. Let me explain why I think that page needs to die. It offers little insight to how one can become a developer. What is a CentOS developer ? That's the first confusing part. The page answers the question with a: "show competence and things will happen" We have a much better Contribute page that highlights ways
2005 Jul 16
1
Re: CentOS Digest, Vol 6, Issue 16
> This is also answer to everybody else who was nitpicking... > > I believe that OP ment a GUI front end when he said "no package > manager". If he's running CentOS, then he has rpm installed, and most > of his system (if not everything) was installed by rpm. I fail to > understand why so many people are trying to be smart, instead of being > helpfull.
2004 Dec 14
2
Leadership change
Greetings all, Sadly, I must announce my "retirement" as the wxruby project leader. I still believe in the project, and really want it to succeed. Unfortunately, there are other projects that are higher priority for me right now. I cannot be an effective wxruby lead at this time. Perhaps at some point in the future, wxruby will again become a top priority for me. If that happens,
2005 Jul 15
7
How to query the package owning the file? (no packahe manger installed)
Guys recently I had this question asked in a technical interview. How do I find out the package owning a particular file, when no package managers are installed? I am assuimg SRPMs are used to install the software? Is this actually possible? Install the Linux OS without a package manager? I know "rpm -qf filename" gives the package owning the file. But how to get the package name
2012 Feb 02
1
[LLVMdev] FW: A message to post please (EDITED, thanks): "Position available: C / C++ Developer: Compiler & Tools SDK"
Hi, Hope you can help. Grateful for your time. I was in touch recently requesting the drop opportunity below be shared with your distribution list (it was originally declined as hadn't provided sufficient context about LLVM. I provided the edited version, below, on 27th of January). Please can you confirm, has this been sent out to your distribution list? We have not had much response, so
2006 Jul 02
5
Question about setting field values for a belongs_to model
I have two tables, applicants, and skills where each applicant "has_many" skills, and each skill "belongs_to" an applicant. When I have a reference to an applicant and a (skill) id for one of their skills, I thought to update their skills by using @applicant.skills.find(id_of_skill).description = ''new description'' # even adding
2006 Apr 03
8
[OT] - Career Advice
Hey everyone - I have a career-related question for you all. I currently work full time as a Sr. Sys Admin, and have been doing systems work for about 9 years. I have been doing web development work on and off during this time, and have written quite a few internal applications and scripts for several companies I worked for. I have never worked in the full time capacity of a software developer
2006 Feb 27
6
One to Many example... please!
Hi, I am pulling my hair out trying to work out how to put together what should be a simple app in rails. The app is to CV''s so I have a table of CV''s and each CV can have multiple skills. Skills are in a 2nd table below; CREATE TABLE cvs( id INT not null AUTO_INCREMENT PRIMARY KEY, first_name VARCHAR(30) not null, family_name VARCHAR(30) not null, email
2009 Jan 14
2
runs.test in by() statement
Hi everybody I am a recent convert from SAS so please excuse me if this is all very obvious: I want to use the runs test {runs.test() in package tseries} to test the randomness of a certain variable in a survey for each interviewer. I tried to us the by() statement but it doesn't seem to work with runs.test() as the function. Here is what I have: Consider a data frame with two variables and
2006 Mar 04
5
has_many and belongs_to example?
Hi! If i have 2 tables i.e. product and images and product has_many images, image belongs_to product - how to create _form.rhtml, new/create and edit/update methods in product controller, so in a single form i can add one product and MANY (let''s assume for now that this number is fixed) images for this product? Pleeeeease help me :) -- Posted via http://www.ruby-forum.com/.
2005 May 25
2
Career Opportunity
I saw your information on the internet and I have multiple opportunities available for QA Analysts. The opportunities are available in the Chicago area. A description of the opportunities can be viewed at www.parallelpartners.com. If you or someone you know is interested, please email me a copy of your resume. Thank you Raul Garcia Administrative Manager Parallel Partners 20 N. Wacker
2009 Mar 08
2
Fwd: add a new queue strategy: SBR
Hi., do you think that sbr policy in queue strategy will be useful? Bye ---------- Forwarded message ---------- From: nik600 <nik600 at gmail.com> Date: Sat, 7 Mar 2009 15:21:14 +0100 Subject: add a new queue strategy: SBR To: Asterisk Developers Mailing List <asterisk-dev at lists.digium.com> Hi to all isn't there any plan to add the Skills Based Routing strategy in
2007 Jul 24
2
reusing partials
Might be asking a daft question or missing something obvious here as I''m a bit of noob at this, I''ve got the code below in a partial and am using it to display and attach skills to degrees which is working fine, I now need to do exactly the same thing for interests and was wondering if there is any way to pass the partial a parameter which I can then some how be used to replace
2006 Jan 24
3
R-help Digest, Vol 35, Issue 24
Dear Prof Ripley, First of all, unless you are an english professor, then I do not think you have any business policing language. I'm still very much a student, both in R, and regarding signal analysis. My competence on the subject as compared too your own level of expertise, or my spelling for that matter, may be a contension for you, but it would have been better had you kept that opinion
2006 Oct 30
1
domain language?
RSpeckers: I went with RSpec instead of Systir because I downloaded and installed the former first. (I know that''s not exactly a ringing endorsement! ;-) I want to compete with FIT and Fitnesse, like this: http://www.zeroplayer.com/cgi-bin/wiki?TestFlea#tropism (Click on a Green Bar to distend one test case.) I want a domain-specific language in the parchment-colored area on the
2009 Jul 06
8
how to make ZenTest autotest run whenever my tests change
Railsters: Despite Rails being the only Web platform designed for TDD, a lot of its test infrastructure is still "cargo cult" - imitating other test rigs instead of understanding their principles. Most importantly, tests should run instantly. There''s no excuse for breaking this rule, and if you invent a platform that can''t obey it then you are doing something
2008 Jan 08
1
Need input on DB/table design
I''m building a site.. Dah!! and it requires different skills for different jobs in different states. the site will start off in only one state but I want to make sure I''m ready for many states. I''m thinking of a generic skills table with columns skill1 .... skillN. then another table with columns state, job type, skill name, skill column mapping to the column in the
2018 May 24
1
USDA CVB recruiting statistician or data scientist
CENTER FOR VETERINARY BIOLOGICS UNITED STATES DEPARTMENT OF AGRICULTURE Join our team of statisticians and data scientists in 2018 We bring a broad perspective to our consulting and analytical work with scientists at the USDA National Centers for Animal Health. Our Statistics Section is looking for a good communicator who is comfortable dealing with the analytical aspects of practical
2011 Oct 10
6
Ruby on Rails sqlite3 ranking
I am making a browser-based game using ruby on rails and I am having trouble implementing a ranking system for my game. Each player has five skills: intelligence, creativity, strength, charisma and technological. I want the player to have a rank for each skill. The ranking I have in place right now gives the same rank if two players have the same amount of skill. SELECT COUNT(*) AS [rank] FROM