I hereby claim:
- I am fruit on github.
- I am frufrufru (https://keybase.io/frufrufru) on keybase.
- I have a public key ASDy8sTuikQjFbjhlM1iUbm-5Qt3swSFjsez4WqAWh5Vtwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Author: Ilya Sabelnikov <[email protected]> | |
# Version: 1.0.0 | |
### BEGIN INIT INFO | |
# Provides: vmboxcontrol | |
# Required-Start: $local_fs $remote_fs | |
# Required-Stop: $local_fs $remote_fs | |
# Default-Start: |
<?php | |
$namespace = 'Doctrine\Common\Annotations\Annotation\Attribute'; | |
$it = 5; | |
$c = 1000000; | |
sleep(3); | |
$tm = microtime(1); | |
$sum = 0; | |
for ($t = 0; $t < $it; $t++) |
<?php | |
/** | |
* This class implements string comparison algorithm | |
* based on character pair similarity | |
* | |
* @link http://www.catalysoft.com/articles/StrikeAMatch.html | |
* @author Ilya Sabelnikov <[email protected]> | |
*/ | |
class SimilarityTool |