Showing 4002 open source projects for "software"

View related business solutions
  • 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
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 1
    react-native-swipe-list-view

    react-native-swipe-list-view

    A React Native ListView component with rows that swipe open and closed

    SwipeListView is a vertical ListView with rows that swipe open and closed. Handles default native behavior such as closing rows when ListView is scrolled or when other rows are opened.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MERN Boilerplate

    MERN Boilerplate

    A Full MERN Stack Boilerplate for Web Apps

    MERN Boilerplate is a starter template for building applications using the MERN (MongoDB, Express, React, Node.js) stack, offering a ready-to-use setup. A Full MERN Stack Boilerplate for Web Apps. Includes a local authentication system using a passport. The user is given a simple profile with a Full Name and Profile Picture. The user is also able to reset the password and username case.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Lepton

    Lepton

    A lean snippet manager

    Lepton is a beautiful open source snippet manager for ubuntu. Manage your Github gists with support for tags, search and sharing. Lepton features a rich-text editor and markdown viewer. Try the snap today! Lepton's can be customized by <home_dir>/.leptonrc! Theme (light/dark), Snippet, Editor, Logger, Proxy, Shortcuts, Enterprise, Notifications, and more! Check out the configuration docs to explore different customization options. Lepton is an open source project on GitHub. It's free and we...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Vuex

    Vuex

    Centralized State Management for Vue.js

    Vuex is a centralized state management pattern and library for Vue.js applications. It stores all the components in an application following rules that ensure the state is only mutated in a predictable manner. Unlike other management patterns, Vuex defines and separates the concepts involved in state management, and enforces rules that maintain independence between views and states. It is also a library implementation that's specifically tailored for Vue.js, so as to take advantage of its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 5
    jQuery Print Plugin

    jQuery Print Plugin

    Easy to use, Element Printing Plugin for jQuery

    jQuery.print is a plugin for printing specific parts of a page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    bootstrap-input-spinner

    bootstrap-input-spinner

    A Bootstrap plugin to create input spinner elements for number input

    A Bootstrap / jQuery plugin to create input spinner elements for number input. With version 3.3 I added an ES6 module beta version under src/es6-beta. It is not yet documented, but there is a test page as index-es6-beta.html.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AmplitudeJS

    AmplitudeJS

    Open Source HTML5 Web Audio Library

    ...AmplitudeJS is a lightweight JavaScript library that allows you to control the design of your media controls in your webpage, not the browser. No dependencies (jQuery not required). AmplitudeJS is available under the MIT License. Open-source software is not sustainable without proper financial support. Maintaining an open-source project takes a lot of effort and resources. If you are very thankful for what you can do with AmplitudeJS or if you are using AmplitudeJS to make any sort of revenue, we kindly ask that you contribute any resources available to keep the community growing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Harp

    Harp

    Static site server/generator with built-in preprocessing

    Harp is a static web server that also serves Jade, Markdown, EJS, Less, Stylus, Sass, and CoffeeScript as HTML, CSS, and JavaScript without any configuration. It supports the beloved layout/partial paradigm and it has flexible metadata and global objects for traversing the file system and injecting custom data into templates. Optionally, Harp can also compile your project down to static assets for hosting behind any valid HTTP server. Pre-compilers are becoming extremely powerful and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    luaparse

    luaparse

    A Lua parser written in JavaScript

    A Lua parser written in JavaScript, originally written by Oskar Schöldström for his bachelor's thesis at Arcada. Unlike strings in JavaScript, Lua strings are not Unicode strings, but bytestrings (sequences of 8-bit values); likewise, implementations of Lua parse the source code as a sequence of octets. However, the input to this parser is a JavaScript string, i.e. a sequence of 16-bit code units (not necessarily well-formed UTF-16). This poses a problem of how those code units should be...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • 10
    forever

    forever

    CLI tool for ensuring that a given script runs continuously

    A simple CLI tool for ensuring that a given script runs continuously (i.e. forever). Note that this project currently fully depends on the community for implementing fixes and new features. For new installations we encourage you to use pm2 or nodemon. If you are using forever programmatically you should install forever-monitor. There are two ways to use forever: through the command line or by using forever in your code. Note: If you are using forever programatically you should install...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Bootstrap Colorpicker

    Bootstrap Colorpicker

    Bootstrap Colorpicker is a modular color picker plugin for Bootstrap

    Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4. The Bootstrap JS dependency is optional and it is mainly needed for the popover support. No Bootstrap CSS is required for the plugin to work. To use the plugin without Bootstrap, the popover option should be set to false or null and, depending on your implementation, you will usually need to set inline to true and a container selector option. Note that the plugin may work without Bootstrap if your code is not using any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jsf-showcase

    jsf-showcase

    JavaServer Faces (JSF) v.2.2.x showcase, portable web-application.

    JavaServer Faces (JSF) v.2.2.x web-framework showcase. Portable web-application for Java WEB-developers, who use Java Server Faces. Made for convenience - if Internet access suddenly down ). See please excellent projects: https://github.com/liferay/liferay-faces-showcase/ and https://github.com/heroku/webapp-runner/ , also https://mvnrepository.com/search?q=webapp-runner and https://mvnrepository.com/search?q=com.liferay.faces.demo .
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    layer

    layer

    Web pop-up layer components to realize almost all pop-up interactions

    layer is a web pop-up layer component that has always been favored. It has a full range of solutions and is aimed at developers of all levels. Your page will easily have a rich and friendly operating experience. In comparison with similar components, layer will be more accessible for developers. It is not only based on "face" to win, but tries to show more robust functions with less code as much as possible, and pays special attention to performance improvement, ease of use and practicality....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    amqplib

    amqplib

    AMQP 0-9-1 library and client for Node.JS

    amqplib is a Node.js client library for the Advanced Message Queuing Protocol (AMQP), enabling applications to connect to AMQP brokers like RabbitMQ for messaging functionalities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    ESLint plugin for React Native

    ESLint plugin for React Native

    React Native plugin for ESLint

    eslint-plugin-react-native is an ESLint plugin that provides linting rules specifically for React Native projects. It ensures best practices, prevents common errors, and helps maintain code quality in React Native applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    i18n-locales

    i18n-locales

    List of locales for i18n

    List of locales for i18n.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Propeller

    Propeller

    Develop more, Code less. Propeller is a front-end responsive framework

    Propeller is a front-end responsive framework based on Google’s Material Design Standards & Bootstrap. Library with 25 Responsive UI Components. Ready to use template which speeds up the Development process. Detailed User Manual which provides step by step usage for every Propeller component. The downloaded folder will have following directories and files, with a logical grouping of common assets including both compiled and minified versions. Just copy the compiled CSS and JS files and the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    metismenu

    metismenu

    A collapsible jQuery menu plugin

    A collapsible jQuery menu plugin. This version does not support any version of IE browser. Setting aria-disabled="true" in the <a> element as shown will stop metisMenu from opening the menu for that particular list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Weex Ui

    Weex Ui

    A rich interaction, lightweight, high performance UI library

    A UI toolkit for developing rich mobile applications with Weex, focusing on performance and flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Trico-electron-app

    Trico-electron-app

    Dump Sheets in your DB

    This App Converts your correctly formatted Excel Spreadsheet to a specified table/collection in a specified Database in MYSQL/MongoDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    multiScroll.js

    multiScroll.js

    multiscroll plugin by Alvaro Trigo. Create scrolling split websites

    A simple plugin to create multi-scrolling websites with two vertical scrolling panels. Customizations of the plugin are available upon request for a reasonable price. This plugin its in Beta version. Suggestions are more than welcome, not only for feature requests but also for coding style improvements. multiScroll.js is fully functional on all modern browsers, as well as some old ones such as Internet Explorer 8, 9, and Opera 12... It works with browsers with CSS3 support and with the ones...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sass

    Sass

    An extension of CSS, adding nested rules, variables, mixins and more

    Sass is the most mature, stable, and powerful professional grade CSS extension language in the world. Sass is completely compatible with all versions of CSS. We take this compatibility seriously, so that you can seamlessly use any available CSS libraries. Sass boasts more features and abilities than any other CSS extension language out there. The Sass Core Team has worked endlessly to not only keep up, but stay ahead. Sass has been actively supported for over 14 years by its loving Core...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Free texture packer

    Free texture packer

    Free texture packer

    Free Texture Packer is a desktop tool for creating sprite sheets from individual images, ideal for game developers using engines like Phaser or Unity. It supports multiple export formats and efficient packing algorithms.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    vim-bootstrap

    vim-bootstrap

    A simple method of generating a configuration for vim / neovim

    Vim Bootstrap makes it easy to learn a new editor, focus on learning how to use it and leave the configuration to us. Is a refactor, and sometimes redactor, in the tradition of Vim (which itself derives from Stevie). It is not a rewrite but a continuation and extension of Vim. Many clones and derivatives exist, some very clever, but none are Vim. Neovim is built for users who want the good parts of Vim, and more. Vim is a highly configurable text editor built to enable efficient text...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WooCommerce Nextjs React Theme

    WooCommerce Nextjs React Theme

    React WooCommerce theme, built with Next JS, Webpack, Babel, Node

    React WooCommerce theme, built with Next JS, Webpack, Babel, Node, and Express, using GraphQL and Apollo Client. WooCommerce Store in React( contains: Products Page, Single Product Page, AddToCart, CartPage and Checkout Page with country selection ). To use Hero carousel, create a category called 'offers' from WordPress Dashboard > Products > Categories. Now create and assign as many child categories to this parent 'offers' category with name, description, and image. These Child categories...
    Downloads: 0 This Week
    Last Update:
    See Project