mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
New engine: searchcode
This commit is contained in:
parent
ae3e26e592
commit
eeef22ac61
2 changed files with 5 additions and 1 deletions
|
@ -222,12 +222,14 @@ These engines try to find a website, typically at the domain-name level. They do
|
||||||
* Ninfex: a "people-powered" search engine that combines aspects of link aggregators and search. It lets users vote on submissions and it also displays links to forums about submissions.
|
* Ninfex: a "people-powered" search engine that combines aspects of link aggregators and search. It lets users vote on submissions and it also displays links to forums about submissions.
|
||||||
* Semantic Scholar: a search engine by the Allen Institute for AI focused on academic PDFs, with a couple hundred million papers indexed. Discovered in my access logs.
|
* Semantic Scholar: a search engine by the Allen Institute for AI focused on academic PDFs, with a couple hundred million papers indexed. Discovered in my access logs.
|
||||||
* Bonzamate: a search engine specifically for Australian websites.
|
* Bonzamate: a search engine specifically for Australian websites.
|
||||||
|
* searchcode: A code-search engine by the developer of Bonzamate. Searches a hand-picked list of code forges for source code, supporting many search operators.
|
||||||
|
|
||||||
=> https://www.keybot.com/ Keybot Translation Search Machine.
|
=> https://www.keybot.com/ Keybot Translation Search Machine.
|
||||||
=> https://ninfex.com Ninfex
|
=> https://ninfex.com Ninfex
|
||||||
=> https://www.semanticscholar.org/ Semantic Scholar
|
=> https://www.semanticscholar.org/ Semantic Scholar
|
||||||
=> https://bonzamate.com.au/ Bonzamate
|
=> https://bonzamate.com.au/ Bonzamate
|
||||||
=> https://boyter.org/posts/abusing-aws-to-make-a-search-engine/ Blog post about Bonzamate: "Abuzing AWS to make a search engine".
|
=> https://boyter.org/posts/abusing-aws-to-make-a-search-engine/ Blog post about Bonzamate: "Abuzing AWS to make a search engine".
|
||||||
|
=> https://searchcode.com/ searchcode
|
||||||
|
|
||||||
## Other languages
|
## Other languages
|
||||||
|
|
||||||
|
|
|
@ -212,6 +212,8 @@ These engines try to find a website, typically at the domain-name level. They do
|
||||||
|
|
||||||
- [Bonzamate](https://bonzamate.com.au/): a search engine specifically for Australian websites. Boyter wrote [an interesting blog post about Bonzamate](https://boyter.org/posts/abusing-aws-to-make-a-search-engine/).
|
- [Bonzamate](https://bonzamate.com.au/): a search engine specifically for Australian websites. Boyter wrote [an interesting blog post about Bonzamate](https://boyter.org/posts/abusing-aws-to-make-a-search-engine/).
|
||||||
|
|
||||||
|
- [searchcode](https://searchcode.com/): A code-search engine by the developer of Bonzamate. Searches a hand-picked list of code forges for source code, supporting many search operators.
|
||||||
|
|
||||||
Other languages
|
Other languages
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
@ -376,7 +378,7 @@ When building webpages, authors need to consider the barriers to entry for a new
|
||||||
Try a "bad" engine from lower in the list. It might show you utter crap. But every garbage heap has an undiscovered treasure. I'm sure that some hidden gems you'll find will be worth your while. Let's add some serendipity to the SEO-filled Web.
|
Try a "bad" engine from lower in the list. It might show you utter crap. But every garbage heap has an undiscovered treasure. I'm sure that some hidden gems you'll find will be worth your while. Let's add some serendipity to the SEO-filled Web.
|
||||||
|
|
||||||
Acknow­ledgements {#acknowledgements}
|
Acknow­ledgements {#acknowledgements}
|
||||||
-------------------------------
|
---------------------
|
||||||
|
|
||||||
Some of this content came from the [Search Engine Map](https://www.searchenginemap.com/) and [Search Engine Party](https://searchengine.party/). A few web directories also proved useful.
|
Some of this content came from the [Search Engine Map](https://www.searchenginemap.com/) and [Search Engine Party](https://searchengine.party/). A few web directories also proved useful.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue