|
From: <sv...@va...> - 2005-06-30 23:40:06
|
Author: njn
Date: 2005-07-01 00:40:04 +0100 (Fri, 01 Jul 2005)
New Revision: 134
Log:
more wibbles
Modified:
trunk/gallery/survey_current/chunk-surveys
trunk/gallery/survey_current/survey.html
Modified: trunk/gallery/survey_current/chunk-surveys
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/gallery/survey_current/chunk-surveys 2005-06-30 23:30:05 UTC (r=
ev 133)
+++ trunk/gallery/survey_current/chunk-surveys 2005-06-30 23:40:04 UTC (r=
ev 134)
@@ -24,7 +24,7 @@
print("chunking file $f...\n");
my $currQ =3D -1;
while (my $line =3D <INPUTFILE>) {
- if ($line =3D~ /^q(\d+)/) {
+ if ($line =3D~ /^q(\d+)\./) {
# Onto next question...
($currQ + 1 =3D=3D $1) || die "next question ($1) not in ord=
er...";
$currQ =3D $1;
Modified: trunk/gallery/survey_current/survey.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/gallery/survey_current/survey.html 2005-06-30 23:30:05 UTC (rev=
133)
+++ trunk/gallery/survey_current/survey.html 2005-06-30 23:40:04 UTC (rev=
134)
@@ -124,7 +124,7 @@
<tr><td>
<input type=3D"hidden" name=3D"Q8[q]"=20
value=3D"q8. Which command-line options do you sometimes use"/>
- <b>8. </b>Which of Valgrind's command-line options you sometimes use?<=
br />
+ <b>8. </b>Which of Valgrind's command-line options do you sometimes us=
e?<br />
<textarea name=3D"Q8[txt]" rows=3D"2" cols=3D"56"></textarea>
</td></tr>
</table>
@@ -180,7 +180,7 @@
</td></tr>
<tr><td>
<input type=3D"hidden" name=3D"Q13[q]" value=3D"q13. Ideas for new tool=
s"/>
- <b>13. </b>Do you have ideas/wishes for new tools that could be built
+ <b>13. </b>Do you have suggestions for new tools that could be built
with Valgrind? Give as much detail as necessary.<br />
<textarea name=3D"Q13[txt]" rows=3D"3" cols=3D"56"></textarea>
</td></tr>
@@ -229,8 +229,7 @@
Language(s) : (estimate proportions if > 1, eg. 80% C, 20% Fortran 7=
7)
Number of programmers:=20
Size (lines of code) :=20
- Number of users :
- </textarea>
+ Number of users : </textarea>
</td></tr>
<tr><td>
<input type=3D"hidden" name=3D"Q16[q2]"=20
|