Showing 12 open source projects for "hotfix"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    git-flow-next

    git-flow-next

    Git extensions to provide high-level repository operations

    ...The underlying workflow was first described in 2010 and is designed around two long-lived branches (master (or main) for production-ready code, and develop for integration) and multiple supporting short-lived branches (feature, release, hotfix) for day-to-day development. With git-flow, each type of branch has explicit purpose and merge rules: features merge back into develop, release branches prepare towards master, and hotfixes branch off master for urgent repairs. The repository you referenced provides the actual shell scripts (and wrappers) implementing sub‐commands like git flow feature start, git flow release finish, etc., making the workflow operational rather than purely conceptual.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Git-Flow Maven Plugin

    Git-Flow Maven Plugin

    The Git-Flow Maven Plugin supports various Git workflows

    A Maven plugin for managing GitFlow workflow, automating branch and version management in projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Mango DSL

    Mango DSL

    MangoFix is a DSL which syntax is very similar to Objective-C

    MangoFix is a DSL which syntax is very similar to Objective-C, MangoFix is also an iOS App hotfix SDK. You can use MangoFix method replace any Objective-C or Swift method (Support Swfit from MangoFxi 1.5).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    hbx2020.3.1

    .3.1 - Hotfix Release

    Live details Name - Live Password - 12345 This is a hotfix release of HBX2020.3. I found a glitch in the HBX Tools AIO script and this has now been fixed. I have also changed around and renamed the following app - QT5 Settings. I know this is isn't a big deal, however its a big deal to myself and it needed correcting a.s.a.p
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 5
    git-flow (AVH Edition)

    git-flow (AVH Edition)

    AVH Edition of the git extensions to provide high-level repository ops

    A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model. This fork adds functionality not added to the original branch. For those who use the Bash or ZSH shell, you can use my fork of git-flow-completion which includes several additions for git-flow (AVH Edition), or you can use the original git-flow-completion project by bobthecow. Both offer tab-completion for git-flow subcommands and branch names with my fork including...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Robust

    Robust

    Android HotFix solution with high compatibility and high stability

    Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without a reboot. Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without publishing apk. Support fixing at method level,including static methods. Support add classes and methods. Support ProGuard,including inline methods or changing methods' signature.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    NVMe for Windows 2003 Server

    Community OFA NVMe Storport for Windows Server 2003 R2 SP2

    The following driver is a patched version of the original Community OFA NVMe Storport Miniport driver. You should install the latest storport hotfix KB943545 from Microsoft. This hotfix contains driver version 5.2.3790.4173 of storport.sys. After this hotfix is applied you can install the NVMe driver as usual. My tests have been done with a Samsung M2 SSD Evo 960 500 GB.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Tinker Imitator

    Tinker Imitator

    Implementation of WeChat to update resources and native libraries

    ...Demo apps showing patch application. Dex hotfix patching (differential dex replacement).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    KiCAD BOM Excel Add-Ins

    Consolidate your Bill of Materials

    ...You can find the latest version http://www.cybercircuits.co.nz/web/kicad-excel-addin-consolidate-bill-of-materials If you are looking for this Add-in bundled with KiCad in a Portable package please see https://sourceforge.net/projects/kicad4-portable/ Known Issues: Microsoft Office 2010 on a computer running Windows 7 will report an invalid signature. Since version 2.1 the application is digitally signed using SHA2. Microsoft released a hotfix intended to correct this problem. See https://support.microsoft.com/en-nz/kb/2598139
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    White Knight

    White Knight

    Machine Shutdown Security Tool

    ...This project seeks to provide a quick any easy low overhead solution that will shut your computer down to trigger your full disk encryption before an unsophisticated adversary has time to extract sensitive data. News: Alpha 0.04 Hotfix Update - Passwords now work! - Successfully tested against USB Rubber Ducky! This release I worked on building out a class that can be used to start offensive attacks on the target USB. Two options have been enabled for this release, the ability gather a log of all files on the incoming device & the ability to calculate the SHA1 of the incoming drive's files. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    git-flow

    git-flow

    Git extensions to provide high-level repository operations

    ...Instead of memorizing the choreography, you run high-level commands like git flow init, git flow feature start/finish, git flow release start/finish, and git flow hotfix to create, merge, and tag branches following a consistent structure. The model separates long-lived master (or main) and develop branches, encourages topic branches for features, and formalizes release and hotfix flows, which helps teams coordinate work and control what reaches production. The scripts enforce naming conventions, guide merges in the right direction, and add version tags to releases so you keep a clean, auditable history. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12
    myHfChk has as goal to provide automated hotfix/patch checking for Windows 2000/NT/... systems. Checking should be done on a regular basis without user intervention, and the system administrator(s) should be informed of the results in a way they prefer (e
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB