Skip to content
View reagle's full-sized avatar

Sponsoring

@saulpw
@jgm
@Homebrew

Block or report reagle

Report abuse

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

Report abuse
reagle/README.md

Pinned Loading

  1. pandoc-wrappers pandoc-wrappers Public

    Various python wrappers I use to build documents using markdown and pandoc.

    Python 15 1

  2. thunderdell thunderdell Public

    Python scripts for bibliographic management using Freeplane mindmapper.

    Python 11 5

  3. Wrap text, including semantically by... Wrap text, including semantically by add breaks at terminal punctuation.
    1
    #!/usr/bin/env python2.7
    2
    """Wrap text, including semantically by add breaks at 
    3
    terminal punctuation."""
    4
    
                  
    5
    # Using python 2.7 so portions can be used in Sublime Text 3 plugin
  4. Generate a class calendar using dura... Generate a class calendar using duration of semester, the days of the week a class meets, and holidays. It can modify a markdown syllabus if they share the same number of sessions and classes are designed with the pattern "### Sep 30 Fri"
    1
    #!/usr/bin/env python3
    2
    # /// script
    3
    # dependencies = [
    4
    #   "pyyaml",
    5
    #   "python-dateutil",
  5. reddit-research reddit-research Public

    Tools for scraping and analyzing Reddit

    Python 10

  6. visidata3-anki visidata3-anki Public

    Anki deck and developmental files for Visidata3.x

    3