Showing 208 open source projects for "basic scripts"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Build Secure Enterprise Apps Fast with Retool Icon
    Build Secure Enterprise Apps Fast with Retool

    Stop wasting engineering hours. Build secure, production-grade apps that connect directly to your company’s SQL and APIs.

    Create internal software that meets enterprise security standards. Retool connects to your business data—databases, APIs, and vector stores while ensuring compliance with granular permissions and audit logs. Whether on our cloud or self-hosted, build the dashboards and admin panels your organization needs without compromising on security or control.
    Learn More
  • 1

    UnixShellUtils

    basic collection of Unix Shell utilities to build projects on Windows

    This is a basic collection of Unix Shell utilities (make, sh, echo, rm, etc.) and other utilities (SRecord) used to build projects using advanced Make scripts. Sources: - [MSYS] (http://www.mingw.org/wiki/MSYS/) a collection of GNU utilities such as bash, make, gawk and grep to allow building of applications and programs which depend on traditionally Unix tools to be present
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Arch-Scripted

    Arch ISO with easy install scripts

    This ISO will quickly install Arch with some basic default settings. The install scripts are in arch-install, after system auto-login. There are versions for BIOS and UEFI. They will automatically call the correct post script. (post pacstrap) As they are, these install scripts set the following: . 1G boot partition on /dev/sda . Remainder of the disk for / on /dev/sda . a 2G swapfile on / . locale set to en_US.UTF-8 . localtime set to Americas/New_York . mirrors updated and ranked from the Arch mirror server, using Reflector. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    bget

    A package manager for Windows scripts.

    Bget is a batch-file command-line tool for handling Windows scripts. It is built to be a companion to those who write, use and maintain Windows scripts. It helps those who use scripts easily download, update and remove scripts. It’s built for scripters, by scripters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    react-scripts-ts

    react-scripts-ts

    Create React apps using typescript with no build configuration

    ...Since 2.16.0, the template uses different tsconfig files for both development and production mode. For the latter, unfortunately, the path resolver is not smart enough to fall back to the basic tsconfig.json in case the expected tsconfig.prod.json is not present, so you have to create this file manually. Since 2.13.0, typescript is listed as a peer dependency of react-scripts-ts. For projects generated with at least this version, the init script takes care of properly installing it as dev dependency to the generated projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    bashj : a bash mutant with java support

    bashj : a bash mutant with java support

    with bashj, you can insert java code & libraries into bash scripts

    ...Math tools . Swing UI tools . Inter process tools between multiple bash process (and java process) . Host registry ... Basic examples: #!/usr/bin/bashj echo Math.cos(0.5) echo Math.hypot(3.0,4.0) echo System.getProperty("java.runtime.version") #!/usr/bin/bashj #!java public static int factorial(int n) {if (n<=0) return(0); if (n==1) return(1); return(n*factorial(n-1));} #!bashj echo j.factorial(10)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Kickster

    Kickster

    Worry-free deploying to GitHub Pages using Jekyll

    Kickster provides a basic Jekyll project setup packed with web best practises and useful optimization tools increasing your overall project quality. Kickster ships with automated and worry-free deployment scripts for GitHub Pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Nishang

    Nishang

    Offensive PowerShell for red team and penetration testing

    ...In all cases, the function name is same as the script name. Nishang scripts are flagged by many Anti Viruses as malicious. The scrripts on a target are meant to be used in memory which is very easy to do with PowerShell. Two basic methods to execute PowerShell scripts in memory. Use the in-memory dowload and execute: Use below command to execute a PowerShell script from a remote shell, meterpreter native shell, a web shell etc. and the function exported by it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Car Sales Management System Codeigniter

    Car Sales Management System Codeigniter

    Car Sales Management System, Vehicle Sales Management in Codeigniter

    Vehicle Sales Management System Built on Codeigniter 2.x Framework Features : Front End with Vehicles Added from Back-end with details Back-end login system for admins, employees Different Controlling for Admin and Employee New Employee Adding for doing Sales , Adding new vehicles Admin Features : # Add, Edit , Delete almost anything(Including new users), Sell vehicles, See customer Details Employee Features : # Add vehicles only and Sell them to new clients with their...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    CalclipseMath

    CalclipseMath

    Java math expression parser and script interpreter

    ...With a few lines of code CalM enables your application to evaluate user-supplied mathematical expressions, such as "e^(sin .25pi)" and "(sqrt e)^(sqrt 2)". The standard configuration of the parser has a wide variety of mathematical operations, ranging from basic arithmetic, trigonometry, combinatorics, linear algebra and more. CalM includes a script interpreter which is based on the math parser. The CalM scripting language lets you define your own functions and variables. These may be exported and used in other scripts. The scripting framework supports a component type called MComp (Math Component). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Zendesk: The Complete Customer Service Solution Icon
    Zendesk: The Complete Customer Service Solution

    Discover AI-powered, award-winning customer service software trusted by 200k customers

    Equip your agents with powerful AI tools and workflows that boost efficiency and elevate customer experiences across every channel.
    Learn More
  • 10
    TESTIMAGES

    TESTIMAGES

    Testing images for scientific purposes

    The TESTIMAGES archive is a huge and free collection of sample images designed for analysis and quality assessment of different kinds of displays and image processing techniques. The archive includes more than 2 million images originally acquired and divided in three different categories: SAMPLING and SAMPLING_PATTERNS (aimed at testing resampling algorithms), COLOR (aimed at testing color rendering on different displays) and PATTERNS (aimed at testing the rendering of standard geometrical...
    Leader badge
    Downloads: 113 This Week
    Last Update:
    See Project
  • 11
    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: 58 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    SteamEngine is a new open-source UO server emulator coded in C#, which can read and run Sphere scripts. It`s domains are supposed to be extreme customizability even for non-programmers, and a clean and readable codebase. The project is now abandoned. The "intended for the public" phase ended long ago. The "OldCode" repository is that (if that still works). Then for a while we intended it for the UO shard moria.cz, but that didn't succeed either, and the shard is now defunct. The last...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    HTML File List Creator

    HTML File List Creator

    Easily create an html list of your local files.

    HTML File List Creator is a simple application that creates an html list of the content of a folder on your hard disk, assuming that an exact copy of your local folder will be copied in a web space. So, the html list will not contains the links to the local files/folders, but links with a specified http url address. Example This is your local folder with some files: C:\MYAPP\guide.html C:\MYAPP\tutorial.avi C:\MYAPP\DOCS\document.pdf Now, we assume that the content of MYAPP...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Complex Artificial Intelligence (CAI)

    Complex Artificial Intelligence (CAI)

    As the name suggests its a project about artificial intelligence .

    Most of us know thoroughly that an AI can be very useful in our day-to-day tasks and especially when they related to our and public interests . In this project we have many source codes of Visual basic script (VBS) which deal with our system much intelligently that the errors are minimum . These scripts most commonly provide information about - 1. Current Location 2. Local Weather 3. WorldWide News (in Alpha Phase 2) 5. Information from Wikipedia (in Alpha Phase 2) 6. Dictionay (in Beta Phase 2) 4. System Diagnostics ( in Beta Phase 2) 5. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    vsSolutionBuildEvent (vsSBE)

    vsSolutionBuildEvent (vsSBE)

    Control everything: Visual Studio, MSBuild Tools, CI, and more ...

    https://github.com/3F/vsSolutionBuildEvent Advanced handler of the most events from MS Visual Studio and MSBuild tools. Compile and automate everything in the same manner even without VisualStudio. Full control and flexible multi-actions for basic pre/post events and other additional such as: CommandEvent, Errors, Warnings, Cancel-Build, Output-Build, Transmitter, Logging Ability to handle events for all subprojects at once from the whole solution as an Solution-Events or individually for each separately. Various modes for everything: Files Mode, Operation Mode, Interpreter Mode, Script Mode, Targets Mode, C# Mode Supports additional MSBuild features & SBE-Scripts engine for your awesome ideas. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    myPHPed

    Simple Web-based environment for PHP scripting in programming class

    Simple Web-based environment for writing and testing PHP scripts in a programming classroom.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PDBManip

    PDBManip

    PDBManip is a free program for editing PDB (Protein Data Bank) Files

    ...There is a bunch of free programs on the internet for the same purpose. What discriminate between PDBManip and those programs is that PDBManip uses AngelScript language which is very similar to C/C++ language, to write scripts to do our editing tasks. I know that the text-manipulation script languages such as Awk and Perl are available, and many users, uses these to do their works. However, in developing PDBManip, I have customized scripting language, by adding predefined PDB related variables and functions, in such a way that a user with a very basic knowledge of programming can easily write very eligible scripts, even for very complicated editing and manipulating tasks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Notepad3

    Notepad3

    Light-weight Scintilla-based text editor with syntax highlighting

    Notepad3 is a fast and light-weight Scintilla-based text editor with syntax highlighting. Notepad3 is an excellent replacement for the default Windows text editor. Notepad3 offers many extra features over Notepad. It has a small memory footprint, but is powerful enough to handle most programming jobs.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 20
    Relay Fullstack

    Relay Fullstack

    Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express

    Relay Fullstack is a Relay scaffolding application that aims to help you get up and running a project without worrying about integrating tools. It comes with many modern technologies; Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS. Relay Fullstack is also using Hot-reload to real-time update the screen whenever any code changes. Built with Relay, React, and GraphQL that make your app insanely fast and scalable. Come with Webpack, Babel, HMR, Eslint,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SD Download Manager

    SD Download Manager

    Download anything from the Internet, with 32 connections and quickly

    A fast download manager with 32 connection for download anything from internet SD Download Manager is a advanced and powerful tool to increase download speed up-to 500%, resume broken/dead downloads. SD Download Manager uses sophisticated dynamic segmentation algorithm,data compression and connection reuse to speed up the download process. SD Download Manager supports HTTP, HTTPS and FTP protocols, firewalls, proxy servers, automatic proxy scripts, file redirects, cookies,...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 22
    Application Installer
    Application installer can be used to install applications without having to start and install every application individually. The program can automatically start every installer and install the applications.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 23

    ScriptSDK

    .NET based API for Stealth Client

    ScriptSDK is my personal vision of handling scripts via API in .NET. A longer while ago, Maxwell a user from stealth forum, introduced an up-to-date variant of scriptdotnet2.dll inspired by code written by Neo, Orich and me. The library provide all the functionality imported from stealth to native .NET but never provided managed classes or extensions like making coding for the average user more easy and more interesting. After toying with that code for over 1 year i started...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Relaunch64

    Relaunch64

    Relaunch64 is a program (text-editor) for C64-asm-coding.

    Relaunch64 is a program (text-editor) for asm-coding on Windows, Mac and Linux, written in Java. This editor works together with common crossassembler like Kick Assembler, ACME or c64tass. Beside the typical texteditor-features, Relaunch64 offers special syntax highlighting, user-defined scripts for compiling and running sources, easy navigation through all opened source code files, auto-completion and much more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CODDNS

    CODDNS

    Custom Open Dynamic DNS, an integrated solution for DNS management.

    The coddns system is a HTML-PHP-DB console working through scripts with Bind9 to provide a dynamic DNS resolution over the hosts registered through the console. It has two work modes: WAN Mode: This is the default work mode, coddns will act as resolver for every host registered. In the moment you provide a tag and an IP, the system will resolve any query made over that tag into the IP you set. If the IP is dynamic, and you have installed the coddns client into your PC, raspberry Pi...
    Downloads: 0 This Week
    Last Update:
    See Project