Skip to content
View stilist's full-sized avatar
Block or Report

Block or report stilist

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dotfiles dotfiles Public

    Shell 1

  2. drjohndee.net drjohndee.net Public

    Source code and data for drjohndee.net

    Ruby 2

  3. prebaked-geojson-map prebaked-geojson-map Public

    Easily add GeoJSON data to a preconfigured Leaflet map.

    TypeScript 1

  4. text_linter text_linter Public

    Go 1

  5. history_importer history_importer Public

    Ruby 6

  6. Count date-like strings in files in ... Count date-like strings in files in /var/log
    1
    #!/bin/bash
    2
    
                  
    3
    set -euo pipefail
    4
    
                  
    5
    log_directory="${1:-/var/log}"