-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloputoo.bib
258 lines (218 loc) · 8.19 KB
/
loputoo.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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
%%%% \section{Theoretical base}
%%% \subsection{Programming language}
@Misc{website:syntax-semantics,
author = {Terence Parr},
title = {What do "syntax" and "semantics" mean and how are they different?},
howpublished = {\url{http://www.jguru.com/faq/view.jsp?EID=81}},
month = {May},
year = {2012},
note = {[Online; accessed \today]}
}
@Misc{website:jit-memory,
author = {Necrolis},
title = {compiler --- Why does JIT'ed code consume so much more memory than either compiled or interpreted code? --- Stack Overflow},
howpublished = {\url{http://stackoverflow.com/a/8675550}},
month = {December},
year = {2011},
note = {[Online; accessed \today]},
}
@Article{cardelli96,
author = {Luca Cardelli},
title = {Type systems},
journal = {ACM Computing Surveys},
year = {1996},
volume = {28},
number = {1},
pages = {263-264},
month = {March},
note = {\url{http://www.cs.colorado.edu/~bec/courses/csci5535/reading/cardelli-typesystems.pdf}},
}
@Misc{website:types,
author = {Zack Grossbart},
title = {Weak, Strong, Static And Dynamic — An Introduction To Programming Type Systems | Smashing Coding},
howpublished = {\url{http://coding.smashingmagazine.com/2013/04/18/introduction-to-programming-type-systems/}},
month = {April},
year = {2013},
note = {[Online; accessed \today]},
}
@Misc{website:scripting-languages,
author = {Lutz Prechelt},
title = {Are Scripting Languages Any Good? A Validation of Perl, Python, Rexx, and Tcl against C, C++, and Java},
howpublished = {\url{http://page.mi.fu-berlin.de/prechelt/Biblio/jccpprt2_advances2003.pdf}},
month = {August},
year = {2002},
note = {[Online; accessed \today]}
}
%% \subsubsection{Object-oriented programming}
@Misc{website:object-orientation,
author = {Oracle},
title = {Lesson: Object-Oriented Programming Concepts (The Java™ Tutorials > Learning the Java Language)},
howpublished = {\url{http://docs.oracle.com/javase/tutorial/java/concepts/}},
note = {[Online; accessed \today]}
}
% RED FLAG: No idea, who the author is.
@Misc{website:access-modifiers,
title = {Access Protection Modifiers in Java},
howpublished = {\url{http://bmanolov.free.fr/javaprotection.php}},
note = {[Online; accessed \today]}
}
%% \subsubsection{Functional programming}
@Misc{website:persistent-struct,
author = {Chris Okasaki},
title = {Purely Functional Data Structures},
howpublished = {\url{http://www.cs.cmu.edu/~rwh/theses/okasaki.pdf}},
month = {September},
year = {1996},
note = {[Online; accessed \today]}
}
%%% \subsection{Client-server architecture}
@Misc{website:json-guide,
author = {Ecma International},
title = {JSON},
howpublished = {\url{http://www.json.org/}},
month = {October},
year = {2013},
note = {[Online; accessed \today]}
}
@Misc{website:json,
author = {Ecma International},
title = {Standard {ECMA}-404 --- $1^{st}$ Edition --- The {JSON} Data Interchange Format},
howpublished = {\url{http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf}},
month = {October},
year = {2013},
note = {[Online; accessed \today]}
}
%%% \subsection{Machine learning}
@Misc{website:logistic-regression,
author = {Viet Nguyen},
title = {Fun with Logistic Regression},
howpublished = {\url{http://nbviewer.ipython.org/gist/vietjtnguyen/6655020}},
month = {September},
year = {2013},
note = {[Online; accessed \today]}
}
@Misc{website:normalisation,
author = {Richard Lee},
title = {Gradient Descent and Normalized Data | Richard Lee's Blog},
howpublished = {\url{http://rl337.org/2012/07/03/gradient-descent-and-normalized-data/}},
month = {July},
year = {2012},
note = {[Online; accessed \today]}
}
%%%% \section{Used technologies}
%%% \subsection{Python}
@Misc{website:tiobe-index,
author = {{TIOBE} Software {BV}},
title = {{TIOBE} Software: Tiobe Index},
howpublished = {\url{http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html}},
month = {March},
year = {2014},
note = {[Online; accessed \today]}
}
@Misc{website:python-zen,
author = {Tim Peters},
title = {PEP 20 -- The Zen of Python},
howpublished = {\url{http://www.python.org/dev/peps/pep-0020/}},
month = {August},
year = {2004},
note = {[Online; accessed \today]}
}
@Misc{website:python-faq-creation-reason,
author = {Python Software Foundation},
title = {General Python FAQ — Python v2.7.6 documentation},
howpublished = {\url{http://docs.python.org/2/faq/general.html#why-was-python-created-in-the-first-place}},
month = {April},
year = {2014},
note = {[Online; accessed \today]}
}
@Misc{website:python-glossary,
author = {Python Software Foundation},
title = {Glossary — Python v2.7.6 documentation},
howpublished = {\url{http://docs.python.org/2/glossary.html}},
month = {April},
year = {2014},
note = {[Online; accessed \today]}
}
%% \subsubsection{Imperative programming}
@Misc{website:python-functions,
author = {Python Software Foundation},
title = {4. More Control Flow Tools — Python v2.7.6 documentation},
howpublished = {\url{https://docs.python.org/2/tutorial/controlflow.html}},
month = {April},
year = {2014},
note = {[Online; accessed \today]}
}
%% \subsubsection{Functional style}
@Misc{website:python-closures,
author = {Alex Munroe},
title = {Gotcha: Python, scoping, and closures - fuzzy notepad},
howpublished = {\url{http://me.veekun.com/blog/2011/04/24/gotcha-python-scoping-closures/}},
month = {April},
year = {2011},
note = {[Online; accessed \today]}
}
%% \subsubsection{Implementation}
@Misc{website:python-speed,
author = {Debian},
title = {Python 3 vs Java | Computer Language Benchmarks Game},
howpublished = {\url{http://benchmarksgame.alioth.debian.org/u64q/python.php}},
note = {[Online; accessed \today]}
}
@Misc{website:c-vs-python,
author = {Debian},
title = {C gcc vs Python 3 | Computer Language Benchmarks Game},
howpublished = {\url{http://benchmarksgame.alioth.debian.org/u64q/benchmark.php?test=all&lang=gcc&lang2=python3&data=u64q}},
note = {[Online; accessed \today]},
}
@Misc{website:python-pypy-speed,
author = {PyPy},
title = {PyPy's Speed Center},
howpublished = {\url{http://speed.pypy.org/}},
note = {[Online; accessed \today]}
}
@Misc{website:python-pypy,
author = {Robert Zaremba},
title = {The Python condition. Why PyPy is the future of Python — Robert Zaremba Scale it blog},
howpublished = {\url{http://rz.scale-it.pl/2012/12/17/the_python_condition__why_pypy_is_the_future_of_python.html}},
month = {December},
year = {2012},
note = {[Online; accessed \today]}
}
@Misc{website:python-pypy2,
author = {Lee Braiden},
title = {On the virtues of PyPy as your default interpreter | Lee Braiden's Blog},
howpublished = {\url{http://blog.irukado.org/2013/06/on-the-virtues-of-pypy-as-your-default-interpreter/}},
month = {June},
year = {2013},
note = {[Online; accessed \today]}
}
%%% \subsection{MediaWiki}
@Misc{wiki:mediawiki-about,
author = "MediaWiki",
title = "Manual:What is MediaWiki? --- MediaWiki{,} The Free Wiki Engine",
year = "2014",
howpublished = "\url{http://www.mediawiki.org/w/index.php?title=Manual:What_is_MediaWiki%3F&oldid=937775}",
note = "[Online; accessed \today]"
}
@misc{wiki:mediawiki-installation-requirements,
author = "MediaWiki",
title = "Manual:Installation requirements --- MediaWiki{,} The Free Wiki Engine",
year = "2014",
howpublished = "\url{http://www.mediawiki.org/w/index.php?title=Manual:Installation_requirements&oldid=939059}",
note = "[Online; accessed \today]"
}
@Misc{website:mediawiki-api,
author = {MediaWiki},
title = {API:Main page - MediaWiki},
howpublished = {\url{http://www.mediawiki.org/wiki/Api.php}},
month = {April},
year = {2014},
note = {[Online; accessed \today]}
}
@misc{wiki:good-article-requirements,
author = "Vikipeedia",
title = "Vikipeedia:Hea artikli nõuded --- Vikipeedia",
year = "2013",
howpublished = "\url{//et.wikipedia.org/w/index.php?title=Vikipeedia:Hea_artikli_n%C3%B5uded&oldid=3590326}",
note = "[Online; accessed \today]"
}