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

Organizations

@milabsit @timenet-it
Block or Report

Block or report moiseevigor

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

  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 15 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