Open Source Linux Documentation Software - Page 23

Documentation Software for Linux

View 7 business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Stay in Flow. Let Zenflow Handle the Heavy Lifting. Icon
    Stay in Flow. Let Zenflow Handle the Heavy Lifting.

    Your AI engineering control center. Zenflow turns specs into shipped features using parallel agents and multi-repo intelligence.

    Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
    Try free now
  • 1
    Python Comments Translator
    Translate comments of Python programs into your language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is a tutorial about how to create a video player. This tutorial pretends to be a brief introduction to the Graphics User Interfaces (GUI) programming, using the Python programming lenguage and Qt framework, both multiplataform. In this tutorial we'll use PyQt to show you the base of Qt programming under Pyhon. To make this tutorial even more funny, because you can learn the theorical side of Qt programming just reading the documentation, I will focus it only in the practical side, therefore I deside to show you how to create a video player, which its programming is unbelievably simple with Qt. Topics ==== - Useful programming IDEs and tools. - Using Qt Designer for quick GUI design. - Using signals and slots. - Using basic widgets. - Using timers. - Using Phonon multimedia framework. - Using list widgets. - Using stylesheets. (In Progress) - Internationalisation. (In Progress)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Qt Creator markup plugin

    Plugin performs preview of documents written in some markup languages.

    Supported languages: * Asciidoctor * Html * Markdown * Textile Usage 1. Right click on document (via project explorer or editor) and choose "Open with->Markview". 2. Open same document in another split. 3. Change view format in editor's menu. 4. Click on "?" icon near format selector to view some syntax help for selected format. Source code: https://github.com/OneMoreGres/qtc-markview IMPORTANT: plugin's version must match Qt Creator's version (difference in last digit is acceptable) Then plugin must be enabled in Help->Modules menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    QuickNoteCLI

    QuickNoteCLI

    QNC is a command line interface app for creating quick notes

    usage: QNC -a,--append Append text to the last note -c,--clear Clear all notes -d,--delete <arg> Delete note by index or name -e,--erase Erase last note -h,--help Print help -l,--list Print note list -n,--name <arg> Specify note name -N,--nano Open in nano editor (If installed) -p,--print Print last note text -r,--rename <arg> Rename last note -s,--show <arg> Show note by name -S,--dbs Start DB server On Windows you can also use WIN + R, qnc <args> Manual start: java -jar QNC-0.1.0.jar Installation with scripts: Extract files from zip to any directory WINDOWS: run install.bat UNIX: run install.sh or execute command in terminal: alias qnc="java -jar /path/to/jar/QNC-0.1.0.jar" https://github.com/DeMmAge/QuickNoteCLI
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    Research Information Gathering Optimizer. A research tool designed for the student, to be an Open-Source replacement for One Note, with additional tools for organizing large and small research projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SYMPLiK RANGEHOOD is a Javadoc-like tool for Oracle database. This pure-Java program "sucks up" data dictionary and object source code from database and generate document for Tables, Views, Triggers, Packages, Procedures, Functions, and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RAPID (REBOL API DocuMentor) provides a way to fetch documentation from REBOL source code and publish into various output formats, like HTML, PDF, make-doc-pro, and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    REVER is a release manager for products. It's a tool that allows users to follow product releases, even hard or software. Depending what kind of user you are and your permissions, you will have a particular vision about the product. Openware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    RPGDOC

    JVADOC style documentation for RPG\RPGLE\RPG /FREE

    Create JAVADOC style html by parsing RPG source members. Works with both fixed & free format and handles extended names. Best results are achieved when special comment style is used, but can work with 'normal' comment blocks as well. Please send enhancement ideas or changes via email. If I can, I will incorporate them. Thank-You.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 10
    RSane Publisher allows a team of authors to easily maintain shared documents. Publisher speeds authoring of large structured documents, especially technical, business, and reference materials. Runs on Java, JBoss, and Tomcat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    React Helmet

    React Helmet

    A document head manager for React

    This reusable React component will manage all of your changes to the document head. Helmet takes plain HTML tags and outputs plain HTML tags. It's dead simple, and React beginner friendly. Helmet 5 is fully backward-compatible with previous Helmet releases, so you can upgrade at any time without fear of breaking changes. We encourage you to update your code to our more semantic API, but please feel free to do so at your own pace. If you are using a prebuilt compilation of your app with webpack in the server be sure to include this in the webpack file so that the same instance of react-helmet is used. Supports all valid head tags: title, base, meta, link, script, noscript, and style tags. It also supports attributes for body, html and title tags. Duplicate head changes are preserved when specified in the same component (support for tags like "apple-touch-icon").
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    React Styleguidist

    React Styleguidist

    Isolated React component development environment with a style guide

    React Styleguidist is a component development environment with hot reloaded dev server and a living style guide that you can share with your team. It lists component propTypes and shows live, editable usage examples based on Markdown files. Focus on one component at a time, see all its variants and work faster with hot reload. Supports JavaScript, TypeScript and Flow. Works with Create React App out of the box. Share components with your team, including designers and developers. See how components react to different props and data right in the browser. Find the right combination of props and copy the code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Readme Typing SVG

    Readme Typing SVG

    Dynamically generated, customizable SVG

    The readme-typing-svg is a simple and customizable library that allows developers to add typing effect animations to their GitHub readme files. It enables the display of dynamic, eye-catching text in the form of a typing animation, giving GitHub profiles and project readmes a more interactive and engaging appearance. It’s ideal for showcasing projects or adding a personal touch to your GitHub profile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A simple and fast way to generate API documentation for Python source code. (text, XML, LaTeX, DocBook, etc) RealDoc does not require modules to be imported, so no hassle with non-running source trees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This tutorial demonstrates how easy it is to accomplish real world programming goals with Rebol. The text aims to teach average users to program computers to do useful things, without the long and difficult learning curve imposed by other languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Redoc

    Redoc

    OpenAPI/Swagger-generated API Reference Documentation

    Redoc is an open source tool for generating documentation from OpenAPI (formerly Swagger) definitions. With Redoc, you can generate beautiful API documentation from OpenAPI. Redoc is provided as a CLI tool (also distributed as a Docker image), HTML tag, and React component. If you have Node installed, quickly generate documentation using npx. Open the HTML file in your browser, and your API documentation is shown on the page. Redoc is highly configurable. Redoc offers OpenAPI specification extensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Pure XSLT 1 based formatting of bibliographies and citations in DocBook XML documents. Bibliographic data can be accessed either from a real RefDB database, or from an XML data file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RegMapDef is a project to provide an XML schema and associated tools to support a standardized way of describing register maps. The tools shall incorporate XSL style sheets and scripts to generate documentation, header files, implementation stubs etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    x2svg is software to graphically lay out files like XML Schema, DTDs and Java property files as scalable vector graphics (SVG). Diagrams can be converted into PDF, PNG, TIF and EPS files directly from within x2svg. A simple GUI and ant integration exist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    documentation about xoops
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A console/GUI tool for software requirements management. The feature list will include usable rich text requirements editing, HTML/PDF/WordML output, requirements IDs and groups support, CVS intergration, automatic changesets generation, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Requel is a Web-based requirements management system that supports collaboration among all stakeholders and provides automated assistance to validate requirements and suggest improvements. It supports requirements as goals, stories, and use-cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Lightweight requirements management tool, with export, search and traceability functions. Uses plain text files as backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Reversion es un programa en PHP y MySQL para ayudar a gestionar los cambios creados en un desarrollo de software. Creando anotaciones por proyecto, y versiones de cada proyecto.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Basic PHP driven documentation system, so far its just a glorified file browser with syntax highlighting, but potential to grow
    Downloads: 0 This Week
    Last Update:
    See Project