Skip to content
View chcederquist's full-sized avatar

Block or report chcederquist

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. rapid-xml-to-json 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. react-leaflet-datafordeler-layers react-leaflet-datafordeler-layers Public

    React Leaflet layer-components for maps provided by Datafordeleren

    TypeScript

  3. weeknumber-iso8601 weeknumber-iso8601 Public

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

    TypeScript

  4. javascriptgolfer 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))