Showing 30 open source projects for "script%20injector"

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
  • Polygon Software | Apparel Software | PLM and ERP Solutions Icon
    Polygon Software | Apparel Software | PLM and ERP Solutions

    Small to mid-sized sewn goods manufacturers and textile mills.

    PolyPM is an integrated enterprise resource planning (ERP) and product lifecycle management (PLM) solution developed by Polygon Software. Built for small to medium-sized apparel manufacturers, PolyPM enables businesses to integrate all aspects of the product development, supply chain and production processes, as well as instantly access all their style and manufacturing information anywhere in the world. This allows businesses to shorten time-to-market, incur lower development costs, and improve customer service and worker productivity.
    Learn More
  • 1
    HyDE Linux

    HyDE Linux

    Aesthetic, dynamic and minimal dots for Arch hyprland

    HyDE Linux is an aesthetic, dynamic and minimal dots for Arch hyprland. The installation script is designed for a minimal Arch Linux install, but may work on some Arch-based distros. While installing HyDE alongside another DE/WM should work, due to it being a heavily customized setup, it will conflict with your GTK/Qt theming, Shell, SDDM, GRUB, etc., and is at your own risk. The install script will auto-detect an NVIDIA card and install nvidia-dkms drivers for your kernel.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    jekyll-theme-console

    jekyll-theme-console

    A jekyll theme inspired by linux consoles for hackers and developers

    A Jekyll theme with inspiration from Linux consoles for hackers, developers, and script kiddies.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    pangu.js

    pangu.js

    Opinionated paranoid text spacing in JavaScript

    pangu.js is a lightweight JavaScript library that automatically inserts proper spacing between Chinese, Japanese, or Korean (CJK) characters and Latin letters, numbers, or symbols. The goal is typographic polish: mixed-script text often becomes cramped or ambiguous without the correct spacing rules, and pangu.js fixes that reliably. It uses rule-based detection to walk text and add spaces where needed without altering the characters themselves. The library runs in browsers or Node.js, and can process raw strings, DOM nodes, or entire documents. Because it’s idempotent, applying it repeatedly won’t keep adding extra gaps, which makes it safe in pipelines. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    GRUB2 THEMES

    GRUB2 THEMES

    Modern Design theme for Grub2

    GRUB2 THEMES is an open-source collection of modern, visually appealing themes for the GRUB2 bootloader that enhance the graphical interface users see during system boot on Linux machines. Instead of the plain default GRUB menus, this project offers a set of sleek theme variants with custom backgrounds, icons, layouts, and resolutions that bring a more polished aesthetic to the early boot experience. Installation scripts provided in the repository automate applying themes to a system’s GRUB...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Rental Property Management Software Made Easy Icon
    Rental Property Management Software Made Easy

    Save 15 hours a month, put your rental portfolio on autopilot and make accounting a breeze.

    DoorLoop is built for property managers, management companies, owners, landlords, investors, community associations, or anyone managing any property worldwide.
    Learn More
  • 5
    Random Color

    Random Color

    A tiny script for generating attractive colors

    A color gen­er­a­tor for JavaScript. There are lots of clever one-lin­ers for gen­er­at­ing ran­dom col­ors. Unfortunately, this code nat­u­rally pro­duces murky greys, browns and greens. ran­dom­Color gen­er­ates at­trac­tive col­ors by de­fault. More specif­i­cally, ran­dom­Color pro­duces bright col­ors with a rea­son­ably high sat­u­ra­tion. This makes ran­dom­Color par­tic­u­larly use­ful for data vi­su­al­iza­tions and gen­er­a­tive art. Once you’ve in­cluded ran­dom­Color.js on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    script-server

    script-server

    Web UI for your scripts with execution management

    Script-server is a Web UI for scripts. As an administrator, you add your existing scripts into Script server and other users would be able to execute them via a web interface. The UI is very straightforward and can be used by non-tech people. No script modifications are needed - you configure each script in Script server and it creates the corresponding UI with parameters and takes care of validation, execution, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    uix-kit

    uix-kit

    A free web kits for fast web design and development

    ...Support JS, HTML, and SASS component library automatically packaged. It is used to develop the full-static website (HTML templates or for dynamic language integration). The demo depends on jQuery (you can completely rewrite the script if needed). And dist DOES NOT bundle any third-party script and style library, all libraries are loaded externally in the HTML file. Source: https://github.com/xizon/uix-kit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Jekflix Template

    Jekflix Template

    A Jekyll theme inspired by Netflix

    A theme for Jekyll inspired by Netflix panel for who loves movies and series and would like to have a blog with this cool appearance.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Keen UI

    Keen UI

    A lightweight Vue.js UI library with a simple API

    Keen UI is a Vue.js UI library with a simple API, inspired by Google's Material Design. Keen UI is not a CSS framework. Therefore, it doesn't include styles for a grid system, typography, etc. Instead, the focus is on interactive components that require Javascript. You should be able to use Keen UI with any page layout, structure, or CSS framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • CivicPlus Software for Parks and Recreation Teams Icon
    CivicPlus Software for Parks and Recreation Teams

    Local government parks and recreation departments

    Recreation departments within a local government provide more than recreational opportunities. They are a source of revenue but more importantly, directly impact the quality of life. Benefits include providing community connection and improving physical and mental health. Organizing such a broad portfolio of events, facilities, and people is no small task, so CivicPlus offers parks and recreation software geared specifically for local government needs.
    Learn More
  • 10
    TensorFlow Haskell

    TensorFlow Haskell

    Haskell bindings for TensorFlow

    ...As an expedient we use docker for building. Once you have docker working, the following commands will compile and run the tests. Run the install_macos_dependencies.sh script in the tools/ directory. The script installs dependencies via Homebrew and then downloads and installs the TensorFlow library on your machine under /usr/local. The stack.yaml file describes a NixOS environment containing the necessary dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pangu.py

    pangu.py

    Paranoid text spacing in Python

    pangu.py is a Python port of the Pangu spacing tool that automatically inserts proper whitespace between CJK characters and Latin letters, numbers, or symbols. Mixed-script text often becomes cramped or ambiguous, and this library applies simple but effective typography rules to make it instantly more readable. It works both as a Python library and a command-line utility, so you can process strings in code, tidy files in bulk, or wire it into documentation and build pipelines. The transformation is idempotent: running it multiple times won’t keep adding spaces, which makes it safe in automated workflows. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    PYWAL

    PYWAL

    Generate and change color-schemes on the fly

    ...It analyzes the input image, extracts a palette, and builds theme files for terminals, window managers, and various desktop applications so everything looks coordinated. The magic is that it’s not just a one-off script: it supports many terminals, shells, and launchers, and can export the colors in multiple formats (JSON, Xresources, CSS) for other programs to consume. It also includes a set of predefined themes if you don’t want to generate from an image. Many users integrate PYWAL into their login or wallpaper-change workflows so the desktop “breathes” with whatever image they set. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    mpv_thumbnail_script

    mpv_thumbnail_script

    A Lua script to show preview thumbnails in mpv's OSC seekbar

    mpv_thumbnail_script.lua is a script/replacement OSC for mpv to display preview thumbnails when hovering over the seek bar, without any external dependencies1, cross-platform-ly2. The script will also do multiple passes over the video, generating thumbnails with increasing frequency until the target is reached. This allows you to preview the end of the file before every thumbnail has been generated.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    Twinkas Script peer to Peer 10k only

    Get a Twinkas / MMM / Loopers Club /Recomitment Script etc

    You can get a fully functional Script from only N10000. Completely installed and setup for you. Everything works fine. Contact us 08178547182 TWINKAS SCRIPTS MMM SCRIPTS PEER TO PEER DONATION SCRIPTS TWINKAS 2.0 SCRIPT HELPING HANDS SCRIPT CHARITY DONATIONS SCRIPTS Donation Scripts. Ponzi script Twinkas Scripts Ponzi Scripts Twinkas 2.0 Script Original Twinkas Script MMM scripts Loopers Club Script Charity Ponzi scripts Donation Hub Scripts Peer to Peer Donation Script Donation Hub scripts Cash Making Ponzi Scripts Happy Ponzi Scripts Start a Ponzi Bussiness Ponzi script with complete installation and setup Ponzi script with installation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Open-Publisher

    Open-Publisher

    Using Jekyll to create outputs that can be used as Pandoc inputs

    Open publisher is really just a couple of bash scripts that wrap around Jekyll, Pandoc, KindleGen, and LaTeX, along with some custom Pandoc templates created with a focus on fiction. Write your manuscript in markdown, run a script, and receive some beautifully formatted ePub, Mobi, and print-ready PDF books.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    yunus and my other projects
    Yunus is a simple "visual" script language. Yunus is obsolete (left in 2004). However this site exhibits many projects; you will find my other "PHP, VS.NET, Flash, Delphi" projects. eOgr is my second complete application after Yunus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    UMD

    UMD

    Patterns for JavaScript modules that work everywhere

    ...These are modules which are capable of working everywhere, be it in the client, on the server or elsewhere. The UMD pattern typically attempts to offer compatibility with the most popular script loaders of the day (e.g RequireJS amongst others). In many cases it uses AMD as a base, with special-casing added to handle CommonJS compatibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Ajax Multiple Select Dropdown List

    An AJAX script that can be used te create dynamically multiple Select

    An AJAX script that can be used te create dynamically multiple Select lists with data from a MySQL table. When the user chooses an option from the Select list, it calls an Ajax function that acceses a PHP file that will return another select Drop down according to the option selected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Tina4PHP
    Tina4PHP - (This Is Not Another Framework 4 PHP) - A RAD Browser based Development tool with the Cross Database Engine for PHP as its foundation. Manage multiple developers and source on the same web driven application development tool.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    jpSizer

    jpSizer

    jpSizer - php user window information

    jpSizer is javascript script that informs PHP about user window sizes. Thanks to what you can render your site in proper sizes of elements
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ATS4 AppModel is an application flow design tool supporting application specification work, model based testing and test script generation. It provides simple interface to manage complex models. ATS4 AppModel is part of Nokia ATS tool family.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hybris Designer

    Hybris Designer

    Design Custom Hybris Applications and extend Core Model

    The objective of this project is to create a hybris accelerator for design and development of projects in an ecommerce suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    WebAppBuilder

    WebBuilder is a powerful rapid application development tool for creati

    WebBuilder is a powerful rapid application development tool for creating amazing web applications. .Browser based integrated development environment. .Rich component library. .Develop application easily and quickly. .High performance and high stability. .Cross Browser, database and operating system. .Server side script support. .Smart database access. http://www.putdb.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Syntax-translator

    Syntax-translator

    Small but nice syntax coloring PHP script

    Allow me to introduce - SyntaxTranslator. This small script-pack allows you to print PHP and HTML code in better way than just plain text. With straight code and CSS styles SyntaxTranslator becomes easy-to-use and really flexible script ^_^
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    WebBuilder

    WebBuilder is a powerful web application development tool

    WebBuilder is a powerful rapid application development tool for creating amazing web applications. .Browser based integrated development environment. .Develop application easily and quickly. .High performance and high stability. .Cross Browser, database and operating system. .Server side script support. .Smart database access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next