Showing 2172 open source projects for "using"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    imagesLoaded

    imagesLoaded

    Detect when images have been loaded

    You can use imagesLoaded with vanilla JS, Using a callback function is the same as binding it to the always event. Bind events with vanilla JS with .on(), .off(), and .once() methods. Detect when background images have loaded, in addition to <img>s. Set { background: true } to detect when the element's background image has loaded. Set to a selector string like { background: '.item' } to detect when the background images of child elements have loaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    vgstation13

    vgstation13

    Multiplayer space station roleplaying game built on BYOND engine

    vgstation13 is an open-source multiplayer roleplaying game set on a space station, where players assume different roles such as engineers, doctors, security officers, or even traitors. The game is built using the BYOND engine and emphasizes emergent gameplay, teamwork, chaos, and storytelling. It is a fork of the original Space Station 13 and continues to be developed by a vibrant community focused on balance, new content, and performance improvements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Basic WebPage Builder

    Basic WebPage Builder

    Drag and Drop basic webpage builder

    ...id=com.ulm.simplehtmleditor ====== Extended release: - Chrome extension: - https://chrome.google.com/webstore/detail/boot-wysiwyg/gjmamibgdidamicoandlflamngdmmeig ====== Desktop app built using Electron framework and NodeJS. ==== Official download also on Softpedia® - https://bit.ly/2AGwc7a ==== Requirements: - Processor: Intel Pentium 4 processor or later that's SSE2 capable - RAM: 512 MB - Hard Disk: 1500 MB - Video Card: nVidia, ATI and Intel Shader Model 2 and Shader Model 3 video cards with 512 megabytes of RAM minimum - Supported OS: Windows 10, Windows 8, Windows 8.1, Windows 7
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    MediumEditor

    MediumEditor

    A Medium.com WYSIWYG editor clone. A simple inline editor toolbar

    This is a clone of medium.com inline editor toolbar. MediumEditor has been written using vanilla JavaScript, no additional frameworks required. MediumEditor also supports textarea. If you provide a textarea element, the script will create a new div with contentEditable=true, hide the textarea and link the textarea value to the div HTML content. People have contributed wrappers around MediumEditor for integrating with different frameworks and tech stacks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Elastik
    A very flexible web based ticket/issue tracker with multiple clients and projects, fully configurable fields, categories, stati and status transitions - all on a per project basis. Track any process you want! Available under an BSD license from MAPIX Technologies
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    React HTML Parser

    React HTML Parser

    Converts HTML strings directly into React components

    ...Converts standard HTML elements, attributes and inline styles into their React equivalents and provides a simple way to modify and replace the content. It is important to understand that this library should not be used as a direct replacement for using properly sanitized HTML and that it only provides the same level of protection that React does which does not provide 100% protection. All HTML should be properly sanitized using a dedicated sanitization library (such as do purify for node/js) before being passed to this library to ensure that you are fully protected from malicious injections. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Cleaver

    Cleaver

    30-second slideshows for hackers

    Cleaver is a one-stop-shop for generating HTML presentations in record time. Using some spiced up markdown, you can produce good-looking, interactive presentations with a just a few lines of text. Cleaver supports several basic options that allow you to further customize the look and feel of your presentation, including author info, stylesheets, and custom templates. Cleaver has substantial theme support to give you more fine-grained control over your presentation, similar to options. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    kamranahmed.info

    kamranahmed.info

    Blog created using github-pages-blog-action

    My personal blog was created using GitHub-pages-blog-action.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Britecharts

    Britecharts

    Composable Charting Library based on reusable D3.js components

    ...To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the src pointing to the file.
    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
    re-start

    re-start

    react-native template to target multiple platforms

    ...This project comprises of several templates that are curated keeping in mind the various use cases of initiating a new project. Based on your requirements and preferences, you can choose a template that suits your case the best. Create a new react-native project using react-native-cli and specify re-base as a template.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Inspector Tool

    Inspector Tool

    Firebug Lite Beta for Google Chrome and Opera Browser

    ...Main features: - Same look and feel as Firebug - Inspect HTML and modify style in real-time - JavaScript Console with autocomplete code (tab, shift+tab) - Rich representation of DOM elements - Live editing CSS rules and properties - Elements are selected on-the-fly while using the Inspect tool again activatable in context menu ======= Using it in this Chrome extension: http://bit.ly/1NiErH5
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    express-status-monitor

    express-status-monitor

    Realtime Monitoring solution for Node.js/Express.js apps

    ...The HTML page handler is exposed as a pageRoute property on the main middleware function. So the middleware is mounted to intercept all requests while the HTML page handler will be authenticated. If you're using socket.io in your project, this module could break your project because this module by default will spawn its own socket.io instance. To mitigate that, fill websocket parameter with your main socket.io instance as well as port parameter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Laverna

    Laverna

    JavaScript note taking application with Markdown editor

    ...You can manage your notes without ever lifting your hands from your keyboard. Keep snippets of code to have access to them anytime and anywhere. Do you prefer to stay anonymous? You do not need to go through registration process to start using Laverna. You can export your notes from Laverna and import them back anytime. You are not tied to using it forever. Every line of code can be reviewed on GitHub and is available under MPL-2.0 license.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    electron-webpack-dashboard

    electron-webpack-dashboard

    Electron Desktop GUI for Webpack Dashboard

    ...Or like the beginning of Westworld at least. To receive a complete analysis of your bundle, including modules, assets, and problems, you will need to make sure your project is using Webpack Dashboard Plugin 1.0 or higher. Simply hit save on a project running webpack-dev-server, or run your build task that builds with webpack and providing you have configured your project as shown above, you should see the dashboard start to display data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    vue-circle-progress

    vue-circle-progress

    A Vue.js component to draw animated circular progress bars

    A Vue.js component to draw animated circular progress bars.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    koa-better-serve

    koa-better-serve

    Small, simple and correct serving of files, using `koa-send`

    Small, simple and correct serving of files, using koa-send.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    React-Motion

    React-Motion

    A spring that solves your counter animation problems

    ...You can develop simple transitions, chat heads, draggable balls, todoMVC list transition, photo gallery, spring parameters chooser, water ripples, and draggable lists. For 95% of use-cases of animating components, we don't have to resort to using hard-coded easing curves and duration. Set up a stiffness and damping for your UI element, and let the magic of physics take care of the rest. This way, you don't have to worry about petty situations such as interrupted animation behavior. It also greatly simplifies the API. It's normal not to feel how stiffness and damping affect your spring; use Spring Parameters Chooser to get a feeling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ng-admin

    ng-admin

    Add an AngularJS admin GUI to any RESTful API

    ...If you need compatibility with Angular 1.3, use ng-admin 0.9. ng-admin is fully compatible with Webpack, and should also be compatible with all available major module bundlers. If your module bundler also supports SASS or CSS, you can also include stylesheets. Using a module bundler, you would also be able to generate the source map for all your JavaScript and stylesheets, helping you to hunt even the most obscure bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    elasticsearch-head

    elasticsearch-head

    A web front end for an elastic search cluster

    elasticsearch-head is a web front end for browsing and interacting with an Elastic Search cluster. elasticsearch-head is hosted and can be downloaded or forked at github. There are two ways of running and installing elasticsearch-head. Running as a plugin of ElasticSearch (this is the preferred method). And running as a standalone webapp. By default es-head will immediately attempt to connect to a cluster node at http://localhost:9200/. Enter a different node address in the connect box and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Roll Call

    Roll Call

    Free and reliable audio calls for everyone w/ browser p2p

    roll-call is a lightweight, browser-based video conferencing tool built entirely with WebRTC and peer-to-peer technologies. It requires no backend server or user authentication, making it ideal for impromptu meetings, remote collaboration, or privacy-conscious communication. Users simply share a unique room URL, and connections are established directly between participants. With minimal setup and no data retention, roll-call emphasizes simplicity, accessibility, and decentralization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    embed-js

    embed-js

    A lightweight plugin to embed emojis, media, maps, tweets, code, etc.

    ...To use it, it's recommended you have a build system in place that can transpile ES6, and bundle modules. But at the same time, you get an already transpiled version to make your development easier. If you’re using npm package manager with a module bundler like Webpack or Browserify to consume CommonJS modules, you can use the default UMD build of the plugin by simply requiring it. The render() method renders the resulting string in the block. The .render() method also returns a promise. Optionally you can also pass a string which will be processed by the plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SoundJS

    SoundJS

    Javascript library for working with Audio

    ...A controllable sound object that wraps the actual plugin implementation, providing a consistent API for audio playback, no matter what happens in the background. Sound instances can be paused, muted, and stopped; and the volume, pan (where available), and position changed using the simple API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EaselJS

    EaselJS

    Work with the HTML5 Canvas element easily

    The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier. A JavaScript library that makes working with the HTML5 Canvas element easy. Useful for creating games, generative art, and other highly graphical experiences. EaselJS provides straight forward solutions for working with rich graphics and interactivity with HTML5 Canvas. It provides an API that is familiar to Adobe...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Koa React Universal

    Koa React Universal

    lightweight React-Koa2 universal boilerplate, only what is essential

    lightweight React-Koa2 universal boilerplate, only what is essential. This project is dedicated to building a simple yet powerful Koa-React-Universal boilerplate. All key ingredients are in src/development、src/production and webpack configurations, which are easy to understand、set-up and extend. We promise to use the most recent & official packages(as much as we can), no weird or tricky stuff, keeping this project clean and fully customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WebSlides

    WebSlides

    Create HTML presentations in seconds

    Finally, everything you need to make HTML presentations, landings, and long forms in a beautiful way. Just a basic knowledge of HTML and CSS is required. Designers, marketers, and journalists can now focus on the content. The download includes demos and images (devices and logos). All content is for demo purposes only. Images are the property of their respective owners. Navigation (horizontal and vertical sliding): remote presenters, touchpad, keyboard shortcuts, and swipe. Slide counter....
    Downloads: 1 This Week
    Last Update:
    See Project