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:
# Run complete. Total time: 00:21:44 | |
REMEMBER: The numbers below are just data. To gain reusable insights, you need to follow up on | |
why the numbers are the way they are. Use profilers (see -prof, -lprof), design factorial | |
experiments, perform baseline and negative tests that provide experimental control, make sure | |
the benchmarking environment is safe on JVM/OS/HW level, ask for reviews from the domain experts. | |
Do not assume the numbers tell you what you want them to tell. | |
Benchmark (value) Mode Cnt Score Error Units | |
PointBenchmark.benchmarkNewPoint 2318793235476 thrpt 40 73993972.342 ± 643433.022 ops/s |
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 |
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 |
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] |
#include <windows.h> | |
#include <stdio.h> | |
#include <fstream> | |
#include <string> | |
#pragma option -a1 | |
union CallBackData | |
{ | |
char FileNameOrMsg[512]; | |
struct |
#!/bin/sh | |
# | |
# Downloads and installs the startssl CA certs into the global java keystore | |
# Author: Klaus Reimer <[email protected]> | |
# | |
# Check if JAVA_HOME is set | |
if [ "$JAVA_HOME" = "" ] | |
then | |
echo "ERROR: JAVA_HOME must be set." |
I hereby claim:
To claim this, I am signing this object:
<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; }; |
./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 |