Skip to content
View bwbroersma's full-sized avatar
🐛
looking for bugs
🐛
looking for bugs

Organizations

@openstate @wolbodo @bwblabs @CoderdojoDelft @stemopeenvrouw @Rijksoverheid @forumstandaardisatie
Block or Report

Block or report bwbroersma

Report abuse

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

Report abuse
bwbroersma/README.md

Hi there 👋

  • 🔭 I’m currently working for the Netherlands Standardisation Forum, which facilitates digital cooperation (interoperability) between government organizations and between government, businesses and citizens
  • 🌱 I’m currently learning ZIP, ZLIB (RFC 1950, RFC 1951), ASN.1, ODF and OPC file formats
  • 💬 Ask me anything about EML_NL¹, JQ, bash, xmlstarlet and PL/pgSQL
  • 📫 How to reach me, see my email or 🐦 (@bwbroersma)
  • ⚡ Fun fact: I mail and tweet too many oneliners to colleagues

¹ I used to work for the Electoral Council of the Netherlands (@kiesraad), an electoral management body

some stats some stats

Pinned Loading

  1. csv2jsonl csv2jsonl Public

    converts CSV to JSON Lines

    Rust 4 1

  2. stemopeenvrouw/voting-advice stemopeenvrouw/voting-advice Public

    Voting advice for Dutch Elections

    Svelte 3

  3. Wet schadeloosstelling leden Tweede ... Wet schadeloosstelling leden Tweede Kamer - Paragraaf 3 Onkostenvergoedingen - Artikel 8 - in code https://twitter.com/BWBroersma/status/1204365994241789952
    1
    // https://www.rijksoverheid.nl/documenten/circulaires/2018/12/20/circulaire-wijzigingen-in-de-financiele-arbeidsvoorwaarden-per-1-januari-2019-voor-de-ambtenaren-werkzaam-in-de-sector-rijk
    2
    // https://wetten.overheid.nl/BWBR0004939/2019-07-01#Paragraaf3_Artikel8
    3
    const rijkDienstreizen2019 = {
    4
        lunch: 15.67,
    5
        avondmaaltijd: 23.71,
  4. TOTP implementation for https://gith... TOTP implementation for https://github.com/PostgREST/postgrest/issues/1250#issuecomment-551847083
    1
    CREATE EXTENSION pgcrypto;
    2
    CREATE OR REPLACE FUNCTION totp(key BYTEA, clock_offset INT DEFAULT 0) RETURNS INT AS $$
    3
    DECLARE
    4
        c BYTEA := '\x000000000' || TO_HEX(FLOOR(EXTRACT(EPOCH FROM NOW()) / 30)::INT + clock_offset);
    5
        mac BYTEA := HMAC(c, key, 'sha1');
  5. docker-postgres-upgrade docker-postgres-upgrade Public

    Shell 6

  6. openstate/allmanak openstate/allmanak Public

    Zoeken naar contactgegevens overheden en politici

    Svelte 4 1