-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
179 lines (179 loc) · 4.51 KB
/
bibliography.bib
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
@BOOK{Martin,
title={Clean Code - Refactoring, Patterns, Testen und Techniken für sauberen Code: Deutsche Ausgabe},
author={Robert C. Martin},
publisher={mitp},
year={2009},
month={3},
edition={2009},
isbn={9783826655487},
price={EUR 39,95},
totalpages={480},
timestamp={2012.04.06}
}
@article{Green,
author = {Green, Robert and Ledgard, Henry},
title = {Coding Guidelines: Finding the Art in the Science},
journal = {Queue},
issue_date = {November 2011},
volume = {9},
number = {11},
month = nov,
year = {2011},
issn = {1542-7730},
pages = {10:10--10:22},
articleno = {10},
numpages = {13},
url = {http://doi.acm.org/10.1145/2063166.2063168},
doi = {10.1145/2063166.2063168},
acmid = {2063168},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{Spinellis,
author = {Spinellis, Diomidis},
title = {Reading, Writing, and Code},
journal = {Queue},
issue_date = {10-01-2003},
volume = {1},
number = {7},
month = oct,
year = {2003},
issn = {1542-7730},
pages = {84--89},
numpages = {6},
url = {http://doi.acm.org/10.1145/957717.957782},
doi = {10.1145/957717.957782},
acmid = {957782},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{Heusser,
author = {Matthew Heusser},
title = {Beautiful Code},
journal = {Dr. Dobb's},
year = {2005},
month = {8},
url = {http://drdobbs.com/184407802},
lastchecked = {14.04.2012}
}
@article{Kamp,
author = {Kamp, Poul-Henning},
title = {Sir, Please Step Away from the ASR-33!},
journal = {Queue},
issue_date = {October 2010},
volume = {8},
number = {10},
month = oct,
year = {2010},
issn = {1542-7730},
pages = {40:40--40:42},
articleno = {40},
numpages = {3},
url = {http://doi.acm.org/10.1145/1866296.1871406},
doi = {10.1145/1866296.1871406},
acmid = {1871406},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{Peters,
author = {Tim Peters},
title = {PEP 20 - The Zen of Python},
year = {2004},
month = {8},
url = {http://www.python.org/dev/peps/pep-0020/}
}
@article{reed,
author = {Reed, David},
title = {Sometimes style really does matter},
journal = {J. Comput. Sci. Coll.},
issue_date = {May 2010},
volume = {25},
number = {5},
month = may,
year = {2010},
issn = {1937-4771},
pages = {180--187},
numpages = {8},
url = {http://dl.acm.org/citation.cfm?id=1747137.1747172},
acmid = {1747172},
publisher = {Consortium for Computing Sciences in Colleges},
address = {USA},
}
@techreport{javacode,
url = {http://www.oracle.com/technetwork/java/codeconv-138413.html},
author = {Sun Developer Network},
year = {1997},
title = {Java Code Conventions},
lastchecked = {14.04.2012}
}
@incollection{Beinert,
url = {http://www.typolexikon.de/g/grauwert.html},
author = {Beinert, Wolfgang},
title = {Grauwert},
booktitle = {typolexikon.de, Das Lexikon der westeuropäischen Typographie},
year = {2008},
month = {11},
lastchecked = {14.04.2012}
}
@misc{GNUCode,
url = {http://www.gnu.org/prep/standards/},
author = {Free Software Foundation},
year = {1992},
lastchecked = {14.04.2012},
title = {GNU Coding Standards}
}
@misc{KernelCode,
url = {http://www.linuxfromscratch.org/alfs/view/hacker/part2/hacker/coding-style.html},
title = {nALFS Hackers Guide},
year = {2004},
month = {11},
lastchecked = {14.04.2012},
author = {nALFS Development Team}
}
@article{Knuth,
author = {Knuth, Donald E.},
title = {Computer programming as an art},
journal = {Commun. ACM},
issue_date = {Dec 1974},
volume = {17},
number = {12},
month = dec,
year = {1974},
issn = {0001-0782},
pages = {667--673},
numpages = {7},
url = {http://doi.acm.org/10.1145/361604.361612},
doi = {10.1145/361604.361612},
acmid = {361612},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{McCabe,
author = {Thomas J. McCabe},
title = {A Complexity Measure},
journal = {IEEE Trans. Software Eng.},
volume = {2},
number = {4},
year = {1976},
pages = {308-320},
ee = {http://doi.ieeecomputersociety.org/10.1109/TSE.1976.233837},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{Chandy,
author = {Chandy, K. M. and Misra, J.},
title = {The drinking philosophers problem},
journal = {ACM Trans. Program. Lang. Syst.},
issue_date = {Oct. 1984},
volume = {6},
number = {4},
month = oct,
year = {1984},
issn = {0164-0925},
pages = {632--646},
numpages = {15},
url = {http://doi.acm.org/10.1145/1780.1804},
doi = {10.1145/1780.1804},
acmid = {1804},
publisher = {ACM},
address = {New York, NY, USA},
}