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
{"430037":"gardening kit","430040":"home & lifestyle","460000":"home & lifestyle","282064":"home & lifestyle","510803":"bulbs and plants","350149":"home & lifestyle","600157":"courses with Sarah","030132":"seeds > seeds to sow now > February","190378":"bulbs and plants > spring and summer planting > container plants","190331":"bulbs and plants","270070":"gardening kit","990077":"bulbs and plants > spring and summer planting","510803-24":"bulbs and plants > spring and summer planting","420133":"gardening kit","450105":"home & lifestyle","420150":"home & lifestyle","202063":"home & lifestyle","470019-10":"home & lifestyle","340188":"home & lifestyle","340185":"home & lifestyle","470015":"home & lifestyle","340186":"home & lifestyle","470018":"home & lifestyle","470014":"home & lifestyle","270065":"home & lifestyle","470017":"home & lifestyle","340183":"home & lifestyle","270069":"gardening kit","270067":"gardening kit","270066":"gardening kit","340181":"home & lifestyle","450107-GRN":"home & lifestyle","450106" |
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) test.replication.js-local-http Test pull replication with many changes: | |
Error: timeout of 50000ms exceeded | |
at null.<anonymous> (/Users/Mike/Sites/pouchdb/node_modules/mocha/lib/runnable.js:158:19) | |
at Timer.listOnTimeout [as ontimeout] (timers.js:112:15) |
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
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew update | |
brew doctor | |
export PATH="/usr/local/bin:$PATH" | |
brew install curl | |
brew install couchdb | |
brew install node | |
npm install -g grunt-cli |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet"> | |
<script src="https://code.jquery.com/jquery.min.js"></script> | |
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/pouchdb/3.3.1/pouchdb.min.js"></script> | |
<meta charset="utf-8"> | |
<title>Cloudant Demo</title> | |
</head> |
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
<?php | |
/* | |
Sent a gremlin query | |
*/ | |
// Grab the config | |
$config = json_decode(file_get_contents('config.json')); | |
// Gremlin URL |
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
String.prototype.urlslug = function( ) { | |
return this.toLowerCase().replace(/[^A-Za-z0-9\_\/]+/g, "-"); | |
}; |
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
<!DOCTYPE html(lang='en')> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags--> | |
<meta name="description" content="How quick it is to write an offline webapp"> | |
<meta name="author" content="Mike Elsmore <mike.elsmore@uk.ibm.com>"> | |
<!-- Bootstrap core CSS--> |
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": "000009498a084437b03780d4ce174e99", | |
"_rev": "4-7df280812957d65d137c0cd531d9ff93", | |
"properties": { | |
"type": "Running", | |
"distance": 7656.99999999999 | |
}, | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", |
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": "0000731f15084c31aa07e78a82c47d06", | |
"_rev": "1-89460fde4f57fb3728ec0124f0f08c2c", | |
"type": "Running", | |
"distance": 4525, | |
"path": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
9.297674, |
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
Opening Statement: | |
The most important thing EF has to attract more people to Cohorts are the current members, and the technology being born from work being done inside EF. | |
So the most important asset to promote, from an evangelist's point of view, is this tech and it's use cases to create a feedback cycle of improving the technology and garnering more interest in the given communities to join EF. | |
● Objectives | |
The short term goals for me would be to skill up on the current Cohorts technologies, those that they are producing and the systems they are relying on underneath. This is to be able to provide help where necessary, and to create a base of communities to reach out to that use the same or similiar tech. | |
It would also give me the opportunity to create compelling conference/meetup talks around the use cases these technologies are employed in, thus adding credibility to the outreach efforts. | |
This would be swiftly followed by repeating the process with alumni projects, and engaging with Alumni to see where t |
OlderNewer