Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
{{DISPLAYTITLE:Apache2.2.15-OSSL1.1.0}}
 
{{DISPLAYTITLE:Apache2.2.15-OSSL1.1.0}}
 +
 +
<syntaxhighlight lang="Python" line='line'>
 +
def quickSort(arr):
 +
less = []
 +
pivotList = []
 +
more = []
 +
if len(arr) <= 1:
 +
return arr
 +
else:
 +
pass
 +
</syntaxhighlight>
 +
 +
 +
 +
    
Below is an SSL Configuration for an Apache webserver (version 2.2.15) and OpenSSL (version 1.1.0). This configuration was made with the [https://ssl-config.mozilla.org/ Mozilla SSL Configuration Generator].
 
Below is an SSL Configuration for an Apache webserver (version 2.2.15) and OpenSSL (version 1.1.0). This configuration was made with the [https://ssl-config.mozilla.org/ Mozilla SSL Configuration Generator].

Navigation menu

GCwiki