Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by dougthor42
A curated list of projects in awesome lists by dougthor42 .
https://github.com/dougthor42/pyerf
Pure-Python implementation of the inverse error function.
Last synced: 31 Dec 2024
https://github.com/dougthor42/bitwarden_to_keepass
A simple little script that backs up a Bitwarden vault to a local KeePass file.
Last synced: 31 Dec 2024
https://github.com/dougthor42/gdwcalc
A gross die per wafer (GDW) calculator. Displays a wafer map of the die.
Last synced: 31 Dec 2024
https://github.com/dougthor42/jmp_jsl
A Collection of random JMP JSL scripts
Last synced: 31 Dec 2024
https://github.com/dougthor42/pybank
Personal accounting software. Alternative to the likes of Quicken, iBank, Mint.com, and GnuCash
Last synced: 31 Dec 2024
https://github.com/dougthor42/extract-vba
Python (3.4+) script to extract VBA from MS Office documents. For use with SCC systems.
Last synced: 31 Dec 2024
https://github.com/dougthor42/pynuget
A port of https://github.com/Daniel15/simple-nuget-server/ because I don't know PHP or Nginx. Runs on Flask and Apache.
Last synced: 31 Dec 2024
https://github.com/dougthor42/nidaq-monitor
NiDAQ-Monitor: A python implementation of a voltage or current monitoring program using the NiDAQmx NI-USB 6009 multifunction I/O data acquisition board. Allows user to set upper and lower warning and critical limits, send emails upon OOC conditions, and more.
Last synced: 31 Dec 2024
https://github.com/dougthor42/trendlines
A simple, lightweight metric tracking server built on Flask and PeeWee. Think Graphite (https://graphiteapp.org/), but smaller and less complex.
Last synced: 31 Dec 2024
https://github.com/dougthor42/spyder-coverage-plugin
A Spyder plugin for Ned Batchelder's `coverage` package
Last synced: 31 Dec 2024
https://github.com/dougthor42/file-move-planner
[Idea Placeholder] An interface that lets a user plan out a series of file move/copy operations before moving anything. Then executes the move/copy for you.
Last synced: 31 Dec 2024
https://github.com/dougthor42/gdwcalc_rs
A port of my GDWCalc from Python to Rust
Last synced: 31 Dec 2024
https://github.com/dougthor42/styleguides
A collection of notes and comments with respect to coding styles for myself.
Last synced: 31 Dec 2024
https://github.com/dougthor42/duplicate-file-finder
A simple duplicate-file finder. Uses the linux util 'md5sum'.
Last synced: 31 Dec 2024
https://github.com/dougthor42/night-notes
[Idea Placeholder] An app to help record those pesky thoughts that pop into your head in the middle of the night.
Last synced: 31 Dec 2024
https://github.com/dougthor42/git-log-diff-viewer-rs
A project used to learn Rust. A tool that lets you nav through git logs, viewing the diff for each.
Last synced: 31 Dec 2024
https://github.com/dougthor42/f-string-checker
A pre-commit hook for checking for missing "f" in f-strings
Last synced: 31 Dec 2024
https://github.com/dougthor42/rename_me
Idea: script and pre-commit hook that ensures that spaces are added to the string arg of pytest.mark.parametrize
Last synced: 31 Dec 2024
https://github.com/dougthor42/git-log-diff-viewer-go
A project used to learn Go. A tool that lets you nav through git logs, viewing the diff for each.
Last synced: 31 Dec 2024
https://github.com/dougthor42/divecalc
Simple SCUBA dive calculator, based on SCUBA Schools International (SSI) Doppler no-decompression dive tables
Last synced: 31 Dec 2024
https://github.com/dougthor42/market-fear-greed-notifier
[Idea Placeholder] A web app that sends out puch notifications when [CNN's Fear&Greed Index](https://money.cnn.com/data/fear-and-greed/) reaches extremes.
Last synced: 31 Dec 2024
https://github.com/dougthor42/spyder-doctest-plugin
A Spyder plugin for Python's `doctest` package.
Last synced: 31 Dec 2024
https://github.com/dougthor42/dnd
Attempt at making a DnD Character Sheet in Python.
Last synced: 31 Dec 2024
https://github.com/dougthor42/subscriptable-path
A subclass of python's pathlib.PurePath that allows subscripting (`p[2]` returns 2nd item in the path).
Last synced: 31 Dec 2024
https://github.com/dougthor42/sphinx_test
Playing around with Sphinx and trying to get docs built
Last synced: 31 Dec 2024
https://github.com/dougthor42/windows-terminal-config
My personal Windows Terminal config.
Last synced: 31 Dec 2024
https://github.com/dougthor42/unifi-docker
My own version of a docker container running the Ubiquiti UniFi controller. Similar to https://github.com/jacobalberty/unifi-docker
Last synced: 31 Dec 2024
https://github.com/dougthor42/spotify-favorites-fixer
Marking an album as "Liked ❤️" no longer adds all album tracks to your Liked Songs list. This script looks at your Liked albums and ensures that all tracks are also Liked.
Last synced: 31 Dec 2024
https://github.com/dougthor42/speedtest
My internet speedtest shell/python script
Last synced: 31 Dec 2024
https://github.com/dougthor42/codesort
A Python source-code organization tool
Last synced: 31 Dec 2024
https://github.com/dougthor42/ruff-pre-commit-issue54
Demo of ruff-pre-commit Issue #54 https://github.com/astral-sh/ruff-pre-commit/issues/54
Last synced: 31 Dec 2024
https://github.com/dougthor42/bazel-python-src-tests-example
Example of using Bazel with python `src` and `tests` dir
Last synced: 31 Dec 2024
https://github.com/dougthor42/dougs-valheim-server
Utility to start/stop my Valheim server on AWS
Last synced: 31 Dec 2024
https://github.com/dougthor42/gcp_playground
Messing with GCP and perhaps Terraform.
Last synced: 31 Dec 2024
https://github.com/dougthor42/ci_setup_testing
Playing with Continuous Integration Services. Travis and Appveyor right now.
Last synced: 31 Dec 2024
https://github.com/dougthor42/tpedit
A Test Program Editor for the FTI semiconductor tester
Last synced: 31 Dec 2024
https://github.com/dougthor42/douglib
A collection of miscellaneous functions, classes, and utilities that I've created.
Last synced: 31 Dec 2024
https://github.com/dougthor42/nuget-api-v3-jsonschemas
JsonSchema files for validating the responses sent by NuGet API v3.
Last synced: 31 Dec 2024
https://github.com/dougthor42/gdw_go
A port of my gross die per wafer calculator from Python to Go
Last synced: 31 Dec 2024