similar to: Job Posting - Need Developer for Large-Scale Web App

Displaying 20 results from an estimated 10000 matches similar to: "Job Posting - Need Developer for Large-Scale Web App"

2006 Apr 22
0
cross-posted on RForum, f/t web app developer, NBC UNI (LA)
My apologies if you will receive this twice as I posted it to the RForum forum yesterday. My understanding is that it is a separate forum. Gently disabuse me of this notion if I am mistaken. [paste] Thanks for allowing me to post to your community board. First, let me just say that we are looking to hire someone who is interested in and has been delving into RoR. However, we are not looking
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
2006 Feb 19
3
Cisco 7905 can't register
My Cisco 7905 can't register with Asterisk (1.0.7-BRIstuffed-0.2.0-RC7k on Debian stable). It could, however, register with another installation of Asterisk and the settings on the phone (apart from the SIP proxy address) haven't changed since then. On the new Asterisk box my sip.conf contains this: [jeremy] type=friend regexten=801 allow=g729 host=dynamic secret=PASSWORD nat=yes
2009 Sep 21
0
Rails for large scale app with SOAP and cron jobs?
Hi everyone, I''m looking into alternative technologies for an application at work, where the current one is failing. I have some experience with Rails and always liked it, and am wondering if it could be feasible for this application. Basically, what the app does is take a large number of items (scattered over many different relational database tables), and send them via SOAP to an API
2007 Jun 21
0
[JOB] Web Application Developer
Hi all, I work for Codeweavers.net <http://www.codeweavers.net/> - not to be confused with the US CodeWeavers of CrossOver fame. We produce enterprise software, mainly for the finance sector. We are looking for a developer to take on a young project that I started. I''m becoming the company''s senior network admin for the next 12 months at least, so we need
2006 Mar 22
1
JOB: Intermediate Web Software Developer
Helium Exchange, located in Andover MA, is a newly funded consumer internet company, building a platform for market-driven, user-generated publishing. Helium?s goal is to build the number one source of peer-ranked user-generated content on the internet. Using a proprietary peer review technology, Helium is revolutionizing the world of publishing. Now millions of people can come together in
2006 Jan 18
0
Job posting Default / Springbolt Ruby / Rails developers
Greetings, We are currently hiring experienced Ruby / Rails developers to work with our small team at Default / Springbolt. Below is the job description as shown on our (holding) website: http://www.springbolt.com/jobs.htm Please reply off-list with any interest or questions. Thanks for your time. Guy Below is the job description: London based company seeks Ruby / Rails developers to join
2016 Feb 19
0
should `data` respect default.stringsAsFactors()?
Hi, > Aha... Hadn't noticed that stringsAsFactors only works via as.is in read.table. > > Yes, the doc should probably be fixed. The code probably not Agreed. Is someone on-list authorized and willing to make the documentation change? I suppose I could learn what it takes to be a "player", but for such a trivial fix, it probably is overkill. Dissenting opinions?
2016 Feb 19
0
should `data` respect default.stringsAsFactors()?
On Thu, Feb 18, 2016 at 6:03 PM, Cook, Malcolm <MEC at stowers.org> wrote: > Hi Peter, > > Sorry if I was not clear. Perhaps an example will make my point: > >> data(iris) >> class(iris$Species) > [1] "factor" >> write.table(iris,'data/myiris.tab') >> data(myiris) >> class(myiris$Species) > [1] "factor" >>
2007 Nov 29
0
Job: Video On Demand - Lead Web Tools Developer
Lead Operations Developer Reports to: Director, Network Operations Company Background With the worldwide explosion of digital media throughout the world, Digital Fountain is growing at a record pace. Over the last year, we''ve doubled our revenues and we''ve doubled the size of our team. After a decade of innovative technology development yielding over 100 patents, our software
1999 Jan 04
0
SAMBA digest 1928
samba@samba.org schrieb: > SAMBA Digest 1928 > > For information on unsubscribing see http://samba.org/listproc/ > Topics covered in this issue include: > > 1) Re: NT Logon Authentication > by Gerald Carter <cartegw@Eng.Auburn.EDU> > 2) Samba-> No [.] and [..] directories > by Kai Schaeffer
2016 Dec 12
0
RFC: Constructing StringRefs at compile time
> On Dec 12, 2016, at 3:45 PM, David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On Mon, Dec 12, 2016 at 1:03 PM Zachary Turner via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Well, apparently clang has clang::StringLiteral in clang/AST/Expr.h > > So, our options are either: Allow this name
2016 Dec 12
4
RFC: Constructing StringRefs at compile time
I can. I'll whip something up today On Fri, Dec 9, 2016 at 1:18 AM Malcolm Parsons <malcolm.parsons at gmail.com> wrote: > On 2 December 2016 at 17:12, James Y Knight <jyknight at google.com> wrote: > > +1 from me for the StringLiteral proposal from a few messages back. > > Zachary, do you want to commit StringLiteral? > > -- > Malcolm Parsons >
2006 Mar 23
1
YAML inconsistencies...
I figured I''d post here before submitting a ticket, but I''m seeing some confusing stuff when dealing with YAML now. I was using it to freeze objects in my database, and so i had some data already around to mess with. I upgraded both Ruby (1.8.3 -> 1.8.4) and Rails ( -> 1.1RC1) and this junk started. I''ve outlined the problem in two pastes, which I''ll
2006 May 16
3
[JOB] Rails Web Developer in Madison, WI
Hello, My company is looking for someone familiar with Rails, but *really* familiar with front-end web development; CSS, Javascript (Ajax + +good), and one of the XXp templating languages. We''re migrating a rusty J2EE-ish app to Rails, and we need someone who can flip between controller work and view development with ease. Very relaxed, flexible work atmosphere--we value
2004 Aug 06
2
Re: does installed lib support _int()s ?
>>>>> "Malcolm" == Malcolm Baldridge <speex@paypc.com> writes: Malcolm> Well, for compile-time, I'd think that an #ifdef would do the Malcolm> trick. How? VERSION isn't included anywhere except in speex_init_header(), and I do not see any other symbols that encode the version.... That said, I looked at the code for speex_encode_int and friends since
2016 Dec 12
0
RFC: Constructing StringRefs at compile time
Well, apparently clang has clang::StringLiteral in clang/AST/Expr.h So, our options are either: Allow this name clash (obviously the namespaces don't clash, only the names) and deal with it when it's an issue (which will be limited to clang, and even then not very often), or choose a different name. Thoughts? On Mon, Dec 12, 2016 at 11:53 AM Zachary Turner <zturner at google.com>
2016 Dec 12
2
RFC: Constructing StringRefs at compile time
On Mon, Dec 12, 2016 at 1:03 PM Zachary Turner via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Well, apparently clang has clang::StringLiteral in clang/AST/Expr.h > > So, our options are either: Allow this name clash (obviously the > namespaces don't clash, only the names) and deal with it when it's an issue > (which will be limited to clang, and even then not
2006 Feb 14
0
Job Listing - Web Systems Administrator
Web Systems Administrator, Full-Time Full Time Position - Immediate to March 2006 start ===================== DigitalWork, a web application development company based in downtown Chicago, is seeking a technically astute, down-to-earth individual with multi-platform server administration experience. We're a small shop where each team member has significant input and influence. We have a
2016 Feb 19
2
should `data` respect default.stringsAsFactors()?
Aha... Hadn't noticed that stringsAsFactors only works via as.is in read.table. Yes, the doc should probably be fixed. The code probably not -- packages loading different data sets depending on user options is an even worse idea than hav?ng the option in the first place... (I don't mean having the possibility, I mean the default.stringsAsFactor thing). In general, read.table() gets