Displaying 20 results from an estimated 2000 matches similar to: "Seeking Outreachy internship project proposals"
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
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
2018 Feb 12
1
LLVM Weekly - #215, Feb 12th 2018
LLVM Weekly - #215, Feb 12th 2018
=================================
If you prefer, you can read a HTML version of this email at
<http://llvmweekly.org/issue/215>.
Welcome to the two hundred and fifteenth issue of LLVM Weekly, a weekly
newsletter (published every Monday) covering developments in LLVM, Clang, and
related projects. LLVM Weekly is brought to you by [Alex
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 Nov 17
0
[intern ad] Clang, libc++, and Program Analysis Engineering Internships at Apple
Hi Everyone,
Apple's Clang, libc++, and Program Analysis teams are now looking for interns for 2021!
Our teams contribute to Clang, libc++, Clang Static Analyzer, as well as dynamic analysis tools (such as Address Sanitizer and Thread Sanitizer). We are looking for interns to work closely with members of the engineering team as well as the open source communities to solve challenging
2014 Nov 18
2
[LLVMdev] Summer 2015 internships in Apple's Source Tools & Program Analysis Teams
Hi all,
Apple's LLVM Source Tools and Program Analysis teams are now looking for exceptional interns for summer 2015!
These are paid internships based onsite at Apple's main campus in Cupertino, California, USA. Internships last 12 weeks, with internships starting in May or later (start dates are flexible).
During the internship, interns will work directly with members of Apple's
2014 Nov 18
0
[LLVMdev] [cfe-dev] Summer 2015 internships in Apple's Source Tools & Program Analysis Teams
Hi Ted,
When is the closing date for this? So I can send to interested friends.
Regards,
Vanush
On Tue, Nov 18, 2014 at 7:06 PM, Ted Kremenek <kremenek at apple.com> wrote:
> Hi all,
>
> Apple's LLVM Source Tools and Program Analysis teams are now looking for
> exceptional interns for summer 2015!
>
> These are paid internships based onsite at Apple's main campus
2013 Oct 25
1
Intern at Barron's ! -- use statistics for investigative financial journalism
We're seeking interns for the summer of 2014 here at Barron's the Dow Jones newsweekly that's searched out good investments and financial frauds since 1921, when our founder exposed Charles Ponzi. We're at the center of the financial world in New York and can pay a bit of a stipend to cover the city's high living costs. Here's the blurb:
Do some good. Intern at
2024 May 08
1
[PATCH v2 01/12] drm/amdgpu, drm/radeon: Make I2C terminology more inclusive
On 5/8/2024 7:53 AM, Alex Deucher wrote:
> On Tue, May 7, 2024 at 2:32?PM Easwar Hariharan
> <eahariha at linux.microsoft.com> wrote:
>>
>> On 5/3/2024 11:13 AM, Easwar Hariharan wrote:
>>> I2C v7, SMBus 3.2, and I3C 1.1.1 specifications have replaced "master/slave"
>>> with more appropriate terms. Inspired by and following on to Wolfram's
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
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
2016 Jun 29
0
[intern ad] Compiler internship position in Samsung Austin R&D Center
Hi,
SARC Software Architecture is seeking interns for 2016 to join a world class
compiler team supporting Samsung ARM microprocessor designs. Responsibilities
include research, design, development, analysis and optimization of
compiler software.
The Compiler intern will assist in establishing Samsung’s direction and
implementation of processor microarchitecture and development of
compiler
2018 Mar 19
0
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
On Mon, Mar 19, 2018 at 10:35:30AM +0530, Arushi Singhal wrote:
> This patch replace list_entry with list_{next/prev}_entry as it makes
> the code more clear to read.
> Done using coccinelle:
>
> @@
> expression e1;
> identifier e3;
> type t;
> @@
> (
> - list_entry(e1->e3.next,t,e3)
> + list_next_entry(e1,e3)
> |
> - list_entry(e1->e3.prev,t,e3)
2018 Mar 19
0
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
On Mon, 19 Mar 2018, Arushi Singhal wrote:
> This patch replace list_entry with list_{next/prev}_entry as it makes
> the code more clear to read.
> Done using coccinelle:
>
> @@
> expression e1;
> identifier e3;
> type t;
> @@
> (
> - list_entry(e1->e3.next,t,e3)
> + list_next_entry(e1,e3)
> |
> - list_entry(e1->e3.prev,t,e3)
> +
2018 Mar 21
0
[Outreachy kernel] [PATCH] drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()
On Tue, Mar 20, 2018 at 11:29:27AM -0700, Santha Meena Ramamoorthy wrote:
> Replace drm_gem_object_reference/unreference function with *_get/put()
> suffixes, because it is shorter and consistent with the kernel
> kref_get/put() functions. The following Coccinelle script was used:
>
> @@
> expression e;
> @@
>
> (
> -drm_gem_object_reference(e);
>
2014 Jan 23
0
internship at Oracle Labs
Dear all,
we are offering an internship position at Oracle Labs, in Redwood Shores (CA) or Potsdam (Germany). An outline of the job description can be found below. Additional details can be found at https://irecruitment.oracle.com (search for IRC2419637).
Best regards,
Michael Haupt
"In the context of the Alphabet Soup project, Oracle Labs is contributing to an open-source optimised
2011 Apr 29
2
Summer student internship placement at University of York / YCCSA / SEI (paid)
Dear R-lings,
I did not know which list to post to, because it is a studentship so not
really a job, so it did not fit the r-sig-jobs list .... and it is about
devloping an extension package interfaced with R .... I hope I did not upset
anyone. If so apologies.
The Centre For Complex systems Analysis at the University of York (YCCSA) in
UK in collaboration with Stockholm Environment
2009 Dec 16
0
Asst Marketing Research Analyst (part-time or internship; Chicago, USA)
Decision Development Inc is currently hiring part-time employees or
college interns to support our analytical division. Applications for
the Assistant Marketing Research Analyst position will be given
immediate consideration.
Assistant Marketing Research Analysts work to structure, tabulate, and
clean the data generated during our marketing research interviews. They
form the foundation of an
2011 Sep 30
0
[LLVMdev] Qualcomm LLVM Internship Positions for Summer 2012
Dear LLVM Students,
Qualcomm has 4 internship positions available for the Summer of 2012. Attached you will find the job description for the roles. Please feel free to apply to the req #: G1892336 <https://jobs.qualcomm.com/public/jobDetails.xhtml?requisitionId=1892336&page=jobSearch>
Due to the high volume of applicants we may not be able to respond to every application.
2018 Mar 25
2
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
On Mon, Mar 19, 2018 at 12:44 PM, Julia Lawall <julia.lawall at lip6.fr> wrote:
>
>
> On Mon, 19 Mar 2018, Arushi Singhal wrote:
>
> > This patch replace list_entry with list_{next/prev}_entry as it makes
> > the code more clear to read.
> > Done using coccinelle:
> >
> > @@
> > expression e1;
> > identifier e3;
> > type t;
>