Open Source JavaScript Software Development Software - Page 80

JavaScript Software Development Software

View 5769 business solutions

Browse free open source JavaScript Software Development Software and projects below. Use the toggles on the left to filter open source JavaScript Software Development Software by OS, license, language, programming language, and project status.

  • 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
  • D&B Hoovers is Your Sales Accelerator Icon
    D&B Hoovers is Your Sales Accelerator

    For sales teams that want to accelerate B2B sales with better data

    Speed up sales prospecting with the rich audience targeting capabilities of D&B Hoovers so you can spend more sales time closing.
    Learn More
  • 1

    Modular Gaming

    Modular Gaming Open Source Persistent Browser Based Game Framework

    We are in the process of creating a open source persistent browser based web game (PBBG) framework which will have all the features to get you started and let you start developing your unique features without having to write all the basics. We have taken a modular approach, you can use only the modules you want. If you wanted just a forum you could enable only the core, user and forum modules. We are building our framework using Kohana which is an open source, object oriented (H)MVC web framework built using PHP5 by a team of volunteers that aims to be swift, secure, and small. We are using Kohana 3.3 You can view a demo at http://demo.modulargaming.com If you have any questions, bugs or feature requests feel free to post them on the issue tracker at GitHub. https://www.github.com/modulargaming/modulargaming Licensed under a BSD license. Modular Gaming can be used legally for any open source, commercial, or personal project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ModularAdmin

    ModularAdmin

    Free Dashboard Theme Built On Bootstrap 4 | HTML Version

    ModularAdmin is an open source dashboard theme built in a modular way. That makes it easy to scale, modify and maintain. We use SASS as CSS preprocessor language. Main variables are defined in the src/_variables.scss folder. For making life easier we broke down styles into components, and on build we're just merging all .scss files together and processing it to the dist/css/app.css file. There are also different theme variations located in src/_themes/ folder, where you can change the main variables to get different themes. There are a few predefined themes built-in. You can add new themes by adding a new file in src/_themes/ folder. We separate the application's scripts across its components. For simplicity we use ES5 in this version, and just wrap each component's script in jQuery $(function() { }). JS configurations are defined in the src/config.js file. On build, application script files are merged together and copied to the dist/js/app.js folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ModuleMaker is an addon to PHP-Nuke which allows the user to create a Module using an easy to use WYSIWYG interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 5

    Molecular Dreams

    C++ High level framework thinked for javascript

    Molecular-Dreams permits to develop applications of all kinds, using C++ and/or simply Javascript code; basically, Md makes a simple abstraction of varoius complex-works-flow around QObjects and associates. Md proposes a HighLevel RDBMS based on QtSQlite driver, adding something to it! It also will make an using-abstraction of various C libraries as RtAudio, Ogg, Vorbis, Speex, Flac and LibAv. Molecular-Dreams was developed on Linux, but it could be easily ported to other platforms, as MacOSX, Windows, Android and others. Finally and simplifying my thoughts, I could say, Variables and Procedures are Energy-Quantum, Objects are Atoms, Applications are Molecules, and so System is the Matter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Molecular Dreams GUI

    GUI library for Molecular-Dreams

    Molecular-Dreams-GUI permits to develop applications with graphic interfaces based on Qt, simply using ".ui" Qt-Designer files. Its target consists of a wrapping structure around all QtObjects and QWidgets associated to GUI; MdWrappers will permit easily to use the Qt interface from Javascript applications. It also will make an using-abstraction of LibQwt. It requires LibMolecularDreams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Moleculer

    Moleculer

    Progressive microservices framework for Node.js

    Moleculer is a progressive microservices framework for Node.js, designed to help developers build efficient, reliable, and scalable applications with a focus on simplicity and performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Molybdenum is an IDE for creating, editing, running and recording testscripts for Selenium, a browser integrated testtool from http://thoughtworks.com. Molybdenum is build as a Mozilla Firefox extension/application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Monitoring & Management System

    Monitoring, management system for networks

    Monitoring & management system for networks with plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 10
    The Monitoring Infrastructure (MIS) is a toolkit for software developers. It provides a generic solution for monitoring events in applications and for graphical representation of those events in a Web Browser using SVG.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CLI, Dot.net SubSonic Transaction layer for Mysql, Oracle, Sqlite for monoDevelop. Proof of Concept. This is for developpers developping...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MoonDragon is an object-oriented Content Managment System written on PHP 5.0 You can find more about it on http://launchpad.net/moondragon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Mori

    Mori

    ClojureScript's persistent data structures and supporting API

    Mori brings ClojureScript's efficient persistent data structures and functional APIs into vanilla JavaScript, enabling immutability and functional programming patterns with performant collections in JS. The installed package contains a single optimized JavaScript file mori.js. Load mori in your Node.js programs as you would any other module. For vectors and maps we provide efficient thaw and freeze operations. All Mori maps and sets support all the non-mutating methods of the proposed ES6 Map and Set interfaces. The main difference with the spec is that key lookup is based on value not reference. keys, values, and entries methods return the proposed mutable iterators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Morphext

    Morphext

    A simple, high-performance and cross-browser jQuery rotating plugin

    A simple, high-performance, and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css. A jQuery plugin for creating text-based carousels, rotating small or large pieces of text one after the other, just like a slider does with images. This can be a great tool for displaying catch phrases, mission statements, tag lines, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mousetrap

    Mousetrap

    Simple library for handling keyboard shortcuts in Javascript

    Mousetrap is a standalone library with no external dependencies. It weighs in at around 2kb minified and gzipped and 4.5kb minified. Mousetrap has been tested and should work in Internet Explorer 6+, Safari, Firefox, and Chrome. The bind method is the main call you will be making. This will bind a specified keyboard command to a callback method. If you want to bind multiple key commands to the same callback you can pass in an array for the first argument. Mousetrap 1.4 introduced a generic mod helper which lets you set cross platform shortcuts. The sequence of keys feature was inspired by Gmail. Any keys separated by a space will be considered a sequence. If you type each key in order the final one in the sequence will trigger the callback. If you type a key not in the sequence or wait too long the sequence will reset. You can also make a sequence that includes key combinations within it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Move.js

    Move.js

    CSS3 backed JavaScript animation framework

    Move.js is a small JavaScript library making CSS3 backed animation extremely simple and elegant. Increment prop by val, where val is an Number (click several times). Decrement prop by val, where val is an Number (click several times). Set animation duration to n which is a Number or a string such as "4s". Translate x and optionally y axis. Set animation-delay to n which is a Number or a string such as "4s". Move is packaged with a minified version, re-built each release. We can also pass flags to uglifyjs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Moving Target Detection 2D

    Moving target detection in 2D using Kalman Filter

    Moving target detection in 2D using Kalman Filter written in JS for demo purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MozOS

    MozOS

    Stability Source

    Developer Tool-Kit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    L10N tool to manage translations of Mozilla-based application and their extensions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Mr. Green Jekyll Theme

    Mr. Green Jekyll Theme

    Mr. Green is a multilingual theme generated with Jekyll

    Mr. Green is a multilingual theme generated with Jekyll and fully compatible with GitHub Pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MudMop, abbr. for Multi-User Discontinuous system MOdeling Platform, is an enterprise application framework, stands on modeling real world business which is discontinuous, and build business perspective data view and process operations to multi-users
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Multimethods for .NET: Makes multi-methods available to *any* language that targets .NET - C#, VB.NET, JScript.NET, Managed C++ and the rest! Uses .NET dynamic assemblies and shows how to generate dynamic .NET types and IL at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Multiform allows creation of Web Applications by defining their processes and business objects in a declarative XML-based language. It's made of a Javascript framework and an XSL compiler to get the application skeleton from the definitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Murdoc is a system for presenting documents in webpages. Murdoc includes a lot of tools to create documents, including tools to automatically document a variety of computer systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Muuri

    Muuri

    Infinite responsive, sortable, filterable and draggable layouts

    Muuri creates responsive, sortable, filterable and draggable layouts. Comparing to what's out there Muuri is a combination of Packery, Masonry, Isotope and Sortable. You can build pretty amazing layouts without a single line of JavaScript these days. However, sometimes (rarely though) CSS just isn't enough, and that's where Muuri comes along. At it's very core Muuri is a layout engine which is limited only by your imagination. You can seriously build any kind of layout, asynchronously in web workers if you wish. Custom layouts aside, you might need to sprinkle some animations and/or interactivity (filtering / sorting / drag & drop) on your layout (be it CSS or JS based). Stuff gets complex pretty fast and most of us probably reach for existing libraries to handle the complexity at that point. This is why most of these extra features are built into Muuri's core, so you don't have to go hunting for additional libraries or re-inventing the wheel for the nth time.
    Downloads: 0 This Week
    Last Update:
    See Project