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

Block or report tdewolff

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
tdewolff/README.md

Taco de Wolff

A collection of integrated tools and libraries using the Go programming language.

  • prompt: Command line prompting by scanning into any variable type using a text, select, or checkbox input prompt.
  • argp: Command line argument parsing, including parsing lists and maps and configuration files.
  • font: Font parsing and manipulation for TTF, OTF, TTC, WOFF, WOFF2, and EOT file types.
    • cmd/fontinfo: Show font information and draw glyphs in terminal or as image.
    • cmd/fontsubset: Subset a font by selecting the given glyph IDs, glyph names, or literal characters.
  • locale: Handling of locale-specific parsing of dates, date intervals, currencies, etc using the CLDR dataset.
  • mail: Mail related utilities, including parsing DMARC and SMTP TLS reports and the milter protocol.
    • milter: A mail filter to prevent e-mail spoofing, use Sender Rewriting Scheme (SRS), and parse SMTP TLS/DMARC reports.
  • parse: Parsing utilities with parsers for (mainly) web formats, such as HTML, CSS, JS, JSON, and XML.
  • minify: High-performance minifiers for web file formats, such as HTML, CSS, JS, JSON, and XML.
  • canvas: Vector graphics library that can output raster images, SVGs, PDFs, HTML Canvas, TeX, PostScript, etc. file formats.

Pinned

  1. minify minify Public

    Go minifiers for web formats

    Go 3.6k 207

  2. canvas canvas Public

    Cairo in Go: vector to raster, SVG, PDF, EPS, WASM, OpenGL, Gio, etc.

    Go 1.4k 95

  3. parse parse Public

    Go parsers for web formats

    Go 394 67

  4. GAMES-UChile/mogptk GAMES-UChile/mogptk Public

    Multi-Output Gaussian Process Toolkit

    Python 155 42

  5. argp argp Public

    GNU command line argument parser

    Go 7

  6. prompt prompt Public

    Command line prompter

    Go