Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
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.
This project implements insert and remove operations on AVL trees. Comments in the source explain the implementation. Test applications perform a run-time check of insert and remove methods. A bashscript builds and executes the test applications.
A set of utility Korn Shell (ksh) script functions, unit tested, documented, and easy to use in your own scripts. Get latest code at http://sbr-ksh-utils.svn.sourceforge.net/viewvc/sbr-ksh-utils/ Use the "Download GNU tarball" link to get all files
The RBSEE (Remote BashScript Execution Engine) is set of the bashscript which allows user to send & execute scripts on a remote platform and then collect and assert results. Mainly used for test automation.
Interactive PHP shell Create an interactive environment to debug php line by line. It enables you to execute php code as if it were a command line in a similar setting to bash and psh (perl shell).
shUnit2 is a unit testing framework for shell scripts (eg. sh, bash) that is modelled after the JUnit framework. It is designed to make unit testing in shell as simple as possible.
>> This project is now hosted on GitHub (https://github.com/kward/shunit2). <<
Another SiteCOPY (ascopy) is a command-line tool to maintain remote copies of websites and is completely written in Bash, so no compilation required and very portable.
libtool-cache is a Perl script that caches the commands executed by GNU libtool to increase compilation speed primarily on systems running Microsoft Windows and using Cygwin. It caches both compile and link commands.
Epto is a small library and framework for industrial strength shellscript programming with sh. It features convenient error handling, tracing, logging, option handling, documentation template, process level transaction safety (sort of), and more.
getAbsPath is a C header (getAbsPath.h) or an ANSI C tool (getAbsPath) which
converts relative unix/win32 pathes to absolute ones. It uses current working directory (CWD) as basis. Use it e.g. for finding out the current path of a shellscript