Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Debian/dcs
Debian Code Search (codesearch.debian.net) is a search engine that searches through all the 130 GB of open source software that is included in Debian. Supports regular expressions!
https://github.com/Debian/dcs
debian grep linux open-source search search-engine source source-code
Last synced: 3 months ago
JSON representation
Debian Code Search (codesearch.debian.net) is a search engine that searches through all the 130 GB of open source software that is included in Debian. Supports regular expressions!
- Host: GitHub
- URL: https://github.com/Debian/dcs
- Owner: Debian
- License: other
- Created: 2012-12-07T18:26:31.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T17:39:57.000Z (8 months ago)
- Last Synced: 2024-06-20T15:58:06.688Z (5 months ago)
- Topics: debian, grep, linux, open-source, search, search-engine, source, source-code
- Language: Go
- Homepage:
- Size: 25.3 MB
- Stars: 200
- Watchers: 36
- Forks: 43
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub Actions CI](https://github.com/Debian/dcs/actions/workflows/go.yml/badge.svg)](https://github.com/Debian/dcs/actions/workflows/go.yml)
Please read http://codesearch.debian.net/research/bsc-thesis.pdf first!
cmd/
dcs-unpack - tool to unpack a debian source mirror
dcs-index - tool to create an index from a debian source mirror
compute-ranking - computes the ranking of each package/file
dcs-web - the code search web application itself
index-backend - simple server which provides (a shard) of the index to dcs-web
source-backend - simple server which provides the debian source to dcs-webdebian/
The Debian packaging, which currently is very hacky due to Go packaging
being hard in Debian currently. Patches welcome.index/
Copied from code.google.com/p/codesearch. Parts were re-written in
hand-optimized C code (posting list decoding).regexp/
Copied from code.google.com/p/codesearch. Returns results in a data
structure instead of printing them to stdout.static/
Static assets + HTML files (FAQ etc.)