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
  • D&B Hoovers is Your Sales Accelerator Icon
    D&B Hoovers is Your Sales Accelerator

    For sales teams that want to accelerate B2B sales with better data

    Speed up sales prospecting with the rich audience targeting capabilities of D&B Hoovers so you can spend more sales time closing.
    Learn More
  • 1

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

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

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

    zsphplibs

    I'm moving this project to GitHub as I'm not satisfied with SF.

    cute php and javascript libs that helps coding faster. - ajax support - multilang user interface - paypal class - vatera class - common database layer for postgres, mysql, oracle and sqlite3 - cache, command-line color php output and more Please note I'm moving to GitHub: https://github.com/ZsBT/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Nonprofit Budgeting Software Icon
    Nonprofit Budgeting Software

    Martus Solutions provides seamless budgeting, reporting, and forecasting tools that integrate with accounting systems for real-time financial insights

    Martus' collaborative and easy-to-use budgeting and reporting platform will save you hundreds of hours each year. It's designed to make the entire budgeting process easier and create unlimited financial transparency.
    Learn More
  • 5

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

    Simplified Text Editor

    "INTUITIVE & POWERFUL" CLI Text Editor.

    "INTUITIVE & POWERFUL" CLI Text Editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    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
  • 8
    Linux CLI Last.fm Scrobbling client for Creative MP3 Players and other MTP devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • 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

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

    change

    A small, CLI utility to easily change themes (for Linux).

    A small, CLI utility to easily change themes (for Linux). Currently, it is possible to change window manager, gtk, icon and cursor themes. 'change' is essentially a restricted front-end to gsettings, albeit greatly simplified ('> change icon-theme elementary'). Requires: ....python3 Tested on: ....openSUSE 12.2 (GNOME) ....elementary OS 0.2 beta (This will likely work on any GNOME-based distros - including Ubuntu) # Please report any bugs to marco@scannadinari.co.uk - Thanks ;)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    3764xt

    Linux enhancements for Sagem F@st 3764 router

    ...Applications included in 3764xt: - startup/control scripts for F@st 3764 - additional kernel modules not present in factory firmware - dropbear SSH server/client - minidlna UPnP/DLNA server - ushare UPnP server - lighthttpd - php 5.3 - ws-ftpd - gcc c/c++ compiler with binutils - python 2.7 - monitoring tools: htop, bwm-ng, rrdtool - transmission bittorrent client (cli and web-based) - ffmpeg - many other linux tools and utilities 3764xt is distributed as tar.gz archive which contains compiled buildroot "target" filesysytem. To install - unpack 3764xt_v1.tar.gz on an ext2fs formatted USB stick, and follow instructions in the README file included in the archive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    MicroX Microkernel

    MicroX is a small X86 kernel used for educational purposes

    MicroX is a small X86 kernel used for educational purposes. It has a simple GUI, with a CLI , chooseable at the start-up menu. MicroX is written entirely out of ASM, with the programs written in the MicroX Basic interpreter. The OS comes with a simple Basic interpreter, allowing developers to code programs quickly and efficiently for MicroX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15

    Open Deployment Program

    Open Deployment Program

    ...The deployment process of ODP is composed into 2 stage: 1) definition of hardware configuration and software deployment scripts 2) execute the software deployment on specified hosts by the odp-cli.
    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
    Lilila
    ...You can specify awake-intervals, and Lilila will automatically manage RTC timer alarm, to wake the machine up at appropiate time. To manage intervals you can use either CLI or GUI.
    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