Showing 167 open source projects for "mi root tool"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    ensemble-verification-system

    ensemble-verification-system

    A software tool for verifying ensemble forecasts

    The Ensemble Verification System (EVS) is designed to verify ensemble forecasts of hydrologic and hydrometeorological variables, such as temperature, precipitation, and streamflow, issued at discrete forecast locations (points or areas).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    forever

    forever

    CLI tool for ensuring that a given script runs continuously

    A simple CLI tool for ensuring that a given script runs continuously (i.e. forever). Note that this project currently fully depends on the community for implementing fixes and new features. For new installations we encourage you to use pm2 or nodemon. If you are using forever programmatically you should install forever-monitor. There are two ways to use forever: through the command line or by using forever in your code. Note: If you are using forever programatically you should install forever...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    resetmsmice

    Fixes Abnormal Scroll Wheel Problems with Certain Microsoft Mice

    RECENT UPDATE: some recent linux distributions that have Wayland or Xorg that use libinput have this glitch fixed, so you might not need this utility. I have heard conflicting reports, so your mileage may vary. This package, resetmsmice, fixes scroll wheel issues with certain Wireless Microsoft mice in X.org (includes KDE & Gnome applications), where the vertical wheel scrolls abnormally fast. Only needed if you dual boot between Microsoft Windows and some linux distro. Known to fix the...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    laylaOS

    laylaOS

    Debian 11 Bullseye+dwm 6.2

    dwm window manager from suckless for speed and efficiency. laylaOS runs on a Debian 11 Bullseye base. I hope you enjoy your laylaOS experience. All feedback is most welcome. TEST folder for PRE releases. https://www.debian.org/ https://suckless.org/ mrneilypops@gmail.com
    Downloads: 4 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
    Learn More
  • 5
    Nautilus Core

    Nautilus Core

    Automation tools for deploying blockchain networks

    Naultilus Core is a tool to automate running Tezos Nodes. It allows customization of the most important node features, and easily running multiple nodes, along with different integrations to simplfy node interactions. With each Node in Archive mode, you can also start an instance of Conseil and Arronax. Nautilus Core is only supported in macOS and Linux. Running Tezos Nodes (particularly Archive Nodes) can take massive amounts of storage when fully synced (~300 GB). 16GB of memory...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    img

    img

    Standalone, daemon-less, unprivileged Dockerfile and OCI

    Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder. img is more cache-efficient than Docker and can also execute multiple build stages concurrently, as it internally uses BuildKit's DAG solver. The commands/UX are the same as docker {build, tag, push, pull, login, logout, save} so all you have to do is replace docker with img in your scripts, command line, and/or life. This is a glorified cli tool built on top of the build kit. The goal of this project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    google-access-helper

    google-access-helper

    google access helper

    Google Access Assistant cracked version, Google over the wall, Google ladder, Google ladder extension tool, Google store access, Chrome over the wall. Since the new version of Chrome has prohibited the installation of third-party applications, and this cracked version cannot be uploaded to the Chrome Web Store , it can only be run in developer mode. Clone warehouse: Click to download and unzip after downloading the file. Directly modify and delete the js file to retain the function...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    progrep

    progrep

    Utility to show live progress, status & stats for running simulations

    progrep is a command-line tool (Linux) to show live progress report, status & stats of a running simulation or compute job that executes a given number of iterations. It shows % completed, time remaining, time elapsed, number of threads, MPI_Rank(if any), CPU usage & speed (FPS). The FPS measures may be used in benchmarking, e.g. while optimizing HPC algorithms for performance. progrep supports both single-threaded and parallel (multicore/multinode - e.g. OpenMP/MPI) jobs. progrep can also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Laravel Echo Server

    Laravel Echo Server

    Socket.io server for Laravel Echo

    NodeJs server for Laravel Echo broadcasting with Socket.io. The CLI tool will help you set up a laravel-echo-server.json file in the root directory of your project. This file will be loaded by the server during start-up. You may edit this file later on to manage the configuration of your server. The Laravel Echo Server exposes a light HTTP API to perform broadcasting functionality. For security purposes, access to these endpoints from http referrers must be authenticated with an APP id and key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Innovate faster with enterprise-ready generative AI—enhanced by Gemini Icon
    Innovate faster with enterprise-ready generative AI—enhanced by Gemini

    Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case.

    Vertex AI offers everything you need to build and use generative AI—from AI solutions, to Search and Conversation, to 130+ foundation models, to a unified AI platform.
    Try for free
  • 10
    StructuredXmlEditor

    StructuredXmlEditor

    An editor for structured xml, providing a graphical interface

    An editor for structured xml, providing a graphical interface. This allows you to specify the format of the xml file using a definition file. This definition is then converted into a graphical editor that allows simple editing. Click 'create new' to be led through the process of creating the project file. It will prompt you to select the asset's root folder, then a folder to store definitions in. You can also select a premade ProjectRoot.xml file to use instead. Pick any number of files...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    CTREE Graphic Tree Generator for C

    An analysis tool showing the structure of a C program

    CTREE is a command line utility providing analysis tools useful to software engineers tasked with tracking down problems or verifying a program's soundness. It is also an aid to understanding the structure of unfamiliar programs. As it works with standard C it finds most of its utility in embedded systems and older software. CTREE comes with a comprehensive manual. CTREE is is released by Cleveland Engineering Design, LLC - developer of the CoRTOS cooperative...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Mi WiFi Passwords

    Mi WiFi Passwords

    A tool that helps users see all their PC WiFi passwords at a glimpse.

    MifiWiFiPasswords is a portable free software tool which helps people recover, view, search, retrieve, save and hack around all WiFi Networks passwords for the machine on which you run the software . It was initially developed in a single night by Blessed Jason Mwanza as a way to simplify the means on which to share and retrieve WiFi passwords to new users and members of his community. With MiWiFiPasswords version 2, Passwords for the machine on which you run the software...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Shipit

    Shipit

    Universal automation and deployment tool

    Install shipit command line tools and shipit-deploy in your project. Shipit is an automation engine and a deployment tool. Shipit provides a good alternative to Capistrano or other build tools. It is easy to deploy or to automate simple tasks on your remote servers. Shipit emits the init event once initialized, before any tasks are run. You can add custom event and listen to events. You can overwrite all default variables defined as part of the default object. If you can't call...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Axys Idle Closer

    Share Axys license seats more efficiently.

    New version v2020.07.25. Please view the Read Me notes section for more information. If your staff frequently see the maximum number of users reached message when trying to run Axys, then this small tool will help them. See features on how to install. AxysCloser is for companies that use the network version of Advent Axys. If the Axys windows have not been clicked in the specified number of idle minutes, then a countdown dialog window appears asking the user to keep Axys open. Clicking...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MimiPenguin

    MimiPenguin

    A tool to dump the login password from the current linux user

    A tool to dump the login password from the current linux desktop user. Adapted from the idea behind the popular Windows tool mimikatz. Takes advantage of cleartext credentials in memory by dumping the process and extracting lines that have a high probability of containing passwords. Will attempt to calculate each word's probability by checking hashes in memory, and regex searches. 2.0 introduces a clean port that aims to increase the speed of execution and portability
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    PlaylistForVolvo

    Playlist generator for Volvo cars

    Command line tool for Windows platform to generate playlists (m3u) for every folder on USB drive. Useful for Volvo cars. Playlists are gererated for first 2 levels of folder structure. Playlist names are generated by rule: 1. first level - _<folder name> 2. second level - <first 3 letters of root folder name>. <folder name> Playlist for folder contains all audio files in folder subtree. Recommended folder organization: 1. first level - genres 2. second level - albums Usage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Magic Mark Adjuster

    A tool to adjust (curve) grades.

    A tool for teachers/professors at secondary schools and universities. Helps adjust (or, curve) grades with a lot of flexibility by using a variety of methods. Marks are represented visually to simplify the process. Does not require deep knowledge of Excel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Dep

    Dep

    Go dependency management tool experiment

    Dep was an official experiment to implement a package manager for Go. While dep has many discrete components and moving parts, all of these parts revolve around a central model. Dep is a tool intended primarily for use by developers, to support the work of actually writing and shipping code. It is not intended for end users who are installing Go software - that's what go get does. It is strongly recommended that you use a released version of dep. While tip is never purposefully broken, its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Meaning Explorer

    A tool for analyzing the words of the Quran

    ... of this tool are Arabic Quranic scholars and linguists. The Meaning Explorer applies a new distributional semantic model to extract words’ significant co-occurrences from the Quran. This model is based on the Refined MI association measure applied to all words within a symmetric sliding window of five words surrounding the node word. The Refined MI association measure is chosen because of its remarkable ability ability to extract syntagmatic relations between the words of the Quran.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Walle

    Walle

    A new generation of channel package packaging artifact

    Walle, a new generation of channel package packaging artifact under the signature of Android Signature V2 Scheme. Wall-E generates channel packages by adding customized channel information to the blocks in the Apk APK Signature Block, thereby improving the efficiency of channel package generation. It can be used as a stand-alone tool or deployed on an HTTP server to process the upgraded network of the channel package Apk in real-time. ask. The way to generate the channel package is to assemble...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    crawler

    crawler

    A toolchain for bringing web2 to web3

    A toolchain for bringing web2 to web3. IPFS daemon should be launched. Download enwiki-latest-all-titles to crawler root dir. Basically, there are two main functions provided by crawler tool. The first one is to parse wiki titles and submit links between keywords and wiki pages. Also, crawler has separate command upload-duras-to-ipfs to upload files to local IPFS node. All DURAs are collected under single root unixfs directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    dwmX

    dwmX

    debian buster + dwm

    dwm window manager from suckless for speed and efficiency. dwmX runs on a default Debian 10 Buster base. I hope you enjoy your dwmX experience. All feedback is most welcome. TEST folder for PRE releases. mrneilypops (at) gmail (dot) com
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ULib

    ULib

    C++ application development framework, to help developers create apps

    ULib is a highly optimized class framework for writing C++ applications. I wrote this framework as my tool for writing applications in various contexts. It is a result of many years of work as a C++ programmer. I think, in my opinion, that its strongest points are simplicity, efficiency, and sophisticated debugging. ULib is meant as a very lightweight C++ library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uclibc along with posix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ADiGator

    ADiGator

    A MATLAB Automatic Differentiation Tool

    ADiGator is a source transformation via operator overloading tool for the automatic differentiation of mathematical functions written in MATLAB. Given a user written file, together with information on the inputs of said file, ADiGator uses forward mode automatic differentiation to generate a new file which contains the calculations required to compute the numeric derivatives of the original user function. Furthermore, these calculations are written entirely in the native MATLAB language...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    pyGear

    pyGear

    Precise gear geometry generator for spur and helical gears

    A python gear generator that serves as CAE/CAD-preprocessor for involute gears based on pythonOCC. It allows for the computation of dynamic properties and the creation of exact geometries from a minimal input set. PyGear can simulate the tool geometry and kinematics of standard gear hobbing tools to generate precise flank, tooth root and tip geometries. Disclosure: the software is open-source and free to use thanks to support received from http://smithbot.com, the easy-to-use AI crypto...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project