Showing 28 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
  • 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
    Tabulator

    Tabulator

    Interactive tables and data grids for JavaScript

    ...Tabulator has an enormous number of features to help customize your table experience to your needs. With new features released every month, there is bound to be something to get your interactive table juices flowing. Tabulator is built to work with all the major front-end JavaScript frameworks including React, Angular and Vue. Header filters and programmatic filters can be set independently allowing you to use a header filter to further restrict the rows shown in an already filtered data set. If an input element is used as the filter element, the table will be filtered in real-time as the user types in the input element. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    jsdom

    jsdom

    JavaScript implementation of various web standards, for use with Node

    jsdom is a pure-JavaScript implementation of many web standards, notably the WHATWG DOM and HTML Standards, for use with Node.js. In general, the goal of the project is to emulate enough of a subset of a web browser to be useful for testing and scraping real-world web applications. The latest versions of jsdom require Node.js v10 or newer. To use jsdom, you will primarily use the JSDOM constructor, which is a named export of the jsdom main module. Pass the constructor a string. The resulting...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    RapidASDev for Oracle

    RapidASDev for Oracle

    RASD for Oracle

    RASD (Rapid Application Service Development) development platform for fast createing web based applications with less or no programming. For developing in RASD all you need is browser. The program you create is published as HTML5 or REST service. All subprograms (look up's, ...) are published as HTML5 or. REST too. If you create batch program in PL/SQL you can use the same tool. All generated by RASD can be overwritten with using triggers (remember classical Forms). The best thing is that the development cycle is really fast. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SALATI

    SALATI

    Prayer Times for iPhone and Android built-in Calendar

    Add Prayer Times to your built-in Calendar App. Many Countries and Cities available via https://salati.de SALATI provides prayer times as iCal File Format that can subscribed to your Calendar for all platforms supporting webcal and ics Format like Outlook, Apple Calendar, Google Calendar, iOS and Android. Free Service
    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
    css-spinner

    css-spinner

    Small, elegant pure css spinner for ajax or loading animation

    ...Some older browsers need prefixes like '-WebKit-' to use CSS Animation. To minimize file size, we omitted all vendor prefixes in loaders' CSS, but you can customize this by building CSS from the source. We also provide stylus and pug source files for better integrating these spinners into your project. Find corresponding stylus and pug files for your desired spinners under src/ folders.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    koa2-router

    koa2-router

    An express-liked router component for koa2

    An express-liked router component for koa2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Featherlight

    Featherlight

    Lightweight jQuery lightbox plugin

    Featherlight is a very lightweight jQuery lightbox plugin. It's simple yet flexible and easy to use. Featherlight has minimal css and uses no inline styles, everything is name-spaced, it's completely customizable via config object and offers image, ajax and iframe support out of the box. Featherlight's small footprint weights about 4kB. Featherlight is very, very lightweight. 400 lines of JavaScript, 100 of CSS, less than 6kB combined. Many lightbox plugins try to handle everything for you....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Static Site Boilerplate

    Static Site Boilerplate

    A better workflow for building modern static websites

    ...Write your CSS with Sass or Less and without vendor prefixes. Your styles will be automatically processed and prefixed with data based on current browser popularity. All changes to your files while developing are monitored in real-time. Any change to HTML, js, CSS, or images is automatically reloaded in your browser. Images are optimized and compressed for your production build, significantly reducing the overall size of your website files for optimized loading times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Bliss

    Bliss

    Blissful JavaScript

    ...It does not account for browser bugs or lack of support of certain APIs, although it only uses features that are both supported across most modern browsers and can be polyfilled. For example, it uses Promises throughout (supported by all latest browsers, can be polyfilled), but, despite the temptation, not arrow functions (syntactic extension, cannot be polyfilled). The idea is that you can extend support by using polyfills, depending on your needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution Icon
    Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution

    K-12 Schools, Higher Education, Businesses, Restaurants

    Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
    Learn More
  • 10
    Pjax module

    Pjax module

    Easily enable fast Ajax navigation on any website

    ...Pjax loads pages using AJAX and updates the browser's current URL using pushState() without reloading your page's layout or any resources (JS, CSS), giving a fast page load. It works with all permalinks and can update all the parts of the page you want (including HTML metas, title, and navigation state). It listens to every click on links you want (by default all of them). When an internal link is clicked, Pjax fetches the page's HTML via AJAX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Koa-OAI-Router

    Koa-OAI-Router

    Koa Router, based on OpenAPI, Swagger and Json Schema

    I have used Markdown and wiki to manage API doc, from which I have suffered a lot. It wastes too much time and is very boring. The document should be repaired when you change the API. It's very inconvenient to test and debug. The management of API doc totally depends on people. As a result, it is hard to make documents have high quality. Meanwhile, the developers will spend more time on testing, which may have a bad effect on the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jQuery Ajax File Uploader Widget

    jQuery Ajax File Uploader Widget

    Lightweight and very configurable jQuery plugin

    ...Basic Javascript knowledge is necessary to setup this plugin: how to set settings, callback events, etc. Initialize the plugin on any HTML element such as: <div /> to provide a Drag and drop area. All <input type="file"/> inside the main area element will be bound too. Optionally you can bind it directly to the <input />. Files will start uploading right after they are added. If using the queue system this option means the queue will start automatically after the first file is added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Apache Guacamole

    Apache Guacamole

    HTML5 Clientless Remote Desktop

    ...It supports standard protocols like VNC, RDP, and SSH. We call it clientless because no plugins or client software are required. Thanks to HTML5, once Guacamole is installed on a server, all you need to access your desktops is a web browser.
    Downloads: 49 This Week
    Last Update:
    See Project
  • 14
    Linux Dash

    Linux Dash

    A beautiful web dashboard for Linux

    Using the 3 bar hamburger icon on each module (widget) on Linux Dash, you can drag and re-arrange them. It is strongly recommended that all linux-dash installations be protected via a security measure of your choice. All of your changes are saved in LocalStorage, so your changes will be preserved permanently on that browser for convenience. Each of the modules (widgets) on the Linux Dash screen can be minimized to hide it, expanded in one click to maximize it, adjusted to a custom width. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    NZBGet

    Efficient Usenet Downloader

    NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Orthanc

    Orthanc

    Lightweight, RESTful DICOM server for healthcare and medical research

    [2015-06-12] Orthanc has left SourceForge. All the downloads are now available directly from our official Website: http://www.orthanc-server.com/browse.php
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    PHP4sack
    A PHP encapsulation of the AJAX sack library so that developers need only code in PHP to implement AJAX, Feedback will be good to improve this component set. Now supporting cross browser drag and drop events, no other library dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Matrix

    The Matrix

    The Matrix Cloud (PaaS )

    Aalishan Matrix Official Apps Passionately delivers stylish and dynamic news for designers and Web developers across the globe on all subjects of engineering; ranging from CSS3, HTML5, JavaScript, XML, WSDL, SOAP, PHP, Perl, OOP Design and programming, Joomla, Drupal, WordPress, Social Engine, Os Commerce and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ecAjax

    Javascript Clientside Templating Engine to handle XML

    Introduction Since the introduction of Ajax, server-side templating is becoming redundant. Objective To make production of Ajax web pages easier. Goal To create a client-side templating engine written in Javascript. Target All major browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Where In the World Have You Been?
    A PHP script with maps of the World, China, Canada, USA, India, Africa and Europe that allows the user to select the countries, provinces or states by clicking on them or selecting a checkboxes. Selection causes the entity to turn a default color which contrasts with defaults colors of all bordering countries. Thus a patchwork is made to show the history of countries, states or provinces traveled. Added features allow users to download their maps, to blow them up to posters of any size printed with media of any standard size such as A4 or letter size paper; and to get permanent URLs of their made maps in order to come back and further annotate them at a later date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CyBerFuN xBTiT
    CyBerFuN xBTiT by cybernet2u / I only install hacks and maintain them / all the credits for the core source goes to : http://www.btiteam.org new files here ->https://github.com/cybyd/cybyd
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PlanYourProject is an Open Source application providing users with an easy way to plan their own project. PYP is using the AJAX technology und should be compatible with all common standards. (File Formats, Interfaces for other APIs)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    By Ajax Injector, you can convert your site from WEB1 (static links and forms) to a WEB2 (dynamic links and forms) site. All you have to do is including this script in your page and add a simple lines in bottom of your page, then you can see the MAGI
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Single web mail client interface to access Gmail, Hotmail/Msn, and IMAP accounts all at the same time. Tabbed interface for reading and composing email. 3 panel perspective: folder list, email list and email preview.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Javeline TelePort is an Open Source communication layer supporting all popular web services such as XMLRPC, SOAP, JSON and REST. TelePort is part of the Javeline Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next