Search Results for "programming without coding" - Page 17

Showing 675 open source projects for "programming without coding"

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
  • 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
    JavaScript Lint is a development tool that validates JavaScript code for best coding practices, finding common mistakes without actually running the script or opening the web page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    YMActors

    Fast and easy to use implementation of the Actors Model in Java.

    Actors framework for Java The YMActors project gives you all tools you need to write highly resilient/elastic/multithreaded systems, easy and without all the headaches of multithreading programming. Please, refer to project's documentation for further information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Goldfish

    Goldfish

    A HashiCorp Vault UI written with VueJS and Vault native Go API

    ...We bring all the tools you need to create beautiful web and mobile applications without having to write a single line of code. You just drag and drop elements, edit and you will have a mobile application in minutes. Create a web application for admin or control your mobile apps with Drag&Drop visual builder. Create your data models with fields, everything else will be built in seconds by platform AI. Visually create business processes of any complexity and without hassle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    IronFunctions

    IronFunctions

    IronFunctions - the serverless microservices platform

    IronFunctions is an open-source serverless platform, also known as Functions as a Service (FaaS), developed by Iron.io. It allows developers to write functions in any language and deploy them in a serverless environment, enabling microservices architectures without managing underlying infrastructure. IronFunctions is designed to run anywhere, offering flexibility and scalability for modern application development.
    Downloads: 0 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
  • 5
    ALEPH-w

    ALEPH-w

    Data structures and Algorithms library

    Aleph-w is a library of data structures and algorithms implemented in and for C++. It contains the main data structures: single and double lists, special arrays (dynamic and of bits), many types of trees: multitrees, binary search trees, avl, red-black, randomized, treaps, splay and other interesting types. Several types of hash tables are implemented: separated chaining, open adressing with linear probing and double function hash; this last one has a garbage colector mechanism that...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Kaleidoscope

    Kaleidoscope

    Haskell LLVM JIT Compiler Tutorial

    ...Because it uses Haskell idioms, the code clearly separates pure syntax handling from effectful JIT operations, making the architecture easy to reason about. The examples double as a hands-on introduction to LLVM’s APIs without drowning you in infrastructure. As a result, the project is both a compact compiler course and a practical template for experimenting with language design in Haskell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CoVim

    CoVim

    Collaborative Editing for Vim

    CoVim enables collaborative, real-time editing sessions in Vim by networking multiple clients into a shared buffer. Participants can see each other’s cursors and changes as they type, approximating pair programming inside a modal editor. Sessions are hosted on a server process that coordinates edits and user presence across machines. The goal is to keep collaboration simple while preserving familiar Vim motions and commands. It is particularly handy for remote code walkthroughs, mentoring, or quick review sessions without switching to a different editor. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    L2J_EngineMods
    ...[EN] In the view of popular Acis and how much people complicate in adapting and putting new codes I was prepared to do this engine. This engine will have a system of listeners and codes that will allow us to easily design all our mods practically without modifying the core of our project, this will make it easier to update our pack and avoid programming errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Computer Science (OSSU)

    Computer Science (OSSU)

    Path to a free self-taught education in Computer Science

    ...We recommend doing all courses in Core CS, only skipping a course when you are certain that you've already learned the material previously. Courses in Advanced CS are electives. Choose one subject (e.g. Advanced programming) you want to become an expert in and take all the courses under that heading.
    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
    Java provides the concurrent library that simplifies concurrent programming, but this is hard to learn and visualize. This project is a series of animations each illustrating the coding and usage of a component in the java concurrent library.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 11
    Extended Memory Semantics (EMS)

    Extended Memory Semantics (EMS)

    Persistent shared object memory and parallelism for Node.js and Python

    EMS makes possible persistent shared memory parallelism between Node.js, Python, and C/C++. Extended Memory Semantics (EMS) unifies synchronization and storage primitives to address several challenges of parallel programming. A modern multi-core server has 16-32 cores and nearly 1TB of memory, equivalent to an entire rack of systems from a few years ago. As a consequence, jobs formerly requiring a Map-Reduce cluster can now be performed entirely in shared memory on a single server without using distributed programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Basic Business Language

    A language for Business Rule Processing

    The Basic Business Language is a programming language for expressing rules that manipulates a result. The primary goal is that is would be easy enough for a non-technical business person to read and write, but powerful enough to express a wide range of rules without the need to contact a programmer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Elchemy

    Elchemy

    Write Elixir code using statically-typed Elm-like syntax

    ...Everything gets checked for you by the compiler. The produced code is idiomatic, performant and can be easily read and analyzed without taking a single look at the original source. Elchemy's type system eliminates almost all runtime errors. .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Elements of Programming Interviews

    Elements of Programming Interviews

    Method stubs and test cases for Elements of Programming Interviews

    This repository contains method stubs and tests of the problems from Elements Of Programming Interviews by Adnan Aziz, Tsung-Hsien Lee, and Amit Prakash. This book is also available in Python and C++. This repository contains solutions to problems from the book "Elements of Programming Interviews," focusing on interview preparation and algorithm practice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Eve

    Eve

    Better tools for thought

    Eve is a programming language and IDE based on years of research into building a human-first programming platform. From code embedded in documents to a language without order, it presents an alternative take on what programming could be - one that focuses on us instead of the machine. We've made tremendous advancements since the early days of programming, but the modern form still forces us into the role of bit shifting machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Orkney

    Orkney

    Orkney Testframework

    ...Test steps are used like bricks to create test cases while test groups collect test cases and other test groups to create a test suite. Test cases are written in a simple text language thus allowing composition of cases from test steps without deep programming knowledge. Reports are created in text and in XML format, the latter are converted to a human readable form when using a standard web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Vector

    Vector

    A contiguous generic and growable array type in C

    A contiguous generic and growable array type in C programming language. Vector supports amortized constant time insertion and removal of elements , as well as constant time access. C doesn’t allow data types to be passed as parameters. That means a generic container needs to manually manage memory in terms of the client element size, not client data type. You can do generic programming in c, without to use macros.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Chestnut

    Chestnut

    Application template for Clojure + ClojureScript web apps

    Chestnut is a Leiningen application template — for Clojure and ClojureScript projects — that gives you a full development workflow out of the box. It includes live reloading, REPL-connected development, Figwheel integration, testing setup, and basic backend/frontend scaffolding. While Chestnut it's quite "complete" in a sense, it also tries to be minimal. Boilerplate code is kept to a minimum, and there is only just enough structure to get you started. How you build and structure your app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Template Tool Release v4.3

    Unifying Business Requirements with Application Design through a GUI.

    The Template Tool (TT) is a Java-based software, which DOES NOT require the user to write code. TT is a fully functional application that facilitates communication, collaboration, requirements traceability, and rapid mock-up prototyping from the point of conception and requirements gathering, to development, testing, and implementation. With the use of drag-and-drop and push-button selections without having to write any code, TT allows end users to add field components, skip-logic, business...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HermeneutiX

    HermeneutiX

    Your graphical tool for Syntactic/Semantic Structure Analysis of texts

    HermeneutiX is a tool for diagramming syntactic and semantic structures of complex (not necessarily foreign-language) texts (e.g. bible or other historical excerpts). HermeneutiX is now part of SciToS (the scientific tool set). Starting with version 2.0.0, HermeneutiX can be found on GitHub. Please check out the release summary: https://github.com/scientific-tool-set/scitos/releases For an introduction, check out this video: https://youtu.be/uQjewyG0Ad8 PS: To run a Java...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    cantorbl

    cantorbl

    beamshot octave scripts and bike light driver

    Light intensity distribution (LID) of a lamp can be measured by taking wall/ceiling beamshots with a digital camera. The scripts process jpgs images (that have to be processed from raw data) and visualize the LID nicely. Driver: Linear, using AMC7135 and Atmel AVR ATtiny45, Li-Ion battery powered. The firmware provides convenient control - bikelight-specific. Below are firmware features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    zerOCode
    zerOCode Beta version allows you to create programs without writing a line of code using the instruction buttons. -Use zerOCode to learn programming and how to use it -Download python 3.x to run the files.py -Teach your child to think with programming -Save your projects with code structures, in the future you can convert your code to other programming languages ​​through the structure on our platform Let us know what you think about zerOCode Beta: -write here a Review -write a Feedback on http://www.mipelabs.xyz -contact us on Instagram Direct https://www.instagram.com/mipelabs/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    mBlock

    mBlock

    Base on scratch offline v2.0 by MIT

    mBlock is a visual programming platform based on Scratch 3.0 that helps students learn programming concepts through drag-and-drop blocks, Python, and IoT/AI modules. Developed by Makeblock, it supports programming robots and Arduino boards with an intuitive interface. Designed for education, it bridges the gap between beginner-friendly environments and real-world coding with Python, AI, and robotics tools.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    X2CRM

    X2CRM

    X2CRM - Workflow, Sales, Marketing, Workflow, Custom Apps, PHP, MySQL

    ...X2CRM Key Features Workflow Designer Mobile Apps Web and Facebook Lead Capture Forms Lead Nurturing, Scoring and Intelligent Routing Contact Activity Management Sales Process Work-flow Engine Email Correspondence Product and Sales Quotes User Profile Pages and Activity Streams Field Security, Roles and Sales Teams Visual Form Editor for Admins Reporting Dashboard iPad and Mobile Device Apps X2Studio, an administrative tool, allows developers to create and share new application modules without any programming knowledge.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    Hablu News - Responsive HTML5 Template

    Hablu News - Responsive HTML5 Template

    Hablu News is a responsive html5 based web template.

    Hablu News is a simple responsive html5 based web template. It helps you to build a news website/blog without your coding knowledge. The hablu news template is excellent for a news, newspaper, magazine, publishing or blog site. Powered by ProHablu.
    Downloads: 0 This Week
    Last Update:
    See Project