Showing 57 open source projects for "silent install helper"

View related business solutions
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 1
    Silent Install Helper

    Silent Install Helper

    Tool for identify installers and installing in silent mode

    The application determines the type of installation package and allows you to install programs in "silent" mode (without user intervention). Supported installers: Inno Setup, Smart Installer, Wise installer, NSIS, RAR \ ZIP \ 7z \ 7z Setup \ Free Arc \ Microsoft Cab SFX, Msi, Ghost Installer Wizard, InstallAware Wizard, InstallShield, Setup Factory Installer, Install4j Wizad, Driver Genius Installer, Actual Installer, the files .inf, .msu, and others. The app allows you to create CMD files...
    Leader badge
    Downloads: 174 This Week
    Last Update:
    See Project
  • 2
    Laravel IDE Helper Generator

    Laravel IDE Helper Generator

    Complete PHPDocs, directly from the source

    This package generates helper files that enable your IDE to provide accurate autocompletion. Generation is done based on the files in your project, so they are always up-to-date. This package makes use of Laravels package auto-discovery mechanism, which means if you don't install dev dependencies in production, it also won't be loaded. Avoid caching the configuration in your development environment, it may cause issues after installing certain packages; respectively clear the cache beforehand...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    alisthelper

    alisthelper

    Alist Helper is an application developed using Flutter

    Alist Helper is an application developed using Flutter, designed to simplify the use of the desktop version of alist. It can manage alist, allowing you to easily start and stop the alist program. Maintainer needed for the macOS part of the code. No new macOS-related changes or updates will be accepted until volunteers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
  • 5
    bash-completion

    bash-completion

    Programmable completion functions for bash

    bash-completion is a collection of command-line command completions for the Bash shell, a collection of helper functions to assist in creating new completions, and a set of facilities for loading completions automatically on-demand, as well as installing them. The easiest way to install this software is to use a package; refer to Repology for a comprehensive list of operating system distributions, package names, and available versions. Depending on the package, you may still need to source...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    gitwatch

    gitwatch

    Watch a file or folder and automatically commit changes to a git repo

    A bash script to watch a file or folder and commit changes to a git repo. Some programs auto-write their config files, without waiting for you to click an 'Apply' button; or even if there is such a button, most programs offer you no way of going back to an earlier version of your settings. If you commit your config file(s) to a git repo, you can track changes and go back to older versions. This script makes it convenient, to have all changes recorded automatically. If you use an editor that...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Laravel Tinker

    Laravel Tinker

    Powerful REPL for the Laravel framework

    Laravel Tinker is a powerful REPL for the Laravel framework, powered by the PsySH package. All Laravel applications include Tinker by default. However, you may install Tinker using Composer if you have previously removed it from your application. Tinker allows you to interact with your entire Laravel application on the command line, including your Eloquent models, jobs, events, and more. To enter the Tinker environment, run the tinker Artisan command. You can publish Tinker's configuration file...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    FirebaseUI for iOS

    FirebaseUI for iOS

    iOS UI bindings for Firebase

    FirebaseUI is an open-source library for iOS that allows you to quickly connect common UI elements to the Firebase database for data storage, allowing views to be updated in realtime as they change, and providing simple interfaces for common tasks like displaying lists or collections of items. Additionally, FirebaseUI simplifies Firebase authentication by providing easy-to-use auth methods that integrate with common identity providers like Facebook, Twitter, and Google as well as allowing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PEP 8 Speaks

    PEP 8 Speaks

    A GitHub app to automatically review Python code style

    A GitHub app to automatically review Python code style over Pull Requests. PEP 8 Speaks is a GitHub integration which detects Python code style issues on new Pull Requests. You can install it on your Python projects and configure with your own code style. Check out the project on GitHub. Maintainers of Python projects have a difficult time reviewing Pull Requests by new contributors who may not be aware of the code style. This project makes reviewing Pull Requests a little bit easier. Style...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Real Time Accounts Payable Automation. Icon
    Real Time Accounts Payable Automation.

    Invoice capture and automation seamlessly integrated with your accounting software

    Yooz provides the smartest, most powerful, and easiest-to-use cloud-based E-invoicing and Purchase-to-Pay automation solution. It delivers unmatched savings, speed, and security with affordable zero-risk subscriptions to more than 5,000 customers and 300,000 users worldwide.
  • 10
    Mlxtend

    Mlxtend

    A library of extension and helper modules for Python's data analysis

    Mlxtend (machine learning extensions) is a Python library of useful tools for day-to-day data science tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Laravel World

    Laravel World

    Laravel package which provides a list of countries, states, cities

    The World is a Laravel package that provides a list of countries, states, cities, time zones, currencies, and languages. It can be consumed with the World Facade or the defined API routes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Laravel Translation Loader

    Laravel Translation Loader

    Store your translations in the database or other sources

    In a vanilla Laravel or Lumen installation you can use language files to localize your app. This package will enable the translations to be stored in the database. You can still use all the features of the __ helper function you know and love. You can even mix using language files and the database. If a translation is present in both a file and the database, the database version will be returned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ziggy

    Ziggy

    Use your Laravel routes in JavaScript

    Ziggy provides a JavaScript route() function that works like Laravel's, making it a breeze to use your named Laravel routes in JavaScript. Ziggy supports Laravel's route-model binding, and can even recognize custom route key names. If you pass route() a JavaScript object as a route parameter, Ziggy will use the registered route-model binding keys for that route to find the correct parameter value inside the object. If no route-model binding keys are explicitly registered for a parameter,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Percollate

    Percollate

    A command-line tool to turn web pages into beautiful, readable PDF

    Percollate is a command-line tool that turns web pages into beautifully formatted PDF, EPUB, or HTML files. By default, percollate processes URLs in parallel. Use the --wait option to process them sequentially instead, with a pause between items. The delay is specified in seconds, and can be zero. By default, percollate bundles all web pages in a single file. Use the --individual flag to export each source to a separate file. Additional CSS styles you can pass from the command line to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Yay

    Yay

    An AUR Helper written in Go

    Yay uses an hash cache for development packages. Normally it is updated at the end of the package install with the message Found git repo. If you transition between aur helpers and did not install the devel package using yay at some point, it is possible it never got added to the cache. yay -Y --gendb will fix the current version of every devel package and start checking from there. Yay resolves all dependencies ahead of time. You are free to edit the PKGBUILD in any way, but any problems you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tweepy

    Tweepy

    Twitter for Python

    An easy-to-use Python library for accessing the Twitter API. You can also use Git to clone the repository from GitHub to install the latest development version. The easiest way to install the latest version from PyPI is by using pip. Twitter requires all requests to use OAuth for authentication. The API class provides access to the entire twitter RESTful API methods. Each method can accept various parameters and return responses. When we invoke an API method most of the time returned back to us...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    stormos

    stormos

    making arch linux EASY for people coming over from windows and macOS!

    StormOS is a beginner friendly distribution based on Arch Linux. Developed by Ben Fitzpatrick, Seeker, rayzer1981, yugiohmaster88, xerolinux, linuxtechgeek, fishmanloveslinux and more. This distro's goal is to help bring new users over to the world of Arch Linux by offering an easy to install, out of the box Arch Linux experience. support us on gofundme: https://gofund.me/d954872d
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 18
    ArchEX Linux Live System

    ArchEX Linux Live System

    ArchEX is a new (240509/240101) Linux live System based on Arch Linux.

    WHAT IS IT? ArchEX 64bit is a new Linux live System based on Arch Linux. Arch motto is KISS ("Keep It Simple Stupid"). ArchEX uses kernel 6.8.9-arch1 and the Pantheon, KDE Plasma 6.0.4 and LXQt 1.4 Desktop Environments. Yay – An AUR Helper - is installed. ArchEX INSTALLER ArchEX can easily be installed to hard drive while running the system live. (From DVD/USB). You can then change locale from English to any other language. Slideshow: https://archex.exton.se/calamares-slideshow...
    Downloads: 46 This Week
    Last Update:
    See Project
  • 19
    LazSqlX

    LazSqlX

    Sql Manager for MsSql, MySql, Oracle, Sqlite, Firebird and PostgreSql

    Sql Manager for MsSql,MySql,Oracle, Sqlite, Firebird and PostgreSql For windows version no client libs needed to install, all is included in setup.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 20

    ArchCode

    ArchCode is an operating system focused for coding

    What is ArchCode? ArchCode is an Arch-based Linux distribution made for coders. It just teaches the user to work on their own and not rely on their system to do the things for them Why Arch-based? Arch is an open-source distribution that is lightweight and fast. It's also got the AUR (Arch User Repository) and the AUR helper (yay) What comes pre-installed? A lot of languages and tools like gcc, make, vim, python, openjdk, rust, vscode, neovim, etc. are shippied with the distro. It's...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    WingetPosh

    A helper for winget package manager

    A set of helper functions for Winget. Documentation on Github : https://github.com/Yves848/WingetPosh Install with : Install-Module -Name wingetposh -Scope CurrentUser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LVASI
    LVASI is a tool to automatically download and install more than a hundred software, it that makes the acquisition or reinstallation of your computer less tedious. To use LVASI, all you have to do is select the desired software from over 2 hundred available (202 to date) and launch the process. LVASI will then download the latest available versions of each selected software and install them without any action on your part. It is possible to just download the selection, and then install them...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    HomeworkHelper

    HomeworkHelper

    Homework Helper: Organize tasks, meet deadlines. Ideal for ADHD

    Homework Helper is a comprehensive and user-friendly application designed to assist students in effectively managing their homework and assignments. It provides a convenient and organized platform to keep track of upcoming tasks, due dates, subjects, and associated details. Developed with a focus on simplicity and usability, Homework Helper aims to support students, including those with ADHD or individuals struggling with task management, in staying organized and achieving academic success...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Markdown+Math

    Markdown+Math

    LaTeX Math for Markdown inside of Visual Studio Code

    mdmath allows to use of Visual Studio Code as a markdown editor capable of typesetting and rendering TeX math.K, In fact, it now reuses the built-in markdown viewer. KaTeX works inside as a fast math renderer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Scrabble Helper

    Keeps scores, play record, verifies words with built-in word database.

    Scrabble Helper makes playing the board game faster, easier, and more enjoyable by handling all the routine work and insuring accuracy. Read the documentation at www.aeyec.com/ScrabbleHelper. Version 2021.07.12. I would appreciate your emailing me (nfordSH@aeyec.com) to let me know whether or not you have any trouble installing SH or getting it to run. SH is written in VB6 which MS no longer supports, and it can take some jiggling to get VB6 programs to install sometimes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next