Showing 768 open source projects for "all to"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1
    Gutenberg Typography Kit

    Gutenberg Typography Kit

    A meaningful web typography starter kit

    ...This depends to a not inconsiderable extent on the size of the type, the length of the lines and the leading. Gutenberg sets the baseline grid to establish a proper vertical rhythm and makes sure all elements fit into it. It sets up the macro typography so you can focus on the micro–typographic details. All calculations in Gutenberg depend on base type size and line-height. Multiplication of these two results in leading which is essential for setting a correct vertical rhythm and a baseline grid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Marid

    Marid

    Free data acquisition and data visualization cross-platform software

    ...The base concepts of its architecture include: * Graphical deploy configuration builders * Powerful Groovy scripting language * Embedded database ( H2 , HSQLDB) to store data * Cross-platform design (write once, run anywhere) * Embedded GUI-configurable binary/ascii device protocol parser/generator * Deploy manager to deploy firmwares to remote controllers/servers via secure channel * Embedded web-sever * Dynamically linked plugins available from Nexus Repository * Remote monitoring tools * Modular Marid IDE to manage them all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    custom-react-scripts

    custom-react-scripts

    Allow custom config for create-react-app without ejecting

    ...Some of the babel presets and plugins that people might use are experimental. If they're used in a project and then they don't make it in the ES spec, they will break backward compatibility. It's hard to maintain code for all of these custom configurations that people want to use. So instead of searching npm for a react-scripts fork with the X feature you need, this fork provides support for all of these extra features by simply adding a line in the .env config. The CRA team recently added support for an .env file at the root of the generated CRA project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    tracking.js

    tracking.js

    A modern approach for Computer Vision on the web

    The tracking.js library brings different computer vision algorithms and techniques into the browser environment. By using modern HTML5 specifications, we enable you to do real-time color tracking, face detection and much more, all that with a lightweight core (~7 KB) and intuitive interface. To get started, download the project. This project includes all of the tracking.js examples, source code dependencies you'll need to get started. Unzip the project somewhere on your local drive. The package includes an initial version of the project you'll be working with. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    CSSLint

    CSSLint

    Automated linting of cascading stylesheets

    ...CSSLint is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. The rules are all pluggable, so you can easily write your own or omit ones you don't want. You can integrate CSSLint into your favorite IDE to make checking your CSS code quality easy. In fact, some IDEs already have CSSLint built-in. Once you're familiar with the CSSLint command-line interface, the next step is to integrate it into your build system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HPSTR Jekyll Theme

    HPSTR Jekyll Theme

    A Jekyll theme with some tumble-log tendencies

    A Jekyll theme with some tumble-log tendencies. Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    heatmap.js

    heatmap.js

    JavaScript Library for HTML5 canvas based heatmaps

    ...Use it to add new value to your project, build a business based on it, study and visualize user behaviour, or why not build something completely crazy/awesome? Whether you want to have an aggregated overview of your users behaviour, or look at thousands of events distributed on a map, heatmap.js has all your heatmap visualization needs covered! Because it is the most advanced heat map visualization library on the web. It has a light footprint (~3kB gzip) and with the new 2.0 release heatmap.js just got faster and better. With only a few lines of code you can create your own interactive web heatmap. heatmap.js' API is all documented, also prioritized, so you can start developing right away! ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    WORDPRESS/GULP STARTER KIT

    WORDPRESS/GULP STARTER KIT

    A starter kit for developing WordPress themes with Gulp

    Designing WordPress themes the old-fashioned way is time-consuming and error-prone. Automating the build process allows us to integrate best practices into our workflow while saving time. This project is a starter kit for developing highly optimized WordPress themes with Gulp, npm, and Sass, among other tools. This is not meant to be a starter theme or framework (although I have included a minimum viable theme to demonstrate some of the possibilities). It is, instead, a kind of project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    deployd

    deployd

    A toolkit for building realtime APIs

    ...When it's time to deploy, easily deploy it yourself anywhere that can host a Node.js app and MongoDB. Deployd consists of a simple core library, with a modular API for extending your application. Keep all of your client applications in sync and avoid needless refreshes with deployd's realtime capabilities. It's easy to listen for and respond to changes in your app, whether using the dpd.js library or another client that can support websockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    FastDom

    FastDom

    Eliminates layout thrashing by batching DOM measurement

    ...Each measure/mutate job is added to a corresponding measure/mutate queue. The queues are emptied (reads, then writes) at the turn of the next frame using window.requestAnimationFrame. FastDom aims to behave like a singleton across all modules in your app. When any module requires 'fastdom' they get the same instance back, meaning FastDom can harmonize DOM access app-wide. Potentially a third-party library could depend on FastDom, and better integrate within an app that itself uses it. It's very important that all DOM mutations or measurements go through fastdom to ensure good performance; to help you with this we wrote fastdom-strict.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Amaze UI

    Amaze UI

    Amaze UI, a mobile-first and modular front-end framework

    ...We look forward to your participation and work together to create a simple and easy-to-use front-end framework! Based on the concept of Mobile first, Amaze UI gradually expands from small screens to large screens, and finally realizes all screen adaptations, adapting to the trend of mobile internet. Amaze UI contains nearly 20 CSS components, 10 JS components, and 17 web components containing nearly 60 themes. It can quickly build multi-screen pages with excellent interfaces and excellent experience, and greatly improve development efficiency. Compared with foreign frameworks, Amaze UI pays attention to Chinese typesetting and adjusts fonts according to user agents to achieve better Chinese typesetting effects; it takes into account the compatibility of domestic mainstream browsers and the built-in browsers of the App.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    react-starter-kit

    react-starter-kit

    The best scaffolding for React development

    ...You can get all the features below! In the end, this project wouldn't be so robust without everyone's contributions. All relevant libraries are ready and waiting to be called at any time. The structure of this project uses fractal (irregular fractal: suitable for large projects), the grouping of methods is mainly by characteristics rather than file types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Angular Stock Quoter

    AngularJS application that retrieves stock quotes and builds table

    ...Features of this application: 1) Display of real time stock quotes at an interval that can be customized 2) Display of options - very simple calculation of underlying stock price minus the strike price of the option TIMES #shares to give the value of the option. 3) Dynamic totals are auto calculated as the table reloads with the latest information/prices 4) Ability to turn off (with checkboxes) major averages such as Nasdaq, DOW, or S&P. Also ability to turn off CASH row in table and to hide all Stocks and all options. 5) Ability to sort table rows by symbol name 6) Ability to filter table by symbol name 7) Ability to see Extended quotes (pre-market or after-market) by selecting the "Extended Trading" option in the dropdown 8) Ability to resize the table
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ghooks

    ghooks

    Simple git hooks

    Simple git hooks. It is not advised to install ghooks as a production dependency, as it will install git hooks in your production environment as well. Please install it under the devDependencies section of your package.json. Please also note, that it is absolutely not advised to install ghooks globally. To work as expected, make it a development dependency of your project(s). Add a config.ghooks entry in your package.json and simply specify which git hooks you want and their corresponding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    myPHPed

    Simple Web-based environment for PHP scripting in programming class

    Simple Web-based environment for writing and testing PHP scripts in a programming classroom.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Relay Fullstack

    Relay Fullstack

    Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express

    ...Relay Fullstack is integrated with Yeoman that allows you to choose technologies that suit your needs, the options are including database, flow, and etc. In order to deploy a project, it is a good practice to minify all JavaScript files, stop spawning the GraphiQL server, pull off some duplicate dependencies, and remove all unnecessary scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Family.scss

    Family.scss

    Family.scss is a set of Sass mixins to help you to manage elements

    Family.scss is a set of Sass mixins that will help you to manage the style of :nth-child'ified elements, in an easy way. First of all, you need to import Family.scss into your project. If you're using eyeglass you can import it. Then you can use the mixins right away on your stylesheets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PHP File Browser

    Web-based File Browser

    It's web-based file browser using PHP. It provides an easy way to access a remote folder by HTTP. Features: - List all directory and files - Edit file content online - Rename file name - Create new directory - Search files by name - Upload a file to replace an existing file - Download a file - Delete a directory or a file - English/Chinese/Japanese supported - Authentication default username/password is admin/admin I hope you would love it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    horizon

    horizon

    Horizon is a realtime, open-source backend for JavaScript apps

    Horizon is an open-source developer platform for building sophisticated realtime apps. It provides a complete backend that makes it dramatically simpler to build, deploy, manage, and scale engaging JavaScript web and mobile apps. Horizon is extensible, integrates with the Node.js stack, and allows building modern, arbitrarily complex applications. While technologies like RethinkDB and WebSocket make it possible to build engaging realtime apps, empirically there is still too much friction for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Wolfenstein 3D html5

    Wolfenstein 3D html5

    Wolfenstein 3D HTML5 TOTAL Conversion

    ...It is relased under the gplv2 licence. 6 Episode + Spear of Destiny Usage: Just upload and play! This is a total html5-javascript conversion of the original game, all episodes until Spear of Destiny is included! 81 stage. Usage: 1. Upload to any webhost 2. Load the index.php in your web browser 3. It can save the game and store it in HTML local storage(Can erese it with erase all cache and cookies in your browser...) What is not working: 1. Sound and music volume control (Once you turn off in the menu you cannot turn back on any sound just if u erase all cookies) 2. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Skinny Bones Jekyll Starter

    Skinny Bones Jekyll Starter

    A Jekyll starter with a variety of flexible layouts and components

    ...Headers, navigation, sidebars, and footers have been purposely emphasized. Packed with layouts and modules. Include Disqus comments, social sharing buttons, and table of contents on one or all pages. Compatible with popular libraries like Bourbon, Neat, and Octopress to help build and deploy your site with ease.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Argus Eyes

    Argus Eyes

    A lightweight commandline tool for visual regression testing of UI

    ...Once argus eyes know where to find the components, it's time for some command line action. The first command you want to use is $ argus-eyes capture master. This makes argus eyes go over the config file and take screenshots of all specified components in there. The screenshots are saved in .argus-eyes/master and this set of screenshots can be compared with another set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    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
  • 25
    ng-fullstack

    ng-fullstack

    Client, server or fullstack

    Client, server or full-stack, it's up to you. ng-full-stack gives you the best of the latest. ng-fullstack is a yeoman generator that allows you to rapidly get started with prototyping web applications with the newest technologies available. It allows you to choose between a client app, a server app or a fullstack app. All of them simple to extend and powerful to use. By installing ngf you'll speed up your development by using the official generator-ng-full-stack alias. It shortens significantly the amount of stuff you type.
    Downloads: 0 This Week
    Last Update:
    See Project