Pinned Repositories
dart-basics
A Dart library containing convenient extension methods on basic Dart objects.
dart-file
A generic file system abstraction for Dart.
dart-lang-site-www
Source for Dart website
dart-mockito
Mockito-inspired mock library for Dart
dart_resource_importer
Imports resource files as literals in Dart code.
dartbag
A grab-bag of miscellaneous utility libraries for Dart.
dropt
dropt is yet another C library for parsing command-line options.
edit-filenames
Renames or moves files using a text editor.
getline-compatible
Portable implementations for POSIX getdelim and getline.
rm-empty
Recursively removes all empty directories and empty files from a directory tree.
jamesderlin's Repositories
jamesderlin/dropt
dropt is yet another C library for parsing command-line options.
jamesderlin/dart_resource_importer
Imports resource files as literals in Dart code.
jamesderlin/getline-compatible
Portable implementations for POSIX getdelim and getline.
jamesderlin/rm-empty
Recursively removes all empty directories and empty files from a directory tree.
jamesderlin/dartbag
A grab-bag of miscellaneous utility libraries for Dart.
jamesderlin/edit-filenames
Renames or moves files using a text editor.
jamesderlin/dart-basics
A Dart library containing convenient extension methods on basic Dart objects.
jamesderlin/dart-file
A generic file system abstraction for Dart.
jamesderlin/dart-lang-site-www
Source for Dart website
jamesderlin/dart-mockito
Mockito-inspired mock library for Dart
jamesderlin/dart-style
An opinionated formatter/linter for Dart code
jamesderlin/dart_html_utils
Miscellaneous utility code for Dart for the Web.
jamesderlin/dart_mt19937
Dart implementations of the Mersenne Twister pseudo-random number generator.
jamesderlin/flutter
Flutter makes it easy and fast to build beautiful mobile apps.
jamesderlin/flutter.widgets
jamesderlin/git-scripts
Miscellaneous git scripts that I've written.
jamesderlin/GoveeBTTempLogger
Govee H5074, H5075, H5177, H5182, and H5183 Bluetooth Low Energy Temperature and Humidity Logger
jamesderlin/gv-log-tools
Utility scripts for processing log files from GoveeBTTempLogger for Govee Bluetooth thermometers.
jamesderlin/jamesderlin
jamesderlin/learnxinyminutes-docs
Code documentation written as code! How novel and totally my idea!
jamesderlin/python-spawneditor
A Python module that attempts to provide a common interface for opening an editor at a specified line in a file.
jamesderlin/python_cli_utils
Miscellaneous Python utility functions for command-line scripts.
jamesderlin/quiver-dart
A set of utility libraries for Dart
jamesderlin/totp
A less minimal TOTP generator based on MinTOTP.
jamesderlin/trial-run
Executes a specified command in its dry-run mode, interactively prompts for confirmation, and re-executes it for real.