Showing 15 open source projects for "squash"

View related business solutions
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 1
    SQUASH DOS 8086 with playback music

    SQUASH DOS 8086 with playback music

    PONG-Like game with playback music (example of pseudo-multitasking)

    * DISCLAIMER OF ALL WARRANTIES * SQUASH - PONG-Like game with playback music (example of pseudo-multitasking demonstration) Pur assembly 8086 code. SQUASH.EXE : Main program (Launch subprograms...) SNDSVRA.COM : Sound Server Part (Level) A (Loaded in Memory) : TSR (Terminate and Stay in Resident) by Cyril BARBATO : Song player based on "sounder" written by ohammadalfarisi, many thanks ;-) (https://medium.com/@mohammadalfarisi00) SNDSTOP.COM : Sound Server Stop SQPA.COM : Squash Game Part (Level) A : Based on fork of PONG written by roozbehsayadi, many thanks ;-) (github : roozbehsayadi/Pong-Game) many thanks to roozbehsayadi ;-) -> See SRC : All Source codes : MAKE.BAT for Building Make a donation to contribute to development https://bacciel.com/donate/donate.html Many thanks Cyril
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Laravel Migrations Generator

    Laravel Migrations Generator

    Generate your migrations from an existing database schema

    Automatically generate your migrations from an existing database schema. Generate Laravel Migrations from an existing database, including indexes and foreign keys. Laravel Migrations Generator will first generate all the tables, columns and indexes, and afterwards setup all the foreign key constraints. So make sure you include all the tables listed in the foreign keys so that they are present when the foreign keys are created.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Git Interactive Rebase Tool

    Git Interactive Rebase Tool

    Native cross-platform full feature terminal-based sequence editor

    Native cross-platform full feature terminal-based sequence editor for interactive rebase in Git 1.7.8+. Built and works on Linux, macOS, Windows and many others. Easily set the action to pick, squash, fixup, edit, reword and drop. Reorder the action list with a single key press. Change action and reorder multiple lines at once with visual mode. View the commit overview, and a full commit diff with a press of a key. Easily edit the command that is run by an exec command. Need to do something in your Git editor? Quickly shell out to your editor, make a change and return to the tool. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    GitSavvy

    GitSavvy

    Full git and GitHub integration with Sublime Text

    Sublime Text plugin providing probably all git has to offer. Sublime Text 2 is not supported. Also, GitSavvy takes advantage of modern features of Sublime Text (like annotations). For the best experience, use the latest Sublime Text dev build. The documentation is probably outdated. Yeah it's sad but you can contribute and I will eventually get onto it but every special view has help available, just press ?. GitSavvy requires Git versions at or greater than 2.18.0. basic Git functionality;...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    git-delete-merged-branches

    git-delete-merged-branches

    Command-line tool to delete merged Git branches

    A convenient command-line tool helping you keep repositories clean. Supports deletion of both local and remote branches. Detects multiple forms of de-facto merges (rebase merges, squash merges (needs --effort=3), single or range cherry-picks… leveraging git cherry). Supports workflows with multiple release branches, e.g. only delete branches that have been merged to all of master, dev and staging. Quick interactive configuration. Provider agnostic: Works with GitHub, GitLab, Gitea and any other Git hosting. Takes safety seriously. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    xpenguins

    xpenguins

    Running and flying penguins on your desktop

    ...By default it will be penguins - they drop in from the top of the screen, walk along the tops of your windows, up the side of your windows, levitate, skateboard, and do other similarly exciting things. Be careful when you move windows as the little guys squash easily.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 7
    puppy linux  F96CE_XFCE_FUSILLI 4.4

    puppy linux F96CE_XFCE_FUSILLI 4.4

    We are working on a more attractive puppy linux, based in F96CE puppy

    Puppy Linux F96CE_XFCE_Fusilli 4.4 is an exceptional and user-friendly operating system that seamlessly blends power and simplicity, offering an unparalleled computing experience. Designed with efficiency in mind, this lightweight distribution boasts the XFCE desktop environment, providing a perfect balance between functionality and resource conservation. Ease of use is at the forefront of Puppy Linux F96CE_XFCE_Fusilli 4.4, making it an ideal choice for both beginners and seasoned users....
    Downloads: 43 This Week
    Last Update:
    See Project
  • 8
    git-reflow

    git-reflow

    Reflow automatically creates pull requests

    Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template. Enforce code reviews across your team. Know that your entire team delivers code the same way. Reduce the knowledge needed to deliver great code. Have a commit history that's clean and actually usable. Revert features with ease (if needed). Work with diverse teams with less worry about different processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    git-notify

    git-notify

    Communicate important updates to your team via git commit messages

    ...Just add "git-notify:" to your git commit message, and anything that follows will be displayed when another developer pulls that commit, or switches from a branch that does not contain that commit to one that does. If you're using a merge or squash commit strategy on GitHub, you can also add them to the extended commit message when landing a PR. git-notify will display a message for every "git-notify:" prefix it finds in the commit log that was just pulled/merged/rebased/checked out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deploy Apps in Seconds with Cloud Run Icon
    Deploy Apps in Seconds with Cloud Run

    Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.

    Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
    Try Cloud Run Free
  • 10
    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
  • 11
    Squash TM

    Squash TM

    Squash TM is an open source tool for test repositories management.

    Squash TM is the test repository manager found in the open source Squash toolkit. It enables the management of requirements, test cases and campaigns execution in a multiproject context. Based on an ergonomic and intuitive interface, Squash is also "full web" making it an easy tool to deploy. Squash TM is the result of a new development in Java (OSGi, Spring 3, Spring MVC, Hibernate, JasperReport, Jquery).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    sudosh2

    Project moved to github: https://github.com/squash/sudosh2

    ...Sudosh records all keystrokes and output and can play back the session as just like a VCR. Sudosh2 is a continuation of the development of sudosh. Development is no longer done at sourceforge, please see https://github.com/squash/sudosh2 for the current tree.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    SkyRiotFree

    SkyRiot Free For Android

    ...Full 360-degree aiming along with total freedom of movement will keep you glued to your device for many hours as you blast your way across over 10 game maps. The fascist regime will squash your airborne rebellion with laser equipped police officers, bazooka toting soldiers, law enforcing surveillance orbs, jet fighter airplanes, grenade throwing prison guards, even a jetpack powered security force.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    squash ladder PHP - a modular web application and content management system for automating the running of online sports and gaming ladders - written in PHP / MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Squashy est un mini-jeu de squash programmé en C avec la librairie SDL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB