View urls.txt
$ cd genomes-2016
$ dat .
Which url should it print out? note it's just the url you can e.g. share with a friend, it isn't registering any names or uploading any data to any servers
https://dat.land/genomes-2016/6f17d7fa472ffa92d8ce172798775a523e189397ab500b9795d5b4fbd8c2b866
https://dat.land/6f17d7fa472ffa92d8ce172798775a523e189397ab500b9795d5b4fbd8c2b866/genomes-2016
https://dat.land/6f17d7fa472ffa92d8ce172798775a523e189397ab500b9795d5b4fbd8c2b866
6f17d7fa472ffa92d8ce172798775a523e189397ab500b9795d5b4fbd8c2b866
dat://6f17d7fa472ffa92d8ce172798775a523e189397ab500b9795d5b4fbd8c2b866
View coolskelly.js
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
const regl = require('../regl')()
const perspective = require('gl-mat4/perspective')
const lookAt = require('gl-mat4/lookAt')
const identity = require('gl-mat4/identity')
const rotate = require('gl-mat4/rotate')
const normals = require('angle-normals')
const mouse = require('mouse-change')()
require('resl')({
View index.js
// open console, if working should only get requests for foo.png
var yo = require('yo-yo')
render()
setInterval(render, 2000)
function render() {
var unused = yo`<div>
<img src=http://requirebin.com/foo.png>
<noscript>
View index.js
var request = require('request')
function url () {
return `https://osf.io/api/v1/share/search/?raw=true`
}
go()
var query = {
"query": {
View index.js
var request = require('request')
var fs = require('fs')
var from = 0
function url () {
return `https://osf.io/api/v1/share/search/?q=*&size=100&sort=providerUpdatedDateTime&from=${from}`
}
var writer = fs.createWriteStream('./osfshare.json', {flags: 'a+'})
View keybase.md

Keybase proof

I hereby claim:

  • I am maxogden on github.
  • I am maxogden (https://keybase.io/maxogden) on keybase.
  • I have a public key whose fingerprint is 0417 E475 A98A 10F0 ADE7 77AC 5327 0FC4 16D4 24CD

To claim this, I am signing this object:

View index.js
var yo = require('yo-yo')
var dance = [
`
O
/\_
( |
|\ o
/ | ejm`,
`
View index.js
var yo = require('yo-yo')
var el = yo`<h1>hello world</h1>`
document.body.appendChild(el)
View readme.md

My group The Dat project is building an EU grant consortium to respond to this call: http://ec.europa.eu/research/participants/portal/desktop/en/opportunities/h2020/topics/5083-ict-12-2016.html. The deadline is April 12th.

We are a highly technical project that builds decentralized technologies for scientific reproducibility and data governance -- think BitTorrent and Git, but open source, and more secure. We are currently 3 people, one in Denmark and 2 in the US.

We are seeking a project manager based in Europe, ideally with some grant writing and/or budget experience to join our consortium to help us write and prepare EU grant documents. We are currently working from fixed budget grants and do not have the capability to immediately pay someone for this role. However this grant will include a long term position (for the length of the grant, at least 1 year) as a grant level project manager and coordinator. So unfortunately we have no way to pay someone now, the best we can do is offer a really interesting

View readme.md

How bel Works

bel is a module that takes the output from a tagged template string and creates or updates (using DOM diffing) a DOM element tree.

bel relies on a few concepts and dependencies:

  • tagged template literals
  • hyperx
  • morphdom
  • dom-css