Search Results for "remote programming" - Page 2

Showing 53 open source projects for "remote programming"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    fx Kubernetes

    fx Kubernetes

    Function as a Service tool makes a function as a container service

    fx is a tool to help you do Function as a Service on your own server, fx can make your stateless function a service in seconds, with both Docker host and Kubernetes cluster supported. The most exciting thing is that you can write your functions with most programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    coarrays

    coarrays

    A free Fortran 2008, 2018 coarrays course with notes and exercises

    Coarrays are native Fortran means for SPMD parallel programming. At runtime multiple copies of the executable (called images) are executing asynchronously. The F2008 standard provides coarray syntax, remote calls, coarray data objects, allocatable coarrays, syncronisation, atomics, etc. F2018 adds new functionality, e.g. collectives, teams, events, more atomics. Coarrays are used extensively in CASUP library for HPC (https://cgpack.sourceforge.io).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Hprose

    Hprose

    Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP

    Hprose (High Performance Remote Object Service Engine) is a lightweight and high-speed RPC (Remote Procedure Call) framework for PHP. It allows applications to call methods on remote servers as if they were local, using a cross-language protocol. Hprose supports multiple transport layers and is designed to be easy to use, efficient, and extensible across different platforms and languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SlimSync

    Java library for file synchronization

    Java programming library for synchronization. It works with local file system as well as with remote repositories/filesystem over various protocols (HTTP, SSH, ...). Can be easily extended to support other types of protocols. Currently it supports local file systems and WebDAV
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    EvalAI

    EvalAI

    Evaluating state of the art in AI

    EvalAI is an open-source platform for evaluating and comparing machine learning (ML) and artificial intelligence (AI) algorithms at scale. We allow the creation of an arbitrary number of evaluation phases and dataset splits, compatibility using any programming language, and organizing results in both public and private leaderboards. Certain large-scale challenges need special computing capabilities for evaluation. If the challenge needs extra computational power, challenge organizers can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CoVim

    CoVim

    Collaborative Editing for Vim

    CoVim enables collaborative, real-time editing sessions in Vim by networking multiple clients into a shared buffer. Participants can see each other’s cursors and changes as they type, approximating pair programming inside a modal editor. Sessions are hosted on a server process that coordinates edits and user presence across machines. The goal is to keep collaboration simple while preserving familiar Vim motions and commands. It is particularly handy for remote code walkthroughs, mentoring, or quick review sessions without switching to a different editor. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    JavaCá&Lá

    A java middleware for HPC and IoT

    The Java Cá&Lá (or just JCL - www.javacaela.org) is a middleware that integrates high performance computing (HPC) and Internet of things (IoT) in a unique API. It enables asynchronous remote method invocation and distributed shared memory services over multicore computer architectures or over multicomputer clusters. Sensing services are also feasible in JCL IoT version. An API for internal control enables collecting several times and memory usage of tasks submitted to the JCL cluster....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    i2cnet

    An i2c to TCP/IP adaptor to allow easy remote control of an i2c bus.

    This project was created to make i2c programming easier and platform independent. It is targeted toward the raspberry PI but it should work on any linux playform. By abstracting the use of an i2c bus behaind a TCP/IP socket, it becomes possible to create and test applications on any platform with a TCP/IP stack. Useage: 1. Install i2c-tools: apt-get install i2c-tools 2. Extract the binary: tar -zxvf i2cnet-1.0.0-rpi.tar.gz 3. Run the utility: ./i2cnet For...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Q Light Controller Plus
    QLC+ is a fork of the great QLC project written by Heikki Junnila. This project aims to continue the development of QLC and to introduce new features. The primary goal is to bring QLC+ at the level of other lighting control commercial softwares. Please download the latest version from https://www.qlcplus.org.
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    aktrs

    aktrs

    Java actor library

    aktrs (pr: actors) is a Java application library implementing the Actor Model. It provides remote actors through TCP sockets (and SSL sockets), actor profiling, a Console and tunable logging. It's API is easy to use and its core is written in few lines of source code. aktrs requires Java version 1.5 or newer, has no additional dependencies and can be packaged into any application according to its GNU Lesser General Public License. Anyone is free to contribute with changes and redistribute them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Object Graph Visualizer

    Object Graph Visualizer

    A modeling tool for software engineers (OO)

    Object Graph Visualizer is a tool primarily meant to be used in CS courses to help new students understand the Object Oriented paradigm and patterns. Classes and objects - that can be part of a software project - are visualised in 3D: The classes stay In the xz-plane in form of an UML class diagram. Directly above in the y-axis objects can be instantiated as an object diagram. Classes can be connected with all sorts of relations (Associations, Compositions, Generalization, etc.), objects...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    RAPID, Robot API Delegate
    The Robot Application Programming Interface Delegate (RAPID) is a software reference implementation for remote operations. It promotes interoperability between robot software modules. RAPID includes a standard “API” and data distribution middleware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ETICS
    ETICS stands for "eInfrastructure for Testing, Integration and Configuration of Software". It provides software professionals with an "out-of-the-box" build and test system, powered with a build and test product repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    W3AFRemote

    XMLRPC Service for W3AF!

    XMLRPC Server allows the control of a W3AF Instance in a remote machine. This tool is written in Python and allows exchange information with any client in any programming language using an XSD Schema and XML Files to generate the responses. The specification for this tool shows the methods available and some examples, is very easy to use and lets you use the power of W3AF from any machine in your network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    FPGA Session Control [FSC]

    A tool suite to manage multiple bitstreams on remote FPGAs

    ...This tool has new features like bitstream management, multiple session control, debugging capabilities and remote access that will enable the exploration of novelties in High Performance Reconfigurable Computing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    fastest

    Automate your software testing, the fastest way!

    ... * It can be envisioned as a toolkit that every test engineer would need! * Currently implemented in Java * Test Automation is not just about writing test cases in a particular programming language. There are a lot more activities that need to be accomplished in order to make the test automation really become automatic. * Fastest helps automate all the necessary, but difficult test automation tasks like 'Mapping the test case execution with test plan document, updating centralized test management database, reporting, setup of automated nightly regressions in Continuous Integration (CI) environments, Running code / commands on remote hosts, Interacting with Web services, browser based automation using Selenium, SSH access, Sending Email notifications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Java Robot
    This Java software permits to control a real robot over a WiFi connection from one or more desktop client. Built in support for Pololu, Phidgets, SparkFun and any RS232 device. You can build and run your own robot by just editing a simple config file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Java library for distributed programming
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Born from the embers of KWUR 90.3FM, these are the tools we developed internally to manage charting, automated programming, remote broadcasts, rebroadcasts, show archival, and our DJ workforce as a non-profit, non-commercial, underground radio station.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java IO Extension is a open source project which extends java IO package by providing a java class library to access IO system in a local area network Developers can easily use IO Extension just like using java IO API to access a remote IO system
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Design and development of visual programming interface to allow specification, loading, execution and termination of specified simulation runs. It should be capable of allowing secure remote control flow setup, execution / termination of simulation jobs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SWILL (Simple Web Interface Link Library) is a web-server in the form of a C programming library. It can be used to easily instrument C/C++ programs with a web-based interface. This may be useful for monitoring, remote control, and diagnostics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Neobase is a PHP framework that allows you to develop your applications pretty like .Net. Wich means: component based pages and object oriented programming. All the client-server comunication is done using AJAX
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XecliP is a Plug-in for Eclipse that supports distributed pair programming. With this plug-in two developers are able to work together on the same Java project remote via internet or within a local network. The joined project must be stored by CVS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ROCI - The Remote Operations Control Interface is a distributed robotics programming framework. It allows programmers to easily create distributed, self-replicating applications.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB