All Projects → freetonik → Quickref.dev

freetonik / Quickref.dev

Quickref.dev community sources

Labels

Projects that are alternatives of or similar to Quickref.dev

Awesome Cl
A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
Stars: ✭ 1,736 (+1300%)
Mutual labels:  makefile
Luci tutorials
An outdated outline of a set of LuCI tutorials. (Updates stopped in 2013)
Stars: ✭ 119 (-4.03%)
Mutual labels:  makefile
Genericmakefile
A generic makefile for use with small/medium C and C++ projects.
Stars: ✭ 1,587 (+1179.84%)
Mutual labels:  makefile
Opentelemetry Specification
Specifications for OpenTelemetry
Stars: ✭ 2,242 (+1708.06%)
Mutual labels:  makefile
Kylin Docker
This repository trackes the code and files for building docker image with Apache Kylin.
Stars: ✭ 119 (-4.03%)
Mutual labels:  makefile
Arduino.tmbundle
The TextMate Arduino Bundle
Stars: ✭ 119 (-4.03%)
Mutual labels:  makefile
Drone Tutorial
Drone Continuous Delivery Documentation using docker-compose
Stars: ✭ 117 (-5.65%)
Mutual labels:  makefile
Mmake
Mmake is a small program which wraps make to provide additional functionality, such as user-friendly help output, remote includes, and eventually more. It otherwise acts as a pass-through to standard make.
Stars: ✭ 1,593 (+1184.68%)
Mutual labels:  makefile
Elsmd
Easy lecture slides made difficult with pandoc and beamer
Stars: ✭ 119 (-4.03%)
Mutual labels:  makefile
Awesome Dtrace
A curated list of awesome DTrace books, articles, videos, tools and resources.
Stars: ✭ 121 (-2.42%)
Mutual labels:  makefile
Openwrt Shadowsocksr
ShadowsocksR-libev for OpenWrt/LEDE
Stars: ✭ 118 (-4.84%)
Mutual labels:  makefile
Tatoeba Challenge
Stars: ✭ 119 (-4.03%)
Mutual labels:  makefile
Redo
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
Stars: ✭ 1,589 (+1181.45%)
Mutual labels:  makefile
Gfa Spec
Graphical Fragment Assembly (GFA) Format Specification
Stars: ✭ 117 (-5.65%)
Mutual labels:  makefile
Chromium Headless Remote
🐳 Dockerized Chromium in headless remote debugging mode
Stars: ✭ 122 (-1.61%)
Mutual labels:  makefile
Openstack Helm
Helm charts for Openstack
Stars: ✭ 117 (-5.65%)
Mutual labels:  makefile
Openwrt Examples
Examples for creating OpenWrt programs&packages.
Stars: ✭ 120 (-3.23%)
Mutual labels:  makefile
Pkgsrc
[Please switch to NetBSD/pkgsrc] Automatically updated conversion of the "pkgsrc" module from anoncvs.netbsd.org
Stars: ✭ 123 (-0.81%)
Mutual labels:  makefile
I2c Master Lib
This is an I2C master library I wrote for use with AVR 8 bit microcontrollers
Stars: ✭ 122 (-1.61%)
Mutual labels:  makefile
Freebsd Vscode
Visual Studio Code port for FreeBSD
Stars: ✭ 121 (-2.42%)
Mutual labels:  makefile

This project was shut down in September 2020.


Quickref.dev Community Sources

This repo contains data sources for Quickref.dev — a community-driven search engine for software developers. sites contains lists of sites to index, grouped by category. cards contains reference cards (example in action).

Contributing

Please, create a pull request to:

  • add a site to the index
  • add or modify a reference card.

I you want to add a new bang operator (!foo), please, create an issue.

Thank you.

Sites

There are 5 categories of search on Quickref.dev. Each corresponds to a .txt-file of indexed sites:

  • All (all.txt)
  • Docs (docs.txt)
  • Forums / Q&A (forums_qa.txt)
  • Blogs (blogs.txt)
  • Repositories (repositories.txt)

Category "All" is compiled automatically by combining all other categories. Quickref.dev searches in all subdomains, regardless of depth. For example, if https://abc.com is specified, all existing subdomains (https://x.abc.com, https://y.x.abc.com, etc) are indexed and searched.

Cards

Each card is structured as follows:

"list of words":
  name: "Name"
  description: "Short one sentence description."
  links:
    website: "https://official_website.com"
    quickstart: "https://official_website.com/getting_started"
    "community docs": "https://clojuredocs.org/"
    "Mailing list": "https://groups.google.com/forum/..."
    subreddit: "https://reddit.com/r/..."
    ...

The "list of words" is used to match cards to queries. A card is displayed if the user's query contains at least one of the specified words (case insensitive). For example, requests clojure, clj, clj list or clojure map will all match this card:

"clojure clj":
  name: "Clojure"
  description: "Dynamically typed, functional dialect of Lisp. Immutable values, strong typing, hosted on JVM and other platforms."
  links:
    website: "https://clojure.org/"
    quickstart: "https://clojure.org/guides/getting_started"
    "community docs": "https://clojuredocs.org/"
    "Learn in Y minutes": "https://learnxinyminutes.com/docs/clojure/"
    "Q&A forum": "https://ask.clojure.org/"
    "Clojurians Slack": "https://clojurians.herokuapp.com/"
    "Mailing list": "https://groups.google.com/forum/#!forum/clojure"
    subreddit: "https://old.reddit.com/r/Clojure/"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].