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
<!-- @format --> | |
<!-- | |
The Fibonacci spiral is an approximation of the golden spiral created by drawing circular | |
arcs connecting the opposite corners of squares in the Fibonacci tiling, a tiling with | |
squares whose side lengths are successive Fibonacci numbers: 1, 1, 2, 3, 5, 8, 13, 21... | |
+-------------------------+----------------------------------------+ | |
| | | |
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
<!-- @format --> | |
<!-- | |
The Fibonacci spiral is an approximation of the golden spiral created by drawing circular | |
arcs connecting the opposite corners of squares in the Fibonacci tiling, a tiling with | |
squares whose side lengths are successive Fibonacci numbers: 1, 1, 2, 3, 5, 8, 13, 21... | |
+-------------------------+----------------------------------------+ | |
| | | |
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
# 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 |
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
// 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( |
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
/node_modules/ | |
module.js |
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
#!/usr/bin/env node | |
console.log('Hello npx-gist'); |
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
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 |
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
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'. |
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
$ 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] |
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
/* 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; | |
} |
NewerOlder