Skip to content
View mp4096's full-sized avatar

Organizations

@MORLab
Block or Report

Block or report mp4096

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

    An indentation-based superset of LaTeX

    Rust 9 2

  2. rsvd rsvd Public

    Randomized singular value decomposition (SVD) written in C++14 / Eigen

    C++ 21 2

  3. no-more-f5 no-more-f5 Public

    An AWS Lambda function for sending you a daily digest of your RSS feeds

    Clojure 3 1

  4. bart bart Public

    Bart sends templated emails for you 😅 📤

    Go 3

  5. Batch convert PowerPoint files to PDF Batch convert PowerPoint files to PDF
    1
    # Batch convert all .ppt/.pptx files encountered in folder and all its subfolders
    2
    # The produced PDF files are stored in the invocation folder
    3
    #
    4
    # Adapted from http://stackoverflow.com/questions/16534292/basic-powershell-batch-convert-word-docx-to-pdf
    5
    # Thanks to MFT, takabanana, ComFreek