-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.bib
210 lines (202 loc) · 6.69 KB
/
main.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
@misc{gsocgoals,
title = {Google Summer of Code Student Guide},
howpublished = {\url{http://en.flossmanuals.net/GSoCStudentGuide/index/}},
note = {Accessed: 2015-09-25},
}
@misc{luaorg,
title = {The Programming Language Lua},
howpublished = {\url{http://lua.org/}},
note = {Accessed: 2015-09-25},
}
@misc{wikifunc,
title = {Wikipedia: First Class Function},
howpublished = {\url{https://en.wikipedia.org/wiki/First-class_function}},
note = {Accessed: 2015-09-25},
}
@misc{luausersmeta,
title = {lua-users wiki: Metamethods Tutorial},
howpublished = {\url{http://lua-users.org/wiki/MetamethodsTutorial}},
note = {Accessed: 2015-09-25},
}
@BOOK{pil,
AUTHOR="Ierusalimschy,Roberto",
TITLE="Programming in Lua",
PUBLISHER="Departamento de Informatica, PUC-Rio",
YEAR="2006",
}
@misc{engine,
title = {The engine survey: general results},
author = {DeLoura, Mark},
howpublished = {\url{http://www.satori.org/2009/03/the-engine-survey-general-results/}},
year="2009",
note = {Accessed: 2015-09-26},
}
@misc{w3server,
title = {Usage of server-side programming languages for websites},
author = {Q-Success},
howpublished = {\url{http://w3techs.com/technologies/overview/programming_language/all}},
note = {Accessed: 2015-09-26},
}
@misc{phpsing,
title = {The PHP Singularity},
author = {Atwood, Jeff},
howpublished = {\url{http://blog.codinghorror.com/the-php-singularity/}},
year="2012",
note = {Accessed: 2015-09-26},
}
@misc{phptime,
title = {Historical yearly trends in the usage of server-side programming languages for websites},
author = {Q-Success},
howpublished = {\url{http://w3techs.com/technologies/history_overview/programming_language/ms/y}},
note = {Accessed: 2015-09-26},
}
@misc{webservers,
title = {Usage of web servers for websites},
author = {Q-Success},
howpublished = {\url{http://w3techs.com/technologies/overview/web_server/all}},
note = {Accessed: 2015-09-26},
}
@misc{luatoolbox,
title = {Lua Toolbox},
author = {Chapuis, Pierre},
howpublished = {\url{https://lua-toolbox.com/}},
note = {Accessed: 2015-09-27},
}
@misc{kepler,
title = {Kepler 1.1.1},
howpublished = {\url{https://github.com/keplerproject/kepler}},
note = {Accessed: 2015-09-27},
}
@misc{cgilua,
title = {CGILua: Building Web Scripts with Lua},
author = {Carregal, Andre and Guisasola, Tomas},
howpublished = {\url{http://keplerproject.github.io/cgilua/}},
note = {Accessed: 2015-09-27},
}
@misc{moonrocks,
title = {Moonrocks: A command line tool for uploading and installing from the public Lua module hosting site, MoonRocks.},
author = {Corcoran, Leaf},
howpublished = {\url{https://github.com/leafo/moonrocks}},
note = {Accessed: 2015-09-27},
}
@misc{luarocks,
title = {LuaRocks: the package manager for Lua modules},
author = {Muhammad, Hisham},
howpublished = {\url{https://luarocks.org}},
note = {Accessed: 2015-09-27},
}
@misc{webassembly,
title = {WebAssembly: Development of WebAssembly and associated infrastructure},
author = {Wagner, Luke and Thompson, Seth},
howpublished = {\url{https://github.com/WebAssembly}},
note = {Accessed: 2015-09-27},
}
@misc{yiiguide,
title = {The definitive guide to Yii: Testing},
howpublished = {\url{www.yiiframework.com/doc/guide/1.1/en/test.overview}},
note = {Accessed: 2015-09-27},
}
@misc{laravel,
title = {Testing Laravel - The PHP framework for artisans},
howpublished = {\url{http://laravel.com/docs/5.1/testing}},
note = {Accessed: 2015-09-27},
}
@misc{lapis,
title = {Lapis: testing},
author = {Corcoran, Leaf},
howpublished = {\url{leafo.net/lapis/reference/testing.html}},
note = {Accessed: 2015-09-27},
}
@misc{flask,
title = {Testing Flask applications},
howpublished = {\url{flask.pocoo.org/docs/0.10/testing/#testing}},
note = {Accessed: 2015-09-27},
}
@misc{rails,
title = {A guide to testing Rails applications},
howpublished = {\url{http://guides.rubyonrails.org/testing.html}},
note = {Accessed: 2015-09-27},
}
@misc{lua51js,
title = {Lua 5.1, built with emscripten, with low-level API},
author = {Gladysh, Alexander},
howpublished = {\url{https://github.com/logiceditor-com/lua5.1.js/}},
note = {Accessed: 2015-09-27},
}
@misc{busted,
title = {Busted: Elegant Lua unit testing},
author = {Olivine Labs},
howpublished = {\url{http://olivinelabs.com/busted/}},
note = {Accessed: 2015-09-27},
}
@misc{moonshine,
title = {Moonshine: A lightweight Lua VM for the browser},
author = {Cuthbertson, Paul and Gamesys Limited},
howpublished = {\url{http://moonshinejs.org/}},
year="2013",
note = {Accessed: 2015-09-27},
}
@misc{luavmjs,
title = {Lua.vm.js: The Lua VM, on the Web},
author = {Zakai, Alon},
howpublished = {\url{https://kripken.github.io/lua.vm.js/lua.vm.js.html}},
note = {Accessed: 2015-09-27},
}
@misc{starlight,
title = {Starlight: A Lua to ES6 transpiler},
author = {Cuthbertson, Paul},
howpublished = {\url{https://github.com/paulcuth/starlight}},
note = {Accessed: 2015-09-27},
}
@misc{kanban,
title = {Kanban Board},
howpublished = {\url{https://en.wikipedia.org/wiki/Kanban_board}},
note = {Accessed: 2015-09-27},
}
@misc{sublime,
title = {Sublime Text},
howpublished = {\url{http://www.sublimetext.com/}},
note = {Accessed: 2015-09-27},
}
@misc{git,
title = {Git},
howpublished = {\url{https://git-scm.com/}},
note = {Accessed: 2015-09-27},
}
@misc{github,
title = {Github},
howpublished = {\url{http://github.com}},
note = {Accessed: 2015-09-27},
}
@misc{postman,
title = {Postman},
howpublished = {\url{https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en
}},
note = {Accessed: 2015-09-27},
}
@misc{pomodoro,
title = {Pomodoro timer},
howpublished = {\\ \url{https://chrome.google.com/webstore/detail/pomodoro-timer/hfgjlgjnpkpmnpojkkpfkogapiclopop?hl=en}},
note = {Accessed: 2015-09-27},
}
@article{luarockspresentation,
title = {LuaRocks, fostering an ecosystem of Lua modules},
author = {Muhammad, Hisham},
howpublished = {\url{http://hisham.hm/papers/talks/hisham_luarocks_fosdem2015.pdf}},
year = "2015",
note = {\url{http://hisham.hm/papers/talks/hisham_luarocks_fosdem2015.pdf}. Accessed: 2015-09-27},
}
@article{luaeco,
title = {State of the Lua Ecosystem},
author = {Chapuis, Pierre},
howpublished = {\url{http://files.catwell.info/presentations/2013-11-lua-workshop-lua-ecosystem/}},
year = "2013",
note = {\url{http://files.catwell.info/presentations/2013-11-lua-workshop-lua-ecosystem/.} Accessed: 2015-09-27},
}
@article{modlua,
title = {Introducing mod lua},
author = {Gruno, Daniel},
howpublished = {\url{http://humbedooh.com/presentations/ACNA - mod_lua.odp}},
year="2014",
note = {\url{http://humbedooh.com/presentations/ACNA - mod_lua.odp}.Accessed: 2015-09-25},
}