ScottBoyce - Overview
Navigation Menu
Pinned Loading
-
GitHub Mirror of https://code.usgs.gov/fortran/bif
Fortran 4
-
NumpyDeque is a numpy.ndarray based double-ended queue (deque) with a maximum size. This double-ended queue is efficiently done by using a padded-buffer array.
Python 1
-
ResultContainer is a Python library inspired by Rust's Result enum, designed for robust error handling. It seamlessly supports mathematical operations, attribute access, and method chaining on Ok(v…
Python 1