Showing 1960 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
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 1
    Transposer

    Transposer

    Transposer changes chords from one key to another in a song file.

    ...There are two editing panes in the main window. One is for the original song, and the other is for the transposed song. Earlier versions of this program were command line only (CLI), then I used QT to augment my C++ source to create a GUI. This project is now developed in Lazarus, using a collaborative approach. I (abudeveloper) and my son (iamslinger) are working together on this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    phpBathymetry

    Using PHP-CLI to parse NMEA data to generate depth maps with GD

    Using PHP-CLI to parse NMEA data to generate depth maps with GD. As fishing is a passion of mine,and it got me to consider using the NMEA formatted data output from my Lowrance 5-DSI Elite to generate a bathymetric map of the lake at my cottage. It is currently very crude, just a bunch of CLI scripts that record NMEA data, and the other parses the stored data and builds a depth, water temperature and sample frequency map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    expect4groovy

    Thin Groovy wrapper of Expect4j library

    Provides set of groovy closures which wraps the Expect4j closures thus provides expect like structures in groovy language. The project aims to automate CLI like command sequences for some of the most popular network vendors such as Cisco, Juniper and Huawei.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Advanced shell script for encoding DVDs or video files to the XviD format using the encoding utility MEncoder from MPlayer. Supports all the useful options an end-user would need to make a successful encode. The script is a CLI front end to MEncoder. xvidenc is not longer actively developed. Please use: https://sourceforge.net/projects/ffxvid/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 5

    CLI Pomodoro Timer

    A simple command line implementation of a pomodoro timer.

    `pomodoro' is a simple command line implementation of a pomodoro timer written in PHP. More information on the `Pomodoro Technique' developed by Francesco Cirillo can be found on Wikipedia: http://en.wikipedia.org/wiki/Pomodoro_Technique See the `README' file for installation and usage instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SonicLog Cruncher
    Perl logfile analyzer for DELL Sonicwall Firewall logfiles. This Perl program (Windows /Linux / Mac), creates an HTML file containing: hits per protocol, mean, median and variance on hourly and weekday basis, RBL statistics, IPS stats, VPN stats, virus stats, surfing statistics, CFS blocked sites stats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DCue

    DCue

    A CLI audio cue file generator which uses the Discogs.com API

    DCue is a command line tool for automatically generating audio cue sheets (.cue files) using the massive release database from Discogs.com to find artist names, track titles, durations and other information via the Discogs API. DCue is equally compatible with Windows and Linux (and probably OS X -- though not officially supported). It has no external dependencies whatsoever. It makes use of some C++11 features where available. Full documentation and information about support and...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    Morris.js

    Morris.js

    Pretty time-series line graphs

    ...I recommend using nvm for installing Node in development environments. Additionally, Bower is required for retrieving additional test dependencies. With node installed, install grunt using npm install -g grunt-cli, and then the rest of the test/build dependencies with npm install in the morris.js project folder.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    lmctfy

    lmctfy

    lmctfy is the open source version of Google’s container stack

    lmctfy is Google’s open-source container runtime that exposed Linux cgroups and namespaces through a higher-level API, predating the widespread adoption of modern container tools. It offered a daemon and client for creating, updating, and destroying resource-isolated “containers” with quotas on CPU, memory, and other subsystems. The project focused on operational safety—clean hierarchies, accounting, and predictable behavior under resource pressure—reflecting lessons from running containers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 10

    DSLstats

    A program for monitoring a DSL connection

    The purpose of this program is to monitor the state of an ADSL or VDSL2 connection. It works with DSL routers using Broadcom chipsets, which have a fully functional telnet interface with access to the Broadcom CLI. It also supports some Thomson/Technicolor routers via their custom CLI, but some of the features of the program are not available for these models. All of the data is obtained from the CLI via telnet. Data is displayed in graphical form, and also can be seen in raw telnet CLI format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dploy

    Dploy

    FTP/SFTP deployment tool built in node.js

    dploy is a deployment automation tool written in Node.js, designed to simplify pushing code and assets to servers. It uses configuration files to define environments and deploy rules, allowing developers to quickly push updates via FTP or SFTP. With a single command, dploy compares the local project with the remote server and uploads only the files that have changed, making deployments efficient and incremental. It is particularly helpful for small- to medium-sized web projects where complex...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    sysCli

    Making "target" CLI commands, a native system command.

    This tool makes it possible for you embedded device UART based CLI commands to become a host command. E.g. uBoot has a command as "pr". It displays the list of available commands and settings. The list is often huge. Would it not be nice, if you could run "grep" command over it?? Well, sysCli makes that possible. An example session will show you how: (on Windows Cygwin) syscli _stay & # This command starts syscli server syscli _open COM1 115200 # Invokes a client syscli and asking server to open COM1 syscli _seteot 0x23 # Letting server know that command prompt ends with '#' (0x23) syscli pr | grep my_text # Client syscli asking server to send "pr" command; grepping.. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Kirmah
    Encryption with symmetric-key algorithm Kirmah - generate keys with exotic chars - redefine key length - key mark to ensure decryption capabilities - mix data - fast with multiprocessing - possible compression - gui on gtk3 - cli tool - python3 DEPENDENCIES : ======== python3, python-gobject, gobject-introspection, pygtk 3 modes are available to encrypt : ======== - compression (full / disabled or only final step) - random (simulate a random order - based on crypted key - to randomize data) - mix (mix data according to a generated map - based on crypted key - with addition of noise) Process is as follow : ======== encrypt : file > [ compress > ] encrypt > [randomiz data > mix data > compress > ] file.kmh decrypt: file.kmh > [ uncompress > unmix data > unrandomiz data] > decrypt > [uncompress > ] file ======== for encrypt/decrypt large binary files, use the fastest alternative : split/merge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SkyEye

    a very fast full system simulator

    SkyEye is a very fast full system simulator which takes llvm as IR of dynmic compiled framework.. It can simulate series ARM, Coldfire,Mips, Powerpc, Sparc, x86, TI DSP and Blackfin DSP Processor. Also can simulate multicore system by the multicore of host. The commercial support is provided by DigiProto Co. (http://www.digiproto.com)
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15

    vtysh

    command line interface tool for network device

    vtysh is a cli config tools used for the fw,utm,nac device to config the base information it come from the zebra vtysh,but i simplify it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Hardware Infrastructure Monitoring Proxy

    CGI/XML HTTP PROXY for enterprise infrastructure products

    Every enterprise infrastructure product like server, blade system, storage array, fibre-channel or ethernet switch has some kind of CLI or API management. Lot of products support SNMP but it usually doesn't return everything what CLI/API offers. This project is set of connectors to different enterprise systems like DELL iDRAC and blade Chassis Management Controller, VMware vCenter and/or ESX, DELL Compellent. The framework is universal and other connectors to other systems can be simply developed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    WySQL provides CLI-like web access to SQL DB, implementing a driver for dbms abstraction (MySQL,PostgreSQL,...). Includes: WyCSV (CSV/SQL interface), WyForm (HTML/SQL form edit/play/data), WyCode (code/query/grants analizer), WyAgenda (events schedule).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SimpleXen

    Simple scripts to control open source Xen

    Having been not fully satisfied by the state of the command line control of Open Source Xen I resolved to create a simple CLI based interface for maintenance tasks that I perform regularly. I am hoping I am not the only one who would find this useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Advanced shell script for encoding video files or DVDs to the FMP4/DivX video format using MEncoder from the MPlayer project. The script is a menu-driven CLI front-end to MEncoder. divxenc is not longer actively developed. Please use: https://sourceforge.net/projects/ffxvid/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    Gmosh

    Garry's mod workshop cli powertool

    CLI workshop program for the Garry's mod workshop. The source can be found on Github.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Shadowsocks-Nodejs

    Shadowsocks-Nodejs

    Node.js port of Shadowsocks

    ...Historically, the Node.js port has been used when convenience or platform compatibility mattered, though some maintainers and users note that performance and memory characteristics differ from other implementations. The codebase includes CLI helpers and configuration parsing so it can be run as a service or embedded in other Node.js tooling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    cryptik

    a python CLI cryptocurrency ticker

    the cryptik project (source, wiki, and tickets) have been moved off of sourceforge due to sourceforge's software bundling policy. Please see our new project home at https://g.dradux.com/dradux/cryptik for the latest code ---- Cryptik is a python application for querying various exchanges (btc-e, crypto-trade, kraken, bitcoinaverage, etc.) to get the current price for various cryptocurrencies (bitcoin, litecoin, primecoin, etc.). Supported Exchanges: * BTC-E * Coinbase *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Graphal

    Graphal

    Graph algorithms interpreter, IDE, debugger, 3D visualizations.

    Graphal is an interpreter of a programming language that is mainly oriented to graph algorithms. There is a command line interpreter and a graphical integrated development environment. The IDE contains text editor for programmers, compilation and script output, advanced debugger and visualization window. The progress of the interpreted and debugged graph algorithm can be displayed in 3D scene.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CoffeeScriptRedux

    CoffeeScriptRedux

    Rewrite of the CoffeeScript compiler with proper compiler design

    CoffeeScriptRedux is a rewritten version of the CoffeeScript compiler with emphasis on compiler design principles, robustness, and extensibility—designed to be "complete enough to use for nearly every project." Before transitioning from Jeremy's compiler, see the intentional deviations from jashkenas/coffee-script wiki page. Complete enough to use for nearly every project. Proper compiler design principles and a focus on robustness and extensibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    PixelController

    LED Matrix controller software

    PixelController – a matrix control project by Michael Vogt , (c) 2010-2013. The main goal of this application is to create an easy to use matrix controller software which creates stunning visuals! Keywords: Arduino, Teensy, OSC, MIDI, PureData, Visuals, RealTime
    Downloads: 0 This Week
    Last Update:
    See Project