Skip to content

Instantly share code, notes, and snippets.

View degliwe's full-sized avatar

wesley deglise degliwe

View GitHub Profile
[
{
"principle": "Digital-by-default, inclusiveness and accessibility",
"description": "Take steps to enable seamless digital delivery of services across sectors and collaboration in public service provision, by allowing EU institutions, private sector and civil society linkages to information held in public administration databases and systems in appropriate policy actions.",
"actions": [
{
"title": "Action 1",
"explanation": "Labore commodo nisi id fugiat sint cillum.",
"countries": {
"AT": {
@degliwe
degliwe / timeline-demo.html
Created February 13, 2019 14:07
timeline-demo
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>demo timeline</title>
@degliwe
degliwe / Poc.js
Last active March 11, 2019 13:12
Proof of concept Open initiatives
// Open a new tab (Ctrl+t) to http://ec.europa.eu/
// On the new tab open the dev tools console (Ctrl+Shift+J)
// Copy/paste the whole snippet (Ctrl+c, Ctrl+v)
// Execute (Return)
fetch("http://ec.europa.eu/citizens-initiative/services/initiative/get/open", {
mode: "no-cors",
headers: {
"Content-Type": "application/json"
}
@degliwe
degliwe / README
Created October 4, 2022 12:25 — forked from diverted247/README
Export slides from Google Slides as SVG - Console Script (Chrome tested)
To export SVG from Google Slides.
1. Open Slide deck.
2. View -> 100%
3. Click on every thumbnail from first to last, this puts the SVG into the DOM.
4. Paste the export.js in the console.
5. Make sure to allow multiple downloads.
6. All SVG should be in Downloads folder.
Cheers,