Skip to content

Instantly share code, notes, and snippets.

View csarven's full-sized avatar
👽
https://csarven.ca/#i

Sarven Capadisli csarven

👽
https://csarven.ca/#i
View GitHub Profile
$ ./runElection.py -s 2 -r TextReport MeekSTV example.blt
OpenSTV version 1.7 (http://www.OpenSTV.org/)
Suggested donation for using OpenSTV for an election is $50. Please go to
http://www.OpenSTV.org/donate to donate via PayPal, Google Checkout, or
Amazon Payments.
Certified election reports are also available. Please go to
http://www.openstv.org/certified-reports for more information.
BEGIN:VEVENT
CREATED:20211004T194353Z
LAST-MODIFIED:20211004T194354Z
DTSTAMP:20211004T194354Z
UID:20210917T072830Z-452179393@foo
SUMMARY:Notifications Panel
RRULE:FREQ=MONTHLY;UNTIL=20221208T140000Z;BYDAY=2TH
DTSTART:20211014T140000Z
DTEND:20211014T150000Z
DESCRIPTION:* Call: https://meet.jit.si/solid-notifications\n* Chat: https
@csarven
csarven / w3.org.community.solid.html
Last active March 1, 2023 08:40
Description for W3C Solid CG at https://www.w3.org/groups/cg/solid (and elsewhere)
<p>The aims of the <cite><a href="https://solidproject.org/">Solid project</a></cite> are in line with those of the Web itself: empowerment towards <q cite="https://www.w3.org/2001/tag/doc/ethical-web-principles/">an equitable, informed and interconnected society</q>. Solid adds to existing Web standards to realise a space where individuals can maintain their autonomy, control their data and privacy, and choose applications and services to fulfil their needs.</p>
<p>The mission of the Solid Community Group is to describe the interoperability between different classes of products by using Web communication protocols, global identifiers, authentication and authorization mechanisms, data formats and shapes, notifications, and query interfaces.</p>
<p>To contribute towards a net positive social benefit, we use the <cite><a href="https://www.w3.org/TR/ethical-web-principles/">Ethical Web Principles</a></cite> to orient ourselves. The consensus on the technical designs are informed by common use cases, implementa
<https://preprints.2020.eswc-conferences.org/121230001.pdf> <http://mementoweb.org/ns#memento> <https://web.archive.org/web/20200603132851/https://preprints.2020.eswc-conferences.org/121230001.pdf> .
<https://preprints.2020.eswc-conferences.org/121230017.pdf> <http://mementoweb.org/ns#memento> <https://web.archive.org/web/20200603132906/https://preprints.2020.eswc-conferences.org/121230017.pdf> .
<https://preprints.2020.eswc-conferences.org/121230033.pdf> <http://mementoweb.org/ns#memento> <https://web.archive.org/web/20200603132928/https://preprints.2020.eswc-conferences.org/121230033.pdf> .
<https://preprints.2020.eswc-conferences.org/121230049.pdf> <http://mementoweb.org/ns#memento> <https://web.archive.org/web/20200603132950/https://preprints.2020.eswc-conferences.org/121230049.pdf> .
<https://preprints.2020.eswc-conferences.org/121230065.pdf> <http://mementoweb.org/ns#memento> <https://web.archive.org/web/20200603133001/https://preprints.2020.eswc-conferences.org/121230065.pdf> .
<https://preprints.2020.
@csarven
csarven / inbox.php
Created August 13, 2017 15:03 — forked from rhiaro/inbox.php
Basic LDN receiver. Help yourself. See: https://rhiaro.co.uk/2017/08/diy-ldn
<?
/*
Copyright 2017 Amy Guy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0

Tim Berners-Lee @timbl

I lke webid-tls because

  • Public keys are sooo much better than passwords

  • I want to have 1 or more public ID consistently in a bunch of stuff I do, not a different ID in each silo.

  • I feel it is simpler/quicker/more secure to authenticate directly from client to server in general than get redirected to other third parties.

@csarven
csarven / notes.missing-link.txt
Created January 9, 2017 21:03
Notes on "Thoughts on Referencing, Linking, Reference Rot" for option "Using RDFa, microdata to express the temporal context information"
@csarven
csarven / getting-started.md
Created November 15, 2016 13:09 — forked from joepie91/getting-started.md
Getting started with Node.js

"How do I get started with Node?" is a commonly heard question in #Node.js. This gist is an attempt to compile some of the answers to that question. It's a perpetual work-in-progress.

And if this list didn't quite answer your questions, I'm available for tutoring and code review! A donation is also welcome :)

Setting expectations

Before you get started learning about JavaScript and Node.js, there's one very important article you need to read: Teach Yourself Programming in Ten Years.

Understand that it's going to take time to learn Node.js, just like it would take time to learn any other specialized topic - and that you're not going to learn effectively just by reading things, or following tutorials or courses. Get out there and build things! Experience is by far the most important part