Skip to content
View moiseevigor's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@milabsit @timenet-it

Block or report moiseevigor

Report abuse

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

Report abuse

Pinned Loading

  1. xstat bash function to get file crea... xstat bash function to get file creation time on Linux with EXT4
    1
    xstat() {
    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 elliptic Public

    Elliptic functions for Matlab and Octave

    MATLAB 14 5

  3. Dockerfile - OpenPose 1.4.0, OpenCV,... Dockerfile - OpenPose 1.4.0, OpenCV, CUDA 8, CuDNN 6, Python2.7
    1
    # inspired by https://gist.github.com/sberryman/6770363f02336af82cb175a83b79de33
    2
    FROM bvlc/caffe:gpu
    3
     
    4
    RUN apt-get update -y && apt-get --assume-yes install \
    5
     build-essential unzip \
  4. moiseevigor.github.io moiseevigor.github.io Public

    Forked from poole/lanyon

    Tech Blog

    HTML 2 1

  5. obre obre Public

    Optimal bias robust estimator algorithms

    MATLAB

  6. email2db-php email2db-php Public

    Email parsing and conversion into the relational model

    PHP 3 1