Open Source Mac Documentation Software - Page 20

Documentation Software for Mac

View 14 business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI Studio. Switch between models without switching platforms.
    Start Free
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 1
    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
  • 2

    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
  • 3
    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
  • 4
    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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    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
  • 6
    RDoc

    RDoc

    RDoc produces HTML and online documentation for Ruby projects

    RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the rdoc and ri tools for generating and displaying documentation from the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8

    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
  • 9
    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
  • 99.99% Uptime for Your Most Critical Databases Icon
    99.99% Uptime for Your Most Critical Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 10
    RapiDoc

    RapiDoc

    RapiDoc - Custom-Element for OpenAPI Spec

    Free of any frameworks, setups, configs, build steps or packaging. Can be used with any framework or just with vanilla javascript. Use It just like any other HTML Tag, Change its attribute using JavaScript and see it react to those changes. Basic knowledge of HTML is all that's required. Style it to your heart's content. Change font, logo, colors and theme. Inject external HTML or embed into another HTML document. Minimal dependencies, no runtime, and no virtual DOM ensure the lowest memory consumption, Just native and raw speed of the modern browsers. Loved by tech writers, designers, dev-ops, testers and developers alike, due to its simplicity, interoperability, and powerful features. No special build steps, runtime, or framework required. Comes with built-in the console to Try out the APIs. Supports authentication mechanism. No validation ensures you can test negative cases.
    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
    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
  • 13
    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
  • 14
    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
  • 15
    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
  • 16
    Lightweight requirements management tool, with export, search and traceability functions. Uses plain text files as backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    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
  • 19
    RoboCup GameController is an open source software used in the RoboCup Humanoid League and the Standard Platform League. Referee commands are sent to the robots on the playing field via wireless network to reach a higher autonomy of the players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Documenting the Collaboration Aspect of a Software System. Separate Documentation from Source Code and glue them together by the means of formal collaboration description (based on the JQuery/TyRuBa project). Get the Project Source code via SVN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project is defunct. Please use rDoc for your documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RxSwift Chinese Documentation

    RxSwift Chinese Documentation

    RxSwift Chinese Documentation

    This is an RxSwift Chinese document. Now that reactive programming is becoming more and more popular, we can't stop the craze. This document integrates RxSwift documentation, RxJS documentation, ReactiveX documentation and some of the author's personal opinions. The purpose is to allow everyone to quickly get started with reactive programming. Although this document is mainly about RxSwift , developers using other reactive frameworks can also benefit from it, such as: ReactiveCocoa , RxJava , RxJS , etc. Because these frameworks have some commonalities, such as: the responsive way of thinking, the function and usage of operators, etc. These content documents are described in it. Since this is the first time the author has published a document, please forgive me if there are any problems with the document. You can provide feedback to the author through the methods provided on the 10. About this document page. You are also very welcome to send merge requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SAgent86 is the Java code for a participant agent in the Agent Reputation and Trust (ART) Testbed 0.3.4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A System for documenting for Requirements,Unit test cases,Unit test cases mapping versus requirements, Unit test reports and reports for showing % unit tests completed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Swing Java Application manages software requirements and associated functional tests, including results, showing requirements/tests traceability at all time. Requirements and tests are formatted as in text processor; print-ready documents are generated.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB