Showing 298 open source projects for "break"

View related business solutions
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 1
    GitHub Actions for Firebase

    GitHub Actions for Firebase

    GitHub Action for interacting with Firebase

    This Action for firebase-tools enables arbitrary actions with the firebase command-line client. Starting with version v2.1.2 each version release will point to a versioned docker image allowing for hardening our pipeline (so things don't break when I do something dump). On top of this, you can also point to a master version if you would like to test out what might not be deployed into a release yet. If you want to add a message to a deployment (e.g. the Git commit message) you need to take...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    LocustDB

    LocustDB

    Massively parallel, high performance analytics database

    ... with --load, the first line of each file is assumed to be a header containing the names for all columns. The type of each column will be derived automatically, but this might break for columns that contain a mixture of numbers/strings/empty entries. To persist data to disk in LocustDB's internal storage format (which allows fast queries from disk after the initial load), specify the storage location with --db-path.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TypeDB

    TypeDB

    TypeDB: a strongly-typed database

    TypeDB is a strongly-typed database with a rich and logical type system. TypeDB empowers you to tackle complex problems, and TypeQL is its query language.TypeDB is a database with a rich and logical type system. TypeDB empowers you to solve complex problems, using TypeQL as its query language. TypeDB provides a strong type system for developers to break down complex problems into meaningful and logical systems. Through TypeQL, TypeDB provides powerful abstractions over low-level and complex...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AWS SDK for Go v2

    AWS SDK for Go v2

    AWS SDK for the Go programming language

    ..., the Amazon S3 download and upload manager can automatically break up large objects into multiple parts and transfer them in parallel. Use the AWS SDK for Go Developer Guide to help you install, configure, and use the SDK. The guide provides configuration information, sample code, and an introduction to the SDK utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 5
    Layui UI

    Layui UI

    An open source Web UI component library

    layui is a set of open-source Web UI component library, which adopts its own classic modularization specifications and follows the development method of native HTML/CSS/JS. It is very easy to use and ready to use. Its style is simple and light, while its components are elegant and rich. Every detail from source code to usage method has been carefully crafted, which is very suitable for the rapid development of web interface. Layui is different from those front-end frameworks based on the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Reddit Enhancement Suite

    Reddit Enhancement Suite

    Reddit Enhancement Suite

    Community-driven unofficial browser extension for Reddit. Reddit Enhancement Suite has entered the maintenance-only mode. A suite of modules that enhance your Reddit browsing experience. Reddit Enhancement Suite is a community-driven unofficial browser extension for Reddit. Please note that RES is specifically designed to work on OLD reddit. Most functionality will not work on the redesign. RES is licensed under GPLv3, which means you're technically free to do whatever you wish in terms of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Administrate

    Administrate

    A Rails engine that helps you put together an admin dashboard

    ... as Rails Admin and ActiveAdmin, but aims to provide a better user experience for site admins, and to be easier for developers to customize. To accomplish these goals, Administrate follows a few guiding principles, such as support the simplest use cases, and let the user override defaults with standard tools such as plain Rails controllers and views, and break up the library into core components and plugins, so each component stays small and easy to maintain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    gqlgen

    gqlgen

    Go generate based graphql server library

    ... to strings or ints for models you have written yourself. gqlgen is a schema-first library, before writing code, you describe your API using the GraphQL Schema Definition Language. By default this goes into a file called schema.graphql but you can break it up into as many different files as you want. By default gqlgen will use any models in the model directory that match on name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    go-github

    go-github

    Go library for accessing the GitHub API

    go-github is a Go client library for accessing the GitHub API v3. Currently, go-github requires Go version 1.13 or greater. go-github tracks Go's version support policy. We do our best not to break older versions of Go if we don't have to, but due to tooling constraints, we don't always test older versions. If you're interested in using the GraphQL API v4, the recommended library is shurcooL/githubv4. go-github is compatible with modern Go releases in module mode. Resolve and add the package...
    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
    Stencil

    Stencil

    A web component compiler for building UI components

    .... Build cross-framework components and design systems on open web standards, and break free of Framework Churn. Stencil components are just Web Components, so they work with any major framework or no framework at all. Stencil was created to power the components for Ionic Framework, a cross-platform mobile development technology stack used by more than 5M developers worldwide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Relay

    Relay

    JavaScript framework for building data-driven React applications

    Relay is data-fetching turned declarative. Components declare their data dependencies, without worrying about how to fetch them. Relay guarantees that the data each component needs is fetched and available. This keeps components decoupled and promotes reuse. With Relay, components and their data dependencies can be quickly modified without modifying other parts of the system. That means you won't accidentally break other components as you refactor or make changes to your app. Relay's compiler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    chota

    chota

    A micro (3kb) CSS framework

    Chota is designed keeping in mind ease-of-use and minimalism, hence it doesn't use any preprocessor or complex build process. If you would still like to extend it further using SASS, head to palmiak's fork. When using a combination, the sized width column takes the size specified and the remaining is filled in by the flexible column. Create equal-width columns that span multiple rows by inserting a .is-full-width where you want the columns to break to a new line. Here .is-full-width is one...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Pipeline

    Pipeline

    Banzai Cloud Pipeline is a solution-oriented application platform

    Banzai Cloud Pipeline is a solution-oriented application platform which allows enterprises to develop, deploy and securely scale container-based applications in multi- and hybrid-cloud environments. Banzai Pipeline, or simply Pipeline is a tabletop reef break located in Hawaii, Oahu's North Shore. The most famous and infamous reef in the universe is the benchmark by which all other waves are measured. Banzai Cloud Pipeline is a solution-oriented application platform which allows enterprises...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tribuo

    Tribuo

    Tribuo - A Java machine learning library

    Tribuo* is a machine learning library written in Java. It provides tools for classification, regression, clustering, model development, and more. It provides a unified interface to many popular third-party ML libraries like xgboost and liblinear. With interfaces to native code, Tribuo also makes it possible to deploy models trained by Python libraries (e.g. scikit-learn, and pytorch) in a Java program. Tribuo is licensed under Apache 2.0. Remove the uncertainty around exactly which artifacts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Apache OpenOffice

    Apache OpenOffice

    The free and Open Source productivity suite

    Free alternative for Office productivity tools: Apache OpenOffice - formerly known as OpenOffice.org - is an open-source office productivity software suite containing word processor, spreadsheet, presentation, graphics, formula editor, and database management applications. OpenOffice is available in many languages, works on all common computers, stores data in ODF - the international open standard format - and is able to read and write files in other formats, included the format used by the...
    Leader badge
    Downloads: 260,901 This Week
    Last Update:
    See Project
  • 16
    EnvFile

    EnvFile

    EnvFile 3.x is a plugin for JetBrains IDEs

    ... about IDEA's internal implementation and make it work. Such integration is very fragile and it's not immediately clear if it will affect any existing integrations and when it will break. For that reason there is a special option to Enable Experimental Integrations that can be enabled when desired and should prevent other integrations from breaking.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    Blooket Hack

    Blooket Hack

    The original Blooket hack

    All of the hacks are sorted into the gamemode they can be used in. If you are a programmer and want to make your own codes for blooket make sure to check out the blooket library! The original Blooket hack v4.2.1 The Blooket Hack The Blooket Hack provided by shenke.
    Downloads: 68 This Week
    Last Update:
    See Project
  • 18
    YAT

    YAT

    Yet Another Terminal :: Serial Communication :: Engineer/Test/Debug

    Engineering, testing and debugging of serial communication. Supports RS-232/422/423/485 as well as TCP/IP Client/Server/AutoSocket, UDP/IP Client/Server/PairSocket and USB Ser/HID. Optimized for simple command sets of e.g. embedded systems.
    Leader badge
    Downloads: 715 This Week
    Last Update:
    See Project
  • 19
    Martian Proxy

    Martian Proxy

    Martian is a library for building custom HTTP/S proxies

    ... can be deployed anywhere that Go can target. Martian Proxy added support for Go modules since v3.0.0. If you use a Go version that does not support modules, this will break you. The latest version without Go modules support was tagged v2.1.0. For logging of requests and responses a logging modifier is available or HAR logs are available if the -har flag is used. Once Martian is running, you need to configure its behavior.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    CPU-Z

    CPU-Z

    freeware standalone application which gives users all information

    ... because it runs on a CPU and low memory, it does not have a negative effect on computer performance. It works smoothly without interrupting users work and shows all information without compelling Windows to break error messages, interrupts, or pop-ups. It is capable of old and modern systems so no worries for old golden systems. Information about Motherboard, COU, Memory and also DirectX Version. It has convenient installation and one of its features is an easy-to-use graphical interface.
    Leader badge
    Downloads: 50 This Week
    Last Update:
    See Project
  • 21
    JavaCPC Desktop - Java CPC Emulator
    Amstrad CPC-Emulator in JAVA, based on JEMU by R. Wilson. I am searching for good JAVA-coders who are also knowledgable in emulating 8bit homecomputers.
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 22
    Advanced Trigonometry Calculator

    Advanced Trigonometry Calculator

    Precision Trigonometry: Advanced Calculator for Complex Math

    Advanced Trigonometry Calculator is equipped with a user-friendly interface that allows for easy input of problems and instant computation. Professionals such as engineers who need to perform advanced trigonometric calculations in their work will find this tool extremely useful. More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by the Portuguese Renato Alexandre dos Santos Freitas. Also author of...
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 23
    SimpleDLL

    SimpleDLL

    Injects DLLs into PIDs using simple mechanics.

    A very lightweight DLL injector that does the create remote thread method to write to memory. All written in python with love by Wintoo32. This project will receive a monthly updates and tweaks to performance, expect something to break in the future >w<
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    FocusOS - Blocker Website, Apps, Calls

    FocusOS - Blocker Website, Apps, Calls

    Transforms Your Desktop + Phone into a 100 % distraction-free Area

    FocusOS transforms Your Computer + Phone into a 100 percent distraction-free Workplace. Use the power of whitelists to finish your project. Only use applications and web pages you need. Whitelist phone numbers that are allowed to call you. The tool FocusOS uses full automatic whitelists for programs, webpages and phone numbers. The blocker protects you from any distractions e.g. social media, games, chat programs, unwanted callers cannot distract you during the FocusOS...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25

    enervige

    A statistical tool to break the Vigenere cipher

    Enervige is a Python-based project for encryption, decryption, and cryptanalysis of text using the Caesar and Vigenère ciphers in French and English. The project includes advanced statistical techniques to break the Vigenère cipher using methods like frequency analysis, mutual index of coincidence (ICM), and Pearson's coefficient of correlation.
    Downloads: 0 This Week
    Last Update:
    See Project