Skip to content

Instantly share code, notes, and snippets.

View mkwatson's full-sized avatar

Mark Watson mkwatson

View GitHub Profile
0x4FE5c0E5aA85E4736f1144cD649bd04acaaEFb82
{
"payload": <data>,
"signatures": [
<signature 1>,
<signature 2>,
...
]
}
docker-compose build
# > ERROR: Couldn't find env file: /Users/mawatson/Repositories/oneID-connect-reference-project-server/env.list
pwd
# > /Users/mawatson/Repositories/oneID-connect-reference-project-server
find . -name 'env.list'
# >
docker build .
# > ...
docker pull postgres
# > ...
case class Person(name: String, age: Long, ttl: Long)
val caseClassDF = Seq(Person("Andy", 32, 5000000), Person("Mark", 27, 1000000)).toDF()
caseClassDF.show()
// +----+---+-------+
// |name|age| ttl|
// +----+---+-------+
// |Andy| 32|5000000|
// |Mark| 27|1000000|
(reduce + (range 1000000000))
broker.on('newListener', (event, _listener) => {
console.log(`New listener on '${event}'`);
});
[self.datasnap trackEvent:beaconEvent withIDFA:[[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString]];
/a/floor {
"links": [
{
"href": "/x/light1",
"anchor": "/a/room1", ** /a/room1 has the "contains" relationship with /x/light1; not/a/floor**
"rel": "contains"
}
]
}
{
"$schema": "http://json-schema.org/schema",
"type": "object",
"properties": {
"rt": {
"type": "string"
},
"if": {
"type": "string"
},

Intro

The Datasnap.io SDK is designed to make integrating your location-based app with the Datasnap analytics platform simple and painless. The simplest way to integrate is to include our library and write a single line of code, as detailed below. Your app should then track location events with no further configuration. However, if you want to track events programmatically, that can be done as well. (what versions of iOS are supported?)

Version

The current version is [2.0.0](Link to version). It simplifies the process of integrating with third-party libraries.

Version Archive