Showing 35 open source projects for "programming without coding"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
  • 1
    Programming Without Coding Technology

    Programming Without Coding Technology

    Create software using visual programming

    PWCT is not a Wizard for creating your application in 1 2 3 steps. PWCT is a general-purpose visual programming language designed for novice and expert programmers. A novice programmer can use PWCT to learn programming concepts like Data Structures, Control Structures and Programming Paradigms. An expert programmer can use PWCT to create any large and complex software. Using PWCT we developed a textual programming language Compiler and Virtual Machine without writing a single line...
    Leader badge
    Downloads: 3,333 This Week
    Last Update:
    See Project
  • 2
    freeCodeCamp

    freeCodeCamp

    freeCodeCamp.org's open-source codebase and curriculum

    freeCodeCamp is a non-profit, open-source platform that provides a full-stack web development and machine learning curriculum, interactive coding challenges, projects, and certifications for free. The codebase covers both frontend (client) and backend (API), curriculum content, learning tools, community features (forums etc.), and deployment configurations. The platform is self-paced, runs in the browser for most lessons, and includes features meant to help learners build portfolios, acquire...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Python Mastery (Course)

    Python Mastery (Course)

    Advanced Python Mastery

    python-mastery is a collection of course materials created by David Beazley for teaching advanced Python programming concepts. It emphasizes deep understanding through real-world coding exercises and topics like generators, decorators, closures, and metaclasses. The repository is designed for learners who already know the basics of Python and want to push their skills to an expert level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    VideLibri

    VideLibri

    Client for public libraries

    ... different kinds of OPACs from different vendors, it is compatible with more libraries than any other app. So far VideLibri has been tested with 200 libraries in Germany/Austria/Switzerland successfully, but it was designed to allow any user to add their own library without requiring any/much programming knowledge. For this any URL of any webpage can be entered in VideLibri together with an arbitrary query. The spin-off cli-tool Xidel can run these queries on any non-library webpage.
    Leader badge
    Downloads: 1,445 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
    Simple Turtle LOGO

    Simple Turtle LOGO

    Free Educational Tool for Beginner LOGO Coding (STEM Students / Kids)

    SIMPLE TURTLE ================ Create simple LOGO programs with commands to control the Turtle and draw amazing images!! Use for STEM, Coderdojo or similar coding events. Recursive REPEAT statements. INSTANT ON / OFF = Turns on / off immediate execution of commands FD x = Forward x pixels BK x = Backward x pixels RT x = Right by x degrees LT x = Left by x degrees PU = Pen Up (Do not draw) PD = Pen Down (Draw) REPEAT x = Creates a loop to run x times which runs...
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 6
    Spindle

    Spindle

    The language used in the AP CSP Exam, now a programming language!

    Spindle is a simple language designed to help AP CSP students ace their AP Exam. Spindle code largely mirrors the code found in the AP CSP Reference Sheet and allows students and teachers to get comfortable with code in the same format it'll have on exam day.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Academic Tech Toolbox

    A collection of productivity tools for academic researchers.

    A collection of productivity tools for academic researchers: RefTraceback: Found an article/thesis of interest? Want to know more by reading some of the sources referenced by the publication? This tool gives you the convenience of selecting a bunch of references at a time and looking them up in one go. Citation and reference checker: A tool for academics, students and, most of all, proofreaders. Helps identify wrong or missing references/citations in an academic text. Check it out...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    irazu

    Maual contrucción Mouse de boca / Mouth Mouse Joystick Manual

    Este manual enseña cómo construir un mouse con joystick bucal. Sin necesidad de contar con impresoras 3D, placas de circuito, o conocimientos avanzados de programación. This manual teaches how to build a mouth joystick mouse. (Low cost) Without 3D printers, circuit boards, or advanced programming skills.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Portable SLiMS

    Portable SLiMS

    This project is for Portable SLiMS.

    Portable SLiMS is a way to make SLiMS being use without any hassle. Within portable SLiMS, you already have apache as the web server app, mariadb as database app, including php as the emulator for programming language. Our motto is "extract and go!".
    Downloads: 9 This Week
    Last Update:
    See Project
  • Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use. Icon
    Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use.

    Transform user access with Frontegg CIAM: login box, SSO, MFA, multi-tenancy, and 99.99% uptime.

    Custom auth drains 25% of dev time and risks 62% more breaches, stalling enterprise deals. Frontegg platform delivers a simple login box, seamless authentication (SSO, MFA, passwordless), robust multi-tenancy, and a customizable Admin Portal. Integrate fast with the React SDK, meet compliance needs, and focus on innovation.
    Start for Free
  • 10

    Freebasic Beginners Guide

    An updated Beginners guide to FreeBASIC

    The purpose of this project is to create and update a beginners guide to FreeBASIC. Over the years I have noticed that there was only three real ways to learn FreeBASIC. The FreeBASIC Documentation, the FreeBASIC Community Forum, and A old beginners guide written by Richard D. Clark and Ebben Feagan. Each of these sources are great, but they all assume some experience with a programming language. This Project is taking Richard D. Clark's and Ebben Feagan's "A Beginner's Guide...
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    swirl

    swirl

    Learn R, in R

    swirl is an R package that allows interactive, in-R learning of statistics, data science, R programming etc. The idea is that you load swirl in R, and it presents you with lessons (within R’s console or RStudio) that ask you to type commands, check results, and progress through tutorial material—without leaving the R environment. It is used for teaching R, especially for beginners, as well as for self-paced learning of packages, data manipulation, visualization, etc.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Skippity

    Skippity

    Test and measurement automation for electronics, physics and more

    ... dialogs, you can use those definitions in scripts to create multi-instrument test sequences without worrying further about the specifics of your instruments. Skippity's instruction set is easy to learn, and a built-in scripting tool does most of the work so you don't have to be a coder to automate your test rig or experiment. Skippity scripts can control multiple instruments simultaneously via Ethernet and RS-232, and can transparently interface with GPIB instruments via external pro
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    KAREL 3D

    KAREL 3D

    Learning programming language for kids

    This is learning programming language for children Karel-3D. By words from LightBot: "Get kids hooked on coding with minutes!" Created by Karel 3D from the 8-bit microcomputer PMD 85-2 in 1986. His later version of Karel the Robot in 3D, created first in the Slovak Republic. JavaScript variant include only one small HTML file tested and works on all devices with keyboard and full JavaScript support in internet browser, or alternative pre-compiled JAVA V8 .jar file with webEngine...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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: 21 This Week
    Last Update:
    See Project
  • 15
    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: 2 This Week
    Last Update:
    See Project
  • 16
    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: 7 This Week
    Last Update:
    See Project
  • 17
    The Swift Programming Language Chinese

    The Swift Programming Language Chinese

    The Swift Programming Language in Chinese

    ... is optimized for development, without compromising on either. Swift is friendly to new programmers. It’s an industrial-quality programming language that’s as expressive and enjoyable as a scripting language. Writing Swift code in a playground lets you experiment with code and see the results immediately, without the overhead of building and running an app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    testMaker is a software for web-based assessment. It provides the possibility to create and publish tests and questionnaires without requiring any programming experience. For more information, see: http://www.global-assess.rwth-aachen.de/testmaker-wiki
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    The major aim of the Psychtoolbox 3 wrapper is to provide a set of basic tools that allow programming novices the use of the Psychophysics Toolbox without limiting the power and flexibility of the Psychophysics Toolbox and MATLAB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Plaggie1.1

    Plaggie is a standalone open source plagiarism detection application

    Plaggie is an standalone open source plagiarism detection application for Java programs. The original authors are Aleksi Ahtiainen and Mikko Rahikainen. The original version can be downloaded from the website: http://www.cs.hut.fi/Software/Plaggie/ We at Maynooth University have updated the original version with following changes. 1) Grouping of students with similar submission 2) Color coding matches of code for easy detection 3) Finding groups of cheaters. This modified version...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    People Counter

    Client-Server application for People Counting developed using PWCT

    Simple Open Source Client-Server application for People Counting developed using Programming Without Coding Technology (PWCT) through HarbourPWCT (Based on Harbour & HarbourMiniGUI Extended). The application uses simple utility written in C++ and OpenCV to get input from the Camera, perform the Face detection operation, and people counting. Using this software, at the server side, we can see 4-locations at the same time with performance from 1 to 10 images per second. The applications...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    PhpToolCase

    PhpToolCase

    An open source set of tools to speed up the process of coding

    The goal of this project is to speed up the process of programming in php, by using tools that can significantly cut down lines of code, and yet give a better understanding of the code itself, making it easear to mantain. Furthermore, the tools that the library has to offer don't require too much knowledge of php, and can simplify what may have seemed to be a complicated task for the programmer. Typical usage of these tools could be found under the following circumstances: University...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is an interpreted programming language that is designed to teach young children the fundamentals of programming, hiding away from students the complex concepts of programming, such as parentheses, quotes, data types, arrays, while allowing them to understand the basic concepts of programming, and, move to a more advanced language. It also serves as an exapmle on how to create an interpreter with QBASIC. The interpreter is written in QBASIC, and is licensed under the GNU GPLv2. About...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    GLEXT - Win32 OpenGL Extension API

    Win32 OpenGL Extension API

    GLEXT is a Win32 DLL with header and linker library, designed using Microsoft Visual Studio 2012. It implements all publicly available OPENGL extensions as static functions, that can be directly called without the danger of running into NULL pointer exceptions. It can be freely used and distributed or modified. And as source is also available, the API can be recompiled with other versions of Visual Studio. And source can also be recompiled with Other C/C++ API for different OSes...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    Console Grapher

    Console Grapher

    Graphing calculator within the Windows desktop console

    Direct link to source code: http://sourceforge.net/projects/consolegrapher/files/Source/ConsoleGrapher_Source.zip/download . Just what you needed: a simple, down-to-earth two dimensional graphing calculator inside the elegance of the Windows console! This is a program that I wrote as a method for mastering the C# programming language. Though the features are not what you would expect from a program written and sold by a corporation, you may find it an entertaining tool Also notice...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 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.