8,037 Matching Annotations
- Oct 2018
-
blog.mozilla.org blog.mozilla.org
-
play.google.com play.google.com
Tags
Annotators
URL
-
-
krypt.co krypt.co
-
-
-
www.youtube.com www.youtube.com
Tags
Annotators
URL
-
-
www.sciencechannel.com www.sciencechannel.com
-
tools.ietf.org tools.ietf.org
-
-
www.youtube.com www.youtube.com
-
-
www.youtube.com www.youtube.com
-
-
www.youtube.com www.youtube.comYouTube1
-
-
yewtu.be yewtu.be
-
-
w.soundcloud.com w.soundcloud.com
Tags
Annotators
URL
-
-
developers.google.com developers.google.com
Tags
Annotators
URL
-
-
linter.structured-data.org linter.structured-data.org
Tags
Annotators
URL
-
-
webdatacommons.org webdatacommons.org
-
-
www.youtube.com www.youtube.com
-
-
www.youtube.com www.youtube.com
-
-
-
This document describes a vocabulary for annotating descriptions of vocabularies with examples and usage notes.
-
-
www.ietfjournal.org www.ietfjournal.org
-
-
www.youtube.com www.youtube.com
Tags
Annotators
URL
-
-
soundcloud.com soundcloud.com
-
lab.github.com lab.github.com
-
-
github.com github.com
-
-
blog.mozilla.org blog.mozilla.org
-
github.com github.com
-
-
www.whosampled.com www.whosampled.com
Tags
Annotators
URL
-
-
www.whosampled.com www.whosampled.com
-
-
www.w3.org www.w3.org
-
-
www.w3.org www.w3.org
-
-
www.bbc.co.uk www.bbc.co.uk
-
-
mjstealey.github.io mjstealey.github.io
Tags
Annotators
URL
-
-
lov.linkeddata.es lov.linkeddata.es
-
-
link.springer.com link.springer.com
Tags
Annotators
URL
-
-
smart-api.info smart-api.info
-
-
smart-api.info smart-api.info
-
-
schema.press schema.press
Tags
Annotators
URL
-
-
-
-
Tags
Annotators
URL
-
-
blog.apis.guru blog.apis.guru
-
www-sop.inria.fr www-sop.inria.fr
-
webdam.inria.fr webdam.inria.fr
-
-
sno.phy.queensu.ca sno.phy.queensu.caPDF Tags1
Tags
Annotators
URL
-
-
peccatte.karefil.com peccatte.karefil.com
Tags
Annotators
URL
-
-
www.kanzaki.com www.kanzaki.com
-
-
www.w3.org www.w3.org
-
-
github.com github.com
Tags
Annotators
URL
-
-
www.forensicswiki.org www.forensicswiki.org
Tags
Annotators
URL
-
-
datalanguage.com datalanguage.com
-
blog.codeship.com blog.codeship.com
Tags
Annotators
URL
-
-
www.kde.cs.uni-kassel.de www.kde.cs.uni-kassel.de
-
www.uni-kassel.de www.uni-kassel.demain.dvi1
-
www.youtube.com www.youtube.com
-
-
www.youtube.com www.youtube.com
-
-
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
www.gracefulsecurity.com www.gracefulsecurity.com
Tags
Annotators
URL
-
-
pfefferle.github.io pfefferle.github.io
Tags
Annotators
URL
-
-
mathiasbynens.github.io mathiasbynens.github.io
-
-
firefox-source-docs.mozilla.org firefox-source-docs.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
docs.datahub.io docs.datahub.io
Tags
Annotators
URL
-
-
-
-
web-perf.github.io web-perf.github.io
-
React is fast, thanks to the VirtualDOM. Using a diffing algorithm, the browser DOM nodes are manipulated only when there is a state change. This algorithm is computationally expensive. Using webworkers to perform the calculations can make React even faster.
Tags
Annotators
URL
-
-
blog.chromium.org blog.chromium.org
-
stackoverflow.com stackoverflow.com
-
osds.openlinksw.com osds.openlinksw.com
-
-
gist.github.com gist.github.com
-
-
developer.mozilla.org developer.mozilla.org
Tags
Annotators
URL
-
-
css-tricks.com css-tricks.com
-
.truncate { width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
-
-
www.nginx.com www.nginx.com
-
humanstxt.org humanstxt.org
-
-
stackoverflow.com stackoverflow.com
-
tls.ulfheim.net tls.ulfheim.net
-
-
medium.facilelogin.com medium.facilelogin.com
-
www.sjoerdlangkemper.nl www.sjoerdlangkemper.nl
-
Token binding makes session hijacking harder by creating an identifier that is based on a private key. The client generates a public/private key pair for every site that it wants to use token binding on. When it connects to the server it signs something and sends this signature along with the public key to the server. The server verifies the signature against the public key. This way, the server knows that this client is in possession of the private key. After this verification step, the public key is passed to the application. This public key uniquely identifies the client, just as a session cookie would. However, it is no longer possible to simply steal the identifier and impersonate someone. The private key is kept secret and the identifier is checked against it. Without access to the private key it is not possible to reproduce a valid identifier. Even if an attacker intercepts the signature, he can’t use this in another connection. The signature is over the public key and the keying material of the current TLS connection. When a new TLS connection is created, a new signature is needed. This means that if the attacker intercepts the signature, he can’t reuse it in a new connection to the server.
-
-
medium.com medium.com
-
github.com github.com
-
This NGINX module provides mechanism to cryptographically bind HTTP cookies to client's HTTPS channel using Token Binding, as defined by following IETF drafts:
-
-
www.loraserver.io www.loraserver.io
-
-
tools.ietf.org tools.ietf.org
Tags
Annotators
URL
-
-
tools.ietf.org tools.ietf.org
-
This document specifies version 1.0 of the Token Binding protocol. The Token Binding protocol allows client/server applications to create long-lived, uniquely identifiable TLS bindings spanning multiple TLS sessions and connections. Applications are then enabled to cryptographically bind security tokens to the TLS layer, preventing token export and replay attacks. To protect privacy, the Token Binding identifiers are only conveyed over TLS and can be reset by the user at any time.
Tags
Annotators
URL
-
-
self-issued.info self-issued.info
Tags
Annotators
URL
-
-
css-tricks.com css-tricks.com
Tags
Annotators
URL
-
-
ws-dl.blogspot.com ws-dl.blogspot.com
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
Tags
Annotators
URL
-
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
Tags
Annotators
URL
-
-
www.gimpshop.com www.gimpshop.com
Tags
Annotators
URL
-
-
github.com github.com
-
-
arxiv.org arxiv.org
-
-
timleland.com timleland.com
Tags
Annotators
URL
-
-
www.snee.com www.snee.com
-
www2012.universite-lyon.fr www2012.universite-lyon.fr
-
github.com github.com
Tags
Annotators
URL
-
-
github.com github.com
Tags
Annotators
URL
-
-
github.com github.com
-
Components.js is a dependency injection framework for JavaScript applications. Instead of hard-wiring software components together, Components.js allows these components to be instantiated and wired together declaratively using semantic configuration files. The advantage of these semantic configuration files is that software components can be uniquely and globally identified using URIs. Configurations can be written in any RDF serialization, such as JSON-LD. This software is aimed for developers who want to build modular and easily configurable and rewireable JavaScript applications.
-
-
fragments.linkedsoftwaredependencies.org fragments.linkedsoftwaredependencies.org
Tags
Annotators
URL
-
-
linkedsoftwaredependencies.org linkedsoftwaredependencies.org
Tags
Annotators
URL
-
-
projects.apache.org projects.apache.org
-
-
github.com github.com
-
Welcome to the DOAP wiki. DOAP is a project to create an XML/RDF vocabulary to describe software projects, and in particular open source projects.
Tags
Annotators
URL
-
-
developer.chrome.com developer.chrome.com
-
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/itemID">
Tags
Annotators
URL
-
-
microformats.org microformats.org
Tags
Annotators
URL
-
-
chrome.google.com chrome.google.com
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
blog.mozilla.org blog.mozilla.org
-
www.npmjs.com www.npmjs.comweb-ext1
Tags
Annotators
URL
-
-
developer.mozilla.org developer.mozilla.org
-
web-ext run --target=firefox-android ... --firefox-apk=org.mozilla.firefox
-
-
developer.chrome.com developer.chrome.com
-
-
github.com github.com
Tags
Annotators
URL
-
-
davidwalsh.name davidwalsh.name
-
-
developer.mozilla.org developer.mozilla.org
-
www.w3.org www.w3.org
-
-
manu.sporny.org manu.sporny.org
Tags
Annotators
URL
-
-
manu.sporny.org manu.sporny.org
-
If you want to make the Semantic Web a reality, stop making the case for it and spend your time doing something more useful, like actually making machines smarter or helping people publish data in a way that’s useful to them.
Soooo true !
Tags
Annotators
URL
-
-
www.semantic-mediawiki.org www.semantic-mediawiki.org
Tags
Annotators
URL
-
-
wiki.uib.no wiki.uib.no
-
nkos.slis.kent.edu nkos.slis.kent.edu
Tags
Annotators
URL
-
-
Tags
Annotators
URL
-
-
www.w3.org www.w3.org
-
-
www.mediawiki.org www.mediawiki.org
Tags
Annotators
URL
-
-
www.w3.org www.w3.org
-
-
Tags
Annotators
URL
-
-
www.w3.org www.w3.org
-
-
www.youtube.com www.youtube.com
-
-
www.youtube.com www.youtube.com
-
-
-
-
medium.com medium.com
-
javascriptvisualizer.com javascriptvisualizer.com
-
A tool for visualizing Execution Context, Hoisting, Closures, and Scopes in JavaScript
-
-
www.mixriot.com www.mixriot.com
-
blog.sheddow.xyz blog.sheddow.xyz
Tags
Annotators
URL
-
-
cnp3book.info.ucl.ac.be cnp3book.info.ucl.ac.be
-
-
www.marmiton.org www.marmiton.org
-
slicker.me slicker.me
-
<html> <body style='background-color:black'> <canvas id="myCanvas" width="800" height="340"></canvas> <script> let canvas = document.getElementById('myCanvas'); let context = canvas.getContext('2d'); context.lineWidth = 5; context.strokeStyle = 'gray' context.beginPath(); for(let x=0;x<28;x++){ context.moveTo(x*40-304,0); context.lineTo(x*40+20,340); context.moveTo(x*40,0); context.lineTo(x*40-324,340); } context.stroke(); context.fillStyle = 'white'; for(let x=0;x<20;x++) for(let y=0;y<9;y++){ context.beginPath(); context.arc(8+x*40, y*42-9, 3, 0, 2 * Math.PI); context.arc(28+x*40, y*42-29, 3, 0, 2 * Math.PI); context.fill(); } </script> </body> </html>
-
-
www.slideshare.net www.slideshare.net
-
data.bnf.fr data.bnf.fr
-
-
data.bnf.fr data.bnf.fr
-
-
heycam.github.io heycam.github.ioWeb IDL1
-
This document defines an interface definition language, Web IDL, that can be used to describe interfaces that are intended to be implemented in web browsers. Web IDL is an IDL variant with a number of features that allow the behavior of common script objects in the web platform to be specified more readily.
-
-
cstrobbe.github.io cstrobbe.github.io
-
The Hyper Text Coffee Pot Control Protocol (HTCPCP) is a protocol for controlling, monitoring and diagnosing coffee pots over a network. The Resource Description Framework (RDF) is a general-purpose language for representing information in the Web. This document defines HTCPCP Vocabulary in RDF in order to allow HTCPCP headers that have been exchanged between a client (in other words, a coffee addict) and a server (a networked device that can brew, store and deliver heated coffee beverages) to be recorded in RDF format. The objective of this vocabulary is to support quality assurance testing, and to serve as a machine-readable component in conformance claims and in reporting languages such as the Evaluation and Report Language (EARL) [EARL Schema].
Tags
Annotators
URL
-
-
www.w3.org www.w3.org
-
-
-
-
www.npmjs.com www.npmjs.com
Tags
Annotators
URL
-
-
archive.is archive.is
-
-
ws-dl.blogspot.com ws-dl.blogspot.com
-
www.npmjs.com www.npmjs.com
Tags
Annotators
URL
-
-
mementoembed.ws-dl.cs.odu.edu mementoembed.ws-dl.cs.odu.edu
Tags
Annotators
URL
-
-
tools.ietf.org tools.ietf.org
-
-
phabricator.wikimedia.org phabricator.wikimedia.org
Tags
Annotators
URL
-
-
mementoweb.org mementoweb.org
Tags
Annotators
URL
-
-
www.w3.org www.w3.org
-
-
www.w3.org www.w3.org
-
-
www.w3.org www.w3.orgMicropub1
-
-
archive.org archive.org
-
-
developer.mozilla.org developer.mozilla.org
-
developer.mozilla.org developer.mozilla.org
-
www.opensearch.org www.opensearch.org
-
Provided here is a stylesheet (XSL file) that will convert RSS and Atom based OpenSearch search result feeds into HTML.
Tags
Annotators
URL
-
-
www.mediawiki.org www.mediawiki.org
Tags
Annotators
URL
-
-
7is7.com 7is7.com
Tags
Annotators
URL
-
-
www.chromium.org www.chromium.org
Tags
Annotators
URL
-
-
developer.mozilla.org developer.mozilla.org
-
github.com github.com
-
www.opensearch.org www.opensearch.org
-