I hereby claim:
- I am oskopek on github.
- I am oskopek (https://keybase.io/oskopek) on keybase.
- I have a public key whose fingerprint is 441A F1CB 21AB ED0F 3828 5CC7 0D75 12A1 6E94 4B7F
To claim this, I am signing this object:
use strict; | |
use vars qw($VERSION %IRSSI); | |
use Irssi; | |
$VERSION = '0.1.2'; | |
%IRSSI = ( | |
authors => 'Ondrej Skopek', | |
contact => '[email protected]', | |
name => 'kdialog', | |
description => 'A KDialog PassivePopup show\'s who is talking to you, on what IRC channel.', |
package priklad; | |
import java.awt.*; | |
import java.awt.event.KeyAdapter; | |
import java.awt.event.KeyEvent; | |
import java.awt.event.MouseEvent; | |
import java.awt.event.MouseMotionAdapter; | |
import java.util.*; | |
public class Game extends GameEngine { |
I hereby claim:
To claim this, I am signing this object:
# | |
# Away module for XChat. | |
# | |
# Author: Michal Prochowski <[email protected]> | |
# Author: Ondrej Skopek <[email protected]> | |
# URL: http://github.com/mablo/xchat-scripts | |
# | |
# Copyright(c) 2012 Michal Prochowski | |
# Copyright(c) 2015 Ondrej Skopek | |
# License: MIT |
#!/bin/bash | |
# Author: Ondrej Skopek (oskopek) | |
# Licensed under the MIT License (MIT): http://opensource.org/licenses/MIT | |
# Configuration | |
runs=5 | |
newpom=newpom.xml | |
oldpom=oldpom.xml | |
internal_log=internal.log |
What do you think about the images in the docs? (which are reused in our slides!)
Answer1
Some images from the docs/slides(all):
Goal: Rank solvers agnostic of PCs, JVMs, processes, OSs, runs, … (as much as possible), depending only on the Solver. ✓
Means: Run each single benchmark multiple (N) times (on different JVMs) and evaluate the results statistically. ✓
How big should N be? (calculate statistically) (Bloch: 30+) X
Student’s t-test ✓ (on the fly? + append another run) X
Statistics - results
Have to be modular ✓
f.e.: avg, min, max, median, geom. mean, std. dev ✓
Discussion with Jirka: evaluate against a function (1 hard ~ 300 soft) X
upgradeRecipe6.0.adoc | |
* line 850 | |
upgradeRecipe6.1.adoc | |
* line 19 | |
upgradeRecipe6.2.adoc |
#!/bin/bash | |
# Copyright (c) 2011 Josh Schreuder | |
# http://www.postteenageliving.com | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: |