Displaying 20 results from an estimated 3000 matches similar to: "(JOB) Ruby on Rails Developers- Strongmail , Redwood Shores, CA"
2015 Apr 27
4
Inconsistency when naming a vector
Sometimes the absence of a name is maked by an NA:
x <- 1:2
names(x)[[1]] <- "a"
names(x)
# [1] "a" NA
Whereas other times its
y <- c(a = 1, 2)
names(y)
# [1] "a" ""
Is this deliberate? The help for names() is a bit murky, but an
example shows the NA behaviour.
Hadley
--
http://had.co.nz/
2011 Apr 11
12
Freelance Developer using Rails
Hi all,
Is anyone doing freelance rails development? I need some advice
before I jump in.
Thanks,
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2011 Jan 11
3
A section with name main already exists (Bug 5231)
Hi all,
I''m facing the bug 5231 when running puppet: host has some repos with
many section main defined:
# grep main *
atrpms.repo:[main]
cern-extra.repo:[main]
cern-extra-srpms.repo:[main]
cern-only.repo:[main]
cern-only-srpms.repo:[main]
cern.repo:[main]
cern-srpms.repo:[main]
cern-test.repo:[main]
cern-test-srpms.repo:[main]
cern-update.repo:[main]
cern-update-srpms.repo:[main]
2009 Nov 24
7
CERN using RHEL/CentOS?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
I just did my daily news scan and saw some screenshots that illustrate
the press release [0] announcing the first collisions at the LHC. Those
screenshots show windows and buttons that exactly match my CentOS GNOME
Desktop [1]. AFAIK, SuSE/Novell has different skins, as has
(Open)Solaris and AIX, for instance.
So, has there anybody more
2011 Apr 04
4
.Net Developer Job Opening - Valencia, CA
Hi
This is Vignesh with Makro Technologies, Inc.
We have been in business for over 10 years and we are one of the Fast 500
National IT staffing and Solution firms in USA. Our clients include
country’s top-notch IT, Healthcare, Pharmaceutical, Financial,
Telecom,Government and other industries.
Staying current with technology, finding great consultants and exceeding our
clients''
2015 Jan 14
2
Red Hat Developer Toolset 3 for CentOS6?
Unfortunately, this is only for RHEL/CentOS 7, but it can also be found at:
https://www.softwarecollections.org/en/scls/rhscl/devtoolset-3/
On Tue, Jan 13, 2015 at 1:39 AM, wwp <subscript at free.fr> wrote:
>
> On Tue, 13 Jan 2015 09:18:27 +0100 wwp <subscript at free.fr> wrote:
>
> > I could find the 1.1 and 2 repos gently provided by Tru Huynh, but quid
> > of
2015 Mar 10
2
[LLVMdev] Google Summer of Code
> On Mar 10, 2015, at 1:03 AM, Vassil Vassilev <vvasilev at cern.ch> wrote:
>
> On 09/03/15 21:52, Anna Zaks wrote:
>>
>> +Easily, some of the code snippets end up being copied dozens of
>> +times, which leads to worse maintainability, understandability and logical
>> +design.
> Should be better now.
>>
>> The project description stresses
2018 Nov 01
3
Video from the CentOS Dojo at CERN now available
The videos from the recent #CentOSDojo at #CERN are now available on the
CentOS YouTube channel. If you have time for only one, be sure to watch
the first video, which talks about the challenges that CERN has with the
enormous amount of data they produce every day in the LHC.
Also recommended, Fabian's discussion of the coming (and already in
place!) changes to the CentOS Git infrastructure.
2015 Jan 13
2
[LLVMdev] MCJIT handling of linkonce_odr
Hi Keno,
The part that scares me a bit is
> and then adjust the other methods to not
> bail out two quickly when encountering a weak symbol.
I would very much appreciate if you could implement this; I don't have
enough knowledge of the MCJIT nor llvm CodeGen internals... I will
happily try it out and provide you with feedback, though! :-)
Thank you *so* much for your fast reaction!
2015 Mar 09
2
[LLVMdev] Google Summer of Code
+Easily, some of the code snippets end up being copied dozens of
+times, which leads to worse maintainability, understandability and logical
+design.
The project description stresses code maintainability and logical design more than bug finding due to omissions in copy and pasted code. Reading this made me think of a check that would suggest people to replace copy and pasted code with a function
2015 Mar 11
2
[LLVMdev] Google Summer of Code
> On Mar 11, 2015, at 2:14 AM, Vassil Vassilev <vvasilev at cern.ch> wrote:
>
> On 10/03/15 19:13, Anna Zaks wrote:
>>
>>> On Mar 10, 2015, at 1:03 AM, Vassil Vassilev <vvasilev at cern.ch <mailto:vvasilev at cern.ch>> wrote:
>>>
>>> On 09/03/15 21:52, Anna Zaks wrote:
>>>>
>>>> +Easily, some of the code
2009 Aug 31
4
[LLVMdev] C++ Interpreter
Hi,
we want to implement a C++ interpreter using LLVM and clang, to replace
our existing one <http://root.cern.ch/drupal/content/cint> that is used
as part of a data handling and analysis environment
<http://root.cern.ch>. We plan to keep the set of features that our
current interpreter offers, e.g. calls into and out of libraries,
dynamic scoping, unloading of code, and a prompt. I
2019 Aug 23
3
Vectorization fails when dealing with a lot of for loops.
Hello, could you please have a look at this code posted on godbolt.org:
https://godbolt.org/z/O-O-Q7
The problem is that inside the compute function, only the first loop vectorizes while the rest copies of it don't. But if I remove any of the for loops, then the rest vectorize successfully. Could you please confirm that this is a bug, otherwise give me more insight on why the vectorization
2008 Jun 18
2
[LLVMdev] C/C++ interpreter...
Hi,
what would be needed to make a C/C++ interpreter using the LLVM
libraries. We have in our project (http://root.cern.ch) a C/C++ interpreter
(http://root.cern.ch/twiki/bin/view/ROOT/CINT), but it has some limitations
(the biggest being maintenance). I see there is a libLLVMInterpreter that
can interpret the LLVM IR. Could this be used to interpret, or a starting
point, to an real
2015 Jan 14
1
Red Hat Developer Toolset 3 for CentOS6?
On Wed, Jan 14, 2015 at 1:28 AM, wwp <subscript at free.fr> wrote:
> Hello Dave,
>
>
> On Tue, 13 Jan 2015 21:18:18 -0700 Dave Johansen <davejohansen at gmail.com>
> wrote:
>
> > Unfortunately, this is only for RHEL/CentOS 7
>
> Really? It installs and works fine on my CentOS6, more over, on the
> Cern pages, it says "for Scientific Linux CERN
2015 Jan 13
2
Red Hat Developer Toolset 3 for CentOS6?
Hi all,
I could find the 1.1 and 2 repos gently provided by Tru Huynh, but quid
of a v3 of the toolset?
I've just found that Qt 5.4 requires what's shipped in this v3 (gcc
4.9.1, binutils 2.24) and would prefer installing those from a repo. If
not, the sources will rule.
Any hint?
Regards,
--
wwp
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2009 Aug 31
0
[LLVMdev] C++ Interpreter
2009/8/31 Axel Naumann <Axel.Naumann at cern.ch>:
> we want to implement a C++ interpreter using LLVM and clang
Isn't clang going on that direction anyway?
cheers,
--renato
Reclaim your digital rights, eliminate DRM, learn more at
http://www.defectivebydesign.org/what_is_drm
2002 Jun 29
3
[Bug 324] privsep break KRB4 auth, KRB4 TGT forwarding and AFS token forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=324
------- Additional Comments From jan.iven at cern.ch 2002-06-30 09:19 -------
Created an attachment (id=125)
KRB4/KRB5/AFS with privsep
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2006 Oct 03
3
[Bug 1246] Protocol version identification errors don't log the sender IP anymore, always UNKNOWN
http://bugzilla.mindrot.org/show_bug.cgi?id=1246
Summary: Protocol version identification errors don't log the
sender IP anymore, always UNKNOWN
Product: Portable OpenSSH
Version: 4.4p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: sshd
2016 Apr 29
3
(Orc)JIT and weak symbol resolution
Hi,
This is a question on how to resolve weak symbols from the binary for
symbols that are also llvm::Module-local. Currently, the JIT seems to
favor resolving to module-local symbols over existing symbols:
$ cat symbols.cxx
extern "C" int printf(const char*,...);
template <class T> struct StaticStuff {
static T s_data;
};
template <class T> T