Freebies Hunt

Documentations

Includes resources and facilities for documentation of different tools and various concepts.

Quickly search for a freebie
  • Asciidoctor

    A free and open source text processor for AsciiDoc. A solid alternative for Markdown.

  • DevDocs

    A site wherein official documentation of different languages can be found; there's also an offline version of it if you are lacking of internet speed (like me).

    Personal comment:

    Offline, easy to use, and usable on mobile devices. I dig it.

  • DokuWiki

    A free and open source collaborative wiki software without the use of a database.

  • Doxygen

    A free and open source documentation tool to generate online/offline references for your written software. Mainly supports C++ but it has support for other programming languages too. If you want to see the code yourself, you can visit the repo.

  • GitBook

    A GitHub for documentations, enabling team-based documenation work much easier and more searchable.

  • LaTeX

    A free and open source typesetting system for a wide variety of literatures from articles, books, and theses. It's the de facto tool for scientific and mathematical publications. You can get started on using it by downloading certain tools with it.

  • Sphinx

    A documenation generator originally written in Python for Python projects by converting reStructuredText into different formats such as You can find their GitHub repo right here.

  • Tiddlywiki

    A free and open-source software (FOSS) that serves as a non-linear personal notebook. It can be hosted on GitHub and GitLab (and other similar web hosting services). Think of it as a personal Wikipedia.

  • Pandoc

    A free and open source document converter. Can convert various document formats (i.e. LaTeX, JSON, their own variant of Markdown (and other Markdown flavors)) into various output formats such as HTML, eBook formats, PDF, and other TeX formats. You could also extend into writing your own custom format, provided you'll write one. If you're interested in finding the source code, you can see it from their GitHub repo.

    Personal comment:

    I haven't used much of this tool but this is one of the tools that I look forward to adding to my toolbelt.

Some other categories:

Categories index:

What is Freebies Hunt?

Freebies Hunt is a programmer-oriented and a personal resource list gathered by @foo-dogsquared after having a stroke with open content enthusiasm. This'll help you in finding quality free (and open source) resources to get started doing on your projects (or learnings).

Freebies Hunt is also an open source website which you can see the source code for it right here. Of course, feedbacks and contributions are welcome! 🤗

Got API?

If you are looking for an API of this site (for some reason) to get its data, you're in luck! It's available as an npm package. You could also see the source code of it in this remote repo.

Want to see more of my projects?