Showing 655 open source projects for "js-symphonic"

View related business solutions
  • 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
  • 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
    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
    UltraPlugin.js

    UltraPlugin.js

    A smart framework to developing sites and web applications

    [This project has been discontinued but you can use ALL versions created] UltraPlugin.js is the ultra smart powerful union of a data library containing a large proportion of functions that allows the user to develop web sites and applications in a pleasant and fast way with a framework that creates several possibilities by joining Html, Css and Visual Basic Script with the JS itself and allowing several new types of elements. This project is totally open-source and has a natural development so that users can adapt the work to their own way, besides being able to contribute with the author, warning bugs, faults or even possible improvements. Check the page constantly for updates or activate sourceforge's newsletter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JUSH is a syntax highlighting component written in JavaScript. It highlights HTML, CSS, JS, PHP and SQL code embedded into each other. Beside syntax highlighting, it provides links to the documentation for all supported languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    fc-js

    Logiciel de gestion d'un annuaire de contacts professionnels.

    Bienvenue sur le projet fc-js, ce projet étudiant réalisé à l'UTT dans l'Unité d'Enseignement GL02 propose une application javascript pour la gestion des contacts d'une base de données Registre TPE. Pour plus d'informations, rendez-vous sur le wiki ! Ce projet est sous license MIT.
    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
    kodeWeave

    kodeWeave

    HTML/CSS/JS and Markdown Playground For Web Designers and Developers

    kodeWeave is a realtime coding playground for HTML, CSS and Javascript. Similar to JSFiddle and JSBin, but kodeWeave was made to work offline but also as a prototyping application to build applications for desktop operating systems while on mobile devices. (PhoneGap Build is recommended for mobile devices) kodeWeave similar to jsfiddle, jsbin, dabblet, liveweave, codepen, cssdeck, cssdesk, tinkerbin, d3 playground, plunker and pastebin, but allows you to export your web app as a desktop...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Isotope

    Isotope

    Filter and sort layouts

    Include the Isotope .js file in your site. Isotope works on a container element with a group of similar child items. All sizing of items is handled by your CSS. You can use Isotope as a jQuery plugin. You can use Isotope with vanilla JS. You can initialize Isotope in HTML, without writing any JavaScript. All options are optional, but itemSelector is recommended.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    tyto

    tyto

    Manage and organize things

    ...Something simple and intuitive that could be easily shared. It's also the product of my own curiosity being used as an opportunity to pick up new tech stacks. It started as a vanilla JS app utilising one file and experimenting with HTML5 drag and drop. It then grew a little more, and a little more after that. Now it uses Backbone w/ Marionette. The next step? Most likely Angular 2.0 or React. In truth, most organisations have some form of tool for what Tyto is doing. In my experience though, they can be cumbersome, clunky and just a bit noisy. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    embed-js

    embed-js

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

    A lightweight JavaScript plugin to embed emojis, media, maps, tweets, code and services. embed.js was developed with a modern JavaScript workflow in mind. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    x-os

    'HTML/JS OS' - Proof of Concept - ALPHA STATE

    A (somehow successfull) attempt to make an 'Integrated Work Environment', with a simple Linux GUI look, some tools (available as separate projects, x-kanban, x-treepad), sitcky notes and a simple notepad. Persistence is not working fine (well, I didn't expect to, as I didn't plan to make this, I was just too idle at home and ended up doing this) I don't know where I took the background image, sorry for that. Obviously, it's NOT mine. IMPORTANT: JUST PLAIN JAVASCRIPT, NO...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 10
    mui

    mui

    High-performance framework closest to native APP experience

    The gap between performance and experience has always been the primary reason for mobile app developers to abandon HTML5. The browser’s natural page-cutting white screen, the unbearable turning animation, the jittering of floating elements, and the inability to pull down to refresh smoothly, all of which frustrate HTML5 developers, especially when they get a low-end Android machine to run, and the phone falls. On the other hand, the browser default control styles are few and ugly, making a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    loadCSS

    loadCSS

    Load CSS asynchronously

    Referencing CSS stylesheets with link[rel=stylesheet] or @import causes browsers to delay page rendering while a stylesheet loads. When loading stylesheets that are not critical to the initial rendering of a page, this blocking behavior is undesirable. The pattern below allows us to fetch and apply CSS asynchronously. If necessary, this repo also offers a separate (and optional) JavaScript function for loading stylesheets dynamically. As a primary pattern, we recommend loading asynchronous...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    React HTML Parser

    React HTML Parser

    Converts HTML strings directly into React components

    ...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. Including a sanitizer as part of the library means it is making decisions for you that may not be correct. It is up to you to decide what level of sanitization you need and to act accordingly. Some users may already be sanitizing on the server or others may have specialized requirements that cannot be covered by a generic implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Britecharts

    Britecharts

    Composable Charting Library based on reusable D3.js components

    ...Additionally, each chart or component can expose specific methods you can find in the documentation. Britecharts components are distributed in UMD modules, each one exposing a D3.js component written with the Reusable API pattern. 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
  • 14
    Crusta Browser

    Crusta Browser

    Lightweight webbrowser in Qt5

    Lightweight, fast, simple and secure webbrowser in Qt5. Visit https://crustabrowser.com for more details
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    Bootstrap Lightbox

    Bootstrap Lightbox

    A lightbox gallery plugin for Bootstrap

    ...Options are passed down to the modal object so you can also use any of the original modal options. A lightbox module for Bootstrap that supports images, YouTube videos, and galleries, built around Bootstrap's Modal plugin. Instead of modifying the /dist/*.js JavaScript files directly, you should instead modify the ekko-lightbox.js file and run the grunt task.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Space Radar Electron

    Space Radar Electron

    Disk And Memory Space Visualization App built with Electron & d3.js

    Space Radar Electron is an application that offers an interactive and comprehensive visualization of disk space and memory usage of your computer. Built with Electron & d3.js, it currently offers visualizations in the form of Sunburst, Treemap and Flamegraph charts. As it scans the contents of your disk, it produces a preview visualization so you can already see what's been scanned. It allows for drilldown of directories, breadcrumbs and navigation. Space Radar works fast, and is cross-platform. Currently, there are many developments being planned for Space Radar, including more targets for scanning, coloring by file types, filtering hidden files and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Vue Material Components web

    Vue Material Components web

    Material web components for Vue.js

    This is the adaptation of Material Components web for Vue.js. Keeping them fast, easy to use and, SSR ready. The docs will be the demo, until then you can check the test folder and the Material Components web demo. The prepublish hook will ensure dist files are created before publishing. This way you don't need to commit them to your repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    elevator.js

    elevator.js

    A "back to top" button that behaves like a real elevator

    ...Elevator.js is a stand alone library (no jquery, or the likes) so usage is pretty straight forward. All styling of elements is up to you. Elevator.js only handles the audio management, and the scroll functionality! Elevator.js lives entirely within the js realm, which makes things fairly simple to use. You'll need to create a new instance of Elevator, and pass it some audio elements. Elevator.js is covered by the MIT License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    NVD3

    NVD3

    A reusable charting library written in d3.js

    This project is an attempt to build re-usable charts and chart components for d3.js without taking away the power that d3.js gives you. This is a very young collection of components, with the goal of keeping these components very customizable, staying away from your standard cookie cutter solutions. Download d3.v3.js. This is the only required library for NVD3. Download the latest nv.d3.js (version 1.8.1). Get the development version, or minified production version. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Education tool - number systems

    Education tool for converting between diferent number systems

    These project is for education purpouse. It's written in HTML and JS. You can enter different numbers and JS check for right conversion. you can convert to different number systems as decimal to bineary, decimal to hex,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    THIS IS AN OLD 100% DOM JS LIBRARY STARTED IN 2002 AND RELEASED TO THE PUBLIC IN 2006, AND IN SF IN 2009! THIS LIBRARY TRIED TO MIMIFY DESKTOP BEHAVIOUR AND WAS REALLY SOMETHING AHEAD ANY OTHER LIBS AT ITS TIME. USE IT ONLY TO UNDERSTAND HOW DOM WORKS IN PURE JS! (which basically excludes 85% of today's devs). Not recommended for production anymore. It's still 100% functional (OGK for how long).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    react-native-fetch-blob

    react-native-fetch-blob

    A project committed to making file access and data transfer easier

    ...Transfer data directly from/to storage without BASE64 bridging. File API supports regular files, Asset files, and CameraRoll files. Native-to-native file manipulation API, reduces JS bridging performance loss. File stream support for dealing with large file. Blob, File, XMLHttpRequest polyfills that make the browser-based library available in RN (experimental) It is committed to making file access and transfer easier and more efficient for React Native developers. We've implemented highly customizable filesystem and network module which plays well together.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ES6 Tutorial

    ES6 Tutorial

    ECMAScript 6

    ...Practical sections cover collections, iterators, typed arrays, and internationalization, tying abstract concepts to real use. The tutorial is widely used by engineers preparing for interviews, onboarding to modern JS codebases, or refreshing knowledge after time away.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    phpMyTanks

    phpMyTanks

    PHP/MySQL/JS free multiplayer browser-based online game about tanks

    Free multiplayer browser-based online game about tanks. Without downloading and installation. Бесплатная многопользовательская браузерная онлайн-игра про танки. Без скачивания и установки.
    Downloads: 0 This Week
    Last Update:
    See Project