-
Ondergetekende
Ondergetekende
«
On :
Wed 16 May 2018
If you want to give me SSH access to your server, use this public key
(line breaks were added to not mess up the formatting):
1
2
3
4
5
6
7
8
9
10
ssh-...
-
Lazy sorting in Python
Lazy sorting in Python
Lazy sorting in python
A common need when working with data, is to find the top 10 in a larger list. An easy solution is to use the built-in sort function to sort the entire lis...
-
Using filesystem transport with Celery
Using filesystem transport with Celery
On :
Thu 17 March 2016
Celery is an asynchronous job queue. It is used to build distributed applications — application which run on (potentially) multiple hosts...
-
Ondergetekende - Java
Ondergetekende
«
Thu 01 January 2015
I’ve been asked to compare Python to Java quite a few times now, far more often than other combinations of languages. While most of these questions came from troll...
-
Ondergetekende
Ondergetekende
On :
Thu 17 March 2016
Celery is an asynchronous job queue. It is used to build distributed applications — application which run on (potentially) multiple hosts, but it is also useful ...
-
False test coverage
False test coverage
Mon 30 October 2017
Code coverage is a tool used to make sure that the test suite actually tests the entire application. It does this by executing the test suite, and checking whic...