Skip to content
View chce's full-sized avatar

Highlights

  • Pro

Block or report chce

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

Pinned Loading

  1. chcederquist/rapid-xml-to-json chcederquist/rapid-xml-to-json Public

    Fast XML-parser for parsing simple XML structures into JSON. Optimised for speed, low memory usage and GC-avoidance.

    TypeScript

  2. chcederquist/weeknumber-iso8601 chcederquist/weeknumber-iso8601 Public

    A lightweight function to calculate the ISO 8601 week number for a given Date-object. Includes TS-definition.

    TypeScript

  3. Netcompany-AoC-DK/aoc-nc-scoreboard Netcompany-AoC-DK/aoc-nc-scoreboard Public

    Forked from chce/aoc2021-nc-scoreboard

    A custom scoreboard for daily results

    TypeScript

  4. chcederquist/javascriptgolfer chcederquist/javascriptgolfer Public

    Forked from clemg/pythongolfer

    Code golfer and minifier for Javascript - Forked from https://clemg.github.io/pythongolfer/

    JavaScript

  5. Hent data fra seneste valg på KMDVal... Hent data fra seneste valg på KMDValg / Get election data from KMDValg
    1
    // Executed on the kmdvalg frontpage, f.ex. with DevTools
    2
    // You can also fetch KMD's frontpage, parse the HTML and assign the DOM to "document" if you're running Node.js
    3
    // Final result is stored in storkredseWithValgkredse
    4
    const storkredseElements = [];
    5
    document.querySelectorAll('.list-group').forEach(item => storkredseElements.push(item))
  6. chcederquist/react-leaflet-datafordeler-layers chcederquist/react-leaflet-datafordeler-layers Public

    React Leaflet layer-components for maps provided by Datafordeleren

    TypeScript