Skip to content
View HugoPlatzer's full-sized avatar

Block or report HugoPlatzer

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. Read phonebook/contacts from a SIM c... Read phonebook/contacts from a SIM card via a smartcard reader (linux, pcscd-compatible) to a VCF file
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # Read contact names/phone numbers from SIM card in a PCSC-compatible reader
    4
    # Generate VCF file from contacts
    5
    #
  2. Steps to create a GeoGebra bootable ... Steps to create a GeoGebra bootable USB / CD image
    1
    ### This creates a minimal USB / CD hybrid image (about 300 MB in size) that starts GeoGebra in full-screen mode. Care is taken to prevent exiting GeoGebra (to avoid failing exam mode). Drivers / firmware for hardware acceleration (required for 3D graphing) are included. Also, this system runs from RAM: The medium can be safely removed after GeoGebra has loaded.
    2
    
                  
    3
    Start from an empty directory, execute all steps as root
    4
    This was tested on a debian stretch host
    5
    
                  
  3. import and export ollama models betw... import and export ollama models between computers without downloading again
    1
    #!/usr/bin/env python3
    2
    """
    3
    Ollama Model Manager
    4
    modified to export models from huggingface.co instead of ollama registry
    5
  4. Try a list of passwords for a given ... Try a list of passwords for a given username on a WordPress wp-admin login page
    1
    #!/usr/bin/python3
    2
    
                  
    3
    from selenium import webdriver
    4
    from selenium.common.exceptions import NoSuchElementException
    5
    from argparse import ArgumentParser
  5. mirror_go_bot mirror_go_bot Public

    Python

  6. ollama_export_model ollama_export_model Public

    Python