Pinned Loading
-
rapid-xml-to-json
rapid-xml-to-json PublicFast XML-parser for parsing simple XML structures into JSON. Optimised for speed, low memory usage and GC-avoidance.
TypeScript
-
react-leaflet-datafordeler-layers
react-leaflet-datafordeler-layers PublicReact Leaflet layer-components for maps provided by Datafordeleren
TypeScript
-
weeknumber-iso8601
weeknumber-iso8601 PublicA lightweight function to calculate the ISO 8601 week number for a given Date-object. Includes TS-definition.
TypeScript
-
javascriptgolfer
javascriptgolfer PublicForked from clemg/pythongolfer
Code golfer and minifier for Javascript - Forked from https://clemg.github.io/pythongolfer/
JavaScript
-
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
4const storkredseElements = [];
5document.querySelectorAll('.list-group').forEach(item => storkredseElements.push(item))
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.