Skip to content

Instantly share code, notes, and snippets.

View kenenbek's full-sized avatar
💭
Все люди — сёстры

Kenenbek R kenenbek

💭
Все люди — сёстры
  • Moscow
View GitHub Profile
@kenenbek
kenenbek / KolmogorovSmirnovTest.ipynb
Last active June 28, 2017 12:31
KolmogorovSmirnovTest
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kenenbek
kenenbek / simgo.go
Last active December 7, 2017 11:08
Sender-Receiver example by simgo library
package main
import (
"fmt"
"github.com/bgmerrell/simgo"
)
var link = make(chan int)
type Host struct {
package main
import (
"fmt"
"math"
"sync"
)
type Environment struct {
currentTime float64
@kenenbek
kenenbek / topology.xml
Created May 17, 2018 12:11
Tatlin simulation topology
<?xml version="1.0" encoding="UTF-8"?>
<topology id="tatlin">
<!--Cache storage type-->
<storage_type id="Cache" size="256GB">
<model_prop id="read" value="9GBps"/>
<model_prop id="write" value="6GBps"/>
</storage_type>
<!--MEGA storage types like storage pooling array-->
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by codes configure 0.6.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ../configure --prefix=/home/ken/git/codes/install CC=mpicc CXX=mpicxx PKG_CONFIG_PATH=/home/ken/git/ROSS/install/lib/pkgconfig
## --------- ##
## Platform. ##
@kenenbek
kenenbek / output
Created June 6, 2018 05:25
Output for modelnet-test
/home/kenenbek/Github-cloned/codes/build/tests/.libs/modelnet-test --sync=1 -- tests/conf/modelnet-test.conf
Wed Jun 6 08:19:58 2018
ROSS Revision: 17acc5488761b49b70f7ce5edcf199cdc7f8ef42
tw_net_start: Found world size to be 1
NIC num injection port not specified, setting to 1
NIC seq delay not specified, setting to 10.000000
NIC num copy queues not specified, setting to 1
package main
import (
"flag"
)
type stringFlag struct {
set bool
value string
}
package src
import (
"math"
"regexp"
"strings"
"strconv"
)
package src
import (
"fmt"
"lib"
"strings"
)
var _ = fmt.Println
{
"segments": [
"virtual_env",
"battery",
"ssh",
"cwd",
"git",
"hg",
"jobs",
"root"