Showing 1664 open source projects for "livekit-cli"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 1
    Natural CLI is a library that provides Java and Python command line developers with an easy way to use human readable command line interfaces. Command line are very easy to define. For examples, visit http://naturalcli.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Mr. ChaTTY is a POSIX compliant CLI chat to talk via UNIX terminals through LANs and WANs. It's a client/server based application, it's written in ANSI C and uses BSD sockets for network communications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CLI Parser provides a framework for quickly development of Cisco-like CLI commands. It provides a simple syntax to define CLI commands, a compiler to automatically convert these commands into a C parse tree and a run-time library to create CLI.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Asterisk commander

    Asterisk manager php cli

    Asterisk Commander is a PHP script, that allows remote execution of Asterisk commands (like asterisk cli 'asterisk -r') through a web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • 5
    A gui cpufreq configuration utility originally developed in Gambas for VectorLinux. It makes it easy to change the cpufreq governor and related frequency settings. It includes the CLI utility vcpufreq-load to set the saved configuration on system start.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SANKit

    Read and write PGN format and test moves for legality.

    ...In addition, the original author's style was quite quixotic, making it even more difficult to read. This code is now reformatted to modern standards, adds support for NAG codes and comments, and has a "non-CLI" mode for inclusion in chess playing programs. The code has gone through extensive analysis using the llvm/clang compiler and reports no issues at this time. To use the code as a "framework" you would undefined "CLI". In addition, a small C++ program is included that takes as input a file of one or more PGN records, and outputs pure pristine PGN records as output. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Console based notepad number cruncher makes calculations fast and simple, yet with ample features under the hood. With log turned on, you can record your session on-the-fly from any open instance of the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HasseGameLib

    HasseGameLib

    A library to ease the making of CLI-games

    HasseGameLib is (currently) a one-man project of making a library for making programming CLI-Games a little bit easier. It has some functions for drawing to the CLI, making savefiles and reading them and it also has a keylistener. It is currently linux-only, I'm planning on making a windows version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Flight ICS

    Flight ICS

    Create ICS files from flight itinerary information

    A suite of small tools for creating ICS files from flight itinerary information, to simplify the process of adding flights to my calendars.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 10

    PerlJam Music Player

    Basic Perl/Tk Music Player

    PerlJam is a GUI and CLI Music Player that adds playlist functionality to "play".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    MMSDK

    Managed Multimedia Software Development Kit

    ...The speciality of the SDK is that, the Audio and Graphics features are mostly device independent, and is Hardware Accelerated on most of the platform, to enhance performace of these application. It is implemented using Microsoft .NET framework 2.0, and is compatible with all managed languages like C#, Visual Basic .NET, C++/CLI (Managed C++), etc. Programmers will just have to add reference to the MMSDK.dll in their project and the classes can be used easily. The SDK classes are grouped into a single namespace, based on their functionality. The root namespace is MMSDK. All other namespaces are grouped under it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ...description("produce a help message")); # ... # cli.add(echo , op_name_t("echo")("e") .description("print an input message")); # invoke_all(cli , example::accumulate(argv+1,argv+argc)); The library is fully compatible with C++03. Its code structure, naming conventions, and design approach adhere to the philosophy and best practices established by Boost. It also includes comprehensive documentation, usage examples, and automated tests: - documentation: <interpreter11-code>/libs/command_line/index.html - examples: <interpreter11-code>/libs/command_line/example - tests: libs/command_line/test
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SubDirectory Cleanup

    Quickly and easily cleanup old files

    SubDirectory Cleanup is an application that allows you to quickly and easily clean up old files from FTP folders, Job Folders separated by Company, etc. whose age is greater than a specified number of days, and log it all - for FREE!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    ConsoleFx Commandline Processing Library

    ConsoleFx Commandline Processing Library

    Command-line application library

    ConsoleFx is an .NET framework for easily developing command-line interface (CLI) applications. It automates most of the work involved in creating a CLI application, like command line argument parsing, error handling and validations. ConsoleFx supports both fluent and declarative (using attributes) programming models. With ConsoleFx, you can say goodbye to lengthy cumbersome code to parse your command-line arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...In its simplest usage, you only have to describe the data type requested by the command and the command itself: user interaction and screen layout are automatically adapted so you don't have to care about it, but for complex situations, CCFE is programmable with your preferred shell interpreter and can propose lists of admitted values selectable by user for parameters to enter. CCFE don't need changes to called scripts or commands, so they can indifferently be executed with CCFE interface or CLI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    openSUSE updater for CLI using the Python language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    IMPORTANT NOTE: This project has moved to github and is no longed updated here. Please find the code at: https://github.com/anupamsr/freecell4cli
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Remote Host Manager is a collection of database backed CLI scripts to make managing large numbers of *NIX hosts easy. With a very shallow learning curve, some conventions, and optional customizations, running 10,000 hosts is as easy as running 10.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project has been migrated to GitHub. https://github.com/coder0xff/QPFloat A mixed mode VC++/CLI library for software emulation of quadruple-precision floating points. The unmanaged implementation is accessed using __float128. Managed implementation (wrapper) is accessed via the type Quadruple. Includes trig functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cent-DE
    Cent-DE : Central Download Engine Cent-DE is an open source download manager developed in C/C++ for Linux. Initially it has cli but eventually web ui will be supported so that downloads can be queued and managed remotely.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    cross-platform cash monitoring software with cli interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JTL Mage Connect strives at offering a connector to provide integration between the ERP system JTL-Wawi and the popular online shop Magento. Initial version provided by Sysgrade GmbH (www.sysgrade.de) and Onedrop Solutions GmbH & Co KG (www.1drop.de)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Network management and control with AAA (tacacs+ and in future radius) with some cluster facility - share critical information (active users, active devices) across a bundle of servers. CLI and Web control and telnet-like interface for external programs. This project will continue development (if I will have time) at github https://github.com/rvolkov/tacppd
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CNC Dynamics Sim is an environment for testing new motion control algorithms, path interpolators, and path planning strategies, and how these affect the dynamics of a CNC machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Collection of scripts to assist with managing Fortigate Firewall appliances. The first of these is FortiAddr, used to generate Address entries and Address groups from a list of domain names. All scripts require Python 2.7.1 or greater or Python 3+.
    Downloads: 0 This Week
    Last Update:
    See Project