Showing 105 open source projects for "brick"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    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
  • 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
  • 1
    Brick

    Brick

    A declarative Unix terminal UI library written in Haskell

    ...Event-handling is done by pattern-matching on incoming events and updating your application state. Under the hood, this library builds upon vty, so some knowledge of Vty will be necessary to use this library. Brick depends on vty-crossplatform, so Brick should work anywhere Vty works (Unix and Windows). Brick releases prior to 2.0 only support Unix-based systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Brick\Money

    Brick\Money

    A money and currency library for PHP

    Brick\Money is a PHP library designed to provide precise and reliable handling of monetary values using arbitrary-precision arithmetic, ensuring accuracy in financial calculations of any scale. Built on top of the brick/math library, it avoids floating point errors by using exact decimal representations, making it suitable for applications where correctness is critical, such as accounting and financial services.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Brick\Math

    Brick\Math

    Arbitrary-precision arithmetic library for PHP

    Brick Math is a PHP library that provides arbitrary-precision arithmetic for integers, rational numbers, and decimal numbers. It is designed to overcome the limitations of PHP’s native number handling, especially for applications dealing with large numbers, financial calculations, or scientific computations. Brick Math complies with standards like IEEE 754 and avoids rounding errors inherent to floating-point arithmetic.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    tetris

    tetris

    A terminal interface for Tetris

    ...People seem to have varying levels of success with the linux binary. Please note that it is compiled dynamically and hence should not be expected to work on most distros. This code is built on top of brick which makes building terminal user interfaces very accessible.
    Downloads: 10 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Curated Transformers

    Curated Transformers

    PyTorch library of curated Transformer models and their components

    State-of-the-art transformers, brick by brick. Curated Transformers is a transformer library for PyTorch. It provides state-of-the-art models that are composed of a set of reusable components. Supports state-of-the-art transformer models, including LLMs such as Falcon, Llama, and Dolly v2. Implementing a feature or bugfix benefits all models. For example, all models support 4/8-bit inference through the bitsandbytes library and each model can use the PyTorch meta device to avoid unnecessary allocations and initialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    winit

    winit

    Window handling library in pure Rust

    ...It can create windows and lets you handle events (for example the window being resized, a key being pressed, a mouse movement, etc.) produced by the window. Winit is designed to be a low-level brick in a hierarchy of libraries. Consequently, in order to show something on the window you need to use the platform-specific getters provided by winit, or another library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    cryptii

    cryptii

    Web app and framework offering modular conversion and encoding

    ...Encoders manipulate content by encoding or decoding in a specific way and using specific settings while Viewers allow users to access and edit the content fed into or outputted by Encoders in a certain way and format. Bricks can be arranged inside a Pipe. When the content gets edited inside a Viewer or when Brick settings get changed, the result propagates through the Pipe's Bricks in order and in both directions. Chain objects encapsulate UTF-8 text or binary-based content exchanged between Bricks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AxionOS-unofficial-ziti

    AxionOS-unofficial-ziti

    AxionOS Unofficial Support for OnePlus Nord CE3 5G [CPH2569/ZITI]

    Do Not use custom roms on OOS15.0.0.1301 or Do no revert to this OOS15 version. It will hard brick your device. For further discussion Check TG group @OnePlusNordCE35g
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    JDynamiTe, Dynamic Template in Java

    JDynamiTe, Dynamic Template in Java

    Dynamically generate documents from templates

    ...The main benefit of JDynamiTe is to allow a true separation between data (content), presentation (container) and content generation code (written in Java). JDynamiTe does not include a specific template language, and it is not a complete framework. It is a simple "brick" in your software architecture, a "glue" between your data model and your presentation model. JDynamiTe is a Java package, which is designed to be flexible and open. For more details and a lot of examples, visit the homepage here: http://jdynamite.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    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.
    Start Free
  • 10

    pixel spoof

    Magisk Modules tricks your device into thinking Its a Google Pixel

    I AM NOT RESPONSIBLE FOR ANY DAMAGE OR FINANCIAL LOSS Google Pixel Spoofs Trick your device into thinking it is a Google Pixel! Can this soft-brick my device? No, this will not soft-brick your device if you are running a custom rom, or a device with a stock, or nearly stock Android version, like Nokia, Motorolla, Oneplus, etc. It may be buggy on more bloated Android skins like Samsungs Oneui or Xiaomis Miui. What is the Safetynet Version? The safetynet versions does what the name says, they pass the safteynet test. ...
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 11
    Minecraft

    Minecraft

    Simple Minecraft-inspired program using Python and Pyglet

    Minecraft is a simple Minecraft-inspired demo written in Python using the Pyglet library for windowing, input, and OpenGL rendering. The project implements a first-person block world where you can walk around, jump, fly, and place or remove blocks using a small set of block types like brick, grass, and sand. It provides full WASD movement with mouse look and basic building controls, giving a surprisingly complete “sandbox” feel in only a small amount of Python code. The author explicitly describes a vision for the project as an educational tool: because many kids love Minecraft and Python is a friendly first programming language, the codebase is meant to be readable, hackable, and heavily commented so learners can tweak parameters like gravity or walking speed and see the effects immediately. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12

    Novellotyk

    Novellotyk is the engine for writing visual novels using freepascal

    Novellotyk is not a visual engine for writing visual novels using free pascal. The engine contains a demo game "Catch me a brick."
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Turbo_Charging
    The Tubro_Charging Module will help you to charge your device at 2850mA until 46°C. Use a 18W Charger Brick. Join Telegram Group for more future contents @immix_builds
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Python basic brick interface
    This project is a set of usefull classes to manage data from de database to the user interface. Based on a dictionary who match the DB table, the panel will be created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SDL-Ball

    SDL-Ball

    SDL-Ball is a DX-Ball/Breakout clone.

    SDL-Ball is a brick-breaking game with pretty graphics, for Linux, BSD and Windows. It is written in C++ using SDL and OpenGL.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    Arkanoid - Break the Bricks Game

    Arkanoid - Break the Bricks Game

    It is a Brick breaking game with lots of cool features.

    Welcome to Arkanoid - Break the Bricks v1.0.0.4 This game is a cross-platform, arcade game inspired by one of the most popular game of old time, The Arkanoid. This game is an approach to create a brick breaking game with more unique features and some new challenges with new cool look. Download and play this game and let me know how was the game. And don't forget to rate and review my project. # If you want to see some more cool features in the next version of this game, you can suggest me in Discussion Section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    KAREL 3D WebGL

    KAREL 3D WebGL

    Children's learning programming language Karel the Robot in 3D

    ...This is later variant from Karel the Robot in 3D, created in 1986 for 8bit microcomputer PMD 85-2. Support full recursion, create new commands, complex commands with condition from dialog and direct control with keys, language translation. Objects: brick, wall, mark, fence. Check out the Wiki (here) for more examples and pictures. Include ZIP with original historical manuals in Slovak language from years 1987 - 1990 Writen in HTML for fast universal use, including JavaScript code with Three engine. After download and unzip, runable (run html file) without installation in internet browser. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    haikuVM

    A Java VM for ARDUINO and other micros using the leJOS runtime.

    ...Yes, you can program an ARDUINO with JAVA! HaikuVM is so small that it even runs on an atmega8 (and the ASURO robot). And yes, you can program an ASURO robot with JAVA! And since version 1.4.0 the RCX lego brick.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Theme_Wii

    Tool to make theme files and install them right on the wii

    this tool will eventually let the user select a theme from a list of (70 now) themes and then install it to the wii
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    KAREL 3D C++  ( Karel the Robot in 3D )

    KAREL 3D C++ ( Karel the Robot in 3D )

    Karel - 3D language interpreter

    ...ZIP include source code and just one EXE file without install to direct Run KAREL-3D ( tested on Win10 x64 and Win7 x64 without MinGW compiller [ not need .dll ] ) Objects: brick, wall, mark, bridge. In Karel, currently can not be use Load or Save ( use Ctrl+C, Ctrl+V between the editor and Notepad ) Tip for Karel: Type command: FAST before commands for demonstrating maximum performance. First KAREL-3D is created in 1986 after Karel the Robot, in Slovakia ( before Czechoslovakia ) on 8 bit microcomputer PMD 85-2 for school kids to learn algorithm and what is programming, teach know how to solve a logical problem, like Spock and his children from the planet Vulcan ( live long and prosper ). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LeeGo

    LeeGo

    Declarative, configurable & highly reusable UI development

    LeeGo is a lightweight Swift framework that helps you decouple & modularise your UI component into small pieces of LEGO-style's bricks, to make UI development declarative, configurable and highly reusable. We all know that MVC pattern has some serious problems when dealing with a complex iOS project. Fortunately, there are also a bunch of approaches that aim to fix the problems, most of them mainly address the Controller part, such as MVP, MVVM, MVSM or VIPER. But there is barely a thing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    leJOS NXJ

    Java for the LEGO NXT Brick

    Downloads: 22 This Week
    Last Update:
    See Project
  • 24
    Brick Work Quantity Estimator

    Brick Work Quantity Estimator

    Tool used to estimate the quantity of bricks, cement and sand required

    The Brick Work Quantity Estimator is a software tool used to estimate the quantity of Brick, Cement and Sand required for building projects. It is designed with a feature to input data like brick and wall size in various unit systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    EV3 robot plays TicTacToe

    EV3 robot plays TicTacToe

    A robot, controlled by the LEGO EV3 Brick, plays TicTacToe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB