{"id":60,"url":"https://github.com/feross/awesome-mad-science","last_synced_at":"2025-09-13T15:32:18.707Z","repository":{"id":23338959,"uuid":"26699459","full_name":"feross/awesome-mad-science","owner":"feross","description":"Delightful npm packages that make you say \"wow, didn't know that was possible!\"","archived":false,"fork":false,"pushed_at":"2022-05-01T18:54:21.000Z","size":29,"stargazers_count":1104,"open_issues_count":11,"forks_count":71,"subscribers_count":49,"default_branch":"master","last_synced_at":"2024-05-20T03:47:24.057Z","etag":null,"topics":["awesome","awesome-list","browser","browserify","javascript","lstm","mad-science","nodejs","npm"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feross.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-16T00:58:40.000Z","updated_at":"2024-05-10T02:34:56.000Z","dependencies_parsed_at":"2022-08-22T17:40:31.404Z","dependency_job_id":null,"html_url":"https://github.com/feross/awesome-mad-science","commit_stats":null,"previous_names":["feross/mad-science-modules"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fawesome-mad-science","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fawesome-mad-science/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fawesome-mad-science/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fawesome-mad-science/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feross","download_url":"https://codeload.github.com/feross/awesome-mad-science/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232888968,"owners_count":18592311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awesome","awesome-list","browser","browserify","javascript","lstm","mad-science","nodejs","npm"],"created_at":"2024-01-05T20:12:45.259Z","updated_at":"2025-01-07T13:45:50.288Z","avatar_url":"https://github.com/feross.png","language":null,"funding_links":[],"categories":["编程语言","Programming Languages","Technical","Miscellaneous","Awesome Ecosystem Lists","Uncategorized","Others","More","front-end-development","Live Site:   [searchAwesome](https://search-awesome.vercel.app/)","Other Lists","Themed Directories"],"sub_categories":["awesome-*","Uncategorized","CSS","TeX Lists","Updated more than a year ago"],"readme":"# Awesome Mad Science [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\nDelightful npm packages that make you say \"wow, didn't know that was possible!\" PRs welcome!\n\n## peer-to-peer\n- [peerwiki](https://www.npmjs.com/package/peerwiki) - all of wikipedia on bittorrent\n- [simple-peer](https://www.npmjs.com/package/simple-peer) - send video/voice/data p2p in the browser (with webrtc)\n- [torrent-docker](https://www.npmjs.com/package/torrent-docker) - realtime boot of remote docker images over bittorrent\n- [torrent-mount](https://www.npmjs.com/package/torrent-mount) - mount a torrent as a filesystem\n- [webtorrent](https://www.npmjs.com/package/webtorrent) - streaming torrent client for node \u0026 the browser\n\n## browserify\n- [brfs](https://www.npmjs.com/package/brfs) - turn `fs.readFileSync()` calls into inlined static assets\n- [browser field spec](https://gist.github.com/defunctzombie/4339901) - replace certain files/modules when a module is bundled for the browser\n- [browserify](https://npmjs.org/package/browserify) - use `require()` in the browser\n- [glslify](https://github.com/stackgl/glslify) - npm modules compiled into WebGL shaders\n- [webworkify](https://www.npmjs.com/package/webworkify) - composable web workers for browserify\n\n## files\n- [file-type](https://www.npmjs.com/package/file-type) - detect file content types by checking their magic numbers\n- [fuse4js](https://www.npmjs.com/package/fuse4js) - write filesystem driver in js\n\n## geometry\n- [alpha-shape](https://www.npmjs.com/package/alpha-shape) - any dimensional alpha shapes (think \"concave\" hull)\n- [box-intersect](https://www.npmjs.com/package/box-intersect) - fast any dimensional box intersection detection\n- [convex-hull](https://www.npmjs.com/package/convex-hull) - robust any dimensional convex hull\n- [delaunay-triangulate](https://www.npmjs.com/package/delaunay-triangulate) - robust any dimensional delaunay triangulation\n- [surface-nets](https://www.npmjs.com/package/surface-nets) - extracts level sets in any dimension\n- [voronoi-diagram](https://www.npmjs.com/package/voronoi-diagram) - any dimensional voronoi diagrams\n- [voxelize](https://www.npmjs.com/package/voxelize) - voxelize a mesh\n\n## hardware\n- [cylon](https://www.npmjs.com/package/cylon) - command robots, devices, and more from node\n\n## images\n- [indico.io](https://www.npmjs.com/package/indico.io) - facial emotion recognition and facial feature extraction\n- [trackingjs](https://trackingjs.com/) - computer vision on the web\n\n## sound\n- [doppler](https://github.com/DanielRapp/doppler) - detect motion with the doppler effect using only the microphone and speakers\n- [speak.js](https://github.com/mattytemple/speak-js) - text-to-speech on the web\n\n## streams\n- [strip-html](https://www.npmjs.com/package/strip-html) - strip html from a stream\n\n## text\n- [diff](https://www.npmjs.com/package/diff) - show text differences\n- [franc](https://www.npmjs.com/package/franc) - detect the language of text\n- [indico.io](https://www.npmjs.com/package/indico.io) - political sentiment analysis\n- [node-tesseract](https://www.npmjs.com/package/node-tesseract) - A simple wrapper for the Tesseract OCR package\n- [normit](https://www.npmjs.com/package/normit) - Google translate text \u0026 speak it\n- [ocrad.js](https://www.npmjs.com/package/ocrad.js) - OCR in Javascript via Emscripten\n- [pullquoter](https://www.npmjs.com/package/pullquoter) - pull interesting quotes out of an article\n- [sbd](https://www.npmjs.com/package/sbd) - split text into sentences\n- [sentiment](https://www.npmjs.com/package/sentiment) - basic sentiment analysis\n\n## terminal\n- [minimist](https://www.npmjs.com/package/minimist) - simple argument parser\n- [progress](https://www.npmjs.com/package/progress) - create a simple terminal progress bar\n- [terminal-menu](https://www.npmjs.com/package/terminal-menu) - create retro terminal menus\n- [vantage.js](https://github.com/dthree/vantage) - CLI + SSH + REPL for Node\n- [cash](https://github.com/dthree/cash) - Cross-platform Linux commands in pure ES6\n\n## virtual machines\n- [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript\n- [jslinux](https://www.npmjs.com/package/jslinux) - x86 emulator for running Linux, written in JavaScript\n- [jvm](https://www.npmjs.com/package/node-jvm) - java virtual machine in pure node.js\n- [doppio](https://github.com/plasma-umass/doppio) - actively updated jvm in node.js, written in TypeScript\n\n## misc\n- [bell.js](https://www.npmjs.com/package/bell.js) - real-time anomalies detection for periodic time series.\n- [bitcoinjs-lib](https://www.npmjs.com/package/bitcoinjs-lib) - bitcoin client for node \u0026 the browser\n- [fastparallel](https://www.npmjs.com/package/fastparallel) - zero overhead parallel function calls\n- [google-distance](https://www.npmjs.com/package/google-distance) - calculate travel distance between two locations on earth using Google Maps' API\n- [qr-image](https://www.npmjs.com/package/qr-image) - generate QR codes\n\n## meta-programming\n\n- [notevil](https://www.npmjs.com/package/notevil) - javascript javascript interpreter, useful for running untrusted code safely.\n\n## mad scientists (people)\n- [Mikola Lysenko](https://www.npmjs.com/~mikolalysenko) - linear algebra, computational geometry, WebGL\n- [Dominic Tarr](https://www.npmjs.com/~dominictarr) - streams, distributed systems\n- [Elijah Insua](https://www.npmjs.com/~tmpvar) - NC machines, CAD/CAM\n- [Mathias Buus](https://github.com/mafintosh) - torrents in node, fuse bindings, data replication\n- [Feross Aboukhadijeh](https://github.com/feross) - webtorrent, bittorrent, p2p hacks\n- [Max Ogden](https://github.com/maxogden) - streams, voxels, data replication\n\n## License\n\n[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)\n\nTo the extent possible under law, [Feross Aboukhadijeh](http://feross.org) has waived all copyright and related or neighboring rights to this work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeross%2Fawesome-mad-science","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeross%2Fawesome-mad-science","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeross%2Fawesome-mad-science/lists"}