Skip to content
View hannic's full-sized avatar
Block or Report

Block or report hannic

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. dtw dtw Public

    Forked from stober/dtw

    Dynamic Time Warping in Python

    Python 1

  2. r-likert-results r-likert-results Public

    Bash script to generate with R the results of a Likert scale survey.

    PostScript 5 1

  3. Signature-Verification Signature-Verification Public

    Learning Mahalanobis Distance for DTW based Online Signature Verification

    MATLAB 3

  4. my-osx-setup my-osx-setup Public

    Master Hub for an initial macOS Setup - basic & essentials cli apps, dotfiles, shell commands

    Shell 2

  5. moleskine-latex-templates moleskine-latex-templates Public

    Moleskine Templates in LaTeX for your Bullet Journal or your Scrapbook. Either print or customize the given examples (Bucket List, Cornell Notes). Even better, do create a reusable template.

    TeX 16 7

  6. Cheat Sheet - Bash (from http://chea... Cheat Sheet - Bash (from http://cheat.errtheblog.com/s/bash)
    1
    !! - Last command
    2
      !foo - Run most recent command starting with 'foo...' (ex. !ps, !mysqladmin)
    3
      !foo:p - Print command that !foo would run, and add it as the latest to command history
    4
      !$ - Last 'word' of last command ('/path/to/file' in the command 'ls -lAFh /path/to/file', '-uroot' in 'mysql -uroot')
    5
      !$:p - Print word that !$ would substitute