- Raspbery Pi extensions
- new board with more USB ports
- usb wlan (to make AP)
- usb 3g (for uplink)
- usb 4g (for uplink)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fb = require('fbgraph'); | |
var IDS = { | |
ouishareGlobal: 226111377405815 | |
}; | |
fb.setAccessToken(process.env.FACEBOOK); | |
function byComments (first, second) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body vocab="http://schema.org/"> | |
<div typeof="Person"> | |
<h1 property="name">elf Pavlik</h1> | |
<img property="image" src="http://www.gravatar.com/avatar/00000000000000000000000000000000" /> | |
<p property="description">i like you :)</p> | |
<h2>social profiles</h2> | |
<ul> | |
<li><a property="sameAs" href="https://github.com/elf-pavlik">github</a></li> | |
<li><a property="sameAs" href="https://twitter.com/elfpavlik">twitter</a></li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 [ '1', '2', '4', '8', '9', '10', '11', '12' ] | |
2 [ '1', '2', '4', '8', '9', '10', '11', '12' ] | |
3 [ '1', '2', '4', '10', '11', '12' ] | |
4 [ '1', '2', '4', '10', '11', '12' ] | |
5 [ '1', '2', '4', '10', '11', '12' ] | |
6 [ '1', '2', '4', '11', '12', '14', '15' ] | |
7 [ '1', '2', '12' ] | |
8 [ '1', '2', '6A', '6B', '12' ] | |
9 [ '1', '2', '6A', '6B', '12' ] | |
10 [ '1', '2', '6A', '6B', '12' ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@id": "/actions/12345", | |
"@type": "GiveAction", | |
"recipient": { | |
"@id": "https://wwelves.org/perpetual-tripper", | |
"@type": "Person", | |
"name": "elf Pavlik" | |
}, | |
"agent": { | |
"@id": "https://example.net/jane", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@id": "https://example.net/jane/assets/231231", | |
"@type": "IndividualProduct", | |
"model": { | |
"@id": "http://fairphone.com/v1", | |
"@type": "ProductModel", | |
"name": "Fairphone V1" | |
}, | |
"potentialAction": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": { | |
"@vocab": "http://schema.org/", | |
"name": { "@container": "@language" } | |
}, | |
"@id": "http://codeforall.org", | |
"@type": "Organization", | |
"location": { | |
"@id": "http://sws.geonames.org/6295630/", | |
"@type": "Place", |
CC0 4.0 by e-P + J R
Legend:
- Greeting App runs in the Browser.
- webserviced runs remotely on Server A.
- webprofiled, webfingerd & Persona IdP run remotely on Server B.
participant Greeting App
OlderNewer