562 programs for "ssh-tectia-client" with 2 filters applied:

  • 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
  • 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
  • 1
    Armeria

    Armeria

    Your go-to microservice framework for any situation

    Build a reactive microservice at your pace, not theirs. Armeria is your go-to microservice framework for any situation. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard. Let's embrace the reality, we almost always have to deal with more than one protocol. It was once Thrift, today it's gRPC, and REST never gets old. At the same time, you sometimes have to handle health check...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Yew

    Yew

    Rust / Wasm framework for building client web apps

    A framework for creating reliable and efficient web applications. Features a component-based framework that makes it easy to create interactive UIs. Developers who have experience with frameworks like React and Elm should feel quite at home when using Yew. Features a macro for declaring interactive HTML with Rust expressions. Developers who have experience using JSX in React should feel quite at home when using Yew. Features server-side rendering for all the SEO and enhancements of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GraphQL Lighthouse

    GraphQL Lighthouse

    A framework for serving GraphQL from Laravel

    ..., the client can get all the data they need - and no more - all in a single request. A GraphQL server can tell clients about its schema, so they will always know exactly what they will get. Updating between minor versions will not require changes to PHP code or the GraphQL schema and cause no breaking behavioural changes for consumers of the GraphQL API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    graphql-client

    graphql-client

    A Ruby library for declaring, composing and executing GraphQL queries

    GraphQL Client is a Ruby library for declaring, composing and executing GraphQL queries. Sample configuration for a GraphQL Client to query from the SWAPI GraphQL Wrapper. If you haven't already, familiarize yourself with the GraphQL query syntax. Queries are declared with the same syntax inside of a <<-'GRAPHQL' heredoc. There isn't any special query builder Ruby DSL. This client library encourages all GraphQL queries to be declared statically and assigned to a Ruby constant. If you're using...
    Downloads: 0 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
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming,...
    Leader badge
    Downloads: 488 This Week
    Last Update:
    See Project
  • 6
    whatsapp-api-client-python
    This library helps you easily create a Python application with WhatsApp API. https://green-api.com/en/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Arianne RPG

    Arianne RPG

    Arianne is an engine to develop multiplayer online games like Stendhal

    ... of creatures are ready to fight, above and below ground, and as players level up they can compare themselves on a detailed stats website. The engine Marauroa provides a simple way of creating games on a portable and robust server architecture. Marauroa manages the client server communication and provides an object orientated view of the world for game developers. It handles database access in a transparent way to store player accounts, character progress and the state of the world
    Downloads: 59 This Week
    Last Update:
    See Project
  • 8
    CUF (Client Utilities & Framework)
    CUF (Client Utilities & Framework) contains utility libraries and an application-level framework for building GUI applications in either Java/Swing or .NET/WinForms environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    [OFFICIAL] tinyfiledialogs v3.18.2 C C++

    [OFFICIAL] tinyfiledialogs v3.18.2 C C++

    inputbox password WIN OSX GTK QT Console VCPKG C# Lua R Fortran Pascal

    ...) - native dialogs osx/unix ASCII UTF-8 - applescript kdialog zenity … ° SSH console / X forwarding ° the dialogs can be forced into console mode ° curses dialogs via Dialog.exe/Dialog (disabled by default) C89/C18 & C++98/C++23 compliant VisualStudio MinGW GCC Clang TinyCC IntelCC OWCC BCC SunCC on Windows Mac Linux Bsd Solaris Minix Raspbian Flatpak bindings: VCPKG C# R Lua Rust Haskell Java AllegroBasic Fortran Pascal D JavaScript Kotlin click tab 'Files' for prototypes
    Leader badge
    Downloads: 45 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.
  • 10
    GitForce

    GitForce

    A visual front end to git

    Git is a popular source revision control system. GitForce is a GUI front-end for the git command line tool and runs on both Windows and Linux. It is designed to be easy and intuitive to use and yet powerful enough so you don't need to use a command line git.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 11
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 12
    SubTile

    SubTile

    wxWidgets Based Client GUI for Subversion ®

    SubTile is a lightweight platform independent Subversion ® (SVN) client, it runs on all platforms where wxWidgets library is available. Main goal is to provide simple and quick method to manage and organize projects under version control from everywhere without need of development environment.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13
    LAMP package in Complete Virtual Machine

    LAMP package in Complete Virtual Machine

    A Quick LAMP/WAMP/MAMP/XAMPP Pkg for development, testing & production

    ... root login credentials, sample .mysql_history, sample .bash_history are all kept intact for quick references in the home folder. These files can be edited using the free FileZilla ftp client software. This is also explained in the video below. ) Once setup & running, please ensure that a Backup of the system, is taken regularly, to avoid any issues. These are covered in the video. Google Search helps in finding more about PHP development / troubleshooting.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 14
    RunaWFE Free

    RunaWFE Free

    is low code bpm platform, which is easy to install and easy to use

    RunaWFE Free is a fully functional business process management system. It includes Workflow engine, Process Designer (Developer Studio), Form Builder, Task notification client, and other components that provide end-user convenience. BPMN and UML AD notations are supported. Thanks to RunaWFE web interface users can receive, filter, perform and delegate the tasks of business process instances, start new business process instances, view the properties of started business process instances...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    Portable Webserver OS For Small Intranet

    Portable Webserver OS For Small Intranet

    For Web Developers, Testers, Learners, End Users - Screenshots Below

    Instructions: 1. Download & Extract the above zip file 2. Use the free Rescuezilla Software ( https://rescuezilla.com/ ) to restore this pen drive image, on to a 8 GB OR More Good EMPTY Pen Drive (Hint Below) 3. Restart the computer and quickly change the BIOS Boot Order, to boot from this written pen drive 4. Check the network tray icon on its desktop for ethernet / lan cable connectivity. If required, configure by clicking the eth0 button in it, for the first time, after...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    XForms to XHTML+Javascript (AJAX) conversion based on a unique XSL transformation. Suitable server-side (PHP) or client-side (Internet Explorer, Mozilla FireFox, Opera, Safari) browser treatement where an XSLT 1.0 engine is available
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    CrossBrowdy

    CrossBrowdy

    JavaScript framework to build game engines, games, emulators and apps

    CrossBrowdy is a free and open-source JavaScript framework that allows to create multimedia apps, emulators, game engines and games that will be compatible with any device. Any software developed with CrossBrowdy should be able to be used in any JavaScript compatible web client (including browser plug-in, add-on, extension, app...) which supports "document.getElementById". This framework allows any developer to manage easier many different things, such as audio (with Flash fallback, audio...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Immuni Android

    Immuni Android

    Official repository for the Android version of the immuni application

    This repository contains the source code of Immuni's Android client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    eBus

    Publish/Subscribe, Request/Reply Messaging API for Java.

    ... delivers messages directly to client objects, not to a client process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GUIbits

    GUIbits

    Platform-independent GUI library

    GUIbits is a Graphical User Interface package, consisting of small independent procedures, which provides a simple and flexible Application Programmer Interface for applications involving a keyboard, mouse and screen. GUIbits is implemented in Python using PyQt6 and retains the platform-independence of this approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Un sistema formato da server, client, linguaggio di script, controllo versione e distribuzione automatica. Tutto questo per creare applicazioni di tipo enterprise che lavorino principalmente con database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Online Multiplayer Games Lobby written in java, the client lib can be added to any java game, and the server runs on any java enabled computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    LAPP package in Complete Virtual Machine

    LAPP package in Complete Virtual Machine

    Quick Apache/PHP/Postgresql Pkg for development, testing & production

    This VM is created for 2 reasons: 1. Very little initial setup work required to Develop / Test / Deploy a Dynamic Web Application live. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other PHP project called teamdocs. Just replace td with lapp wherever mentioned ) Upload your PHP Files using the free FileZilla ftp client software, to this server called lapp.local...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    vue-datatables-net

    vue-datatables-net

    Vue jQuery DataTables.net wrapper component

    This library is a Vue 3 wrapper for jQuery DataTables. It's a tiny wrapper that doesn't include anything, not even the datatables.net core library. You've found this library because you want to use jQuery datatables.net client-side with your application. Alternatively, if you simply want to integrate with a server-side datatables.net compatible endpoint, then I'd like to suggest looking at bootstrap-vue b-table and this component. Default configuration and provide an example for bootstrap5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    File System Crawler for Elasticsearch

    File System Crawler for Elasticsearch

    Elasticsearch File System Crawler (FS Crawler)

    This crawler helps to index binary documents such as PDF, Open Office, MS Office. Local file system (or a mounted drive) crawling and indexing new files, updating existing ones, and removing old ones. Remote file system over SSH/FTP crawling. REST interface to let you “upload” your binary documents to elastic search.
    Downloads: 0 This Week
    Last Update:
    See Project