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
  • 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
  • 1
    Py-backwards

    Py-backwards

    Python to python compiler that allows you to use Python 3.6 features

    py-backwards is a transpiler that takes modern Python code (with newer syntax) and converts it to older Python versions so you can run it in legacy environments. For example, if you want to use f-strings, type annotations, or other Python 3.x niceties but have to deploy on a machine that only has an older interpreter, py-backwards rewrites your code to an equivalent, earlier syntax. It does this by parsing the source into an abstract syntax tree (AST), applying transformation rules, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SAWS

    SAWS

    A supercharged AWS command line interface (CLI)

    Although the AWS CLI is a great resource to manage your AWS-powered services, it's tough to remember the usage of 70+ top-level commands, 2000+ subcommand, countless command-specific options, and resources such as instance tags and buckets. SAWS aims to supercharge the AWS CLI with features focusing on improving ease-of-use, and increasing productivity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ConvertShellCode

    Disassemble Shellcode.

    ConvertShellcode takes Shellcode as input and disassemble it in a list of instructions in assembly language. This is a CLI tool. Supported formats: - "\xEB\x08\xBA\x4D\x11\x86\x7C\xFF\xD2\xCC\xE8\xF3\xFF\xFF\xFF\x63" - "%uc92b%ue983%ud9eb%ud9ee%u2474%u5bf4%u7381%u1313%u2989" - "%40%6E%40%6E%40%6E%40%6E%40%6E%40%6E%40%6E%40%6E%97%6E%40" - "%u9090" - "\u9090" - "&#x9090" Also take a look at: - https://zeltser.com/convert-shellcode-to-assembly - http://www.aldeid.com/wiki/ConvertShellcode
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    ttag

    ttag

    Simple approach for javascript localization

    Modern javascript i18n localization library based on ES6 tagged templates and the good old GNU gettext. Just tag your strings to make them translatable. Use a simple ttag-cli tool for translation extraction. Can be easily integrated with almost any workflow as it uses the babel-plugin for string extraction. Can be easily used with the typescript. Allows you to place translations into the sources on a build step. Gettext is a simple localization format with a rich ecosystem. Ttag has support for plurals, contexts, translator comments, and much more.
    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
  • 5
    Concise CLI

    Concise CLI

    A CSS framework that's lightweight and easy-to-use

    The Concise CLI can be used independently of any styles. In principle, it would will with any other CSS library, framework or any existing project so long as the code is plain CSS or contains only the features that can be compiled with PostCSS. Of course, one can start writing everything from scratch using Concise as well. The core library contains the very basic styles that one might use, and contains most of the code that was available on Concise v4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Pixeler

    Pixeler

    CLI image renderer

    Pixeler is a command-line image renderer that transforms images into pixelated representations using UTF-8 characters. It's a handy tool for developers who want to display images directly in the terminal, offering a unique way to visualize graphics without a GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Network Tracking Database

    Network Tracking Database

    Track your ARP/MAC table changes and so much more

    The Network Tracking Database (NetDB for short) tracks all changes to the MAC address tables on your switches and the ARP tables on your routers over time stored in MySQL. It supports extensive switch, VLAN and vendor code reports from a CLI or Web App. NetDB can generate CSV reports, track the usage of static IP addresses, record neighbor discovery data and much more. There is now a VM "appliance" with easier upgrades available in the Files section. See the http://netdbtracking.sourceforge.net for more details.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    Xcode Shell

    Xcode Shell

    shell script that used to auto-build xcode project

    xcode_shell is a collection of shell scripts designed to automate common tasks in iOS development, such as building .ipa packages, publishing apps, and managing project assets. Although largely superseded by modern tools like fastlane and fir-cli, this project demonstrates how developers previously streamlined their workflows with custom scripts. The repository includes utilities to compile Xcode projects and workspaces, handle CocoaPods builds, publish .ipa files to private servers or fir.im, send notification emails, and even batch-rename images with the @2x suffix for Retina devices. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    APNG to GIF

    APNG to GIF

    Convert APNG animations into animated GIF format.

    This program converts APNG animations into animated GIF format. Wu64 quantization is used for true-color files. Transparency is handled either using a threshold, or composed over chosen background color. CLI version is OS-independent, GUI version is available for Windows. Another converter: http://sourceforge.net/projects/gif2apng
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • 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
  • 10
    emojipacks

    emojipacks

    CLI to bulk upload emojis to your Slack

    CLI to bulk upload emojis to your Slack! Note you must have node and npm installed. If you don't, go to nodejs.org and follow the install instructions there. A file named batchUploadExample.sh is provided for your reference. Edit this file change the subdomain, email, and password parameters to your own and save it as batchUpload.sh or something similar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Simple Editor: You may use this to start Programming from the command line interface, as beginer in programming. Perhaps somewhere are still pros that code with cli. Or just to search Text. It's in German, at least the few buttons. Ein simpler Editor, der für Programmier Anfänger geeignet ist oder auch nicht. Auch für normalen Text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    APNG Disassembler

    APNG Disassembler

    Deconstruct APNG file into a sequence of PNG frames.

    This program converts APNG file into a sequence of individual PNG frames. Command-line interface and GUI viersions. Also, APNG Assembler can be found at http://sourceforge.net/projects/apngasm
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 13
    Welsh Natural Language Toolkit
    ...The project also includes CYMRIE an adapted version for Welsh of the GATE - ANNIE Named Entity Recognition (NER) application for a range of entities such as Persons, Organisations, Locations, and date and time expressions. Version 2.x The CYMRIE pipeline is accessible via a API, standalone GUI and CLI. The CymrIE pipeline has also been adapted for Twitter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    makehaiku for Haiku

    A CLI utility that writes a haiku

    The thought struck me ... an OS called Haiku should be able to ... write a haiku. So I slapped together a CLI utility along the lines of fortune. No deep semantic analysis involved, I'm afraid, just a rearrangement of words in the required 5 - 7 - 5 syllable patterns. Occasionally it sounds as if there is a poet inside the computer trying to break out. Far more often, it looks like the computer is populated by Vogons. But, it is a haiku.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Go JSON Diff

    Go JSON Diff

    Go JSON Diff

    Go JSON Diff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    PyPassGen

    Simple password generator

    Generates passwords choosing random symbols from the set user specified in the settings.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    yabdialog for Haiku

    yabdialog for Haiku

    yabdialog displays dialogs, alerts and panels on the Haiku Desktop

    yabdialog (previously called hdialog) is a CLI utility that displays a variety of dialogs, alerts and panels with more control over color and placement than you get with the alert and filepanel commands included with Haiku. It also contains additional widgets and lets you control your clipboard. The yabdialog command should be callable from any scripting language that can issue a SYSTEM call and receive string data back from standard input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Timelapse CLI

    Command Line Interface for Timelapse creation

    This project contains a bash script for creating a timelapse video with all .jpg pictures within an specific folder. This script uses the ffmpeg for video rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Codecast's SPA Starter Kit

    Codecast's SPA Starter Kit

    A highly opinionated starter kit for building Single Page Applications

    A highly opinionated single-page application starter kit built on top of Vue.js and Laravel. This package contains two separate projects to act as a starting point for a single-page application: a Vue.js project (created with vue-cli + webpack template) and a Laravel 5.3 project. They're not just freshly created projects but a fully working application that can be modified and expanded to become your own application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LinuxBBQ

    LinuxBBQ

    Debian Sid-based desktop operating system

    Roast your own distro with LinuxBBQ! From minimalistic to bloated, we have a load of stuff at the buffet.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    imagefap-gallery-dl-cli

    Headless fork of ImageFap Gallery Downloader

    This is a "fork" of the ImageFap Gallery Downloader project to change it from querying keyboard and instead allow you to pass the URLs along via CLI. Additional features will be added as requested or desired.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    Expect-lite is an quick and easy command line automation tool. Basic expect-lite scripts can be created by simply cutting and pasting text from a terminal window into a script, and adding '>' '<' characters. No knowledge of expect is required!
    Leader badge
    Downloads: 59 This Week
    Last Update:
    See Project
  • 23
    Rush Stack

    Rush Stack

    Monorepo for tools developed by the Rush Stack community

    Mission to provide reusable tech for running large-scale mono repo for the web. Open collaboration among community partners with serious tooling requirements, who got tired of going it alone. Specific strategy that integrates popular tools like Node.js, TypeScript, ESLint, Prettier, Webpack, Jest, etc. Family of projects that fill in the gaps for this strategy. Although various pieces of this work have been underway for years, we're now bringing them together under a common charter as Rush...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NICOS

    NICOS

    Client/Server based experiment and instrument control system

    Client/Server based experiment and instrument control system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    FMV

    Video editing in command line

    Video editing in command line v0.1 : Wrapper Java for FFMPEG Next steps : - kernel of FMV - CLI
    Downloads: 0 This Week
    Last Update:
    See Project