-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
36 lines (27 loc) · 1.56 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Scripts used to analyze results of Git User's Surveys
=====================================================
Here you can find scripts used to analyze results (from data exported
from survey site in CSV format) of "Git User's Survey" from various
years. You can also find _some_ of assorted data used by those
scripts; the rest can be found on relevant pages on Git Wiki.
* survey_parse_survey.net.nz.perl was used to analyze results of
"Git User's Survey 2007", and generate data used to create
https://git.wiki.kernel.org/index.php/GitSurvey2007 (which page
also contains link to CSV file with exported survey results)
"Git User's Survey 2007" was hosted on now defunct
http://www.survey.net.nz/
* survey_parse_Survs.com.perl was used to analyze results of
"Git User's Survey 2008", and generate some of data used to
edit https://git.wiki.kernel.org/index.php/GitSurvey2008
(script from git://git.pkqs.net/gitsurvey08.git was also used)
"Git User's Survey 2008" was hosted on http://survs.com/
* survey_parse_Survs.com_CSV-Num.perl was used to analyze results
from 2009 and 2010 survey. It is cleaner rewrite of earlier
survey_parse_Survs.com.perl script. Results can be seen on
https://git.wiki.kernel.org/index.php/GitSurvey2009
https://git.wiki.kernel.org/index.php/GitSurvey2010
Both of those surveys were hosted on http://survs.com
Those scripts were used to generate table with results for each
question (how many times each answer was selected), similarly to
'Analyze' page on Survs.com, but it can also normalize and tabularize
free-form responses.