moiseevigor - Overview

Pinned Loading

  1. 2

      for target in "${@}"; do

    3

        inode=$(ls -di "${target}" | cut -d ' ' -f 1)

    4

        fs=$(df "${target}"  | tail -1 | awk '{print $1}')

    5

        crtime=$(sudo debugfs -R 'stat <'"${inode}"'>' "${fs}" 2>/dev/null | 
  2. Elliptic functions for Matlab and Octave

    MATLAB 14 5

  3. 1

    # inspired by https://gist.github.com/sberryman/6770363f02336af82cb175a83b79de33

    4

    RUN apt-get update -y && apt-get --assume-yes install \

    5

        build-essential unzip \
  4. Optimal bias robust estimator algorithms

    MATLAB

  5. Email parsing and conversion into the relational model

    PHP 3 1