Skip to content

Instantly share code, notes, and snippets.

View milljm's full-sized avatar

Jason Miller milljm

  • 21:31 (UTC -04:00)
View GitHub Profile
@milljm
milljm / channel_helper.py
Last active October 8, 2020 13:56
Help tool for managing packages contained in Conda channels
#!/usr/bin/env python3
### Usage:
### ./get_packages.py get url arch
### Examples:
### ./get_packages.py get https://conda.anaconda.org/idaholab linux-64
import requests, re, sys, argparse, os
from urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning)
@milljm
milljm / speak.py
Last active April 11, 2025 02:05
Kokoro txt --> speech
#!/usr/bin/env python3
""" a quick text to speech tool """
import os
import sys
import argparse
import sounddevice as sd
import warnings
warnings.filterwarnings('ignore')
try:
from IPython.display import display, Audio
@milljm
milljm / bless.py
Last active September 29, 2025 18:14
Recursively seek out and remove duplicate LC_RPATH entries from linked libraries with supplied binary
#!/usr/bin/env python3
''' A tool which searches recursively and removes duplicate loader paths '''
import subprocess
import sys
import os
def run_command(command):
"""Run a shell command and return the output."""
try:
result = subprocess.run(command, check=True, text=True, capture_output=True)

Privacy Policy

This privacy policy applies to the SlowpokeWords app (hereby referred to as "Application") for mobile devices that was created by Jason Miller (hereby referred to as "Service Provider") as a Commercial service. This service is intended for use "AS IS".

What information does the Application obtain and how is it used?

The Application does not obtain any information when you download and use it. Registration is not required to use the Application.

Does the Application collect precise real time location information of the device?