Showing 52 open source projects for "open ssh windows"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
    Learn More
  • 1
    Swagger Codegen

    Swagger Codegen

    Template-driven engine to generate documentation

    Swagger-Codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. Simplify API development for users, teams, and enterprises with the Swagger open source and professional toolset. Find out how Swagger can help you design and document your APIs at scale. The power of Swagger tools starts with the OpenAPI Specification, the industry standard for RESTful API design. Individual tools...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Free Templates for AWS CloudFormation

    Free Templates for AWS CloudFormation

    Free templates for AWS CloudFormation

    ... a optional dependency on the alert stack. So if you want to receive alerts if your bastion hosts is in trouble, supply an alert stack. Do you want to accelerate your start with AWS CloudFormation and our templates? We do offer remote and on-site training for you and your team. All templates are published under Apache License Version 2.0. Besides our open-source projects, we also offer commercial products on the AWS Marketplace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ecl1

    ecl1

    Provides a toolset for developing HISinOne extensions

    ecl1 is a set of tools, implemented as Eclipse plugin, that supports the creation of HISinOne extensions. It adds support for creating a new HISinOne Extension and special checkers for the enrollment of lectures.
    Leader badge
    Downloads: 49 This Week
    Last Update:
    See Project
  • 4
    Snippetory

    Snippetory

    Java templating solution with passive templates.

    Snippetory is a platform for java developers dealing with any text generation. The abstraction layer helps to keep the issues of the 'view' in the view, while all logic is implemented in java. Editing, debugging and testing, all with the tools one is already used to. The separation of template keeps the template simple, the logic compact, and easy to navigate, and offers completely new re-usage scenarios. Sourceforge code hosting is abandoned. Primary site is now...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
    Learn More
  • 5
    Batch Insert License

    Batch Insert License

    Prepend a copyright/license declaration to many files at once.

    Batch Insert License is used to prepend a block of text, describing the applicable software license, to many source files automatically. It can be used to: - Add a specified license comment block to the top of each source file in your project. - Replace an existing license comment block with a specified new license comment block in each source file. - Delete an existing license comment block from each source file. It is written in Java and will run on any OS that has Java is installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JDynamiTe, Dynamic Template in Java

    JDynamiTe, Dynamic Template in Java

    Dynamically generate documents from templates

    ... separation between data (content), presentation (container) and content generation code (written in Java). JDynamiTe does not include a specific template language, and it is not a complete framework. It is a simple "brick" in your software architecture, a "glue" between your data model and your presentation model. JDynamiTe is a Java package, which is designed to be flexible and open. For more details and a lot of examples, visit the homepage here: http://jdynamite.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    template-message-java-sdk

    Sdk for dynamic generating message by templates

    A small library for creating templates from blocks using code. The same blocks can be used for different templates. The basic principle of working with the library is to provide a flexible and simple system for writing dynamically generated text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    jsph.fr

    jsph.fr

    Justice and equity

    Argumentation tool helper
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    temmental
    A small template engine written in java without dependency. This is the OLD version ! New version available on github : https://github.com/jfgiraud/temmental
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Looker is an enterprise platform for BI, data applications, and embedded analytics that helps you explore and share insights in real time.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
    Try it free
  • 10
    JVx Application Archetype

    JVx Application Archetype

    A preconfigured Maven setup for a JVx application

    A preconfigured Maven Archetype that creates a preconfigured JVx application project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    code-gen

    This utility will generate the entire database code for Android and io

    This utility will generate the entire database code for Android and iOS from a specified .xml file. The code is written in C++ and requires a C14 compatible compiler. Simple Makefile also included for Linux/Mac. We have also included CMake compatibility and Visual Studio has builtin CMake capability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PrimeFaces CRUD Generator for NetBeans

    Generate PrimeFaces Pages from Entity Classes in NetBeans

    This module provides a forked version of the JSF Pages from Entity Classes wizard inside NetBeans but produces PrimeFaces JSF pages with page layout, menu and dialog boxes. The page style is inspired by Emre Simtay's blog "Simple CRUD Web Application with JSF 2.1, PrimeFaces 3.5, Maven and JPA".
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    PreprocesssorWizard

    PreprocesssorWizard

    WYSIWIG conditional compilation preprocessor for Java etc.

    A WYSIWYG Conditional Compilation Preprocessor for Java, Perl, C, C++, Basic, PowerShell, C#, Javascript, and other programming languages. Many C and C++ developers rely heavily on the C preprocessor, and lament the lack of a preprocessor in Java, scripting languages, and other programming languages. The principal objection to a preprocessor is that it makes one's code difficult to read. This is indeed true for the C preprocessor. It is sometimes difficult to determine which lines of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    zk-auth-module

    zk authorization module

    ZK + Spring security authorization module. Hibernate is used to provide ORM layer with MySql Dialect. There are 3 tables to provide simple user credentials. USER, ROLE, USER_ROLE. Used spring 3.1.2 RELEASE and ZK 8.0.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GenApp

    GenApp

    Generador d'Aplicacions

    == MOGUT A GITHUB: https://github.com/GovernIB/genapp == A partir d'una bbdd en postgresql o oracle, genera totes les capes d'una aplicació web: model, jpa, ejb, logica(ejb), web i webservices. Caracteristiques: * Incorpora un llenguatge d'alt nivell generat per realitzar consultes a bbdd de forma que l'aplicació es pot construir sense haver d'escriure ni una linia de codi SQL. D'aqui que qualsevol canvi produeixi errors de compilació i no d'execució com passava amb el codi SQL. *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Chunk, an HTML Template Engine for Java

    Chunk, an HTML Template Engine for Java

    Clean, powerful templates for Java

    A powerful Java Template Engine, great for building HTML or XML docs. Chunk can handle many other needs and situations as well. In-tag filters & default values, multiple snippets per file, layered themes, macros, conditional includes, localization & more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    TinyTemplate

    A single-file extensible template engine

    TinyTemplate is a small single-file templating engine in Java. A PHP version is also available. Templates can access the available variables and nested fields/values, format the values dependent on the locale. Conditional statements and loops are also supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Pages Dialect for Thymeleaf

    Pages dialect for Thymeleaf template engine

    This dialect for Thymeleaf add some utilities like pagination, export, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DCTemplate is a templating system for (X)HTML and JavaScript. It allows web developers to maintain dynamic chunks of XHTML as well-formed XML templates that are "compiled" at build time to high-performance JavaScript methods. Now includes Maven sup
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    FM-Classic provides an easy way to get data from Java servlets into Web pages, and helps you keep graphic design separate from application logic. FM-Classic is a continuation of the FreeMarker 1.x code base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Netbeans Struts2 Plug-in

    Netbeans Struts2 Plug-in

    Repack of "Struts2 Support" plug-in available for NetBeans version 6.9

    Repack of "Struts2 Support" plug-in available for NetBeans version 6.9. Updated plug-in runs on Netbeans versions 7.x. With new core Struts 2 library wrapper module of version 2.3.4. Added experimental support for XWork validation features.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 24

    Eclipse JAX WS Plugin

    Eclipse Plugin to create a new Maven based JAX WS Project

    This plugin creates new Maven based JAX WS Projects with support for Spring , JPA , Hibernate and SLF4J. Plugin Creates 3 project -main , -core , -webdeploy. Main is parent project for -core and -webdeploy. Users can invoke all maven build commands on main project. Core project contains a sample Hello World Service and other business logic. Web Project contains XML related to Spring and Web Deployment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Laja
    Laja is a combined code generator and parser generator written in Java. Focus has been on easy of use. It runs on most Windows and Unix/Linux plattforms. The parser generator generate parsers for Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next