Showing 43 open source projects for "book"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 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
    Grimmory

    Grimmory

    Grimmory is the successor of booklore

    Grimmory is a self-hosted digital library management platform designed to help users organize, read, and manage their entire book collection in a centralized and fully controlled environment. As the successor to Booklore, it expands on the idea of personal knowledge ownership by allowing users to store and interact with books without relying on third-party cloud services. The platform supports a wide range of formats, including eBooks, PDFs, comics, and audiobooks, making it versatile for different types of media consumption. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Basic Computer Games

    Basic Computer Games

    An updated version of the classic "Basic Computer Games" book

    Basic Computer Games is a modern revitalization of the classic “Basic Computer Games” book’s collection of games, ported and expanded into various modern, memory-safe and scripting languages. It includes illustrative code examples of many classic games (e.g. Blackjack, Bowling) in multiple languages, with the goal of making the historical games accessible and educational in safe modern environments. Definitely use the most recent versions and features of the target language, but also try to...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Botania

    Botania

    A tech mod for Minecraft themed around the magic of nature

    ...It's carefully designed to ensure that nearly everything is fully automatable using vanilla and itself. After some thought, of course. The Lexica Botania is the compendium of nearly all knowledge about this mod. Easily craftable in-game using a book and a sapling, it gives you almost all the information you'll ever need to know about Botania.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Scid vs. PC

    Scid vs. PC

    Chess Database and Toolkit program

    ...It has many interface fixes and improvements, and is fully compatible with Scid's .si4 databases. New features include a rewritten Gamelist, Computer Tournament, and FICS, Tree, Book and Graph improvements.
    Leader badge
    Downloads: 917 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
  • 5
    Chess-gambiteer

    Chess-gambiteer

    Chess training program playing gambits

    ...Also included now are two options to watch an engine e.g. the 'aggressive' Patricia5 (with gambits) play against another engine (eg IM level). The engine gambit books are made in such a way that 1) real lousy gambits are not played, and 2) the book is choosing a gambit line as often as possible, so for Black it might go for e.g. a Benko gambit or so and if you let it play with White, a lot of 1.e4 gambits can be played. Thereby, if you try a gambit yourself, the program might try to a counter-gambit (or sometimes an unconventional line). It will play weak against other engines, and it not meant as to play very strong/perfectly, but for human opponents, the gambit lines will most often result in entertaining -not boring- games, and require quite some concentration to avoid tactical mistakes.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6

    eights

    ANSI terminal card patience.

    'Les Huits' is a patience game described in the Pan Book of Card Games. I think it is a very good game: it can come out half the time if you take every opportunity to order the cards in sequences, and it can seem impossible but come out when the last card is dealt. I could not find Les Huits on PySolFC. There is a one-pack game called Six by Six with similar rules. I use a Mac, and PySolFC had problems running on Macs, so I wrote eights.cpp which runs using ANSI-art on a terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BookWorm-Cheat Engine

    BookWorm-Cheat Engine

    BookWorm-Cheat Engine

    BookWorm-Cheat Engine For Book Score and others Need Cheat Engine Installed have some Expreince in Cheate Emgine At least Know GUI - Amir Housein Roudnahal
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Gosu

    Gosu

    2D game development library for Ruby and C++

    ...It’s also a great prototyping tool and should work for indie game development, though nobody has really tried that. In addition to the documentation linked from the sidebar, there is a free book by Mark Sobkowicz that will guide you through the creation of four different games.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Eschecs

    Eschecs

    UCI chess GUI

    Simple UCI chess GUI written in Pascal.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    Furby Mania Bedrock

    Furby Mania Bedrock

    Furby Mania Bedrock is a Minecraft mod that adds Furbies to your world

    ...Full details on functionality are available in game, via the Furby Manual Bookshelf, which can be added to the inventory the first time a world using the mod is loaded, or crafted by combining a book, redstone and sand.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11
    Amethyst Game Engine

    Amethyst Game Engine

    Data-oriented and data-driven game engine written in Rust

    Data-driven game engine written in Rust. Amethyst uses a rigorous Entity Component System (ECS) architecture to organize game logic. This abstracts away some of the parallelism work, allowing easier exploitation of multi-threading in games. The ECS is rich in features and very efficient, as it never does any memory locking while remaining entirely thread-safe. Amethyst uses gfx-rs to render graphics with Vulkan or Metal. It is meant to be used for 2D and 3D, with various utilities for both...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    lwjglbook

    lwjglbook

    Source code of the chapters of the book 3D Game Development with LWJGL

    lwjglbook-leg is the companion code repository for the “3D Game Development with LWJGL 3” book, offering a practical learning path for building a 3D game engine in Java using the Lightweight Java Game Library (LWJGL). It covers the implementation of a modern OpenGL-based engine from scratch, guiding readers through key concepts such as rendering, lighting, animation, input handling, and scene management. This project serves as an excellent educational resource for Java developers interested in graphics programming and game development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Agility Record Book

    Agility Record Book

    Dog agility trial result tracker

    Track your Agility dog trial results. Multiple dogs can be tracked in a single file. Many venues are supported. Windows and Mac are supported. Please note: ARB moved to GitHub on 2017-12-27: https://github.com/dconnet/AgilityBook
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    IMP - Irrlicht Music Player (Irrlicht)

    IMP - Irrlicht Music Player (Irrlicht)

    3D video music media player lyrics subtitles etc...

    ...(Karaoke) - Lyrics files can be ".txt" or ".srt" files (Subtitles) - Great to be used with friends, in a party, singing. - Great for little babies... (Add your voice reading bedtime stories, fairy tales, lullabies, etc...) - Great for children... (Add your voice reading a book, poetry, etc...) - Make "surprises" with your messages, etc... - Great to promote your band and your songs. (You can even create your own "video-clips") - Works great with your "heavy" music too! ;) - Use your imagination!... Many many examples are included in the "music" directory!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Book of Angels

    A Religous AD&D Clone

    Aphrodite gives books to an angel; and Ares steals them and hides them in the Earths. This starts a war between the gods and the mortals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SCDB 3 - Simple Comics Database

    SCDB 3 - Simple Comics Database

    A simple comic book inventory application for Linux, OS X and Windows.

    SCDB 3 is the third iteration of the Simple Comics Database. As the name implies, it is simple both in its function and how it is constructed. In function, it only stores the basic data needed to inventory a comics collection. In construction, it is built on common components to reduce complexity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Dimension Balls

    Dimension Balls

    A public domain cross platform 3D game

    ...Some of the code is left in an unfinished/testing state. This game was a learning experiment for me, and the math used is tested until it works for the game. After using the science math by the book, there were still flaws that could make the player get stuck under certain conditions (since floating point is not exact), and the workarounds for this are just my own ideas. Have looked at the code for other 3D games and there are mostly the same problems around collision detection and "hacks" to get it to "work".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Bible Reading Program

    Daily Reading Program

    BRP is a web based computer program to provide daily content from a list indexed by date, such as a daily Bible reading. It will work with anything arranged as book / chapter /verse. It is Open Source Free Software. Install / upload via phpMyAdmin to your web hosting, copy the files into a folder named /brp, and click on index.php to use it. For details please see readme.txt. It got updated 30 September 2015. Use the brp-2015 folder for the latest files. Email feature requests to jdnash@jdnash.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MinecraftBookEditor

    Create books for minecraft and add them directly to your inventory

    ...You can either write them out yourself, or use the quick import option which allows you to import a plain text document into the program. The text file is formatted for the minecraft book, and multiple pages are created if needed. You can then save the book directly into a players inventory. Just find the player data file, select the inventory slot you want the book placed into and then click save.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Elite Comix Reader

    Elite Comix Reader

    A simple java based comic book reader.

    A simple java based comic book reader. Reads .cbr, .cbz, .zip and .rar files. Image formats suported are jpg, png, bmp, wbmp etc. Reqirements : Requires jre 7 and javafx
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Jbookshelf

    Jbookshelf

    Jbookshelf is a portable library/video-library/collection manager!

    Jbookshelf is a Bookcase and a book/video/collection or even warehouse manager; it can tracks any changes and shows the aspect of your libraries. It is portable, try to install it on a usb stick! It need only the Java runtime environment(JRE). Follow it on Facebook or G+ !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    The Community Book Mod

    A mod for Minecraft that adds editable books to the game.

    Unlike other book mods, this one allows you to share your written stories with others! Now with SMP support!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Croatian Chess
    Croatian Chess is a collection of various chess variants, starting as a simple and natural enhancement to classical chess and growing ever more complex with each new variant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An Open Source portable pure Java game library with example games, Swing-based sprite animation engine, deployment framework, and firewall tunneling networking. The code is documented in the book Advanced Java Game Programming by David Wallace Croft.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Allows viewing of .cbr and .cbz comic book archives over an internet connection via a web browser. Extracts images from archives on demand, resizing them if necessary in order to be bandwidth/browser friendly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo