Skip to content
View gn0's full-sized avatar

Block or report gn0

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

Repositories

Data analysis

  • tomltable: A command-line utility for generating LaTeX tables. The table specification is read from a TOML file. The table content is loaded from JSON files. Written in Python.
  • jsonwriter: An R package that saves fixest estimation results in JSON files.
  • json_this: A Stata package that provides wrappers around reg, reghdfe, ttest, and arbitrary r-class and e-class Stata commands to save their results in JSON files.
  • coeftable and extract_from_stata: Obsolete. Command-line utilities for generating regression tables from JSON files and Stata log files.

Utilities

  • tzconv: A command-line utility that converts a date and time from one time zone to several others. Written in Python.
  • sacsv: "Swiss Army CSV." A variety of command-line utilities for manipulating CSV files. Written in Python.
  • csvgears: Command-line utilities for high-performance manipulation of CSV files. Written in Rust.
  • bibdl: A command-line utility that downloads BibTeX citation data based on a journal link for a paper. Written in Racket.
  • lsx86features: A command-line utility to list x86 instruction set extensions that are used by a compiled binary. Useful for verifying whether your Rust, C, or C++ compiler uses less frequently available instructions, e.g., AVX-512 vector instructions, when your computer supports them. Written in Perl.

Survey tooling

  • Kidadisi: An R package to build survey definitions and use them to generate XLSForm questionnaires for SurveyCTO and KoboToolbox. Its goal is to make it easier to specify and edit surveys and track them in version control. Unlike Honeybee below which uses its own domain-specific language, Kidadisi aims to work with tooling such as RStudio which research teams may already be familiar with.
  • Honeybee: Obsolete. A transpiler prototype to convert plain-text, human-readable survey definitions into XLSForm questionnaires for SurveyCTO. Designed to make survey editing easier, safer, and transparent to track in version control.

Pinned Loading

  1. json-this json-this Public

    Wrappers around reg, reghdfe, ttest, and arbitrary r-class and e-class Stata commands to save their results in JSON files.

    Stata 5

  2. sacsv sacsv Public

    Swiss Army csv: command-line tools to manipulate csv-formatted data.

    Python 3

  3. jsonwriter jsonwriter Public

    R library to write regression results to JSON files

    R

  4. kidadisi kidadisi Public

    An R package to generate XLSForm surveys for SurveyCTO or KoboToolbox

    R

  5. tomltable tomltable Public

    Generate LaTeX tables from TOML specifications and JSON data

    Python

  6. tzconv tzconv Public

    Convert a date and time to several time zones at once

    Python