Showing 536 open source projects for "open ssh windows"

View related business solutions
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    Cross-platform visual XSLT generator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    XSLT stylesheets and related tools to convert documents from formatting objects (XSL FO) to ODF format. The resulting document can be opened in OpenOffice Writer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    JHOVE

    File validation and characterization

    JHOVE provides functions to perform format-specific identification, validation, and characterization of digital objects. JHOVE should not be confused with JHOVE2, a product with similar aims but a completely separate code base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    WebHarvest - web data extraction tool
    Web data extraction (web data mining, web scraping) tool. It leverages well proved XML and text processing techologies in order to easely extract useful data from arbitrary web pages.
    Downloads: 18 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5

    CobolToXml

    Convert Cobol Data Files to/From Xml

    This project will convert Cobol Data Files to/From Xml files using a Cobol Copybook. It provides both a Batch and Java/JVM for conversion
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    VTD-XML is the next generation XML parser/indexer/editor/slicer/assembler/xpath-engine that goes beyond DOM, SAX and PULL in performance, memory usage, and ease of use.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    BeepBeep
    Lightweight runtime monitor for AJAX web applications that checks in real time whether XML messages received and sent by the application satisfy a predefined interface specification. Complex message sequences and data values are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    eXtensible Text Framework (XTF)

    Framework for search and display of heterogenous document collections.

    NOTICE: This code repository is deprecated. Please visit https://github.com/cdlib/xtf for the latest updates. Obsolete Description: The eXtensible Text Framework (XTF) is an architecture that supports searching across collections of heterogeneous textual data (XML, PDF, HTML, text, and more), and the presentation of results and documents in a highly configurable manner. Includes highly customized versions of the proven open-source components Lucene and Saxon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    XML2CSV-Generic-Converter

    XML2CSV-Generic-Converter

    Flatten XML into CSV to suit your mood

    ... execution but might as well be interfaced directly by a Java class as part of a broader [yet non commercial] software. It handles attributes, repeated elements, and so on, and produces results which level up with what spreadsheets generate when they import native XML (at least in its most extensive execution mode). Please refer to the documentation for further details (PDF doc, Open Office Writer doc, and API doc). This free software is released under the GNU GENERAL PUBLIC LICENSE Version 3.
    Downloads: 10 This Week
    Last Update:
    See Project
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 10
    Write XML
    Write XML is a Java library for writing well-formed XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    anzmest

    GeoNetwork for AU/NZ users

    GeoNetwork 2.10.5 with Australia/New Zealand Metadata Profiles and NICTA National Map as map viewer - see screenshots. Beta version of GeoNetwork 3.1.x with Australia/New Zealand Metadata Profiles coming shortly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    XmlDoclet

    A JavaDoc doclet that outputs source code structure in XML format.

    XmlDoclet is a JavaDoc doclet that outputs the source code structure of the packages, classes etc. in XML format. Later, the XML data may easily be processed by standard tools such as XSLT to produce HTML, PDF, dot graphs etc. Technically, this is done by wrapping the class and interfaces of the com.sun.javadoc packages into JAXB annotated classes, which allows for an easy serialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A library of utility classes that simplify working with the XML APIs provided by the JDK. These have largely been developed to meet specific needs in the maintainers' other professional and personal projects. Requires JDK 1.5 or later. Available from Maven Central: <groupId>net.sf.practicalxml</groupId> <artifactId>practicalxml</artifactId>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The HandCoded Toolkit for FpML processing is a library supporting functions for manipulating FpML documents implemented both in Java and C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XAware Data Integration Project

    XAware Data Integration Project

    Create XML and JSON data services from any data source

    Create services to integrate applications & move data of any type. Build data views across DBMS, SOAP, HTTP/REST, Salesforce, SAP, Microsoft, SharePoint, Text, LDAP, FTP sources to read, write & transfer data. Eclipse designer & run-time engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    sinlin

    sinlin - SVG preprocessor, that can add data from .ods files to SVG

    If input SVG file has tag with attribute "$x" and input .ods file has diapason named "x" (with n cells), in output file this tag will be copied n times with corresponding value of its attribute. Other functions (that not need .ods data): "$x, y, z" - Array with values x, y, z; "$x; y; z; n" - Arithmetic Progression "$[x]^2+3" - Expression Example: Range x in .ods file: [1, 2, 3, 4, 5] Source <svg> <g attr="$x" attr1="$[1;1;5]" attr2="$1, 2, 3, 4" > </svg> Out: <svg> <g...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Batch XML Modifier

    Batch XML Modifier

    Modifies the tags and attributes of the all XML filles in directory

    Batch XML Modifier (BXM) allows you using a list of commands modify the tags and attributes of all XML files with the identical structure in the specified directory and save results in another selected directory. The program performs the uniform changes for all the tags with the identical name and of the same level. Also, the program performs the uniform changes of the selected attribute of all the tags with the identical name and of the same level. See wiki for feature list and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    The FXL Project Eclipse Plugin leverages the integration of DSLs, (meta-) modeling approaches, code generation and the development of software configuration tools (sw-component-configuration).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    mcf2pdf

    mcf2pdf converts files of the "My CEWE Photobook" software to PDF

    mcf2pdf converts .mcf files of the "My CEWE Photobook" software (see http://www.cewe-photobook.co.uk/ or http://www.cewe-fotobuch.de (german)) to PDF files, so you can better preview the results and even send them to others by e-mail. This project has moved to GitHub. Please visit https://github.com/albrechtf/mcf2pdf/releases for download of latest version.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 20
    EXIficient
    NOTE: we moved to http://exificient.github.io !!! The Efficient XML Interchange (EXI) format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources. Besides the EXI library EXIficient provides a command-line interface (CLI, see com.siemens.ct.exi.cmd.EXIficientCMD) and a graphical user interface (GUI, see http://exificient.sourceforge.net/exificient.jnlp)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple is an XML serialization framework for Java. Its goal is to provide an XML serialization framework that enables rapid development of XML configuration and XML communication applications.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 22

    Adichatz - Eclipse 4 RCP Framework

    Develop quickly & easily Eclipse 4 RCP Application in JEE/JSE context

    In a few minutes, Adichatz plugins allow you to develop an Eclipse 4 RCP application using JPA in a JEE or JSE context. Editors enable to edit beans and their dependencies including databinding, validation, transaction... Components are easily extensible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EXMARaLDA
    EXMARaLDA stands for "Extensible Markup Language for Discourse Annotation". It's a system of concepts, data formats and tools for the computer assisted transcription and annotation of spoken language, and the analysis of spoken language corpora. This project's source code has moved to https://github.com/Exmaralda-Org/exmaralda
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    S1000D Transformation Toolkit
    The S1000D Transformation Toolkit provides a reference implementation supporting the transformation, packaging and viewing of S1000D data into a SCORM 2004 3rd Edition Content Package, Mobile Web Application and PDF.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Fedora Commons provides open-source software to ensure durability and integrity of digital content, use semantics to contextualize and inter-relate content from many sources, and to enable the creation of innovative, collaborative information spaces.
    Downloads: 13 This Week
    Last Update:
    See Project