Skip to content

Commit af54eb4

Browse files
committed
long running scripts reinstated
1 parent dc42f9e commit af54eb4

File tree

21 files changed

+770
-727
lines changed

21 files changed

+770
-727
lines changed

ACKNOWLEDGEMENTS

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Amata mea Argeia - gratiam magnam tibi ago!
77
Patientia tua in studiis meis computatoriis auxilium meum maximum!
88

99
Being in debt to each and every one,
10-
who prepared the official Qt documentation or
10+
who prepared the official Perl and Qt documentation or
1111
shared usefull knowledge on a variety of forums, blogs and other sites,
1212
I thank them all! Their expertise, effort and good will are highly appreciated!
1313

@@ -95,6 +95,7 @@ http://doc.qt.io/qt-4.8/qinputdialog.html
9595
http://doc.qt.io/qt-5/qtwebkitexamples-webkitwidgets-fancybrowser-example.html (defunct)
9696
http://doc.qt.io/qt-5/qtglobal.html
9797
http://doc.qt.io/archives/qt-5.5/qwebview.html
98+
http://doc.qt.io/archives/qt-5.5/qurlquery.html
9899

99100
https://wiki.qt.io/Qt_Coding_Style
100101
https://wiki.qt.io/Open_Web_Page_in_QWebView
@@ -182,6 +183,7 @@ http://stackoverflow.com/questions/17480984/qt-how-do-i-handle-the-event-of-the-
182183
http://stackoverflow.com/questions/13189296/how-to-get-the-qwebframe-for-an-iframe-frame-qwebelement
183184
http://stackoverflow.com/questions/19822211/qt-parsing-json-using-qjsondocument-qjsonobject-qjsonarray
184185
http://stackoverflow.com/questions/17512542/getting-multiple-inputs-from-qinputdialog-in-qtcreator
186+
http://stackoverflow.com/questions/3846887/how-to-get-the-mime-type-of-a-file-in-qt
185187

186188
http://www.codeprogress.com/cpp/libraries/qt/showQtExample.php?index=176&key=QStringtoQStringList
187189
http://www.codeprogress.com/cpp/libraries/qt/showQtExample.php?index=598&key=QWebViewCustomContextMenu
@@ -204,10 +206,6 @@ http://www.opensource.apple.com/source/WebKit/WebKit-6531.9/qt/Api/qwebpage.cpp
204206
http://www.freehackers.org/thomas/2009/03/10/fixing-qmake-missing-rule-for-ts-qm/
205207
http://lemirep.wordpress.com/2013/06/01/deploying-qt-applications-on-linux-and-windows-3/
206208

207-
CGI
208-
================================
209-
http://en.wikipedia.org/wiki/Common_Gateway_Interface
210-
211209
PERL
212210
================================
213211
Larry Wall, Tom Christiansen, Jon Orwant "Programming Perl. Third Edition", O'Reilly, July 2000, ISBN 0-596-00027-8,
@@ -244,12 +242,6 @@ http://www.comp.leeds.ac.uk/cgi-bin/Perl/displaytext/cgi-bin/read-input
244242
http://modperlbook.org/html/3-9-2-1-Modifying-INC.html
245243
http://www.tutorialspoint.com/perl/perl_syscall.htm
246244

247-
MAC
248-
================================
249-
http://www.zestymeta.com/2013/02/qt-osx-app-bundles-and-you.html
250-
http://leonid.shevtsov.me/en/how-to-create-icns-icons-for-os-x
251-
http://iconverticons.com/online/
252-
253245
HTML, CSS & JAVASCRIPT
254246
================================
255247
http://stackoverflow.com/questions/9051200/twitter-bootstrap-dropdown-menu
@@ -266,19 +258,21 @@ http://stackoverflow.com/questions/8003089/dynamically-create-and-submit-form
266258
http://stackoverflow.com/questions/1955265/how-do-i-load-a-page-in-javascript-from-its-source-string
267259
http://stackoverflow.com/questions/8003089/dynamically-create-and-submit-form
268260

261+
http://www.w3schools.com/bootstrap/bootstrap_tooltip.asp
262+
http://www.w3schools.com/cssref/css_websafe_fonts.asp
263+
http://www.w3schools.com/html/html_iframe.asp
269264
http://www.w3schools.com/html/html_lists.asp
270-
http://www.w3schools.com/jsref/event_onclick.asp
271265
http://www.w3schools.com/jquery/html_html.asp
272266
http://www.w3schools.com/jquery/ajax_get.asp
273267
http://www.w3schools.com/js/js_loop_for.asp
274268
http://www.w3schools.com/js/js_popup.asp
275-
http://www.w3schools.com/bootstrap/bootstrap_tooltip.asp
269+
http://www.w3schools.com/jsref/event_onclick.asp
276270
http://www.w3schools.com/jsref/prop_html_innerhtml.asp
277-
http://www.w3schools.com/html/html_iframe.asp
278271
http://www.w3schools.com/jsref/event_onsubmit.asp
279272

280273
http://getbootstrap.com/components/#dropdowns
281274
http://getbootstrap.com/javascript/#tooltips-methods
275+
282276
http://bootswatch.com/
283277
http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-dropdowns.php
284278
http://www.tutorialspoint.com/bootstrap/bootstrap_dropdown_plugin.htm
@@ -295,3 +289,28 @@ https://css-tricks.com/snippets/javascript/check-if-function-exists-before-calli
295289
MARKDOWN
296290
================================
297291
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
292+
293+
MAC
294+
================================
295+
http://www.zestymeta.com/2013/02/qt-osx-app-bundles-and-you.html
296+
http://leonid.shevtsov.me/en/how-to-create-icns-icons-for-os-x
297+
http://iconverticons.com/online/
298+
299+
CGI
300+
================================
301+
http://en.wikipedia.org/wiki/Common_Gateway_Interface
302+
303+
HTTP STATUS CODES
304+
================================
305+
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#2xx_Success
306+
https://www.koozai.com/blog/analytics/server-response-codes-and-what-they-mean/#204
307+
308+
MIME TYPES
309+
================================
310+
https://en.wikipedia.org/wiki/JSON
311+
https://en.wikipedia.org/wiki/Embedded_OpenType
312+
https://en.wikipedia.org/wiki/Web_Open_Font_Format
313+
314+
http://stackoverflow.com/questions/26177849/mime-types-for-woff-ttf-svg-and-eot-404ing-despite-being-setup-in-iis
315+
http://www.alienfactory.co.uk/articles/mime-types-for-web-fonts-in-bedsheet
316+
https://www.w3.org/services/svg-server/

0 commit comments

Comments
 (0)