Search Results for "programming without coding" - Page 15

Showing 524 open source projects for "programming without coding"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    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

    CMSSS - Content Management System

    PHP & MySQL content management system with simple themes creating

    CMSSS is Content Management System Special Style. Redaction system with WYSIWYG editor and SEO optimalization with SEF addresses. Main advantage is the most simplest theme system you ever seen. You can use it without any HTML knowledge, but you can use a HTML tags or PHP scripts in content. Demo informations are here http://cmsss.all4all.cz/page/demo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    scratch-flash

    scratch-flash

    Legacy Flash-based version of the Scratch programming editor

    Scratch Flash is the legacy version of the Scratch visual programming environment used to teach coding through creative projects and animations. Developed using Adobe Flash, it was the original engine powering Scratch 2.0. Although deprecated and replaced by Scratch 3.0, this version remains available for archival and historical purposes or for environments still supporting Flash.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    jSimpleTools

    A simple tool box to assist in coding tests in Java.

    This is a simple library to help with writing tests in java. SimpleContext: a lightweight (and fast!) IoC container to quickly create test contexts. StringGenerator: a random string generator using a regex as input. Sequence: a convenience wrap around a simple long to help convey meaning to the sequence. Even minor revisions will have the stable/released code base. Use it in your projects without fear. Odd minor revisions are work in progress will have more experimental features...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Human Speakable Programming Language

    Human Speakable Programming Language

    foundation of the General Intelligence Operating System

    HSPL is Human Speakable Programming Language, allowing for communication between human-to-computer and human-to-human in the same language. This project has moved to http://sourceforge.net/p/spel We are currently working on human-to-computer programming-language with mostly English base vocabulary. Though once we have that, we plan to add support for other world Languages, including Chinese, Spanish, Russian, Arabic, Hindi, among others. Eventually HSPL shall be the foundation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5

    Arkanoid game in Java

    A game made in Java applet.

    I started programming in java when I was 11 and now i'm 13. This is a simple arkanoid game. I made the algorithms myself. I hope that these algorithms might help you.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    X-Dev Linux 1.0

    X-Dev Linux 1.0

    An elegant Ubuntu based Linux distribution for all programmers.

    X-Dev Linux is an elegant Ubuntu based Linux distribution easy to use for all kind of programmers. X-Dev Linux has all necessary programms, IDE's preinstalled for programmers to deal with daily tasks without having to look for additional software programs. When you need more applications, IDE's or tools, you can install them through Ubuntu Software Center. X-Dev is developed by considering the requirements of programmers that they face in there daily work. X-Dev is suitable for all type...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    nap-script

    A multi purpose scripting language

    The nap scripting language is an object oriented scripting language which brings together the best features of various scripting languages found on different platforms. The nap-script is a C like programming and scripting language with the following characteristics: - compiles into bytecode - it runs in a virtual machine - can be executed standalone or embedded in C/C++ code - has a well defined assembly language - can do runtime compilation - has a syntax very...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Flippy Python Library

    Flippy Python Library

    Python Library for Making your own Syntax, Beautify you Source.

    Python Library for Making your own Syntax, Beautify you Source-code, FlipPy (Flip Python / Filipino Python) is a Python Library for Parsing defined Python Programming Language syntax into your preferred syntax, It's like creating a new Clone of Python with your Own preferred Syntax without touching any mighty Python's files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Grobots

    Real-time strategy programming game

    Grobots is a real-time strategy programming game, in which programs (in a dialect of Forth) control teams of robots as they forage, reproduce and fight. It runs on Mac OS X, Windows, and (without graphics) Linux.
    Downloads: 0 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
    snipMate & UltiSnip Snippets

    snipMate & UltiSnip Snippets

    vim-snipmate default snippets

    This repository contains snippets files for various programming languages. It is community-maintained and many people have contributed snippet files and other improvements already. There are different forks of snippet engines that allow the user to insert snippets by typing the name of a snippet hitting the expansion mapping. UltiSnips has additional features such as high speed, nesting snippets, expanding snippets in snippets and offers powerful transformations on text in snippets (like visual...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    G2

    G2

    A generic 2D engine for any kind of game

    This game engine uses the power of C++, OpenGL, and OpenAL to provide highly-portable, object-oriented code for programming a video game. Rather than tailoring to a specific type of game, the engine focuses on the fundamental components. It covers audio, graphics, controls, and data flow. With G2, developers have everything they need to create a 2D game without the need of expensive SDKs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Aspects

    Aspects

    Library for aspect oriented programming in Objective-C and Swift

    A delightful, simple library for aspect oriented programming. Think of Aspects as method swizzling on steroids. It allows you to add code to existing methods per class or per instance, whilst thinking of the insertion point e.g. before/instead/after. Aspects automatically deals with calling super and is easier to use than regular method swizzling. Aspects hooks deep into the class hierarchy and creates dynamic subclasses, much like KVO. There's known issues with this approach, and to this date...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    scapcs

    scapcs

    Computer Assistant for ICD-10-PCS Coding

    This is Dr Shee's Computer Assistant for ICD-10-PCS Coding system. Brief as SCAPCS, Read like " scabies" and use a scabies picture as it's icon. By Using this program, the user can coding the ICD-10-PCS very easily without any assistant from the original ICD-10-PCS tabular. The first version is the Chinese version at 2014-05, An i18n version was released at 2014-08-23 (v 0.99b). The final open version(1.00f) was released at 2014-11-15.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    DSduino

    DSduino is an NDS+Arduino+BASIC extension via slot 1 SPI.

    DSduino is an NDS+Arduino+BASIC extension via slot 1 SPI interface. It provides ability using Nintendo DS to manipulate sensors or to control any electronic items. DSduino allows you to use the BASIC programming language on NDS for writing short programs, such programs will be interpreted and executed immediately without compiling by a PC. Additionally, those programs can be saved to NDS's flash card (e.g., R4 or SuperCard) or loaded from the card. Due to the powerful functionalities of NDS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Simple Package

    Simple Package

    Simple Package - Simple Full Translator

    Simple - Full Translator 1.0 (Grow) , application developed using Programming Without Coding Technology (PWCT) ,HarbourPWCT VPL. By : Waseem Salem El-Mofty
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Run autoclicker

    Mouse and keyboard input automator

    An autoclicker is a program that moves the mouse and types on the keyboard automatically, without user input. Run takes a .txt script and runs based off of the commands in the script. Commands include mouse movement, mouse clicking, keyboard typing, and some simple programming language features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Scenario

    Scenario

    Simple, neat and powerful tool for loading and managing JS scripts

    Scenario is a very simple yet neat and powerful tool for loading and managing JS scripts. Scenario is very useful for the following cases: 1. Unit testing for JS without reloading the web page and re-engineering your code. 2. Load and manage scripts stored in arrays (code management). 3. Optimize coding flow by dynamically switching among best solution per case. 4. Run scenarios either distinctly or in parallel. 5. Keep easier track of bugs and errors when deploying. So, Scenario...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    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
  • 19
    SafePassDB

    SafePassDB

    Protect your personal data with SafePassDB.

    If you are forgetful and want to store all of your personal data securely on your PC without internet connection then SafePassDB is definitely for you! SafePassDB is a free multi-platform software application written in Java programming language that will enable you to protect all of your personal data with one "Master Password" using AES (Advanced Encryption Standard). SafePassDB is light weight and super easy to use! Current version of the software uses 128 bit AES (Advanced...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SimPyL

    SimPyl - The Simple Python Logger

    A simple console-based logging program for ham radio operators. After learning the basics of the python programming language, I was trying to come up with a coding project that would give me the opportunity to learn and to create something simple and useful for me and my fellow hams. As time goes on and as my knowledge progresses, more features will be added. My hope is that one day this piece of software becomes robust and complete enough to be used as an every day logger for ham radio...
    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: 4 This Week
    Last Update:
    See Project
  • 22
    SOForge
    An engine to create and publish A-RPG (Action RPG) like Secret of Mana without programming knowledge. Inspired by the engine running the MMORPG Slayers Online, but rewritten from scratch. License LGPL
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    pockeit

    pockeit

    Pockeit is an open source CMS for mobile app

    Pockeit is an open source CMS for mobiles and tablets. It allows you to create and manage applications and content without any programming knowledge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    easy-web-notes

    Easy web notes helps author html pages for non web programmers

    ... professional results, you either have to learn good web programming, or pay to get it done. Easy web notes helps you here by creating a framework for writing web notes. You need to know very basic html, and all your writing goes in simple text based files ,without getting into the mess of Javascript, CSS, and advanced html concepts so that you can focus on your creative writing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Programming Accessory Kit

    Programming Accessory Kit

    PAK is a collection of library code to handle the overhead of coding

    PAK is a collection of library code to handle the overhead of coding things like read-write locks, reflective multithreaded programming and simple file io. This is a java library collection, please see my API below...
    Downloads: 0 This Week
    Last Update:
    See Project
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.