Showing 22 open source projects for "stack"

View related business solutions
  • 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
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1
    freeCodeCamp

    freeCodeCamp

    freeCodeCamp.org's open-source codebase and curriculum

    freeCodeCamp is a nonprofit educational platform that offers a self-paced curriculum for learning web development, programming, data visualization, APIs, and algorithms. It features interactive coding challenges, real-world projects, and guided progress through topic modules, culminating in certificates for completed tracks. A key aspect is that students contribute to open-source projects for nonprofits or internal tooling as part of their learning, reinforcing both technical and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Build your own X

    Build your own X

    Master programming by recreating your favorite technologies

    build-your-own-x is a massive, community-curated roadmap of hands-on tutorials that teach you to re-implement complex systems from scratch—things like databases, compilers, operating systems, interpreters, web servers, neural networks, regex engines, and more. Rather than offering abstract theory, it organizes step-by-step guides by topic and by programming language, so you can pick a project that fits your stack and skill level. The focus is on demystifying internals: you don’t just use a tool...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Realtime Chat Application

    Realtime Chat Application

    Build and deploy a real time chat application

    This full-stack tutorial project shows how to build and deploy a real-time chat app using React on the client and Node/Express with Socket.io on the server. It covers the mechanics of establishing WebSocket connections, broadcasting and receiving messages, and maintaining active user rooms. The repository includes scripts and instructions to spin up both client and server quickly so you can experiment locally. It illustrates common patterns like event-driven messaging, joining/leaving rooms...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Mall Learning

    Mall Learning

    Tutorial and sample-code repository

    mall-learning is a tutorial and sample-code repository that explores an entire e-commerce system architecture from backend to frontend. The associated “mall” project (with tens of thousands of stars) is an open-source full-stack e-commerce platform built with Spring Boot, MyBatis, Elasticsearch, RabbitMQ, Redis, MongoDB, MySQL and containerized via Docker. The learning repository breaks down architecture, business modules (products, orders, marketing, members), deployment (Linux, Docker...
    Downloads: 1 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
  • 5
    Uneebee

    Uneebee

    Platform for creating interactive courses

    Uneebee is an open-source Elixir/Phoenix application focused on community content and learning workflows, designed to be both a usable product and a practical reference for building modern web apps in the Elixir stack. Its structure showcases common concerns—authentication, profiles, content creation, feeds, tagging, and search—implemented with clean boundaries so features can evolve independently. Real-time updates and responsive interactions are handled using Phoenix’s live capabilities...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Tibetan Phonetic Keyboard

    Keyboard that uses English phonetic for typing Tibetan characters

    ... are entered by "e", "i", "o", "u". By pressing the SHIFT key + alphabet , one can get the alphabet as a Tibetan lower stack character. Less often used characters, such as "laterally flipped" alphabets, and symbols are found using Alt + Ctrl+ [some key]. Special lower stack characters are found by using Alt + Ctrl+ Shift+[some key]. This keyboard has been put to use in digitizing a Tibetan prayer text that about 100 pages long. It is found to be user friendly and easy to use.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    EulerSharp

    EulerSharp

    Euler Yet another proof Engine

    EYE [1] is a reasoning engine supporting the Semantic Web layers [2]. It performs controlled chaining and it supports Euler paths [3]. Via N3 [4] it is interoperable with Cwm [5]. [1] http://eulersharp.sourceforge.net/README [2] http://www.w3.org/DesignIssues/diagrams/sweb-stack/2006a [3] http://mathworld.wolfram.com/KoenigsbergBridgeProblem.html [4] http://www.w3.org/TeamSubmission/n3/ [5] http://www.w3.org/2000/10/swap/doc/cwm
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Coding-Guide

    Coding-Guide

    Repository of coding guidelines, developer notes, learning resources

    The Coding-Guide repository is a personal repository of coding guidelines, developer notes, learning resources, and documentation spanning topics from front-end to full-stack, coding practices, and software development tips. The repository appears to be maintained by “ecmadao” and intended as a reference/knowledge base of best practices, notes, style conventions, and reminders. The content is typically documentation, markdown files, code snippets, and tutorials, rather than a coherent, packaged...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Advanced React & GraphQL

    Advanced React & GraphQL

    Starter Files and Solutions for Full Stack Advanced React and GraphQL

    Advanced React & GraphQL provides course materials for building a modern, production-style React application end to end, typically including a GraphQL back end and real app workflows. It moves beyond basics to topics like component composition, hooks, state management, authentication, routing, and performance considerations. The projects show how to connect a React front end to a GraphQL API, model data, and implement features such as pagination, permissions, and image/file handling. You’ll...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    3D Game Shaders for Beginners

    3D Game Shaders for Beginners

    A step-by-step guide to implementing SSAO for 3D games

    Interested in adding textures, lighting, shadows, normal maps, glowing objects, ambient occlusion, reflections, refractions, and more to your 3D game? Great! Below is a collection of shading techniques that will take your game visuals to new heights. I've explained each technique in such a way that you can take what you learn here and apply/port it to whatever stack you use—be it Godot, Unity, Unreal, or something else. For the glue in between the shaders, I've chosen the fabulous Panda3D game...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    java data structures

    Java package that provides some data structures.

    The package contains matricial operations, BST, double chained list, heap, queue, stack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AutoSim

    AutoSim

    A free automata simulator that simulates DFA/NFA/DPDA/NPDA/STM

    AutoSim is a free automata simulator for students and educators. Written in Java, it is a command-line based utility that runs on any OS that supports Java. With AutoSim, you can not only determine the final state or stack/tape contents, you can also trace through the execution states as well, from the initial to the final states. The latest version of AutoSim is 1.0, and it currently supports DFAs, NFAs, DPDAs, NPDAs, as well as Standard Turing Machines.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 13
    100 numpy exercises

    100 numpy exercises

    100 numpy exercises (with solutions)

    This is a collection of numpy exercises from numpy mailing list, stack overflow, and numpy documentation. I've also created some problems myself to reach the 100 limit. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercises for those who teach. For extended exercises, make sure to read From Python to NumPy. Markdown and ipython notebook are created programmatically from the source data in source/exercises.ktx. To modify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Growth

    Growth

    Growth engineering, the definitive guide

    This is a guide book, so don't expect to learn all the knowledge points from this book, but it can help you build your knowledge system. We all learn, but sometimes we just don’t know what to learn. This is also lacking in other technical books. It can tell you what you can study and then what books to read. For some people, the reason for becoming a full stack is small and medium-sized companies from the society can hardly survive with only one field of knowledge. For some people, becoming...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MatrixUser

    MatrixUser

    A Multi-functional GUI-based Program for Image Processing and Analysis

    ... or tailored for processing two-dimensional matrix. The MatrixUser is a software package which features functions designed and optimized specifically for manipulating multidimensional real or complex data matrix. MatrixUser provides a nice graphical environment for easily performing image analysis tasks including multidimensional image display, matrix (image stack) processing and rendering etc. MatrixUser is a great lightweight tool for users who are working in image processing field under Matlab.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    I took a fork and ported to Lazarus The Delphi Containers library. I called it Containers library for Lazarus. DCL is a free library that provides ArrayList, LinkedList, Vector, HashMap, HashSet, ArraySet, Queue and Stack structures to Delphi/Kylix.It also provides algorithms like in STL (Apply, Found, CountObject, Copy, Generate, Fill, Reverse, Sort...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    TARStack

    Tournaments and Ratings Stack

    The Goal of TARStack is not to increase competitive battles and the rivalries they create, but rather to foster teamwork, group cohesion, and creativity. The advent of the wired world and - especially - the recent rise in popularity of social networking between connected devices provides an opportunity for friendly matches within any sort of group. Generally, like-minded groups of people will get together and participate in one-on-one matches or regularly organized tournaments. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Stack: a System for Teaching and Assessment using a Computer algebra Kernel. This project provides tools for integrating computer algebra functions into learning and teaching systems. Please note that we have moved development of STACK to github, see https://github.com/maths/moodle-qtype_stack
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    new ones can be found at https://code.google.com/p/ooc-gcc/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LSM Stack Browser & 3D Plotter
    A software tool enabling the user to browse through an image stack created by a confocal microscope. Points can be plotted through the stack, producing a digital 3D representation, which can be viewed in 3D and compared with other plots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The kernel network stack may behave not as expected, especially in the case of receiving packets. With Ianus it is possible to bypass the kernel network stack and to develop your own network stack in user space or other tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JBeginner is for teaching and learning the Java programming language. It allows the user to construct simple programs by selecting program elements from menus, and to step through them, studying the evolution of the stack and the heap shown on the screen
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.