similar to: [LLVMdev] LLVM 2008 Developer Meeting Survey

Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] LLVM 2008 Developer Meeting Survey"

2008 Apr 04
1
[LLVMdev] Mark your calendars: LLVM 2008 Developer Meeting
In response to our poll and Chris' efforts in finding available space, we will be meeting at the Apple Campus in Cupertino, CA on Friday, August 1, 2008. We are tentatively going to start at 8:00 AM and end at 5:00 PM. The agenda for the day is still being planned. If you're interested in speaking, please email me off-list with details about the subject you would like to
2008 Jan 07
0
[LLVMdev] [cfe-dev] RFC: 2008 LLVM Conference
Hi everyone, I'm a relative newbie here, but I helped organize ADHOC/MacHack for the last two years (it wasn't my fault it stopped!), and I volunteered off-list to help out organizing. Chris took me up on my offer, and asked me to have everyone who is interested to email me about their interest in attending, and I'll compile and organize the info, and help get it onto a
2008 Apr 03
0
[LLVMdev] LLVM Developer Meeting #2: Aug 1, 2008
Hi All, We've pinned down a hard date for the 2nd annual LLVM Developer meeting: August 1, 2008! The meeting will be held on the Apple Campus, in Cupertino, CA. We've got a great space with two separate rooms that are next door to each other, one that comfortably holds 40 people and one that holds 50 people. In addition, there is a large area outside either room with big
2010 Jul 27
0
Multiple Strata Sampling in R Survey
Hello, I'm using the package survey, version 3.22-2 in R 2.11.1, on windows XP, but this isn't a platform issue. I am trying to calculate some regression and probability proportional to size (pps) estimates for a dataset I have. The data has 2 strata, weights, and cluster IDs. However, I can't find a way to use multiple strata in the svydesign function. Currently, I'm ditching
2008 Jan 06
2
[LLVMdev] [cfe-dev] RFC: 2008 LLVM Conference
On Jan 6, 2008, at 3:23 AM, Bill Wendling wrote: > It's the new year! So the question on everybody's mind is, of course, > "Will there be another LLVM conference?". I'm sending this out to > gauge interest levels. People seemed to like the conference last > year, and I personally enjoyed meeting the LLVM community. If people > are interested in having one this
2004 Jun 28
1
Survey: "Motivation of Free/Open Source Software (F/OSS) Developers"
Survey: "Motivation of Free/Open Source Software (F/OSS) Developers" We (Marc R?ttig and Carl-Daniel Hailfinger) are currently working on a survey on the motivation of open source developers as part of a "Computer Science and Society" project at the CS department of the University of T?bingen. We invite every developer in the Free / Open Source Software community to help us
2006 Mar 03
0
Important Statement to Review for Signing
(Seems to me that Icecast folks would be particularly concerned about this. Please consider the following, lend your signatures, and also *send it on* to appropriate interested parties. If you are a blogger or know clueful bloggers, please try to have it posted in a highly visible forum. -- Seth Johnson) Hello folks, Please review the important joint statement below, related to the WIPO
2013 Mar 03
0
Survey for framework and library developers: "Information needs in software ecosystems"
Hi, I’m Nicole Haenni and I'm doing research for my thesis at the University of Berne (scg.unibe.ch) with Mircea Lungu and Niko Schwarz. We are researching on monitoring the activity in software ecosystems. This is a study about information needs that arise in such software ecosystems. I need your help to fill out the survey below. It takes about 10 minutes to complete it. A software
2010 Mar 28
2
Design of a survey using the "survey" package
I have looked through the new "Complex Surveys" book and the documentation for the "survey" package and it appears to me that there are no functions in "survey" that help one to design a sampling scheme. For example, in the book section 2.8 discusses the design of stratified samples, but there is no mention of any functions in the "survey" package that
2008 Oct 30
0
General development funding: discussion and survey
[sending to -users and -biz in a slightly different format to broaden participation] Summary: Would you help fund different Open-Source Asterisk enhancements, bugfixes, or documentation if there was a way to collectively contribute money towards the effort without a profit margin incorporated into the price? If so, jump to the bottom of this message and fill out the form on the URL
2012 May 14
1
Post stratification weights in survey package in R
Hi all, I have data collected from a survey administered on a subset of the population. I also have the population proportions of variables such as gender, race and housing type. I would like to combine the weights from each separate cross tab (of gender, race and housing type) such that the weighted proportions of my survey data matches that of the population. I have tried the following:
2004 Aug 11
1
[OT] Survey about FS/OS developers
Sorry for any cross-posting! Hello, My name is Frauke Lehmann and I'm writing my master thesis about the social formation of free software/open source (FS/OS) developers. A questionnaire is one part of my research - besides interviews and observations. It would be really nice, if you supported my survey by filling in my questionnaire (takes 20-30 min). I understand FS/OS developers as
2004 Aug 08
0
[OT] Survey about free software/open source developers
Hello, My name is Frauke Lehmann and I'm writing my master thesis about the social formation of free software/open source (FS/OS) developers. A questionnaire is one part of my research - besides interviews and observations. I understand FS/OS developers as people who are writing code (obviously), but also those that write documentation, do translations, design GUIs, or people that take care
2008 Jun 22
0
Survey request
Dear member, in cooperation with the software engineering research group at Free University of Berlin (Freie Universit?t Berlin), we are currently conducting an empirical survey on time consumption of participants in Open Source/Free Software projects. In this survey we want to find out how much time is consumed in the different activities and aspects of Open Source/Free Software
2006 Jul 26
0
SURVEY PREDICTED SEs: Problem
Hello R-list, I'm attempting to migrate from Stata to R for my complex survey work. It has been straight-forward so far except for the following problem: I have some code below, but first I'll describe the problem. When I compute predicted logits from a logistic regression, the standard errors of the predicted logits are way off (but the predicted logits are fine). Furthermore, the
2007 Aug 04
0
surveyNG (and survey)
'surveyNG' version 0.3 is on CRAN. This package provides experimental features for survey analysis that may be incorporated in the survey package in the future. Currently there are facilities for analysis of complex surveys using (possibly large) data sets stored in a SQLite database. However, analysis facilities for these SQL-backed survey designs are rather more limited than in the
2007 Aug 04
0
surveyNG (and survey)
'surveyNG' version 0.3 is on CRAN. This package provides experimental features for survey analysis that may be incorporated in the survey package in the future. Currently there are facilities for analysis of complex surveys using (possibly large) data sets stored in a SQLite database. However, analysis facilities for these SQL-backed survey designs are rather more limited than in the
2005 May 26
1
longitudinal survey data
Dear R-Users! Is there a possibility in R to do analyze longitudinal survey data (repeated measures in a survey)? I know that for longitudinal data I can use lme() to incorporate the correlation structure within individual and I know that there is the package survey for analyzing survey data. How can I combine both? I am trying to calculate design-based estimates. However, if I use svyglm() from
2010 May 12
2
Data Mining Survey
Dear R-Helpers, SAS Institute just mailed out the notice below regarding a survey of people who do data mining. To help keep the survey from becoming biased toward commercial software, I thought it would be good to post it here as well. Cheers, Bob Fourth Annual Data Miner Survey Rexer Analytics has asked statistical and data mining software vendors to forward this survey as a courtesy. (SAS is
2010 May 21
0
Survey on Open-Source Technologies: Questionnaire on RoR
[Apologies for cross-posting] Hi everybody, I am part of the Spatial Information Systems Group in University College Dublin. Our goal is to collect first-hand knowledge about a number of Open- Source projects active on the Internet. With this work we hope to identify strong and weak points of each project in order to give some guidelines for future directions to the Open-Source community and