Displaying 20 results from an estimated 800 matches similar to: "[JOB] Los Angeles South Bay"
2006 Aug 12
0
Los Angeles rails developers needed
Hello, our web consulting firm is looking for Rails developers located
in/around Los Angeles. Please check out our website and send me your
resume if you are interested. Both FT and contractors!
Thanks for your consideration.
Regards,
JP
--
James E Payne
principal
rhombus technologies, inc.
1606 argyle ave, los angeles, ca 90028
t 310.651.6187
m 310.721.6838
www.rhombus-technologies.com
2007 Feb 23
0
Job offer near Los Angeles
I heard from a Voxbone executive that they are opening a new NOC near Los Angeles and probably hiring a few voip support engineers.
If anyone is interested feel free to contact them through their website
Cheers,
Robert
____________________________________________________________________________________
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites
2013 Apr 11
0
Data Modeler/ Statistical Programmer – Job Opening in Los Angeles
Ipsos -- a global market research firm -- has an opening for a Data
Modeler/ Statistical Programmer. We seek an experienced and creative
programmer with unrelenting attention to detail, an ability to work
well with a small team (including both programmers and
non-programmers), and a strong interest in behavioral consumer
research. Fluency in R is required.
2010 Sep 30
0
Looking for High Mid-Sr. Level Unix/Linux person with puppet skills in Los Angeles, CA, USA
Please e-mail me off list if you''re looking for a contract->perm
position in LA, close to LAX near Boeing and the other defense
companies. The role is fairly senior and involves mostly Linux and Unix
systems. Puppet experience is a win, also is OpenBSD for
routing/firewalling. More details to be given off list if you contact me.
--
Joe McDonagh
AIM: YoosingYoonickz
IRC: joe-mac
2004 Aug 08
0
[fdo] BOF @ Siggraph LOS ANGELES - MON, AUG 9, 4-5 PM
*PLEASE FORWARD*
Inkscape: An Open Source Vector Graphics (SVG) Editor Overview
Birds of a Feather Meeting in Co-operation with Siggraph 04 at the Los
Angeles Convention Center
http://www.siggraph.org/s2004/conference/birds/index.php?pageID=conference
Monday, 9 August
4 - 5 pm
Holiday Inn City Center
Santa Monica Room
Jon Phillips + Jon Cruz
###
Inkscape: Draw Freely.
2006 May 08
0
Local Los Angeles VOIP equipment retailers?
Any one know of some "stores" that I can walk into to buy some VOIP
equipment? Maybe some Phones?
I know there are website I can hit, but I want to actually hold some
equipment in my hand and ask some questions before purchasing.
I'm in the Los Angeles area. Thanks!
Terrelle Shaw
2008 Dec 21
1
flash fails to work on Los Angeles Times website - fix
Hello,
I have a 32-bit install of C5.2 on my Intel Centrino Laptop (2005).
The Adobe flash plugin works fine in Firefox in all cases except on the Los Angeles Times website http://www.latimes.com.
I was baffled by this for a few months, since it works on another 32-bit C5.2 box. When I realized that the only real difference was that the laptop had no LAMP install, and both had the same elaborate
2014 Jul 10
0
Data Scientist – Marketing Science – Los Angeles
Data Scientist ? Marketing Science ? Los Angeles
Ipsos ? a global market research firm ? has an opening for a Data Scientist.? We seek a capable and creative programmer with unrelenting attention to detail, an ability to work well with a small team (including both programmers and non-programmers), and a strong interest in advanced analytic techniques.? Fluency in R and/or Python is required.
2009 Mar 28
0
Los Angeles area R users group
All:
Jan de Leeuw and I have taken the initiative to organize a R users group
in Los Angeles with regular meetings.
Our aim is to bring together practitioners (from industry and academia
alike) in order to facilitate a free and open exchange of knowledge and
experience in solving data analysis, statistical modeling, data mining,
visualization, statistical computing etc. problems by using R.
2004 Aug 08
1
[fdo] Inkscape BOF @ Siggraph LOS ANGELES - MON, AUG 9, 4-5 PM
*PLEASE FORWARD*
Inkscape: An Open Source Vector Graphics (SVG) Editor Overview
Birds of a Feather Meeting in Co-operation with Siggraph 04 at the Los
Angeles Convention Center
http://www.siggraph.org/s2004/conference/birds/index.php?pageID=conference
Monday, 9 August
4 - 5 pm
Holiday Inn City Center
Santa Monica Room
Jon Phillips + Jon Cruz
###
Inkscape: Draw Freely.
2009 Apr 09
0
Los Angeles area R users group's first meeting
We would like to invite you to the Los Angeles area R user group's first
meeting. This group is aimed to bring together practitioners (from
industry and academia alike) in order to exchange knowledge and
experience in solving data analysis/statistical problems by using R.
More information about the group at:
http://www.meetup.com/LAarea-R-usergroup/
Meeting: Four case studies of using R
The
2006 Mar 12
1
a better way to alias methods
Hi is there a better way to accomplish this task?
class PortfolioController < ProjectController
layout ''portfolio''
def boing
redirect_to :action=>:index
end
alias_method :new , :boing
alias_method :destroy , :boing
alias_method :edit , :boing
alias_method :update , :boing
end
My portfolio controller implements view only
2005 Dec 02
3
Conceptual Design Question
Hi All,
I am making a DAM (seems to be the hip thing to do these days). It is
for the company that I work for. We have some really weird domain
rules that have prevented me from just using a simple directory
structure file permission system. I have come up with a solution but I
wanted to run it by you gurus to ensure that I am not recompiling the
wheel here.
Basically the domain rule is:
A user
2011 Jan 01
2
Applescript and .exe?
Hi there!
I've used Wine a couple of years ago when I used Ubuntu as OS. Nowadays I have a Mac and recently installed Wine on it.
My question is, how do I fix so that I don't have to use the terminal to start an .exe program? Just enter a script in Applescript, save it as an application and start it through that?
I've googled and found some scripts but none of them works for me.
2009 Jan 22
0
[OT] New app built with facebooker launched
Hi all,
I just launched my new facebooker-based app into public beta. It''s
called Head Hunting and is designed to help recruiters, job hunters
and employees with access to a "refer a friend" employment scheme. You
can take a look and post jobs to your profile at:
http://apps.facebook.com/headhunting/
I''d like to say a big thanks to Mike and all the facebooker
2006 Feb 10
7
convert rails object to javascript variables
Am i a total idiot to try and parse out a rails object for javascript
in this way?
<%
for i in interface_items[0].attributes
%>
var <%= i[0] %> = "<%=h( i[1] )%>"
<%
end
%>
Am I missing something really obvious?
Thanks,
Mark
--
--------------------------------------------------------------------
I am Mark Daggett and I approve this message.
2006 Jan 09
3
rails ignoring the migration file
I have a mysql database that I am trying to use migrations on. The
problem that I am having is that when I create a blob field in my
migration file like so:
t.column "data", :binary, :limit => 15.megabytes, :null => false
rails changes it to this in the schema:
t.column "data", :binary, :default => "", :null => false
not only is this not what I wanted
2006 Mar 27
0
Contract Development positions available.
Hi list, sorry to post this here, but I figured I''d throw out a hook
and see if I get any nibbles.
My usual network channels are turning up dry, and I''d rather offer
this directly to the Rails community before I start hitting up
Monster/Dice and headhunters.
Our work base has been growing and I really need to hire someone on a
contract basis to fulfill some
2010 Jun 06
0
[LLVMdev] Fwd: Programming Language Design and Compilers
My apologies for posting something that is not LLVM-related but this is a lot of money -- a lot more than I thought you could make as a compiler hacker! -- so I wanted to forward it to all of you. Please contact Gary Stute directly if you're interested.
--Vikram
Associate Professor, Computer Science
University of Illinois at Urbana-Champaign
http://llvm.org/~vadve
Begin forwarded message:
2004 Apr 21
1
AD and home directory on Linux
I'm trying to get my home directory (automaticly) mounted from the
AD server via SMB - I can't (don't want to) use NFS, because that
fucks up the file modes (even with SFU it's not compatible enough).
Using LibNSS/LDAP and LibPAM/{LDAP,Krb5} will authenticate me,
get me a ticket and overall work exactly as planed.
However, my home directory isn't availible (I had to create