Showing 33 open source projects for "scratch programming"

View related business solutions
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 1
    Luau

    Luau

    Fast, small, safe, gradually typed embeddable scripting language

    It is designed to be backward compatible with Lua 5.1, as well as incorporating some features from future Lua releases, but also expands the feature set (most notably with type annotations). Luau is largely implemented from scratch, with the language runtime being a very heavily modified version of Lua 5.1 runtime, with a completely rewritten interpreter and other performance innovations. The runtime mostly preserves Lua 5.1 API, so existing bindings should be more or less compatible with a few...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    ElectroCRUD 2

    ElectroCRUD 2

    Database CRUD Application Built on Electron

    ..., filter & relations with few clicks without any experience in programming. After a few years of the project being inactive, I decided to bring it to life again. The codebase was built from scratch using Electron+Angular8. The new version contains most of the features of the first version, and new features are added on a weekly basis. From version 2.7.0 SQLite has been added, currently its very limited support but we working on full support for next version.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Cosmos SDK

    Cosmos SDK

    A Framework for Building High Value Public Blockchains

    Cosmos is an ever-expanding ecosystem of interconnected apps and services, built for a decentralized future. The Cosmos SDK is a framework for building blockchain applications. Tendermint Core (BFT Consensus) and the Cosmos SDK are written in the Golang programming language. Cosmos SDK is used to build Gaia, the first implementation of the Cosmos Hub. The Cosmos SDK has mostly stabilized, but we are still making some breaking changes. The Cosmos SDK is an open-source framework for building...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Wasp

    Wasp

    A programming language that understands what a web app is

    ... (currently React, NodeJS, Prisma). Wasp is in alpha and is therefore likely to change a lot, have bugs and miss important features. Due to its expressiveness, you can create and deploy a production-ready web app from scratch with very few lines of concise, consistent, declarative code. When you need more control than Wasp offers, you can write code in existing technologies such as js/html/css/... and combine it with Wasp code!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 5
    V1 Script

    V1 Script

    A Script Language for Web, Linux and Windows

    V1 is a simple functional interpreter language with syntax from C, PHP and JavaScript. It was developed from the scratch. The focus is on simple administrative and experimental programming, but it has enhanced benefits like Multithreading, CGI, Web functions and Native function calling. The most buildin functions are compatible with PHP, for example fopen(). The current Version 0.96 is available for Windows (32 Bit, WinXP, Win7, Win10+), Linux (x86, 64 Bit, libc 2.2) and Linux (ARM, 32 Bit...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6

    WinForth64

    64-bit Forth system for Windows

    64 bit Forth system for Windows. Forth kernel is written from scratch in C/C++/Assembler. The Forth system is written in Forth and bootsrapped on the fly from source code. It provides full support of native api, callbacks and native threads. The system is the result of the idea to create modern Forth that can be used to solve different programming tasks.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    XORT Compiler

    XORT compiler

    Experimental compiler for XORT programming language. This is an investigation project developed during 2008-2014 years. Compiler and virtual machine were written from scratch. The compiler and virtual machine is based on minimalist approach: to implement in compiler only features, that allow compiler to compile itself. Key Features ARC based memory management (no operators new and delete) no pointers and pointer arithmetic implicit type casting for simple types no casting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenRK

    OpenRK

    A software development kit for the generation of pseudorandom numbers

    The OpenRK - Open Randomness Kit library is a collection of pseudorandom numbers related routines for numerical computing for C and C++ programmers. It was developed from scratch in C to provide a modern and simple to use Applications Programming Interface (API), which helps in decreasing your development time and help you achieve better results. It is intended for ordinary scientific users. Anyone who knows some C programming will be able to start using it straight-away. The library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    A SpaceLife DNS-Nuke Dev

    Aiming to build the "SpaceLife-OS" and host a member website on it

    Understand, 'Open Source-Code' is an evolutionary growth which starts with a Universal SpaceLife-Membrane's micro-electron's forming Galactic Cores with output quark SpaceField Organelle's ingrown to a atomic cell compound Planet Celllife all the way through to Bio-Logical Mind and BioLogically Driven DNS-nucleuses (ie properly configured computers) Virtual-Space. This understanding is enouth to compel one to learn about computer's and computer programming, through the Bio-Logical Collective...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10
    Data Structures and Algorithms in JS

    Data Structures and Algorithms in JS

    Data Structures and Algorithms explained and implemented in JavaScript

    ... it, you use them every day. They are built-in in apps, programming languages, and libraries. However, to make use of them properly, you have to know the tradeoffs so you can choose the best tool for the job. Improve your problem-solving skills and become a stronger developer by understanding fundamental computer science concepts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    TextMate

    TextMate

    TextMate is a graphical text editor for macOS 10.12 or later

    Powerful and customizable text editor with support for a huge list of programming languages and developed as open source. Making multiple changes at once, swapping pieces of code, and a lot more is made trivial with TextMate’s easy way to add multiple insertion points. Select what you want to search, what you want to search for, and TextMate will present the results in a way that makes it easy to jump between matches, extract matched text, or preview desired replacements. See what files have...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Gravity language

    Gravity language

    Gravity Programming Language

    Gravity is a powerful, dynamically typed, lightweight, embeddable programming language written in C without any external dependencies (except for stdlib). It is a class-based concurrent scripting language with modern Swift-like syntax. Gravity supports procedural programming, object-oriented programming, functional programming, and data-driven programming. Thanks to special built-in methods, it can also be used as a prototype-based programming language. Gravity has been developed from scratch...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    newRPL

    newRPL

    The classic RPL programming language reimplemented and reimagined.

    This project reimplements from scratch the RPL language made popular by HP programmable calculators, in portable C/C++. The main goal is to release a complete computing environment for various targets. There's currently 4 active targets: the HP 50g, HP39gs and HP40gs calculators and a PC simulator (see the downloads section!). Other ports are planned for the future.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    ApertusVR

    ApertusVR

    Virtual Reality software library

    The main feature of ApertusVR is the so called "Distributed Plugin-in Mechanism" which means that not only humans could be involved in a multi-user virtual reality scene but any element of the Internet of Things like hardware, software, robot or any kind of smart device. ApertusCore is a programming library written in C++11, that fulfills modern software requirements as it is modular, embeddable, platform-independent, and easily configurable. It contains basic software interfaces and modules...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JavaScript Stack from Scratch

    JavaScript Stack from Scratch

    Tutorial to build a modern JavaScript stack

    This is a straight-to-the-point guide to assembling a JavaScript stack. It requires some general programming knowledge, and JavaScript basics. It focuses on wiring tools together and giving you the simplest possible example for each tool. You can see this tutorial as a way to write your own boilerplate from scratch. Since the goal of this tutorial is to assemble various tools, I do not go into details about how these tools work individually. Refer to their documentation or find other tutorials...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Win-Brash

    A Windows Native Bourne Shell Interpreter

    Win-Brash is a recoding, from scratch, of the Bourne shell as a native Microsoft Windows multi-threaded command line application. It uses Bourne shell syntax but recognizes Windows file names. The TAB key helps convert Unix style pathnames to fully valid windows pathnames. It also adds missing backslashes -- to reduce the need to always type two. For Documentation see: http://www.bordoon.com/brash To give brash.exe a try, use the download link to get winbrash-1.2.16.zip. Unzip...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Operating Systems: From 0 to 1

    Operating Systems: From 0 to 1

    A book to gain the foundational knowledge to write operating systems

    This book helps you gain the foundational knowledge required to write an operating system from scratch. Hence the title, 0 to 1. After completing this book, at the very least you will learn how to write an operating system from scratch by reading hardware datasheets. In the real world, it works like that. You won't be able to consult Google for a quick answer. A big picture of how each layer of a computer is related to the other, from hardware to software. Write code independently. It's...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Jolie

    Jolie

    A service-oriented programming language.

    **Note** that releases are outdated on sourceforge. Please refer to our main website: www.jolie-lang.org Jolie is the first full-fledged programming language based upon the service-oriented paradigm, suitable to create new services from scratch or to compose existing ones in powerful orchestrators in order to obtain new functionalities. You can use Jolie for building any kind of distributed applications. Examples are cloud middleware, web portals, and standalone concurrent applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Python Programming in iPhone

    Python Programming in iPhone

    Learn Python Programming and Scripting using your iPhone

    About this video Learn Python Programming and Scripting using your iPhone Introduction Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. Like Perl, Python source code is also available under the GNU General Public License (GPL). This tutorial gives enough understanding on Python programming language. Audience This tutorial is designed for software programmers who need to learn Python programming language from scratch...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BCR

    BCR

    Build, Compile, Run

    This language is not supposed to concurrence any other languages.It just provide some way to create a programming language from scratch (without Lex and Yacc). It consist of an IDE with in it a compiler an an interpreter (to debug without compiling). It's based on a byte-code system (as Java do).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Energy Quest

    Energy Quest - Custom Video Game created by Chris Bailey

    I programmed Energy Quest from scratch after reading "Tricks of the Windows Game Programming Gurus". It is compatible only with Windows XP at the moment.
    Downloads: 0 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: 0 This Week
    Last Update:
    See Project
  • 23
    TUI2Scratch14

    TUI2Scratch14

    Interconnection between ReacTIVision and Scratch.

    It is an application created at Unicamp, which allows: the connection between the programming language Scratch with the reacTIVision framework, the generation of voice in different languages​​, and interaction via mobile devices (using http://netio.davideickhoff.de/) with Scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    * Internationalization of squeak etoys version to Korean * Internationalization of dolittle version to Korean * Internationalization of Robot programming language with squeak e-toys to korean
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Spaced IDE

    Spaced IDE

    An IDE for the programming language whitespace.

    Spaced IDE is a programming tool for the language whitespace that simplifies the creation of applications. Source code will be added soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next