similar to: internship at Oracle Labs

Displaying 20 results from an estimated 700 matches similar to: "internship at Oracle Labs"

2014 Feb 12
1
FastR
Dear all, at UseR! 2013, the FastR project was announced by Tomas Kalibera, Petr Maj, and Jan Vitek. FastR is an implementation of the R programming language in Java using AST interpretation and specialisation for improved performance. Since, the implementation has been extended to support JIT compilation, leading to performance improvements. The goal of the project is to further the R community
2014 Sep 04
2
negative numerics in []
Hello, I'm a bit puzzled by what looks (to me) like a discrepancy between documentation and implementation. The documentation for [] says this about the indices: "Numeric values are coerced to integer as by as.integer (and hence truncated towards zero)." > as.integer(-3.1) [1] -3 Good. But: > x <- c(1,2,3) > x[-3.1] [1] 1 2 3 Given the documentation, I'd have
2014 Jul 14
2
cummax / cummin for complex numbers
Dear all, in R 3.1.0, this is happening: > cummin(c(1+1i,2-3i,4+5i)) Error in cummin(c(1 + (0+1i), 2 - (0+3i), 4 + (0+5i))) : 'cummax' not defined for complex numbers > cummax(c(1+1i,2-3i,4+5i)) Error in cummax(c(1 + (0+1i), 2 - (0+3i), 4 + (0+5i))) : 'cummin' not defined for complex numbers It may be fixed in R-devel, but I thought I'd mention it to make sure
2014 Aug 14
1
`*tmp*`
Hello, given that `*tmp*` is removed after a replacement, how can code like this work? Is there some special handling for a variable named `*tmp*` when it comes to make element assignments? > x<-c(1,2) > x[1]<-42 > `*tmp*`[1]<-7 # I would expect this one to fail > `*tmp*` Error: object '*tmp*' not found Confused greetings, Michael -- Dr. Michael Haupt Principal
2016 Mar 14
2
Help with libiconv problem
A couple of my colleagues are having problems building R-3.2.4 on Mac OS X El Capitan somehow related to libiconv. I personally don't have any problems on either of my Macs. I'm hoping thie make log might trigger something in the readers of this list: gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L../../../../lib
2016 Mar 14
0
Help with libiconv problem
On 3/14/16 1:49 PM, Mick Jordan wrote: > A couple of my colleagues are having problems building R-3.2.4 on Mac > OS X El Capitan somehow related to libiconv. I personally don't have > any problems on either of my Macs. I'm hoping thie make log might > trigger something in the readers of this list: > > gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined >
2014 Aug 25
1
vignette index going AWOL
I?m preparing a package (fastR) for submission to CRAN, but the vignette index keeps going AWOL, or at least R CMD check ?as-cran thinks so. I?ve tried several things and gave myself the weekend to think of other things, but I can?t figure it out. Perhaps someone on the list can lend a hand. Here?s one example situation, where I build the index.html file myself and put it in inst/doc/index.html
2006 Oct 03
3
change_sacl_perms() and ACLs from Solaris to 2.6 Linux
I've found an error: ACLs are not properly preserved when a file is moved from Solaris to a 2.6 Linux (I'm testing using CentOS 4 update 3 plus updates). This is using 2.6.8 built with the acl patch on both platforms. The file on the source Solaris machine: [truffle:/opt]# getfacl /xxx/x # file: /xxx/x # owner: root # group: other user::rw- user:httpd:r-x #effective:r--
2015 Jun 12
3
CRAN testing
Is the mechanism by which packages are tested on CRAN described anywhere? Is it by any chance written in R? The FastR <https://bitbucket.org/allr/fastr/wiki/Home> team is interested in running a virtual CRAN where we can test all the CRAN packages on FastR. Thanks Mick Jordan [[alternative HTML version deleted]]
2018 Feb 09
0
Seeking Outreachy internship project proposals
LLVM is participating in the Outreachy May 2018 to August 2018 internships. We are seeking mentors to propose projects that Outreachy interns can work on during their internship. For our first time with this program, the LLVM Foundation will be sponsoring 1 intern. Ideally we would like a few project proposals for applicants to pick from. These can range from entry level documentation projects to
2011 Dec 07
0
[LLVMdev] advertisement: summer 2012 internship positions available in Apple's compiler teams
Hi all, Apple's compiler teams (covering the frontend to the backend) are now looking for exceptional interns for summer 2012. These are paid internships based onsite at Apple's main campus in Cupertino, California, USA. Internships last ~3 months, with internships starting as early as next May. During the internship, interns will work directly with members of Apple's compiler team
2010 Dec 13
0
[LLVMdev] announcement: summer 2011 internship in Apple's Clang team
[Brief internship announcement] Apple's Clang team has an open position for a 12 week developer internship in summer 2011 (~May-June through ~August-September). This team works both on the Clang frontend as well as various Clang-based technologies such as the Clang compiler and the Clang static analyzer. During the internship, the intern will work directly with members of Apple's
2012 Nov 06
0
[LLVMdev] advertisement: summer 2013 internship positions now available in Apple's compiler and language runtime teams
Hi all, Apple's compiler and language runtime teams (covering the Clang frontend, LLVM backend, and the Objective-C runtime) are now looking for exceptional interns for summer 2013! These are paid internships based onsite at Apple's main campus in Cupertino, California, USA. Internships last ~3 months, with internships starting as early as next May. During the internship, interns will
2001 Mar 09
0
Summer Internship in Boston
Hi, Although I am not sure how many students subscribe to r-help, I suspect that some of the students of the professors on the list might be interested in the following summer internship opportunity. Dave Kane ########################################## Summer Internship Opportunity at Geode Capital Management Geode Capital Management has one or two openings for 12 week summer internships. We
2008 Jun 11
0
ETH Internship - Dynamic Portfolio Asset Allocation
Summer Internship at ETH Zurich "Dynamic Portfolio Asset Allocation" We offer a 3-months internship starting midth July 2008. The topic addresses "Dynamic Portfolio Asset Allocation" including alternative instruments and hedge funds. The goal will be to compare the robust mean-variance, the lower partial moment and the conditional value-at-risk approaches for portfolio
2011 Oct 05
0
Internship Opportunity at New York financial weekly
It's not too early for statistically-adept students to think about underpaid, but life-altering, internships for the summer of 2012. In fact, after November 1st it may be too late to apply here at Barron's. This will be the second summer we've offered paid internships, which means that applicants can now poll the hapless folks who interned this past summer. Contact me, Bill Alpert, and
2020 Feb 07
0
Paid internship "web application development with R"
*Paid internship "web application development with R"* The main skills for this proposed paid internship are: R, Shiny, and components used by Shiny (plotly, javascript). Other skills (Debian, Docker, CKAN...) are useful. This internship offer is part of a partnership between the Grenoble Alpes Cybersecurity Institute and the CYBIS project. The *Cybersecurity Institute* aims to
2010 Mar 12
0
[LLVMdev] Internship in LLVM development in Nokia Research
Hi all, Nokia Research Center, Finland is looking for an exceptional research intern for 4-12 months internship. This is a paid internship position either in Helsinki or Tampere, Finland. The team is developing a novel programming model and LLVM based compiler for the language to be used in real-time signal processing application implementations. To apply for this position, you have a M.Sc., MA,
2011 Jan 25
0
[LLVMdev] LLDB Summer Internship at Apple
We are currently looking for a great intern to define and implement a meaningful summer project in LLDB (we have lots of ideas too!). This is a paid internship and the internship will be at Apple in Cupertino, CA. If anyone is currently a student and is interested in applying for an intership position, please send your resume to gclayton at apple.com. I look forward to hearing from any
2011 Mar 09
0
[LLVMdev] Announcement: another Summer 2011 Internship with Sony PlayStation
Sony Computer Entertainment America is looking for an intern to work on LLVM and/or Clang. The responses to our earlier internship posting were amazing and we've decided to open this additional internship. Please see the official listing for more details: <http://playstation.taleo.net/careersection/sceaexternal1/jobdetail.ftl?lang=en&job=02354>