Skip to content

Instantly share code, notes, and snippets.

We couldn’t find that file to show.
@Guymer
Guymer / gist:57965fb9bd4a96f61ed4a609bf2bd3aa
Last active February 18, 2024 11:11
zpool status output
We couldn’t find that file to show.
@Guymer
Guymer / gist:c959b3e8eb15b7a9efedf5c89c120dcf
Last active February 18, 2024 11:11
output from checkCities.py
We couldn’t find that file to show.
@Guymer
Guymer / gist:f6e0510a75e5aa2d984e14776ab310ee
Last active February 18, 2024 11:11
the database for background images of elevation
We couldn’t find that file to show.
@Guymer
Guymer / gist:4d82e4cff0f46c8cc6ca2b9190691e51
Last active February 18, 2024 11:11
a script to create background images of elevation
We couldn’t find that file to show.
@Guymer
Guymer / Doxyfile
Last active February 16, 2019 11:05
Doxygen Issue 3461
# Doxyfile 1.8.14
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is:
@Guymer
Guymer / func_overall_index.f90
Created January 9, 2019 17:49
a demonstration of linearizing nested do-loop indexes (for use with MPI)
MODULE foo
USE ISO_FORTRAN_ENV
IMPLICIT NONE
INTERFACE func_overall_index
MODULE PROCEDURE func_overall_index_2loops
MODULE PROCEDURE func_overall_index_3loops
MODULE PROCEDURE func_overall_index_4loops
MODULE PROCEDURE func_overall_index_5loops
@Guymer
Guymer / skewnorm-mwe.csv
Created December 26, 2018 12:07
skewnorm MWE output
-5.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
-4.990000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
-4.980000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
-4.970000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
-4.960000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
-4.950000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
-4.940000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
-4.930000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
-4.920000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
-4.910000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
@Guymer
Guymer / skewnorm-mwe.py
Created December 26, 2018 12:06
skewnorm MWE script
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# NOTE: This script was run with NumPy version 1.7.1 (and 1.15.3)
# NOTE: This script was run with SciPy version 0.12.1 (and 1.1.0)
# NOTE: SciPy reference: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.skewnorm.html (retrieved 2018-11-29)
# NOTE: Wolfram reference: https://reference.wolfram.com/language/ref/SkewNormalDistribution.html (retrieved 2018-11-29)
# Import modules ...
import matplotlib
@Guymer
Guymer / gist:da5f6f2aabb85ad8799c740f24bd5c60
Last active February 18, 2024 11:11
the JSON database for rss_checker.py
We couldn’t find that file to show.