Forked from Ana Tudor's Pen trapezoids with gradient backgrounds.
A Pen by Claudio Procida on CodePen.
Forked from Ana Tudor's Pen trapezoids with gradient backgrounds.
A Pen by Claudio Procida on CodePen.
(function poll_notifications() { | |
var dfd = dojo.xhrGet({ | |
url : '/connections/opensocial/basic/rest/activitystreams/@me/@actions', | |
handleAs : 'json' | |
}); | |
dfd.addCallback(function(response, ioargs) { | |
var count = response.totalResults + response.connections.unreadMentions + response.connections.unreadNotifications; | |
console.log(count); | |
setTimeout(poll_notifications, 30000); | |
}); |
/* Facebook mods */ | |
/* | |
body.permalinkBody, body.timelineLayout { | |
background-color: #f0f0f0 !important; | |
} | |
#blueBar { | |
background: -webkit-linear-gradient(top, #464646 0%, #111 100%); | |
border-bottom: 1px solid #1a96c6 !important; | |
height: 39px !important; | |
} |
$ npm ls | |
[email protected] /Users/delphine/Development/Git/pheuter/essential-react | |
├─┬ [email protected] | |
│ ├── [email protected] | |
│ ├── [email protected] | |
│ ├── [email protected] | |
│ ├── [email protected] | |
│ ├── [email protected] | |
│ ├── [email protected] | |
│ ├── [email protected] |
guadalaviar:couchdb delphine$ ./configure -c --disable-docs --disable-fauxton && make | |
==> configuring couchdb in rel/couchdb.config | |
Cloning into '/Users/delphine/dev/Git/janl/couchdb/src/rebar'... | |
remote: Counting objects: 367, done. | |
remote: Compressing objects: 100% (274/274), done. | |
remote: Total 367 (delta 63), reused 241 (delta 34) | |
Receiving objects: 100% (367/367), 241.03 KiB | 117.00 KiB/s, done. | |
Resolving deltas: 100% (63/63), done. | |
Checking connectivity... done. | |
Note: checking out '5dea85db1b697466586877bed133748bd80fa180'. |
0 info it worked if it ends with ok | |
1 verbose cli [ '/Users/procidac/.nvm/versions/node/v7.7.2/bin/node', | |
1 verbose cli '/Users/procidac/.nvm/versions/node/v7.7.2/bin/npm', | |
1 verbose cli 'i', | |
1 verbose cli 'app.json', | |
1 verbose cli '-g' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly loadCurrentTree Starting | |
5 silly install loadCurrentTree |
#!/usr/bin/env node | |
console.log('Hello npx-gist'); |
/node_modules/ | |
module.js |
// Copyright (c) by Niels Leenheer | |
// https://twitter.com/html5test/status/934879316080517121 | |
console.hex = d => | |
console.log( | |
(Object(d).buffer instanceof ArrayBuffer | |
? new Uint8Array(d.buffer) | |
: typeof d === "string" | |
? new TextEncoder("utf-8").encode(d) | |
: new Uint8ClampedArray(d) | |
).reduce( |
# procidac at macbook-pro-109.local.dhcp.thefacebook.com in ~/dev/gh/claudiopro/Recoil/docs on git:docs ✖︎ [9:28:48] | |
→ yarn lint-docs | |
Using globally installed version of Yarn | |
yarn run v1.12.1 | |
$ alex . | |
README.md: no issues found | |
docs/api-reference/core/RecoilRoot.md: no issues found | |
docs/api-reference/core/atom.md: no issues found | |
docs/api-reference/core/isRecoilValue.md: no issues found | |
docs/api-reference/core/selector.md: no issues found |