Hacker News
- Libsearch: Simple index-free full-text search for JavaScript https://github.com/thesephist/libsearch 19 comments
- Show HN: Very basic and simple indexed key/value service http://redeye-project.github.io/ 3 comments
Lobsters
- simple linear-time sorting algorithm, using a flattened linked-list index https://gist.github.com/silentbicycle/8389129 2 comments c , programming , scaling
- The really simple guide to z-index http://www.tipue.com/blog/z-index/ 6 comments webdev
- I created a simple Creative Commons sites index with high hopes. None 2 comments freeculture
- MultiIndexMap v0.8 is released! Derive simple and flexible multi-index containers, inspired by cpp-boost https://github.com/lun3x/multi_index_map 6 comments rust
- Simple inverted index, database implemantation. https://github.com/foxql/database 8 comments javascript
- Implementing a simple indexing algorithm in Golang https://medium.com/@mhewedy_46874/implementing-a-simple-indexing-algorithm-in-golang-c65be7eaa563?source=friends_link&sk=56ae75f426da70d8e3356347487172bc 4 comments golang
- Exploring possibilities with simple indexed fields (databases, formlets, etc.) https://gist.github.com/chrisdone/62a7c528ca5321747086259170d219ff 21 comments haskell
- Is simple ever better? Focusing on index funds https://investor.vanguard.com/mutual-funds/profile/VFIAX 17 comments personalfinance
- A simple alternative to De Bruijn indexing, from ICFP 2013 http://pchiusano.io/2014-06-20/simple-debruijn-alternative.html 24 comments haskell
- A simple script that re-indexes emails using mu and sends a desktop notification if new emails are detected. https://gist.github.com/gilbertw1/dec02c758c363c2c0430541290565fc6 5 comments emacs
- Result of a simple SQL indexing quiz: 60% fail http://use-the-index-luke.com/blog/2014-02/results-three-minutes-sql-performance-quiz 363 comments programming
- When JSON isn't JSON - JSON is so simple that you can specify it on an index card, but we still can't get it right. http://blog.extracheese.org/2007/07/when-json-isnt-json.html 11 comments programming
- I made a companion app to my existing app for simple inventory management for small business / other use cases for asset indexing. https://apps.apple.com/gb/app/barcode-and-qr-code-generator/id6450758880 6 comments sideproject
- A simple example of how to use OpenGL shaders in Nim (along with indexed drawing). https://16bpp.net/blog/post/an-opengl-shader-example-in-nim 2 comments nim
- Arachnid, a simple NodeJS app that makes your JS web app fully indexable https://github.com/clubjudge/arachnid 10 comments javascript
- cabal-db: a simple tool to perform queries on a local copy of cabal/hackage index http://tab.snarc.org/posts/haskell/2013-03-13-cabal-db.html 3 comments haskell
- CTree - lightweight, quick and very simple to use key/value store. Data and index is stored in one file. https://github.com/Krillegeddon/CTree 6 comments dotnet
- Simple Audio Indexer: Indexes audio files and searches for words/phrases or matches regex patterns within them https://github.com/aalireza/simpleaudioindexer 15 comments programming
- Two classic methods for bit indexing implemented in Go: de Bruijn hashing (including a simple technique to generate the magic number) and floating point normalization (loading an int into a float64 and extracting the exponent) https://bugfix-66.com/bba82a517b8690b306a75c85c234bf3c2870e67a403f46cbef1bf8d2db9a74a6 3 comments golang
- Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 2 (Index Recovery) https://www.poeticoding.com/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-2/ 12 comments elixir
- Scientists have irradiated simple metals to create a negative refractive index in order to bend light the "wrong" way. http://www.physorg.com/news/2011-08-wrong.html 16 comments science
- Parseable: Think Prometheus, but for logs (not metrics). Simple, efficient, cloud native, log storage and observability platform. [Written in Rust, uses Apache Arrow & Parquet for index free, fast queries] https://github.com/parseablehq/parseable 2 comments opensource
- Lunr.js - a small, full-text search library for use in the browser. It indexes JSON documents and provides a simple search interface for retrieving documents that best match text queries https://lunrjs.com/docs/index.html 4 comments javascript