Showing 1033 open source projects for "git%20bash"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    CuteReport

    CuteReport

    Qt based report solution

    CuteReport is a report solution like Jasper Report, Crystal Reports or FastReport, but based on Qt framework. It can be easily used with any Qt application. In general, CuteReport consists of two parts: core library and template designer. Both are totally modular and theirs functionality can be easily extended by writing additional modules. It's totally abstract of used data and can use as storage: file system, database, version control systems, etc. The project's goal is to provide...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    Cygwin Ports

    Cygwin Ports

    Repository of desktops and programs for the Cygwin platform

    A large repository of open-source programs built for Cygwin, including X11 desktops, language interpreters, multimedia frameworks, cross-compiler toolchains, and much more. Also hosted here is the cygport tool for building Cygwin packages. cygport releases and the Ports Git repositories are hosted here; Ports packages are available from the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Crispy Checksum

    Crispy Checksum

    Track your file and folder changes and detect corruptions

    ...Using its intuitive user interface, you can view changes in that folder and update the checksum file(s) continuously. You can obtain the source code at: https://crispy-cow.de/git/cchksum.git/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    sbdiff

    sbdiff is a frontend for (GNU) diff with colorized side by side output

    sbdiff is a frontend for (GNU) diff. It compares files and directories line by line, outputs the files side-by-side in two columns and colorizes the differences. Because it is a console application, no GUI is necessary.
    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
    A modeling and simulation tool for Routing problems on Graphs, tccrouter is a java desktop application that provides a 2d map for building graphs and simulating a variety of real world routing solutions: Shortest path, TSP, VRP, VRP-TW. Check Git repository. https://github.com/guilhebl/routerapp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CMake BASIS

    CMake BASIS

    Build system And Software Implementation Standard

    ...This is accomplished by combining and documenting some of the best practices and utilities available. More importantly, BASIS supplies a fully integrated suite of functionality to make the whole process seamless! Check out the web site for more information. The Git repository of this project is hosted on GitHub. Some interesting facts about this project can be found on Ohloh at https://www.ohloh.net/p/cmake-basis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    fi11

    Testprojekte der fi11

    Aktuell stehen zwei Projekte zur Verfügung: IBAN_Rechner (git: https://sourceforge.net/p/fi11/code/) fi11-ip (subversion: https://sourceforge.net/p/fi11/svn/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    v3c

    automake wrapper + C/C++ utility toolkit

    v3c is a build framework that ties in with GNU make, providing "boilerplate" code for the most common use cases of building software. Among its capabilities are doxygen documentation integration, Git version control integration, configurable build modes (for debug and release builds, for example), and the ability to specify most configurable options in the top-level makefile. It also provides a general purpose C++ class library for use in client projects. See treedb, meta-treedb, v3c-dcom and v3c-qt as examples of projects that use the v3c build framework.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    The system performs administration of the users with Internet access through a static IP addresses or PPPoE sessions, limits their speed and automatically stops the service provided after a specified date. Get the latest development version. git clone https://github.com/mysticall/imslu.git
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Puszi

    Puszi

    Puszi (K.I.S.S.) Livarp_cli + Opossum window manager

    *Puszi is based on Livarp_cli (https://arpinux.org/livarp/livarp04/cli.html) with the addition of Xorg and Opossum Window Manager as default.(README) (https://sourceforge.net/projects/opossum/?source=directory) *ISO Debian Jessie 8.6 base (default US locale) *Software included: ceni (http://antix.daveserver.info/jessie/pool/main/c/ceni/ grubrepair i3 (Window Manager-vanilla) Lilyterm (http://lilyterm.luna.com.tw/) Refracta Tools(...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    jekyll-version-plugin

    jekyll-version-plugin

    Liquid tag plugin for Jekyll rendering a version identifier for Jekyll

    A Liquid tag plugin for Jekyll that renders a version identifier for your Jekyll site sourced from the git repository containing your code. Great if you want to display the version of your project on your site automatically each time your site is built. Identify and highlight the build of your project by calling the tag from your Jekyll project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    adms
    ADMS is a code generator that converts electrical compact device models specified in high-level description language into ready-to-compile c code for the API of spice simulators. Repository migrated to: https://github.com/Qucs/ADMS For checkout do: git clone https://github.com/Qucs/ADMS.git
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    ghooks

    ghooks

    Simple git hooks

    ...Add a config.ghooks entry in your package.json and simply specify which git hooks you want and their corresponding commands. The hooks' working directory is relative to the git root (where you have your .git directory). This means that if your package.json is in a subdirectory of your git repository, you'll need to cd into the directory before running any npm scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    VersionPress

    VersionPress

    Git-based version control for WordPress. Whoa!

    VersionPress is a free and open-source plugin that brings the full power of Git to WordPress. Its key strength is that it version-controls not just files but also the database. VersionPress automatically creates Git commits for both file and database changes, in natural language. Plugins break, people make mistakes; sometimes, you just want that good old Undo button. Git took the pain out of file merging; VersionPress does the same for WP database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    mergepbx

    mergepbx

    script for merging XCode project files in git

    ...Simply adding files can lead to merge conflicts that have to be solved manually, although it would be possible to resolve the conflict automatically if the merge algorithm would be aware of the structure of Xcode's project file. After long and annoying merge sessions in one of my projects, I came to the conclusion, that writing a merge driver for git which understands the structure of the project file would be a worthwhile endeavour, as it would save me from solving the merge conflicts for my co-workers. Unfortunately, that script was finished only after the project ended. However, as I didn't want to let the work go to waste, this script is now published as open source under the GNU GPL 3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gestão - Gerenciamento Empresarial

    Gestão - Gerenciamento Empresarial

    Gestão Empresarial Gratuito

    ATENÇÃO - Baixem o arquivo SQL em Files para importar no MySQL e os arquivos php em GIT, e coloquem na raíz do Apache e editem o arquivo config.php com os dados de conexão do MySQL. Não visamos lucro com esse projeto, apenas conhecimento. Sistema feito em PHP, de maneira simplificada e não orientada a objetos, com o objetivo de auxiliar pequenas empresas e novos micro empresários. O sistema possui uma estrutura completa, desde Financeiro, Controle de Estoque, Ordens de Serviço e futuramente NFe. ## Estamos aceitando qualquer tipo ajuda ( ajuda em programação não em $$ ) ## *Update - já estamos trabalhando em uma versão mobile multiplataforma (WEB BASED). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Rapid Spanning Tree Protocol (RSTP) implementation for Linux. This project is active on http://git.kernel.org/cgit/linux/kernel/git/shemminger/rstp.git/?h=master but not much forum and support for cross compiling and for bug report and fix. Here it is forked to help and maintain forum.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    cybcon89

    cybcon89

    Crawl and ouput WAS configuration

    The project moved to Bitbucket: GIT https://bitbucket.org/Cybcon/websphere-as-configcrawler/src/master/ Please checkout the Bitbucket GIT repo for updates after v0.644.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AnthillaOS

    AnthillaOS

    a linux based readonly image as appliance

    Visit also: https://github.com/Anthilla/AnthillaOS For more updated Informations. Usable as test/dev exercise for appliances An x86 64bit gentoo image customized for readonly usage as appliances, fully functional and complete of more than 1000 pkg based on a gentoo+systemd distro. Hypervisor (kvm or xen) Storage (ZFS and Gluster) Container (Docker) Networking (iproute2, nftable, OpenVSwitch, Bird) Antd (http://www.anthilla.com/en/software/antd/ ) web based...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    doil

    depend order install list ; apt-get w/total depends

    ...see manual for why else total depends do change order. at time of writing no other tool in BSD, debian, etc did total depends except by tsort which how used was wrong. * has ability to do work for src pkg, like git/apt-get -s but more, but is not fully implemented due to disperate pkging rules etc NEWS! * big improvements since 9 * more likely packaging (using automake) * real darn close to beta ! (doil was examples/ in dep-trace)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GeoGig

    GeoGig

    Distributed Version Control System for Geospatial data

    Welcome to the GeoGig project, exploring the use of distributed management of spatial data. GeoGig draws inspiration from Git, but adapts its core concepts to handle versioning of geospatial data. Users are able to import raw geospatial data (currently from Shapefiles, PostGIS or SpatiaLite) in to a repository where every change to the data is tracked. These changes can be viewed in a history, reverted to older versions, branched in to sandboxed areas, merged back in, and pushed to remote repositories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    zsh-git-prompt

    zsh-git-prompt

    Informative git prompt for zsh

    zsh-git-prompt is a Z shell prompt script that displays rich Git repository information in your shell prompt, such as branch, ahead/behind status, staged changes, conflicts, and more. It enhances developer productivity in version-controlled workflows. There is now a Haskell implementation as well, which can be four to six times faster than the Python one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ghdl-updates

    GHDL - a VHDL simulator

    ...On other systems, getting GHDL from here means downloading the current source package and building GHDL from source. Alternatively you can get the latest source version (warning : occasionally unstable!) by pulling a snapshot from the git repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Web10g Enabled Kernels

    These are prebuilt Web10G enabled kernels.

    Generic kernels (from Kernel.org) built with Web10g support enabled. For more information about Web10g please see http://web10g.org/. A git repo of the kernel source is available from http://github.com/rapier1/web10g (look for the kis tagged commits).
    Downloads: 0 This Week
    Last Update:
    See Project