Showing 17 open source projects for "remote-server"

View related business solutions
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • New Plans, same great Auth0 | Auth0 by Okta Icon
    New Plans, same great Auth0 | Auth0 by Okta

    You asked, we delivered! Auth0 has expanded our Free and Paid plans to make it even easier for you to protect your customers identities.

    In our new Free Plan, you'll receive more MAUs than ever. You'll also be able to add Passwordless authentication, use your own custom domain, and more. Our expanded Paid Plans include increased connections, more MFA offerings, and more. Check out what's new.
    Learn more
  • 1
    HTML5 Boilerplate

    HTML5 Boilerplate

    The web’s most popular front-end template

    HTML5 Boilerplate is a popular and professional front-end template that lets you build fast, robust and adaptable web sites or applications. It’s built with the combined knowledge and effort of hundreds of developers over a span of years, creating a powerful tool in one small package. HTML5 Boilerplate comes loaded with great features, such as HTML5 support, optimized Google Analytics snippet, jQuery and Modernizr, and so much more. It supports the latest and most popular browsers and...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    Vali Admin

    Vali Admin

    Free Bootstrap 4 admin/dashboard template

    ... run start command to start a development server using NodeJs. Vali is a responsive and free admin theme built with Bootstrap 4, SASS, and PUG.js. It's fully customizable and modular. You don't need to add the code, you will not use it. Vali is a lightweight yet expendable and good-looking theme. The theme has all the features required in a dashboard theme but these features are built like a plug and play modules.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Vuestic Admin

    Vuestic Admin

    Free and Beautiful Vue 3 Admin Template

    Vuestic Admin is built with Vuestic UI. See our issues, contributing guide and join discussions on our discord server to help us improve Vuestic Admin & Vuestic UI experience. Free and beautiful Vue.js admin template with 44+ custom UI components. Developed by Epicmax. Designed by Vasili Savitski. Based on Vuestic UI library.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

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

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5
    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
  • 6
    Clean Architecture Solution Template

    Clean Architecture Solution Template

    Clean Architecture Solution Template for .NET 6

    ... infrastructure (e.g. SQL Server). Verify that the DefaultConnection connection string within appsettings.json points to a valid SQL Server instance. When you run the application the database will be automatically created (if necessary) and the latest migrations will be applied. This will contain all entities, enums, exceptions, interfaces, types and logic specific to the domain layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    vue-admin-template

    vue-admin-template

    A vue2.0 minimal admin template

    .... For typescript version, you can use vue-typescript-admin-template (Credits: @Armour). For publishing, you only have to publish the resulting static file after build, which is usually the static file in the dist folder, to your cdn or static server. Note that the index.html usually will be an entry page for your backend service. You may need to change the page's import path after determining static for JS and css.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Shrinky - Free URL Shortener Script
    Free php script - a free URL forwarding service (URL redirection) allowing anyone to take any existing URL and shorten it (it works with or without ads) Demo :: https://cr.ma DOWNLOAD LINK :: https://shrinky.cr.ma
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    confd

    confd

    Manage local application configuration files using templates from etcd

    confd is a lightweight configuration management tool focused on keeping local configuration files up-to-date using data stored in etcd, consul, dynamodb, redis, vault, zookeeper, aws ssm parameter store or env vars and processing template resources. confd is also focused on reloading applications to pick up new config file changes. Go 1.10 is required to build confd, which uses the new vendor directory. You should have a working etcd, or consul server up and running and the ability to add new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • IBM Blueworks Live is a cloud-based business process modeling tool that helps you discover, map and document your processes. Icon
    IBM Blueworks Live is a cloud-based business process modeling tool that helps you discover, map and document your processes.

    It is easy to use, allowing you to learn and perform business process modeling in minutes.

    With an intuitive, web-based interface, IBM Blueworks Live empowers teams to document, analyze and streamline processes with unprecedented ease and efficiency, with no downloads necessary. It's designed for dynamic collaboration, enabling stakeholders to connect, share insights and drive improvements in real-time, from anywhere.
    Learn More
  • 10

    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
  • 11

    cds

    Concurrent Data Structure library

    CDS (Concurrent Data Structures) is a C++ template library of lock-free and fine-grained lock-based algorithms. It contains a collection of concurrent data structures: queues, stacks, sets, maps, etc, and safe memory reclamation schema for concurrent containers - Hazard Pointer and user-space RCU. See doxygen doc http://libcds.sourceforge.net/doc/cds-api/index.html. The source code repo for libcds 2.x has been moved to https://github.com/khizmax/libcds
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    tina4stack

    tina4stack

    The Tina4 Stack, selected tools for making PHP development much easier

    The tina4 stack as current is an NGINX/PHP environment which will allow you to do server routing within your code and assist with the layout of your project and allow you to achieve your programming goals on top of a stable code base which has everything from database handling to templating. If you like Manga Comics & want to help then get in touch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    xmltes

    xml Template Engine System

    Xml Template Engine, Modular, Event-based System with bean scoped contexts. Javascript and Java Client-Server Model. Write dynamic websites with xml templates. Modular structure maps xml namespaces to javascript modules. JS modules, templates, css and files are stored server-side and rendered client-side with the program. Non-commercial license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    dbierekTiledSite

    dbierekTiledSite

    A tile based website

    This is a templated HTML5 website using AJAX, PHP, CSS, and jQuery. See it in action: http://wicked-lightning-34-144532.usw1-2.nitrousbox.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SUIT (Scripting Using Integrated Templates) is a template framework that allows you to define your own syntax through user-defined rules. There are PHP and Python versions. This page is also the home of subprojects, Such as TIE, a template manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    yafra

    yafra

    Apache Cayenne, Wicket, CXF, GWT, EJB examples as a framework

    Yet another (different) framework. Examples around Apache Cayenne. Using different technologies like Apache CXF Google Web Toolkit EJB Apache Wicket Eclipse RCP Java ANSI C Perl Python Bash WE MOVED TO GITHUB.COM !! All sources are now in git on github.com - search for yafra project. Thanks sf.net for the very good service in the past - but now it was time to move on!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Nest
    Nest is a nestable server templating library. It lets you create pages that look like standard html and easily add functionality with custom tag libraries. Nest templates are well-formed html that are compiled into standard php.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next