Open Source Unix Shell Software Development Software - Page 14

Unix Shell Software Development Software

View 5741 business solutions

Browse free open source Unix Shell Software Development Software and projects below. Use the toggles on the left to filter open source Unix Shell Software Development Software by OS, license, language, programming language, and project status.

  • 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
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Checkout - a simple file checkout script for the korn shell. This script makes it so that only one person can edit a source file at a time. Supports file history and a login system. Should also work in bash if you change the first line in the script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CityHash

    CityHash

    Automatically exported from Google code CityHash

    CityHash is a family of non-cryptographic hash functions optimized for extremely fast and high-quality hashing of strings on modern CPUs. Developed by Google, it is implemented in C++ and designed to efficiently handle both short and long inputs using techniques such as mixing operations and CPU-specific optimizations. CityHash offers multiple hash sizes—32-bit, 64-bit, 128-bit, and 256-bit variants—with the CRC-based versions leveraging hardware acceleration on CPUs that support SSE4.2 CRC32 instructions. The library emphasizes hashing performance and uniformity rather than cryptographic security, making it ideal for use in data structures like hash tables and distributed systems requiring rapid key lookups. CityHash has been rigorously tested using tools like SMHasher to ensure high-quality mixing and collision resistance across a wide range of inputs. Its speed and portability have made it a popular choice for developers needing dependable, lightweight hash functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Clairv is a Java framework based on Apache Lucene that adds search capability to your applications. Distributed indices over different machines are supported. A web front end will also be provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Classic HWUT - rename of previous HWUT

    Classic HWUT - rename of previous HWUT

    Software Unit Tests (Language Independent Approach)

    Automation of Unit and System Tests. Tests can be implemented in any language and on many platforms. The flexible approach enables the inclusion of many types of tests, such as memory leak checks (using valgrind), coding rule checks, complexity checks, etc. Tests are run by a simple call to hwut in a base directory of a project. In particular for C, HWUT supports make file generation using 'sos' and 'sols' modes. Remote control-able function stubs may be generated using the 'stub' mode. Test cases can be generated using the 'gen' mode, and state machine walkers by the 'sm_walker' mode. Over the last decade HWUT has matured towards a full fledged unit test tool for a wide variety of applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    Climate

    Climate

    The swiss-army knife of utility tools for Linux

    Climate is the ultimate command-line tool for Linux. It provides a huge number of command-line options for developers to automate their Linux system. This tool can be extremely helpful in learning various unix commands too. There is an option to print each command before they're executed to help you memorize them over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cloudbox

    Cloudbox

    Ansible-based solution for rapidly deploying a Docker media server

    Ansible allows for fast deployment of the Cloudbox server stack solution with minimal setup and in as little as 15 minutes. Cloudbox puts "all the pieces together" by automating server tasks, performance tweaks, and application setup, right out of the box. Applications in Docker containers are isolated from each other and allow for quick installs and easy uninstalls. Free and open-source software (FOSS). Collaborate on ideas and improvements. Build and share add-ons on the 'Community' repository. Store media on cloud storage to free up on local storage space. Use a domain name to access your server applications securely with SSL certificates from Let's Encrypt. Create backups directly on the cloud. Easily migrate to any server using the restore function. Engage with a large community of helpful members who share similar interests as you. Extend functionality by utilizing add-ons created by other members.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Cluster Orchestrator

    orchestrator / cluster deployment tool

    The Orchestrator server is responsible for distribution and launch of simple apply/rollback shell scripts in a particular order across multiple servers . If for any reason deployment is failing at a particular stage the process will stop and you can rollback any changes done until then. In case you want to deploy your code or just call your preferred DSC client to apply the configuration locally the Orchestrator can be a handy tool. The operation can be started manually or scheduled, depending on your needs. In terms of audit and trace capabilities, the system is collecting all console output of your shell scripts from all servers and saves the logs centrally for review.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Cmockery

    Cmockery

    A lightweight library to simplify and generalize writing unit tests

    Cmockery is a lightweight unit testing framework for the C programming language, designed to make writing and executing C tests simple and portable. It allows developers to test the logic of C modules in isolation by replacing external dependencies with mock functions. Cmockery focuses on testing functionality rather than environment-specific behavior, making it ideal for projects where code must run on diverse or constrained systems. Unlike many modern frameworks, Cmockery is compatible with older compilers and avoids dependencies on newer C language features, making it suitable for legacy codebases or embedded development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CobaltCMS is a powerful, lightweight and easily maintainable content management system written in PHP. It aims to provide basic features as standard, while allowing highly complex addons and extensions to be written easily and quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    CodeGuide

    CodeGuide

    This repository is a collection of the author, Xiao Fuge

    CodeGuide is a curated collection of Java development resources built from years of real-world engineering experience by the author, who has worked extensively in large-scale internet companies. The project serves as a structured and comprehensive learning path for developers who want to strengthen their understanding of Java fundamentals and core programming practices. It includes detailed explanations of design patterns, source code analysis, frameworks, algorithms, and real-world project cases. The repository emphasizes practical coding skills, providing examples that can be directly applied in professional software engineering. It also functions as a guide for both junior developers who want to grow into architects and experienced engineers who seek deeper mastery of system design. By combining educational material with hands-on examples, CodeGuide bridges the gap between theoretical learning and practical application in enterprise-level Java development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Coding WebIDE

    Coding WebIDE

    Coding WebIDE Community Edition

    Coding WebIDE Community Edition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    It\\\'s a small program which calculate number of operations that GNU make want to do and after that it shows progress of compilation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Community Linux

    Community Linux

    USB Drive Writable Linux Distribution

    Community Linux is a USB drive based fully functional writable Linux Distribution. It boots and runs with a comparable speed as a hard drive installation. Community Linux allows one to create a low cost solid state development and production platform. For new ComLin drive creation, one needs to download the full install (comlin-016.tar.gz) ... (not just the scripts) Update: Community Linux will now run on most every machine. Update: Added Sound drivers, Intelligent boot drive search. Upd
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Compojure-api

    Compojure-api

    Sweet web apis with Compojure & Swagger

    Stuff on top of Compojure for making sweet web apis. Schema & clojure.spec (2.0.0) for input & output data coercion. Swagger for api documentation, via ring-swagger & spec-tools. Async with async-ring, manifold and core.async (2.0.0). Client negotiable formats: JSON, EDN & Transit, optionally YAML and MessagePack. Data-driven resources. Bi-directional routing. Bundled middleware for common api behavior (exception handling, parameters & formats). Extendable route DSL via metadata handlers. Route functions & macros for putting things together, including the Swagger-UI via ring-swagger-ui. Requires Clojure 1.9.0 & Java 1.8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Conky Skin Chooser

    A now working console (GUI SOON!) skin manager for Conky.

    Conky Skin Chooser is a console application to manage conky skins. View the Home page to get started, find installation help, and to see revision history (Fun Stuff!). Did I forget to say it works now? It really does.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ConvertMake is a developer tool for Mac OS X that converts command line build systems into Apple's Xcode .xcodeproj project format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CopyRightNoticeGenerator

    Shell script and template for the GPL copy right notice.

    $. What it does? This tool walks down through the source directory tree. Within each directory node, it reads the files. By the file extension, you can specify which kind of the files to be read. While iterating those files, it inserts the comment lines for the copyright notice into each of them. Finally, the new files are written to the corresponding directory node under the destination directory tree. $. Default templates As default, I wrote the templates of the copryright notice of: GNU General Public License version 3 Apache License, Version 2.0 for the files with: .java .xml .sh .txt extensions. $. Example for how to use the 'here document' In the UNIX shell scripting, the idiom by 'here document' can make the variable substitution easier. And this shell script depends on the 'here document' expression. So, you can think of it as the example of how to use the 'here document'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Corredor is a robust general framework for performing software test automation. The suite aims to simplify the set up, maintenance, and running of tasks, supporting remote distribution, parallel execution, & dependancy hierarchies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Add logger code to all java files recursively from a given directory. If directory is not defined, the current directory is used. System.out.println are defaultly replaced by logger.fine but you can change the lever or do not replace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cress Tool Suite

    Cress Tool Suite

    Cress is a comprehensive toolset for graphical service/workflow design

    Cress (Communication Representation Employing Systematic Specification) allows graphical description of a wide variety of services such as in data communications/telecommunications, but Cress is not limited to this. The approach allows services to be described graphically as (work)flows of activities. Cress diagrams are automatically translated into formal languages for rigorous analysis and verification, and are also automatically translated into implementation languages for deployment and validation. Cress aims to make service design as easy as possible without requiring specialist development knowledge. It simplifies service creation to drawing diagrams, clicking buttons and defining a few tool parameters. All key functions of Cress can be controlled from the Chive diagram editor. Cress is written using portable and widely used languages (Perl and Java). It can be extended by a developer for other kinds of services that can be characterised by activity flows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    X-Dev (cross-dev) is a collection of shell scripts to build a cross-compiling environment and libraries to use with it. It's meant to be run from Linux and it's primary target is Windows (TM), other platforms will propably be supported later
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Customizer
    Cusotomizer is advanced LiveCD customization tool. With it you can build own distribution using Ubuntu-Mini-Remix ISO-image ( http://www.ubuntu-mini-remix.org/ ) or regular Ubuntu, Kubuntu, Xubuntu or Lubuntu ISO with a few mouse clicks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Utilities for Win32 Cygwin source and binary package maintainers. To configure, build, strip, produce diffs and generate cygwin specific template files. To put it simply: Convert Unix/Linux/Perl packages into complete Cygwin Net Releases. PROJECT MOVED. See Github user jaalto.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DNMP

    DNMP

    Docker LNMP (Nginx, PHP7/PHP5, MySQL, Redis)

    DNMP (Docker Nginx MySQL PHP) is an open-source project that provides a full-featured development environment for PHP applications using Docker. It combines Nginx, MySQL, and PHP into a single environment, making it easy to set up and manage PHP projects. DNMP is highly customizable, allowing developers to adjust configurations and add additional services as needed. It is designed to be developer-friendly and supports multi-version management of PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DO180-apps

    DO180-apps

    DO180 Repository for Sample Applications

    DO180-apps is an open source repository maintained by Red Hat Training that provides sample applications for the DO180 course, which focuses on container basics using Red Hat OpenShift. The repository includes multiple small applications written in different languages, such as Node.js, PHP, and simple front-end examples, designed to demonstrate containerization, deployment, and scaling on OpenShift. Learners use these apps to practice building, deploying, and managing workloads in a containerized environment. Each example is lightweight and structured to highlight specific OpenShift capabilities without unnecessary complexity. The repository plays a key role in hands-on labs and exercises for container training.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.