Showing 1606 open source projects for "livekit-cli"

View related business solutions
  • MyQ Print Management Software Icon
    MyQ Print Management Software

    SAVE TIME WITH PERSONALIZED PRINT SOLUTIONS

    Boost your digital or traditional workplace with MyQ’s secure print and scan solutions that respect your time and help you focus on what you do best.
    Learn More
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    Command Line Files

    Command Line Files

    A powerful, useful CLI

    Command Line Files is a command line interface (CLI) written for file and folder browsing. But, it's functionality doesn't stop there. Here are some of the things you can do with CLF: Create files and folders, delete files and folders, download files, view online files as well as files on your machine, start processes and execute shell commands, display disk space and system memory, and more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Easy IPChange

    Easy IPChange

    Quick and easy command line tool for changing an IP address

    ...That's why I developed Easy IPChange a light, fast and easy to use script to quickly change the IP address of any network adapter. Easy IPChange can be launched directly and used with a nice batch GUI or even automated with CLI arguments! Sweet! IP change has been developed as a batch script (.bat) designed for the XP command interpreter however is forwards compatible with any current windows OS (Win7 & 8 may need to 'run as admin'). Changing your IP Addy is as easy as: IPCHANGE /IP 192.168.0.2 /MASK 255.255.255.224 /DG 192.168.0.1 IPCHANGE /DHCP Easy IPChange is the best free IP Changing script out there so check it out! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    OpenDKIM-Configure

    A simple CLI Interface to Setup and Manage OpenDKIM

    Currently supports Debian and Ubuntu based distros. All other distros are un-tested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    EnguiMapCLI

    EnguiMapCLI CLI IP Network diag tool (Binary)

    EnguiMapCLI was created as the result of a partnership between EnguiSoft and Kraig Beahn, CEO at L2Networks Corp. EnguiMapCLI provides basic CLI style IP MTU testing, estimating the default internet transit providers maximum transport unit, while also providing standard network adapter information, including the hardware (mac-address), assigned IPv4 address, gateway status and round trip time in a convenient, yet compact and easy to read format. Written in both Pure C, AutoIT v3 and wrapped into a single, portable executable for easy transfer and use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 5
    AKME FFmpeg

    AKME FFmpeg

    AkmeFFmpeg is a simple yet powerful tool to re-encode audio-video.

    AkmeFFmpeg is a simple yet powerful tool to re-encode audio-video such as AVI, Flash FLV, MOV, MP3, MP4, WMV, 3GP. It puts a friendly GUI on the ffmpeg CLI to easily convert for YouTube or download to Andriod, BlackBerry, iPhone, iTouch, iPod, PSP, Wii, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    difmetercli

    File comparison CLI tool

    DifMeter is a try to be a file comparison for any type of raw (uncompressed) multimedia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    speedt

    Rough internet speed testing tool (CLI)

    This tool was intended to be run under OpenWrt (so it's small and has no dependencies) but it can be also built/run under most other *nixes and Windows. It's very easy to use, run it with -h or --help argument to see a brief howto. I hope someone finds it useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    cli-brary

    cli-brary is a cli library maker providing easy association.

    Cli-Library is a command line interface library maker that allows you to associate words from one language with those in another. You can easily define and remember your own languages this away. Really helpful for writers that make up their own language! Can actually be used to save all kinds of bijections. Cli-Library allows you to create and save multiple libraries and edit them from the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    CefSharp

    .Net binding for the Chromium Embedded Framework

    This project contains .Net CLR bindings for The Chromium Embedded Framework (CEF) by Marshall A. Greenblatt. The bindings are written in C++/CLI but can be used from any CLR language e.g. C# or VB. CefSharp provides both WinForms and WPF web browser control implementations. See the CefSharp.WinForms.Example or CefSharp.Wpf.Example projects for example web browsers built using this library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 10

    RssRead

    An experimental API for reading RSS (and Atom)

    RssRead is an experimental API for reading RSS (and Atom) Writen in Python, using feedparser, is meant to be used in CLI program. GUI program or integrated in other programs. Its simple api ideal for a RSS reader. t's a module you can use with a import RssRead as feed and then use the News property to get the news rss = feed.RssRead() try: rss.loadNewsRss(NAME) except feed.SiteError: print 'Site not present!' for news in rss.News: pass In NAME you can use any of the configured* site. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    TaskDone

    Versatile to-do software

    A Javascript/node.js, web-enabled (but with CLI!) to-do list manager, including workflowing features and versatile work/task packaging/listing features. The idea is that tasks are held as objects and can be associated into lists - so lists can encompass many objects, each with identifying properties and separate scopes. This will make it easy for tasks to be delegated or passed to others, either singly or as lists/groupings, with suitable scoping giving security.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    MCP -- Managed C++ for GCC

    Managed C++ for GCC

    MCP aims to provide not just a garbage collected C++ but one that is very similar to Microsoft's C++/CLI. It uses Boehm GC as its garbage collector. While BoehmGC can be easily employed in any C++ projects to enable automatic garbage collection, it can only run in conservative mode. MCP uses BoehmGC in precise mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Simplified Text Editor

    "INTUITIVE & POWERFUL" CLI Text Editor.

    "INTUITIVE & POWERFUL" CLI Text Editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Using this library you can read and write data to ini files. It is written in C++/CLI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    pCLI

    A simple command line interface in Embedded Linux system

    Simple CLI in C that is implement in embedded linux system. All of the command table implemented by share library that dynamic link when CLI starting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Budse is a simple budgeting tool that implements bucket (or envelope) budgeting. Currently there is a Command Line Interface (CLI) with a Graphical User Interface in progress. The program includes extras such as transaction searching and reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    BigI

    BigI is a collection of Big Number libraries

    This set of libraries is for handling big numbers in different formats. The 3 main libraries are BI (Big Integer), Dec (Big Decimal), and Fract (Big Fraction). These libraries are written in c++/cli and can handle a value of any amount of digits. All the basic math (+-*/%Pow and ModPow) as well as equivalence are handled internally in Assembly language. There is also a math library for handling the trig, log, hyperbolic functions and such. I am starting this project here in the hopes of getting some help. The bulk of the project is in managed c++, but would like to convert to native c++ and just have managed to work with other managed languages. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project moved to https://github.com/jordan2175/term-routercli on 2015-03-13 Various Perl classes, methods, and examples for building a Router (Stanford) style CLI for a Linux server or appliance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CLIChart is for quick summarising and visualisation of data, especially from system logs. It extracts summary data from text files, and generates simple charts from tabular data on the command line (CLI). Charts can be displayed in a window or saved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    gundercrypt [MOVED]

    A CLI text encrypting/ciphering program and library for java

    ** MOVED: to github.com/gundermanc/gundercrypt A CLI text ciphering program and library written in java that makes use of pseudo random numbers and a password (provided by the user) to generate encrypted text by selectively shifting each subsequent letter by a pseudo-random index, encoding it as a letter stored in a hidden position within the String, and then re shifting the encrypted String again by numeric values deduced from a password to provide a dual layer of security. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    LOGalyze CLI

    LOGalyze CLI

    Command line client interface for LOGalyze 4

    Command line LOGalyze client. logalyze-cli is a powerful command line client for managing LOGalyze engine. With LOGalyze application log analyzer, you can collect your log data from any device, analyze, normalize and parse them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    lafuzz

    Local File Incursion exploiter

    ... - Fuzz automatically work with different circumstance. - Customizable input. - Auto dumping & saving (look for html files) - Several different techniques. - Friendly CLI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PandaIDE for PHP

    PandaIDE for PHP

    PandaIDE for PHP is a lightweight IDE for PHP Debugging

    PandaIDE for PHP is a lightweight PHP IDE for both basic and advanced php web application developer, it supports PHP application debugging and editing, it is an easy-to-use PHP debugger. Firstly, I am a desktop application developer, but from time to time I need to build some php web pages for websites. I tried most free PHP IDEs and found that they are not as good as rumor. Some IDEs are too complicated to configure them to work, and some only support php file debugging only, do...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ACR - Asterisk CDR Reporter

    Information on Asterisk cdr like ASR, ACD, Billing duration 'billsec',

    Information on Asterisk cdr like ASR, ACD, Billing duration 'billsec', time criteria not only date, I will add more features once I have time, like channels usage and time zone shift. you are welcome to suggest ! Please feel free to download, install and/or modify the code and let me know your feedback. You can use the following CLI commands to download and install the script: cd /var/www/html wget http://citylan.dl.sourceforge.net/project/acrasteriskcdrr/rpt.tar.gz tar xzvf rpt.tar.gz then point your internet browser to http://your-ip-address/cdr.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ...The latest MTurk SDKs, with support for most common programming languages, are now a part of the Amazon Web Service (AWS) SDKs at https://aws.amazon.com/tools/. With the AWS SDKs, you can also connect to MTurk using the AWS Command Line Interface (https://aws.amazon.com/cli/), allowing you to perform operations from your Windows, Mac, or Linux command line without having to write code. If you need to access an archive of this code, you may find it here https://github.com/awslabs/mturk-legacy-sdks/tree/master/perl-sdk.
    Downloads: 0 This Week
    Last Update:
    See Project