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

Block or report VidFerris

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

    Custom CSS stylesheet for TickTick to make everything more compact and better suited to my custom setup.

    CSS 9

  2. MatMapper MatMapper Public

    A MATLAB toolbox implementing the Mapper algorithm for Topological Data Analysis (TDA).

    MATLAB 1

  3. FaviconDoom FaviconDoom Public

    Doom, rendered into a browser favicon.

    HTML 47 6

  4. Stylesheets Stylesheets Public

    A collection of CSS and JS injections I use to customise various web apps, with a focus on functionality and informational density.

    CSS 1

  5. Python code to download curated Beat... Python code to download curated Beat Saber maps from Beat Saver, recording seen hashes to prevent redownloading.
    1
    import requests
    2
    import json
    3
    import os
    4
    import zipfile
    5
    import re