I hereby claim:
- I am j0s3f on github.
- I am j0s (https://keybase.io/j0s) on keybase.
- I have a public key whose fingerprint is CA77 342B 856C 9D5B B0B6 C23C 3140 E873 9BE4 5ED0
To claim this, I am signing this object:
| ⨀_⨀ | |
| ⨂_⨂ | |
| (/◔ ◡ ◔)/ | |
| °ﺑ° | |
| (¬_¬) | |
| (´・ω・`) | |
| (ʘ_ʘ) | |
| (ʘ‿ʘ) | |
| (๏̯͡๏ ) | |
| (◕_◕) |
| ./busybox --help | \ | |
| busybox sed -e '1,/^Currently defined functions:/d' \ | |
| -e 's/[ \t]//g' -e 's/,$//' -e 's/,/\n/g' | \ | |
| while read app ; do | |
| if [ "$app" != "" ]; then | |
| printf "linking %-12s ...\n" "$app" | |
| busybox ln -sf "./busybox" "$app" | |
| busybox ls -ld "$app" | |
| fi | |
| done |
| <script type="text/javascript">function setupGeo(o) { | |
| window.geoplugin_request = function() { return o.query; }; | |
| window.geoplugin_status = function() { return o.status == 'success' ? '200' : '500'; }; | |
| window.geoplugin_city = function() { return o.city; }; | |
| window.geoplugin_region = function() {return o.region; }; | |
| window.geoplugin_countryCode = function() { return o.countryCode; }; | |
| window.geoplugin_countryName = function() { return o.country; }; | |
| window.geoplugin_latitude = function() { return o.lat; }; | |
| window.geoplugin_longitude = function() { return o.lon; }; |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # | |
| # Downloads and installs the startssl CA certs into the global java keystore | |
| # Author: Klaus Reimer <k@ailis.de> | |
| # | |
| # Check if JAVA_HOME is set | |
| if [ "$JAVA_HOME" = "" ] | |
| then | |
| echo "ERROR: JAVA_HOME must be set." |
| #include <windows.h> | |
| #include <stdio.h> | |
| #include <fstream> | |
| #include <string> | |
| #pragma option -a1 | |
| union CallBackData | |
| { | |
| char FileNameOrMsg[512]; | |
| struct |
| Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto. | |
| Token des Nachweises: | |
| [Verifying my OpenPGP key: openpgp4fpr:ca77342b856c9d5bb0b6c23c3140e8739be45ed0] |
| Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto. | |
| Token des Nachweises: | |
| [Verifying my OpenPGP key: openpgp4fpr:ca77342b856c9d5bb0b6c23c3140e8739be45ed0] |
| from selenium import webdriver | |
| from selenium.webdriver.support.ui import WebDriverWait | |
| from selenium.webdriver.firefox.firefox_binary import FirefoxBinary | |
| from selenium.webdriver.common.by import By | |
| from selenium.webdriver.support import expected_conditions as EC | |
| from selenium.common.exceptions import TimeoutException | |
| import selenium.webdriver.firefox.webdriver as fwb | |
| from selenium.common.exceptions import TimeoutException | |
| import os,datetime,csv |
| Benchmark (value) Mode Cnt Score Error Units | |
| PointBenchmark.benchmarkNewPoint 2318793235476 thrpt 10 20438893,149 ± 922745,202 ops/s | |
| PointBenchmark.benchmarkOldPoint 2318793235476 thrpt 10 19683179,311 ± 336507,411 ops/s | |
| PointBenchmark.benchmarkNewPoint 2318793235476 avgt 10 ≈ 10⁻⁷ s/op | |
| PointBenchmark.benchmarkOldPoint 2318793235476 avgt 10 ≈ 10⁻⁷ s/op | |
| PointBenchmark.benchmarkNewPoint 2318793235476 sample 3553398 ≈ 10⁻⁷ s/op | |
| PointBenchmark.benchmarkNewPoint:benchmarkNewPoint·p0.00 2318793235476 sample ≈ 10⁻⁷ s/op | |
| PointBenchmark.benchmarkNewPoint:benchmarkNewPoint·p0.50 2318793235476 sample ≈ 10⁻⁷ s/op | |
| PointBenchmark.benchmark |