similar to: RoR Developer

Displaying 20 results from an estimated 100 matches similar to: "RoR Developer"

2012 Feb 07
10
Ruby Developer position
Please let me know your interest in following. Location: Columbia, SC Duration: 12 months+ Rate: $65/hr 1099/c2c Required Skills: RUBY, RAILS, GIT, MYSQL, CUCUMBER, RSPEC, JQUERY, EXCELLENT ORAL AND WRITTEN COMMUNICATION SKILLS, TEST-DRIVEN DEVELOPMENT, LINUX, OS X, JSON, COMMAND LINE, SQL, SSH, HAML, SCSS Thanks Sandeep Sandeep Jain Software People Inc. www.softwarepeople.us
2012 Feb 08
0
Ruby Developer position @ Columbia, SC
requirement for Ruby developer pls. sent your profile to: anurag.tyagi-rbQqYLFhARb9KlshQS5ldvU/3Eu2kcEP@public.gmane.org Location: Columbia, SC Duration: 12 months+ Rate: $65/hr 1099/c2c Required Skills: RUBY, RAILS, GIT, MYSQL, CUCUMBER, RSPEC, JQUERY, EXCELLENT ORAL AND WRITTEN COMMUNICATION SKILLS, TEST-DRIVEN DEVELOPMENT, LINUX, OS X, JSON, COMMAND LINE, SQL, SSH, HAML, SCSS Thanks,
2010 Oct 20
2
removing rows from a matrix using condition within groups
I am needing some help in removing certain rows in a data.matrix and then do some calculation. So Iam need to removing certain values above a threshold or value from another vector. For eg.. in the below data matrix X there are 6 groups (A, B, C, D, E ,F) >X rows groups values 1 A 1.2 2 A 0.2 3 A 6 4 A 0.5 5 A 22 6 B 0.2 7 B 1 8 C 0.5 9 D 5 10 D 4 11 D 40 12 E 0.3 13 E 0.5 14 E 1 15 E 1.1 16
2011 Aug 08
1
Display a DataFrame in a data grid
Hi, all; I'm new to R. Have been a SAS developer for over 20 years. Whenever I create a new table - you call them dataFrame objects - or modify an existing one, I like to open the table in a grid with horizontal and vertical sliders so that I can scan across the table and (especially) look at all four corners. If I made a gross error, it often shows up when I look at the corners of
2011 Aug 19
1
Writing non-graphic (text) output to PDF
Hi, friends. I keep coming to you because I'm so new to R and can't seem to figure out some simple things. Sorry. Consider the following code. I want to load a table and write out the structure to a PDF document. I just can't seem to manage writing non-graphic output to PDF. Any help? I've tried several functions, but nothing worked. All I get is the title. #
2011 Aug 12
2
Getting data from an *.RData file into a data.frame object.
Hi, all. I'm new to R. I've been a SAS programmer for 20 years. I seem to be having trouble with the most basic task - bringing a table in an *.RData file into a data.frame object. Here's how I created the *.RData file. library(RODBC) db <- odbcConnect("*******") df <- sqlQuery( db , "select * from schema.table where year(someDate)=2006" ) save(
2005 Aug 24
2
RealTime ignoringswitch=>Realtime/context@re altime_ext
Thanks John, You are my savior. This is such a great relief. Apparently realtime will not use either '127.0.0.1' or 'localhost' to connect to the database. I had to use the actual IP address attached to the NIC before it worked. My OS is Debian just a note and Asterisk HEAD from August 20, 2005 Details below for those who might be swimming in the same pool with me.
2014 Mar 17
0
CEBA-2014:0299 CentOS 6 device-mapper-multipath Update
CentOS Errata and Bugfix Advisory 2014:0299 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0299.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 073f7dd6869170f351e9b799eff499dd50c508d6e57f786152c45c6fdf602a38 device-mapper-multipath-0.4.9-72.el6_5.1.i686.rpm
2012 Jan 05
6
assest pipeline how to exclude some css files?
In my assets I have intranet |_1.css.scss |_2.css.scss internet |_1.css.csss application.css application_internet.css application_intranet.css 1.css.scss 2.css.scss 3.css.scss intranet and internet are directories. In my layout I want to exclude the files under internet and intranet. I have created application_internet.css /* * application-internet.css * *= require_self *=
2011 Sep 13
1
Dynamic css files using scss
I''m trying change the value of a scss variable dynamically using rails 3.1. For example: In a example.css.scss $main-color: red; body { background-color: $main-color; color: #333; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; line-height: 18px; } And in the model user, I put the field color_prefered. And I want to change the value of a $main-color
2007 Sep 26
1
Asterisk - Spandsp Fax not working?
Hi all, I'm trying to setup an asterisk based fax receiving machine. i'm using asterisk 1.2.18 and app_rxfax with spandsp 0.0.4pre9 I have no problems with a modem-fax, but with the fax machines i have tried almost every fax fails, both in sending and receive. the machines are sending a receiving a lot of faxes every day and working well, so i think the problem is on the spandsp side. i
2013 May 23
1
rake assets:precompile issue with JS and stylesheets files with similar name
Hi, I''ve got following two files with same names under javascripts and stylesheets directories as: - app/assets/javascripts/test_vendor.js - app/assets/stylesheets/test_vendor.scss Essentially a JS and an stylesheet files with same name. -------------------------------------------------------------- I want these files to be precompiled and served from public directory. Thus I
2011 Jul 22
0
Asset Pipeline and Sprockets
Ok I would love to work out how to use the new Raisl 3.1 Asset Pipeline with SCSS variables, mixins etc and being able to use the asset_path tag. What I have so far is this. Im my application.css.scss I have the following. *= require_self *= require layout *= require home This works fine with using the asset_path helper and variable within layout ie, // layout.css.scss.erb
2010 Aug 16
3
XCP: xe host-evacuate generates wrong error message
Good day. XCP 0.5 xe host-evacuate uuid=f9458b0b-5e35-4ee0-adcf-c8945a37868c You attempted an operation on a VM which requires a more recent version of the PV drivers. Please upgrade your PV drivers. vm: a84aaf23-8afe-2ccc-0299-83b9dfd08c35 But at really vm uuid with bad PV-drivers is 42e397c7-3d76-02c0-a1f9-c78d79cac6c6 and no uuid a84aaf23... present in pool. I think, it is an error in
2012 Mar 01
1
help stylesheet_link_tag
I was reading the book "Agile Web Development with Rails 4th Edition". In Chapter 11, Iteration C2: Adding a Page Layout 1 <!DOCTYPE html> - <html> - <head> - <title>Pragprog Books Online Store</title> 5 <%= stylesheet_link_tag "scaffold" %> - <%= stylesheet_link_tag "depot", :media => "all" %> - <%=
2014 Mar 18
0
CentOS-announce Digest, Vol 109, Issue 9
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2012 Sep 18
3
Packaging Xen 4.2.0
Hi all, I''m trying to update my RPMs of 4.1.3 to work with 4.2.0, but I''m having some interesting problems with the packaging side of things. in 4.1.3, xenpaging was being built as /usr/sbin/xenpaging, however in 4.2.0 it is being built as /usr/lib/xen/bin/xenpaging. I''m currently using the following configure options in my .spec: ./configure --libdir=/%{_libdir}
2006 Jun 06
1
Profile Directory is Full
I need to change my profile directory. My profile directory is in opt/samba/profiles. I need to move it to a bigger storage is on my system. How can I go about this with out corrupting the profiles? Mark Sarria Sylmar High School LAUSD (818) 367-0299
2018 Jul 13
2
Upgrade to 4.1.1 geo-replication does not work
Hi Kotresh, Yes, all nodes have the same version 4.1.1 both master and slave. All glusterd are crashing on the master side. Will send logs tonight. Thanks, Marcus ################ Marcus Peders?n Systemadministrator Interbull Centre ################ Sent from my phone ################ Den 13 juli 2018 11:28 skrev Kotresh Hiremath Ravishankar <khiremat at redhat.com>: Hi Marcus, Is the
2018 Aug 21
0
The. Salt. Line.
I feel a little bad about matching Taylor with the Thanatostar. /Just a little./ I've stopped updating my Instagram, because none of you follow it. Also I'm thinking of pausing Twitter too. I imagine you all KE <http://cadsplayforda.tk/lists/lt.php?id=YUgFAQJRVE9RUVEdU1wDX1cNVg> anyway, but that's not doing me any immediate good--and you probably don't see or believe