Pinned Loading
-
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 python323# Read contact names/phone numbers from SIM card in a PCSC-compatible reader4# Generate VCF file from contacts5# -
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.23Start from an empty directory, execute all steps as root
4This was tested on a debian stretch host
5 -
import and export ollama models betw...
import and export ollama models between computers without downloading again 1#!/usr/bin/env python32"""3Ollama Model Manager4modified to export models from huggingface.co instead of ollama registry5 -
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/python323from selenium import webdriver
4from selenium.common.exceptions import NoSuchElementException
5from argparse import ArgumentParser
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

