36 projects for "grand" with 1 filter applied:

  • 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
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    The Grand Complete Data Science Guide

    The Grand Complete Data Science Guide

    Data Science Guide With Videos And Materials

    The Grand Complete Data Science Materials is a repository curated by a data-science educator that aggregates a wide range of learning resources — from basic programming and math foundation to advanced topics in machine learning, deep learning, natural language processing, computer vision, and deployment practices — into a structured, centralized collection aimed at learners seeking a comprehensive path to data science mastery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    YimMenu

    YimMenu

    YimMenu, a GTA V menu protecting against a wide ranges

    YimMenu is an open-source modification menu for Grand Theft Auto V designed to enhance gameplay while providing protection against common crashes and disruptions encountered in online sessions. It operates as an injected module that interacts directly with the game engine, allowing users to access a wide range of in-game controls and customization options through an overlay interface.
    Downloads: 270 This Week
    Last Update:
    See Project
  • 3
    iOS Interview Questions

    iOS Interview Questions

    iOS interview questions

    This repository collects a broad, categorized list of interview questions (with expected answers) that are commonly asked in iOS or Swift engineering interviews. Topics range from language fundamentals (memory management, ARC, value vs. reference types), to UIKit/SwiftUI, concurrency, Grand Central Dispatch, background execution, networking, design patterns, system frameworks, and architecture decisions. Each question is usually backed by sample explanations or code snippets, helping candidates understand not just what to answer but why it matters and how to reason about tradeoffs. Because the repo is maintained, it evolves to reflect changes in the iOS ecosystem: for example, newer Swift concurrency, Combine, SwiftUI, structured concurrency, or recent platform APIs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SuperTuxKart
    SuperTuxKart is a kart racing game featuring Tux and friends. It is a fun-racer game, focusing on fun and ease of play.
    Leader badge
    Downloads: 702 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 5
    Nootka

    Nootka

    application to learn classical score notation.

    Nootka helps understand the basics of music notation: reading and practicing playing musical scores. ​Long story short: the user plays notes (melody) displayed by the app, which then in real time checks if the notes was played correctly. The application is free and open source. It works under Windows, Linux, Mac and Android...
    Leader badge
    Downloads: 53 This Week
    Last Update:
    See Project
  • 6
    Script Hook V .NET (SHVDN)

    Script Hook V .NET (SHVDN)

    An ASI plugin for Grand Theft Auto V

    ScriptHookVDotNet is an open-source scripting framework for Grand Theft Auto V that enables developers to create and run custom scripts using languages such as C# and VB within the game environment. It acts as a bridge between the game engine and managed code, allowing modders to interact with game systems through a structured and object-oriented API. Built on top of the original Script Hook V, it simplifies the scripting process by providing higher-level abstractions and reducing the need to work directly with low-level native functions. ...
    Downloads: 160 This Week
    Last Update:
    See Project
  • 7
    Propeller
    Bird land, vast and grand. Where seagulls swing, what a wonderful thing. Shiny beak and fluffy wings, also a bird that sings. *** This is a side scrolling shooter game that has many minigames. Windows: Click on the "files" tab, then download the zip file and unpack it, then run "Propeller.exe" to play. Run "Launcher.exe" if you want to start the game in windowed mode or mute the sounds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Hydra

    Hydra

    Lightweight full-featured Promises, Async & Await Library in Swift

    ...Its async and await helpers allow asynchronous tasks to be written in a more sequential style. Promises can be cancelled through invalidation tokens and executed on configurable Grand Central Dispatch queues. Operators include timeout, retry, recover, validate, map, zip, all, any, defer, pass, and always. Hydra supports Apple platforms and Linux and can be integrated through common Swift dependency-management systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Sugar for iOS

    Sugar for iOS

    Something sweet that goes great with your Cocoa

    Sugar is a sweetener for your Cocoa implementations. Gain easy access to main bundle information. To easily exclude operations from when you as a developer runs the application in the simulator, not subscribing to push notification or running analytics operations etc. Observe the keyboard showing and hiding events, and handle it.
    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
  • 10
    Repeat

    Repeat

    Modern Timer in Swift, Debouncer and Throttler

    Repeat is a lightweight Swift timer library built on Grand Central Dispatch as an alternative to NSTimer. Its compact APIs create repeating or one-time timers that can operate on background queues. Timer instances can be paused, started, resumed, and reset without creating replacements. Multiple observers can subscribe to the same timer, while weak callback references help reduce unwanted retention.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FalansterCity3D

    FalansterCity3D

    3D urban environment renderer : browser-app ; as well as a GTA clone

    Have You ever wondered what would be like the weirdest Grand Theft Auto clone ever made? Well, we are pretty close with the FalansterCity3D urban environment rendering-engine where You can also drive the cars in the city. And moreover, it's a browser-game, so it runs instantly in any internet-browser. Why not try it directly at the link below? http://nerdofalgorithms.altervista.org/secondary_pages/page_11.php Even on smarthones or whatever, as long as it has a browser and sufficient CPU-speed. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    iOS Tech Frontier

    iOS Tech Frontier

    Tanslates high-quality iOS technology, open source libraries

    ...Instead of simple how-to recipes, the project collects detailed explanations, system internals analyses, and real-world insights into core subsystems like memory management (ARC), threading and Grand Central Dispatch, Objective-C/Swift runtime behavior, UIKit rendering pipelines, and effective use of concurrency. It also covers architectural and performance topics such as dynamic layout optimization, view lifecycle subtleties, Swift language pitfalls, and integration with low-level APIs such as Metal or CoreAnimation. By aggregating authoritative references, experiments, and code snippets, the guide helps developers reason through tradeoffs, debug subtle issues, and architect large-scale iOS systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Alcibiade Chess

    Alcibiade Chess

    Next generation web chess club

    From the creator of MKGI Chess Club comes this next generation chess club. Completely re-written from scratch on the latest software frameworks, it features: social networks connection, scalable data storage, stunning graphics and much more to come. This project has two parts: - A Java Chess library containing board models, rules and PGN format management - A complete Chess web application based on the core Java library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pax

    Pax

    A Wargame

    Pax is a grand strategy game around the topics of war, diplomacy, exploration and trade, set during the Middle Ages and Renaissance. It features a highly customizable engine, allowing users to create their own variations of the game or completely new "mods", thorugh simple scripts. The game is still in the planning and design phase, but for more information, please see the project's homepage and wiki at http://paxgame.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    r2web

    Software for medical statistics based on R

    ...The software R2web allows to use those R functions that are useful for medical students, with a web interface that facilitates the work of the student (it replaces line commands in R with checkboxes, radio buttons, etc. ). Un logiciel en ligne pour les statistiques pour la médecine, basé sur R. Le logiciel open source R permet de faire un grand nombre d'analyses statistiques. Avec R2web, seules les fonctions R utiles aux étudiants en médecine sont présentes, dans une version web avec une interface qui facilite le travail de l'étudiant (en remplaçant les lignes de commande sous R par des cases à cocher, des boutons radio, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Modest Tetris clone with vector graphics inspired by The Grand Master. The gameplay is based on the cult Game Boy title. Features : Wall kick, level and handicap selection, cool sounds, catchy music, bilingual interface, windowed/fullscreen mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MyShiftbook
    MyShiftbook is a Software that helps you to conserve knowledge form your staff. It is like a Blog, but it organizes the entries in shifts. You are able to manage unlimited Books and grand rights to users to read, write or manage the books.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An Editor for the Grand Theft Auto San Andreas Savegames. You can edit many parameters of your personal Carl Jonson.
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 19
    Tales of Mandicor will be a free mixture of a heavily quest driven RPG, a roguelike, a turn based tactics game, a grand strategy game, a population simulator and it will even have an algorithmic music generator. Furthermore, it will have sandboxy qualities but multiple endings and modding capabilities. The game is about large scale things as it's going to have wars and in one of the possible 'endgames' the player might even control a nation as a king or an emperor or they might try to achieve democracy. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project about providing run-time support for developing Decentralized Autonomic Computing systems (Eclipse Innovation Grand). Currently the project contains a automatic guided vehicle (AGV) simulator and an editor and visualisation as eclipse plugin
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Proposed YPP weaving puzzle. Part of the Grand Crafting Puzzle Project. Pickerel was submitted for GCPP round 1. Mackerel is a variation of Pickerel that was submitted for GCPP round 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Offline indexing tool for the GCD (Grand Comic Book Database). No longer in active development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A variation of Memory that does not necessarily have a perfect solution. This is a sample program for the YPP Grand Crafting Puzzle Project. Single player only, but watchers can see the board.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    A hybrid of 'Lights Out' and 'Destructo Match'(from Neopets). This is a the Manta project from the YPP Grand Crafting Puzzle Project. See http://forums.puzzlepirates.com/community/mvnforum/listthreads?forum=35 for more details on the GCPP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    tumble is a featherweight weblog engine in the grand tradition of blosxom, designed for tumblelogs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next