Skip to content
View rcalsaverini's full-sized avatar

Block or report rcalsaverini

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. toymarket.rs toymarket.rs Public

    A simple tool for simulating toy markets in the spirit of the paper "Self-referential behaviour, overreaction and conventions in financial markets"

    Rust

  2. boehm-berarducci boehm-berarducci Public

    Various implementations of the Boehm-Berarducci encoding for various types in various programming languages.

    Python 9 1

  3. Get running time of a process given ... Get running time of a process given a pid
    1
    #!/bin/bash
    2
    pidlist=`ps ax | grep -i -E $1 | grep -v grep | awk '{print $1}' | grep -v PID | xargs echo`
    3
    for pid in $pidlist; do
    4
        sincetime $pid
    5
    done
  4. AuthCPP AuthCPP Public

    A monte carlo simulation in c++ of my model of authority

    C++

  5. dictUtils dictUtils Public archive

    Useful functions for dealing with python's dictionaries

    Python

  6. sandbox sandbox Public

    My sandbox explorations

    Jupyter Notebook