Skip to content
View hqppyz's full-sized avatar
🐙
🐙

Highlights

  • Pro

Block or report hqppyz

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. montanari.cc montanari.cc Public

    Personal portfolio.

    JavaScript

  2. dotfiles dotfiles Public

    Personal Dotfiles

    Shell

  3. PixelmonPlaceholders PixelmonPlaceholders Public

    Pixelmon additions to Sponge's PlaceholderAPI

    Java 8 13

  4. Polito Video Clipboard Polito Video Clipboard
    1
    English
    2
    -
    3
    This addon lets you copy entire courses from PoliTO's website to your clipboard.
    4
    You can then paste the content to JDownloader 2 to download each and every desired video.
    5
    To install this script, download [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) or [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en) (depending on your browser),
  5. Dynamically finding and loading a mod Dynamically finding and loading a mod
    1
    import net.minecraft.launchwrapper.LaunchClassLoader;
    2
    import net.minecraftforge.fml.relauncher.CoreModManager;
    3
    import org.apache.commons.io.FileUtils;
    4
    
                  
    5
    import java.io.File;
  6. Forge Mixins Forge Mixins
    1
    buildscript {
    2
        repositories {
    3
            jcenter()
    4
            maven {
    5
                name = 'forge'