Skip to content
View sjvrensburg's full-sized avatar

Block or report sjvrensburg

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

    Extracts files from a Moodle course backup.

    Python

  2. RcppBASTA RcppBASTA Public

    Rcpp implementation of Fryzlewicz and Subba Rao's (2014) binary segmentation for transformed auto-regressive conditional heteroscedasticity (BASTA) algorithm to detect multiple-change-point in auto…

    C++

  3. RMDs4NMU RMDs4NMU Public

    An rmarkdown template for creating assignments that uses the exams LaTeX package.

    TeX

  4. scripted_demos scripted_demos Public

    Python

  5. STTS_package STTS_package Public archive

    Speed Through The Silence: A utility that speeds up the silent parts in a video.

    Python

  6. Script to process SSRN articles for ... Script to process SSRN articles for enlarged printing or viewing on e-reader
    1
    #!/bin/bash
    2
    
                  
    3
    # Function to parse arguments
    4
    parse_arguments() {
    5
      while getopts ":m:" opt; do