Skip to content
View atifraza's full-sized avatar

Block or report atifraza

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. olfactory-mapping olfactory-mapping Public

    Code and data repository for the Scientific Reports article "Identifying volatile organic compounds used for olfactory navigation by homing pigeons" by Nora Zannoni, Martin Wikelski, Anna Gagliardo…

    Jupyter Notebook 1

  2. MiSTiCl MiSTiCl Public archive

    Code repository for Knowledge and Information Systems paper titled 'Accelerating Pattern-Based Time Series Classification - A Linear Time and Space String Mining Approach' by Atif Raza and Stefan K…

    Java 3

  3. rse rse Public archive

    Java 1

  4. rtw rtw Public archive

    Java 1

  5. Basics of the conda package manager Basics of the conda package manager
    1
    # Conda basics and best practices
    2
    
                  
    3
    ## Best practices
    4
    
                  
    5
    - Don't install additional packages into the `base` environment
  6. SSH and GPG key related stuff SSH and GPG key related stuff
    1
    ## Creating good SSH keys
    2
    
                  
    3
    - ED25519
    4
      * `ssh-keygen -o -a 100 -t ed25519 -C your_email@address.com`
    5
    - RSA