A collection of reusable prompts for thinking, analysis, and idea generation. Copy the prompt text and paste it after your topic/question in any chat interface.
Analysis
A collection of reusable prompts for thinking, analysis, and idea generation. Copy the prompt text and paste it after your topic/question in any chat interface.
Analysis
In the browser address bar type javascript: and then paste this line
s=document.createElement("script");s.src="https://cdn.rawgit.com/anvaka/panzoom/v6.1.3/dist/panzoom.js";s.setAttribute('query','body');document.head.appendChild(s)Note: This doesn't work on some websites with strict content security policy (like Twitter or Facebook)
Please let me know if I'm missing anything. The list below (without any particular order) is a good starting point
What you will see below, is an extract from Microsoft Academic Graph. I counted every keyword used in more than 80 million research papers.
| # Top 50 package most commonly used with redux. | |
| react used 113 times | |
| react-redux used 107 times | |
| babel used 77 times | |
| babel-core used 70 times | |
| react-dom used 61 times | |
| babel-loader used 61 times | |
| webpack used 60 times | |
| mocha used 58 times |
| Results generated by https://github.com/anvaka/npmrank | |
| > node countVersions.js jquery | |
| Counting packages that depend on jquery... | |
| [ { version: '^2.1.4', dependents: 319 }, | |
| { version: '^2.1.3', dependents: 296 }, | |
| { version: '^2.1.1', dependents: 239 }, | |
| { version: '*', dependents: 121 }, | |
| { version: '~2.1.0', dependents: 84 }, | |
| { version: '~1.8.3', dependents: 63 }, |
| // run: | |
| // echo {} > package.json | |
| // npm i byline ngraph.graph ngraph.pagerank | |
| var byline = require('byline'); | |
| var fs = require('fs'); | |
| var g = require('ngraph.graph')(); | |
| var pagerank = require('ngraph.pagerank'); | |
| var stream = byline.createStream(fs.createReadStream('web-Google.txt', { encoding: 'utf8' })); |
This excercise computes PageRank of npm dependencies graph.
wget https://skimdb.npmjs.com/registry/_design/scratch/_view/byFieldrank.js (see below):Number of nodes: 123,969; Number of edges: 281,471; PageRank computed in 1,187 ms;
| var addWheelListener = require('wheel'); | |
| addWheelListener(document.body, function (e) { | |
| console.log(e); | |
| }); |