13 projects for "mini project" 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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    Protenix

    Protenix

    A trainable PyTorch reproduction of AlphaFold 3

    ...Protenix provides a complete pipeline for turning protein sequences (with optional MSA / sequence alignment) or structural inputs (e.g. PDB/CIF) into full 3D atomic-level structure predictions. It supports both “full” models and lightweight variants such as “Protenix-Mini,” offering a trade-off between speed/compute cost and predictive accuracy — making structure prediction accessible even in resource-constrained environments. The project also includes support for constraints (e.g., specifying residue- or atom-level contact constraints, or pocket constraints) to guide predictions toward biologically or experimentally relevant conformations, which enhances its utility for tasks like modeling complexes, ligands, or antibody–antigen interactions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    GSY Flutter Demo

    GSY Flutter Demo

    Collection of independent Flutter example components

    This repository is a comprehensive showcase of Flutter capabilities through a large set of demos, patterns, and best practices. It includes examples for UI layouts, animations, navigation, networking, state management, and more. The project is often used as a learning playground for developers to see practical implementations of both simple widgets and complex app structures. It demonstrates integrations with APIs, database persistence, and plugin usage, making it a real-world reference app....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Prime number ( primenumbers )

    Benchmark for 50 000 000 prime numbers as single and multicore

    ...On Intel(R) Core(TM) i5-8600K CPU, Windows 10 20H2, i have 39 second on single core and 7,6 second on multi core. (PS: C++ multicore 6 second). Added C files for gcc compiler in Windows 10 and for Xcode C command line project in MacOS ( tested on Mac mini M2 with single core 16 to 25 sec and multicore 2,3 to 5 second by compiler -O switch). Surprise, same code in JavaScript for M2 chip in Safari: 12,5 sec single core and 3,3 sec multi core. Python version with numba and numpy on MacOS with M2: 3,78 sec, Intel Ultra 5 225F Linux Fedora 43 GNOME(*Intel): 3,64 sec., W11Intel: 3,73; Faster style in python, MacOS M2: 1,81 sec, *Intel & W11Intel: 2,02 sec.; Ultra faster style in python, MacOS M2: 1,24 s - 1,26 s - 1,34 s, *Intel: 1,48 s - 1,50 s, W11Intel: 1,53 - 1,63.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Flutter Tutorials

    Flutter Tutorials

    Source code for all the tutorials on FilledStacks' channel

    This repository is a collection of educational Flutter projects created to teach best practices, patterns, and real-world app features. Each tutorial is structured as a separate mini-project focusing on a topic like state management, navigation, responsive layouts, or service integration. It emphasizes clean architecture, testability, and scalable code, showing developers how to go beyond toy examples. Tutorials often come with detailed commentary or videos to explain design decisions. The collection helps developers bridge the gap between learning Flutter basics and building production-ready apps. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5

    CCM (C# Collections Mapper)

    The CCM is a mini ORM, working with the database and C# collections

    CCM is a solution for the data management layer in the combination of Sql Server with a C # application. In whole this is a strongly typed entity mapper projecting the application's business logics onto database tables using T-SQL stored procedures. CCM allows you to implement fairly complex data structures in your application, without bothering about difficult and tedious questions of data acquisition and conversion issue, allowing you to pay more attention to the develop of business logic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Apache ECharts

    Apache ECharts

    Use Apache echarts (incubating) in WeChat mini program

    ...If necessary, you can download the latest release version from the ECharts project yourself, or customize the build from the official website to reduce the file size. For the project creation of WeChat Mini Programs, please refer to the official documents of the WeChat public platform. After creating the project, can be downloaded ecomfe / echarts-for-weixin project completely replacing the new project, and then modify the code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    30 Days of Swift

    30 Days of Swift

    A self-taught project to learn Swift

    30DaysofSwift is a challenge-style collection of Swift exercises and learning tasks meant to be tackled over 30 days (or more flexibly). Each “day” introduces a coding problem, concept, or mini project that builds on previous days: for example, fundamentals on day 1, optionals and control flow, Swift data structures, closures, protocol programming, UI interaction, etc., culminating in more advanced topics or sample apps. Solutions, hints, or sample projects accompany many of the prompts, allowing learners to compare approaches or download runnable code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Mini Mbm
    English: Mini Mbm is the name given to the graphics engine which offers basic and essential resources to develop 2D and 3D games or applications. In this first version it is possible to develop desktop (Windows) and Android (mobile). Português: Mini-Mbm é o nome dado ao motor gráfico no qual apresenta recursos básicos e essenciais para desenvolver jogos ou aplicativos 2D e 3D. Nesta primeira versão é possível o desenvolvimento para desktop (Windows) e Android (mobile).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    BibleTime Mini
    Mobile Bible study application, based on BibleTime (www.bibletime.info) source code.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    StickyCloudClient for Android

    StickyCloudClient for Android

    Android example app how to access USB-Sticks using StickyCloud

    The Android app "StickyCloud" gives access to mass storage devices, which are attached via USB OTG (on-the-go). For example USB-Sticks or the meenova Mini microSD Card Reader can be accessed this way. Also a ContentProvider which allows others apps to access to the attached mass storage is implemented in StickyCloud. This project StickyCloudClient is a reference implementation how to use the ContentProvider interface to read / write attached filesystem. To use this app you need the "StickyCloud" app from the Google Play Store: https://play.google.com/store/apps/details?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ANDROIDER

    One of the worst possible derivatives of Ubuntu for GUI lovers.

    XDA people: This is my first large-scale project EVER. Please be nice. ANDROIDER is a derivative of Ubuntu. I took the Ubuntu Mini Remix, stripped it to bare bones, then added an uber basic window manager, an ancient login manager, a wireless manager and browser that only run in the command line, and the prerequisites needed to build the AOSP. It limps along, has configuration errors and bugs up the wahazoo still, and wants to die at every turn.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Black Mesa OS

    Custom ROM for Sony Ericsson Xperia Mini (ST15i/Smultron)

    Built on CyanogenMod source code & CM10-Xtended ROM by ~Hikari no Tenshi~ with M66B patches. The aim of this project is to build a CyanogenMod 10 based ROM for Smultron without any bloatwares found in stock CM ROMS. Some additional apps are added for improved functionality - Sony Media Apps (Album & Video), Walkman Music Player with ClearBass, Jelly Bean 4.2 Keyboard, Aptoide, F-Droid, PDroid Manager, beem, OpenSatNav and also a new bootanimation has sported instead of the default...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    This project is an xpath processor built for the j2me platphorm. I couldn't find any xpath processor that would fit the limited resources of a mobile phone so I decided to write my own. Part of Active xml project (www-rocq.inria.fr/verso/Gemo/Projects
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB