Showing 217 open source projects for "sh"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Windows Native Unix Shell (wnus prompt)

    Windows Native Unix Shell (wnus prompt)

    A comprehensive Unix/Linux-like shell environment for Windows 7+ 64bit

    ...It requires git, gcc, g++, and docker exes in path if you wish to use them. otherwise you do not need them for wnus to run. Windows 10 or Windows 11 highly recommended. Screenshot are of older version the app still looks the same, Now sh has access to all built-in commands from subshell.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    vash

    vash means Visual Assistant Shell, for everyday interaction with unix

    Visual Assistant Shell, is yet another visual shell with main idea not hide unix command line from user but increases speed of system responce; Vash runs as a supershell over /bin/sh (bash) providing a set of tools such as command line editor, arguments substitution, parameterized histoty, hotkey scripting, etc.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3

    C++ Complex Calculator

    C++ complex calculator with arrays, matrices, eigenvectors, functions

    This is a command line C++ code which compiles and links using gnu g++. It has scientific notation, scientific functions, complex integration including path integrals, and loops with tests. User defined functions are strings. A variable may simultaneously represent a scalar, an array, and a string. Arrays up to ten dimensions are allowed. Householder reduction is used for determinants, eigenvectors, and QR matrix factorization. Class Matrix and class Polynomial facilitate finding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    WA2L/edrc

    WA2L/edrc

    E D R C - Enterprise Disaster Recovery Console.

    ... ◆ 𝗨𝗧𝗜𝗟𝗜𝗧𝗜𝗘𝗦 - https://sourceforge.net/projects/wa2l-edrc/files/edrc-release/ → README ◆ 𝗙𝗘𝗔𝗧𝗨𝗥𝗘𝗦 - https://wa2l-edrc.sourceforge.net/manuals/man1/EDRC.1.html - https://wa2l-edrc.sourceforge.net/manuals/man1/edrcintro.1.html ◆ 𝗣𝗔𝗖𝗞𝗔𝗚𝗘 𝗗𝗢𝗖𝗨𝗠𝗘𝗡𝗧𝗔𝗧𝗜𝗢𝗡 - http://wa2l-edrc.sourceforge.net/ ◆ 𝗦𝗘𝗘 𝗔𝗟𝗦𝗢 🚩 - https://sourceforge.net/p/wa2l-edrc/wiki/Home/ ◆ 𝗣𝗔𝗖𝗞𝗔𝗚𝗘 𝗙𝗢𝗥𝗠𝗔𝗧 The package is distributed in the following format: - edrc_WA2L-<VERSION>-<DATE>.sh (interactive shell archive) ◆ 𝗢𝗧𝗛𝗘𝗥 𝗣𝗥𝗢𝗝𝗘𝗖𝗧𝗦 - https://sourceforge.net/projects/wa2l-wintools/ - https://sourceforge.net/projects/wa2l-simplebackup/ .
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    DocWire SDK

    DocWire SDK

    Award-winning modern data processing SDK in C++20

    DocWire SDK, a standout C++20AI driven data processing tool, has received award from SourceForge and strong backing from Microsoft. It handles nearly 100 file types, empowering efficient text extraction, web data extraction, and document analysis. For businesses, the shift to DocWire SDK signifies a leap forward. It promises comprehensive document format support and the ability to extract valuable insights from email boxes, databases, and websites using cutting-edge AI. DocWire SDK aims to...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    Quaternion Lorentz

    Complex quaternion calculator with Lorentz boosts and rotations

    C++ code to perform the Lorentz boosts and rotations of special relativity using complex quaternions The interface is a complex quaternion console-based calculator with operations + - * / ^ and functions for Lorentz boosts and rotations. THEORY Complex quaternions have form q = A + B * I + C * J + D * K with A, B, C, D complex I * I = -1 , J * J = -1 , K * K = -1, I * J = K, J * I = -K , J * K = I,K * J = -I, K * I = J, I * K = -J Transpose T takes I into -I, J into -J, K...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    C++ FFT

    C++ radix 2 & 3 multi-dimension complex FFT & graphical test program

    ...The new array has the original data centered, except when a dimension size is increased by an odd number, the zero padding on the left is one less than the zero padding on the right. This FFT code is in is own namespace and is in one source file and one include file. There is a separate C++ graphical test program. There are bash .sh build scripts to build everything together, to build the static library, to build the dynamic link library, and to build the test program either statically or dynamically linked. STL libraries such as std::complex, std::vector, and std::string are used. For 2D and higher dimension FFT's, parallel concurrent execution can optionally be done using std::thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    ...The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies delimiting character, which is in between your input columns -t specifies page title -h specifies a header Browse marks.html with browser now, either by double clicking file, from file manager or inputting location on your browser. ...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9

    dft_installer.sh

    Automated Installer for VASP, SIESTA, their libraries and utilities

    Automated Installer for VASP, SIESTA, and their libraries and utilities for serial and parallel modes in a Linux environment. (dft_installer.sh) Gustavo Domínguez Rodríguez, Gabriel Iván Canto Santana, Jorge Alejandro Tapia Gonzalez, Cesar Alberto Cab Cauich High-performance scientific software is commonly compiled on the computing system, for optimizing it according to its specific characteristics. However, this compilation is often a tedious and limiting process, which frequently...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    getavi.sh

    getavi.sh helper script for youtube-dl to listing and choose video

    1. Description ============== getavi.sh is a simple linux / gnu bash helper script for youtube-dl to: listing and choose video format from URL # getavi.sh # v1.0,.. "Black|: Terminal" B&C Test beta script # Leszek Ostachowski® (© 2016 2022) @GPL V2 # youtube-dl helper for listing and choose video format from URL # Dependency: youtube-dl # Usage: bash getavi.sh # Arguments: at least <URL\> [ folder for downlads ]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Arch Linux Desktop Install

    Arch Linux Desktop Install

    Arch Linux Desktop installer

    ...Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi After reboot and your network ready, download the script : curl -L archdi.sf.net/archdi > archdi or if sourceforge is down : curl -L matmoul.github.io/archdi > archdi And run the script : sh archdi Or you can install it on your system with sh archdi -i And then you can use archdi cmd. With this, you can make your updates or install your packages later. You can watch my videos to show how to use it : https://www.youtube.com/playlist?list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq This package is only a launcher for archdi-pkg. ...
    Downloads: 52 This Week
    Last Update:
    See Project
  • 12
    Arch Linux Fast Install

    Arch Linux Fast Install

    Install Arch Linux with 2 lines of code

    ...list=PLytHgIKLV1caHlCrcTSkm5OF2WSVI1_Sq How to use : Boot with the Arch Linux image : https://www.archlinux.org/download/ Download the script : wget archfi.sf.net/archfi or if sourceforge is down : wget matmoul.github.io/archfi And launch the script : sh archfi
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • 13
    Rayshade

    Rayshade

    Rayshade raytracer

    ...export CFLAGS="$CFLAGS -DPOPEN -DUSE_CPP" [ -n "$WITH_URT" ] && { CFLAGS="$CFLAGS -I/usr/local/include -DURT" LDFLAGS="$LDFLAGS -L/usr/local/lib64" LIBS=" /usr/local/lib64/librle.a export LDFLAGS LIBS } sh ./configure
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    tmpmail

    tmpmail

    A temporary email right from your terminal written in POSIX

    ...A temporary email right from your terminal written in POSIX sh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    kiekiam

    executes a command, tags, timestamps and logs its stdout && stderr

    KIEKIAM (wherewhen in esperanto). A (ba|z)sh script that: - calls and external command to execute, - logs to a stream or file its stdout && stderr, - possibly timestamps and/or tags logged output and/or original console streams, - displays those outputs to console with no lag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    srand.sh

    Switch of rotation X Screen display and fb konsole

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    vdd-sh

    sh write extract {*.iso,*.img,*.squashfs} image to usb device volume

    Program in bash script language to write or extract image file {*.iso,*.img,*.squashfs} to usb, device or volume
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    treeshell

    treeshell

    Eclipse Shell Script Editor with Tree View. Opens No-Extension-Files.

    ...NOTE2: if you see bad bugs you can try 'Files' -> 'previous releases' in the menu. Download the *.jar file into the 'plugins' sub-directory of your Eclipse installation and restart Eclipse. This will automatically associate the editor with all *.sh files and all files without extensions, e.g. 'sshDisable' but also 'README'. If you'd like to avoid association with no-extension-files or upgrade to a newer version see this link https://sourceforge.net/p/treeshell/wiki/AdvInst
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Malicious Script Detector

    A script that searches a file for potentially malicious commands/code.

    This script is designed to search throughout a file for instances of code/commands that could potentially be used for malicious purposes. Since basically all Linux commands are not designed for malicious purposes, scripts that perform certain tasks, such as system administration, will be shown as possibly malicious due to potential use of sudo/su or user/group management commands. Currently, the usage is limited to scanning for Linux commands, but there are plans to expand usage to other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Steganography Sh

    A Steganographic File on Gang Stalking ... ;

    # bash ./ steganography.sh , A Steganographic File on Gang Stalking ... ;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    forbiddenmanu-builds

    Some sh*t by @forbiddenmanu XD

    Welcome to my Android builds project.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    pure sh bible

    pure sh bible

    A collection of pure POSIX sh alternatives to external processes

    pure sh bible is a collection of shell scripting recipes written strictly in POSIX sh, without relying on Bash-only or external utilities unless absolutely necessary. The goal is to show that you can do a surprising amount with just portable, “pure” shell, which makes your scripts work across many Unix-like systems out of the box. Each snippet solves a common task (string handling, arrays, math, file operations, argument parsing) and is written in a way that favors clarity and portability over clever one-liners. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    mcrcon

    mcrcon

    Console based rcon client for minecraft servers.

    Mcrcon is IPv6 compliant minecraft rcon client with bukkit coloring support. It is well suited for remote administration and to be used as part of automated server maintenance scripts. - Does not trigger "IO: Broken pipe" or "IO: Connection reset" spam bug on server side. - Has workaround for server side bug (https://bugs.mojang.com/browse/MC-154617) ****************************************************************** Further development and new releases has moved to Github Github...
    Leader badge
    Downloads: 113 This Week
    Last Update:
    See Project
  • 25
    Scriper

    Scriper

    .Net Core desktop application for running scripts

    ...Simply add script to Scriper and run it by run button. Actual version supports these file extensions (scripts): Windows Proccess - .bat PowerShell - .ps1, .ps2 Python - .py Exe - .exe Linux Shell - .sh Javascript - .js Wiki https://github.com/Gramli/Scriper/wiki
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB