Skip to content
View DominikPeters's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report DominikPeters

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

I'm a computer science researcher in voting theory. Here is a list of my coding projects.

Method of Equal Shares

  • equalshares.net - Website with information about the Method of Equal Shares for Participatory Budgeting.
  • equalshares-compute-tool - Web app (js) for computing voting outcomes using the Method of Equal Shares.

pref.tools

tikz.dev

Supreme Court of the United States

I've developed a hobby of following what happens at the Supreme Court, and am making tools to make the Court more accessible.

Linear Programming

  • lp-model - A javascript library for modelling and solving (integer) linear programs.
  • lpdual.com - Code for a simple website helping with constructing LP duals, versions of Farkas' lemma, and KKT conditions.

MP3 Chapters

Miscellaneous

  • texpresso-vscode - Visual Studio Code extension for using the TeXpresso live rendering system.
  • pqtree.js - Javascript code for making PQ-trees for the consecutive ones problem.
  • drag-drop-weak-orders - code for a simple drag and drop interface for weak orders (rankings with indifferences)
  • ethical.diet - Code behind a website for showing the impact of buying animal products (infrequently maintained).

Pinned

  1. equalshares/equalshares.net equalshares/equalshares.net Public

    Website with information and resources about the Method of Equal Shares for participatory budgeting

    MDX 1 1

  2. equalshares/equalshares-compute-tool equalshares/equalshares-compute-tool Public

    Online computation tool to compute the Method of Equal Shares

    PureBasic

  3. pgf-tikz-html-manual pgf-tikz-html-manual Public

    Forked from pgf-tikz/pgf

    HTML version of pgf-tikz documentation

    TeX 38 1

  4. lpdual.com lpdual.com Public

    Small website for help with writing down linear programming duals

    HTML 1

  5. mp3chapters/mp3chapters.github.io mp3chapters/mp3chapters.github.io Public

    Online tool for adding chapters and other id3 tags to audio files

    JavaScript 11 3

  6. lp-model lp-model Public

    JavaScript package for modelling (Integer) Linear Programs

    JavaScript