Showing 1445 open source projects for "livekit-cli"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Make-It-So

    Make-It-So

    Converts Visual Studio solutions to gcc makefiles for Linux

    MakeItSo converts Visual Studio solutions to gcc makefiles for Linux. It will convert all projects in a solution and create a makefile for each one. It also creates a master makefile that will build them in the correct dependency order. Many self-contained solutions can be converted just by running MakeItSo against the solution file. For more complex solutions, you can provide extra information to MakeItSo, for example to replace Windows-specific external libraries with Linux versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    pylnk is a python library (with CLI front-end) to read and write Windows shortcut files (.lnk).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Mole

    Mole

    Automatic SQL Injection Exploitation Tool

    ...Only by providing a vulnerable URL and a valid string on the site it can detect the injection and exploit it, either by using the union technique or a boolean query based technique. The Mole uses a command based interface, allowing the user to indicate the action he wants to perform easily. The CLI also provides auto-completion on both commands and command arguments, making the user type as less as possible.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4

    tagfs

    Tag based file manager CLI

    A Tag based file management system. Command line interface. User can add tags for files (individually or for the folder). Allows search by tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    Sox.NET

    Sample SoX .NET application

    A sample .NET application using the SOX library (http://sox.sourceforge.net/) written in C++/CLI on windows. The application requires that libsox.lib has been created in advance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MplayerXP is branch of well known mplayer (http://mplayerhq.hu) which is based on new (thread based) core. Main goal of this project is to achieve smoothness of video playback due monotonous CPU loading.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    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
  • 8

    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
  • 9

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

    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
  • 15
    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
  • 16

    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
  • 17
    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
  • 18
    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
  • 19

    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
  • 20
    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
  • 21

    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
  • 22
    ...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
  • 23

    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
  • 24
    ...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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Trim Lines

    Trim Lines removes trailing whitespace from source code files

    This is simple command line tool to batch process source code files to remove trailing whitespaces and convert all line endings to your system native style. Usage example: trimlines d:\Projects\SomeProject\src *.c;*.cpp;*.h;*.hpp;*.inc .svn;.git With this command all files in "d:\Projects\SomeProject\src" including sub-folders that match search masks "*.c;*.cpp;*.h;*.hpp;*.inc" and excluding specified folders ".svn;.git" will be processed. Can process unicode and system native...
    Downloads: 0 This Week
    Last Update:
    See Project