Father, physicist and Data Scientist.
- São Paulo
-
05:13
(UTC -03:00) - https://rcalsaverini.github.io/
Pinned Loading
-
toymarket.rs
toymarket.rs PublicA simple tool for simulating toy markets in the spirit of the paper "Self-referential behaviour, overreaction and conventions in financial markets"
Rust
-
boehm-berarducci
boehm-berarducci PublicVarious implementations of the Boehm-Berarducci encoding for various types in various programming languages.
-
Get running time of a process given ...
Get running time of a process given a pid 1#!/bin/bash
2pidlist=`ps ax | grep -i -E $1 | grep -v grep | awk '{print $1}' | grep -v PID | xargs echo`
3for pid in $pidlist; do
4sincetime $pid
5done
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.