Showing 2309 open source projects for "open ssh windows"

View related business solutions
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 1

    ELFIO

    A header-only C++ library for accessing files in ELF binary format

    ELFIO is a header-only C++ library intended for reading and generating files in the ELF binary format
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2

    COBOL copybook to XML converter

    Converts cobol copybooks to Xml/Java objects

    CB2XML (CopyBook to XML) is a COBOL CopyBook to XML converter written in Java and based on the SableCC parser generator. This project includes utilities to convert an XML instance file into its COBOL copybook equivalent string buffer and vice versa. Source is now available in GitHub: https://github.com/bmTas/cb2xml
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    LiteSQL is a codegenerator and C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL, MySQL and oracle as backends.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    comFramework

    comFramework

    Framework for CAN communication interfaces including code generator

    comFramework presents a flexible, widely customizable CAN communication interface for embedded applications; it covers the CAN stack down to the hardware driver. Signal based application code is linked to the frame based HW abstraction layer. The interface imposes easy to fulfill requirements on the integration environment and will fit in most embedded platforms. A powerful code generator auto-codes those parts of the interface, which depend on your specific CAN network databases;...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 5

    VisualXBLite Environment

    viXen is a GUI Designer for XBLite/XBasic programmers.

    Started year 2006 by John Evans to the benefit of an XBLite community created by David Szafranski, viXen is a Visual Designer for GUI application, written in the programming language XBLite itself, which generates the XBLite Source Code of the complete "fill-in-the-blank" skeleton of a Windows(R) GUI application. Current version of viXen allows numerous kinds of generation: - GUI skeleton using the Win32API (Ansi) - WinX.dll (windowing library finely crafted in XBLite by Callum Lowcay...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    RDD! USB HID Report Descriptor Decoder

    RDD! USB HID Report Descriptor Decoder

    Create C structures from USB HID Report Descriptors

    This will read a USB Human Interface Device (HID) report descriptor from the specified input file then attempt to decode it and, optionally, create a C language header file from it. It also does some minimal sanity checks to verify that the report descriptor is valid. The input file can be a binary file or a text file (for example, an existing C header file). If it is a text file, it will concatenate all the printable-hex-like text that it finds on each line (until the first non-hex...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    CodeSnip

    CodeSnip

    A repository for source code snippets, designed with Pascal in mind.

    CodeSnip is an open source code bank for storing and viewing code snippets. It not only manages, displays and manipulates your own code snippets but it can also incorporate snippets downloaded from the online DelphiDabbler Code Snippets Database. > CodeSnip's source code is now developed over on GitHub: https://github.com/delphidabbler/codesnip Designed with Pascal code in mind, CodeSnip enables Delphi or Free Pascal code snippets to be test-compiled with any installed Delphi or Free Pascal...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    Code Library

    Organize Notes / Code

    Code Library is a Library Tool / Note organizer for developers.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    ImpLib SDK

    ImpLib SDK

    ImpLib SDK produces custom Import libraries for Windows DLL

    ImpLib SDK combines free programming tools for authoring custom import libraries with advanced features, like cdecl2stdcall conversion, importing by ordinal, removing original thunk, storing symbols from different DLL files in a single import library. The ImpLib SDK is also useful to overcome any legal restrictions when redistributing the import libraries for certain DLL files, like the Microsoft® C++ runtime. The import libraries for the CRT or STL are part of the Windows SDK. Even though...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 10
    DMF: Distributed Multiplatform Framework

    DMF: Distributed Multiplatform Framework

    Development framework including code generator and UML ex/import

    A component based programming framework. This project is aimed to support various target frameworks. A wxWidgets based GUI application is the major sample which also provides rapid database GUI design with UML import and export (db reverse engineering).
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    pyexpander

    A powerful macro processor based on python

    Pyexpander is a powerful macro processor based on python. Instead of simple macro replacement it offers evaluation of arbitrary python expressions and execution of python code. Pyexpander is Turing Complete.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    ULS

    A lexical analyzer generator that makes the class source code.

    ULS is a class library for creating lexical analyzer from language specification file. It's provided as C/C++/C# and Java (class) libraries with a few of tools on Linux/Windows platform.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Community Z Tools

    Community Z Tools

    Tool support for the Z formal notation

    Community Z Tools Project (CZT): Tools for editing, typechecking and animating Z specifications and related notations. Includes a Java framework for building formal methods tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    P2Ada is a Pascal to Ada translator. Recognizes particularities of several Pascal dialects: Turbo/Borland/Delphi (mostly), CodeWarrior, ISO, ISO Extended (a bit). Includes a full ayacc / aflex parser & lexer for Ada 95+ with sources.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Formitable is a PHP class which can output HTML forms from MySQL database tables. The table is analyzed in order to output a form which uses the best input type for each field. The forms are customizable and data is inserted into the table on submission.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    phpMariaEdit

    Continuation of phpMyEdit

    phpMyEdit development was stopped several years ago at version 5.7.1, with no support for newer MySQL or MariaDB, no support for newer PHP, and a lot of open TODOs. This kind of software still has a lot of use today but it needed an update to support the current technologies. As the original repository is frozen, new works have started in this repository. Version 5.7.2 supports PHP 7.x., uses mysqli_ and is for the rest very close to 5.7.1. Version 5.7.3 is a bugfix release with a lot...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    JBizMo

    JBizMo

    Powerful generator for Java applications (JPA, Java EE...)

    JBizMo supports building of Angular, Eclipse RCP/RAP, JavaFX, JSF (Primefaces), Swing and Vaadin applications. The generated applications can run in a stand-alone mode or they can be deployed on a Java EE server (Wildfly 16, Payara 5). Alternatively, the Spring platform is also supported! JBizMo applications use JPA in order to access the target database. The plug-in contains a graphical editor for designing the domain model.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    RapidASDev for Oracle

    RapidASDev for Oracle

    RASD for Oracle

    RASD (Rapid Application Service Development) development platform is product of RapidASDev project. The main goal of this platform is to build fast with less or no programming. You can build simple web applications or complex business web applications. For developing in RASD all you need is browser. The program you create is published as HTML5 or REST service. All subprograms (look up's, ...) are published as HTML5 or. REST too. If you create batch program in PL/SQL you can use the same...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    CCG

    CCG

    CCG (Crud Class Generator) is a ORM tool for .Net

    The Crud Class Generator tool was developed for .Net to generate the class, which is an object model of a database table. Thanks to these created classes, many CRUD operations can be performed without writing a SQL query. *CCG is easy to use, because; it is developer-friendly *CCG is practical, because; it allows to make many crud processes without writing SQL query *CCG is fast because; The object size is very small and allowing multiple simultaneous operations to be performed by going to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PPS Tool

    PPS Tool

    PPS setup tool for Great Cow Basic

    PPS setup tool for Great Cow Basic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    bidji

    bidji

    data transformation and code generation

    Bidji project is a set of tools for: - data transformation - code generation (which uses data transformation)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ORBit-Ada

    ORBit-Ada

    Ada binding for GNOME ORBit CORBA ORB

    ORBit-Ada furnishes an Ada binding to the ORBit Corba ORB. ORBit-Ada is Free Software (OpenSource), copyrighted under the GPL and GMGPL.
    Downloads: 0 This Week
    Last Update:
    See Project