Open Source Windows Documentation Software - Page 23

Documentation Software for Windows

View 25 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
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 1
    ProViz
    ProViz is a program visualization framework for Java. It is built as a plugin to the Eclipse IDE. (We are getting close to publishing resources and making this project distributable. Stay tuned!) A video demo: http://www.youtube.com/watch?v=BsoK1n-OM
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This project is mostly development tool for colloboration. It will have functionality of wiki with WYSIWYG , CVS , and blog .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Tool for documenting any programming language in a JavaDoc-like way
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Programmer's Guide to SJCAM SJ4000 WiFi

    Programmer's Guide to SJCAM SJ4000 WiFi

    Learn how to control SJCAM SJ4000 WiFi without proprietary software

    "A Programmer's Guide to SJCAM SJ4000 WiFi" is a reverse-engineered documentation of WiFi-based control protocol and API in SJCAM SJ4000 WiFi action camera, providing necessary information for free software developers to develop applications or libraries for controlling it wirelessly. The guide also documents details necessary for power users to utilize this feature of their own camera without relying on proprietary SJCAM ZONE software; along with trivia, catches, quirks, and limitations observed in several camera functions. See project website to read the guide online, or visit Files section to download the guide and extra items.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Project Profile Post

    Project Profile Post

    Socialize the Projects

    Project Profile Post (also known as 3P) is a XML based project information file. This project contain 3P tools, which include cross platform 3P Viewer, 3P Editor, API libraries, hash injection utility and 3P API samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Project and Process Management Software complying to CMMi Level5 Standards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Este projeto trata da traduзгo de documentaзгo e programas relativos ao Debian GNU/Linux para a lнngua portuguesa, especialmente na variante falada no Brasil. (This is a portuguese translation project for Debian GNU/Linux related docs and softs.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pest07 assists the structured creation of software test documentation. It can create test cases and group them into sequences. Then test sequences can be executed and documented. Finally the documentation can be exported to a well structured pdf file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 10
    The PublishedApiDoclet is a javadoc doclet, that acts as a filter in font of a second doclet, that generates output. It selects the methods, fields, classes and packages to be documented using arbitrary tags (i.e. @pad.include-tag or @exclude-tag).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Python module and program to extract documentation strings from python functions, classes, and methods and transform them into LaTeX, PDF, HTML, or HTB (wxWidgets help viewer) documents. All file distributions contain compiled help files in PDF and HTB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Pynta - Flexible Web Framework in Python
    Pynta is flexible web framework written in Python. All development going on https://github.com/lig/pynta
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Python Comments Translator
    Translate comments of Python programs into your language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    QA plugin for DITAOT

    DITA Open Toolkit plugin that creates an HTML QA error report

    This DITA Open Toolkit plugin identifies errors in DITA tagging, element nesting, language standards, and common syntax errors, many of which are based on the Microsoft Manual of Style for Technical Publications. The plugin produces a .dita file including all violation data, which is then rendered in HTML and .csv formats. Quality assurance checks are highly customizable to fit project needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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
  • 16
    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
  • 17
    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
  • 18
    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
  • 19
    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
  • 20
    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
  • 21
    ROBODoc is a documentation tool. It extracts the documentation from your source code and formats it in HTML, RTF, TeX, XML DocBook (PDF), or ASCII. Works with C, C++, Fortran, Perl, Scripts, Assembler, Tcl, Basic, and any language that supports remarks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    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
  • 23
    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
  • 24
    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
  • 25
    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