Showing 126 open source projects for "direct"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 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
  • 1
    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
  • 2
    parallax.js

    parallax.js

    Parallax Engine that reacts to the orientation of a smart device

    Parallax Engine that reacts to the orientation of a smart device. Where no gyroscope or motion detection hardware is available, the position of the cursor is used instead. parallax.js reacts to the orientation of your smart device, offsetting layers depending on their depth within a scene. If you don't have a smart device, no worries, if no gyroscope or motion detection hardware is available, parallax.js uses the position of your cursor instead. Most configuration settings can be declared...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Recta Host

    Recta Host

    Direct printing from JS

    Direct printing from JS. This make you direct print from your website / page to ESCPOS based printer (Thermal / Dot Metrix)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    yo-yo.js

    yo-yo.js

    A tiny library for building modular UI components using DOM diffing

    ...It’s inspired by patterns found in larger UI frameworks but stays extremely lightweight—only a few kilobytes when minified and gzipped—by leveraging existing tools like bel (for templating) and morphdom (for DOM updates). yo-yo underpins some higher-level frameworks and is ideal for developers who want direct control over components without the overhead of a full reactive framework. Its simplicity and elegant API make it a favorite for small to medium front-end projects where performance and minimalism matter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 5
    OPUS

    OPUS

    Open source knowledge base application for Teams

    Opus (not to be confused with the audio codec) is a JavaScript library aimed at simplifying certain common tasks, though depending on context the exact scope may vary. In general, it is part of a collection of small utilities by the same author, which tend to favor minimalism, readability, and directness over heavy abstractions. The idea behind Opus (in this JS-utility ecosystem) is to provide functionality that feels native and idiomatic, helping developers quickly get things done without...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    PapersWP

    PapersWP integrates Papers to WordPress for assinchronic online events

    PapersWP is a PHP/MySQL application for integrating Papers to Wordpres for management of assinchronic online events. Based on Papers, a Brazilian Events Manegement System used until 2006 on the FISL (international forum of free software), it allows: a) to publish in Wordpress direct from Papers, b) to present in the schedule grid links for each presentation on Wordpress, c) subscription on Papers and WP simultaneously, d) features for educational proposal, as revision of mini curriculum and easy presentation on Moodle, and other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ng-file-upload

    ng-file-upload

    Lightweight Angular directive to upload files

    ...Native validation support for file type/size, image width/height/aspect ratio, video/audio duration, and ng-required with pluggable custom sync or async validations. Show thumbnail or preview of selected images/audio/videos. Supports CORS and direct upload of file's binary data using Upload.$http(). Plenty of sample server side code, available on nuget. On demand flash FileAPI shim loading no extra load for html5 browsers. HTML5 FileReader.readAsDataURL shim for IE8-9.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Monkberry

    Monkberry

    Monkberry is a JavaScript library for building web user interfaces

    Monkberry is a highly optimized JavaScript library for building web user interfaces, designed to be extremely small, fast, and simple to use. It uses a template-based approach where UI components are written in a custom templating syntax that compiles directly into efficient JavaScript code. Unlike frameworks that rely on a virtual DOM, Monkberry updates only the necessary parts of the actual DOM, resulting in significantly improved performance. Its compiled templates leverage JavaScript...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ebookcoin

    Ebookcoin

    Ebookcoin has been updated to DDN Blockchain

    Ebookcoin is a blockchain-based platform designed to facilitate the distribution and monetization of digital content, especially eBooks and written media. It aims to provide a decentralized marketplace where authors and readers can interact directly without intermediaries. Built as a fork of Lisk, Ebookcoin uses a Delegated Proof of Stake (DPoS) consensus model and supports smart contract-like functionality to automate licensing, payments, and royalties. It enables writers to retain control...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 10
    Betwixt

    Betwixt

    Web debugging proxy based on Chrome DevTools network panel

    Betwixt will help you analyze web traffic outside the browser using familiar Chrome DevTools interface. Download the latest release for your operating system, build your own bundle or run Betwixt from the source code. In order to capture traffic, you'll have to direct it to the proxy created by Betwixt in the background.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Angular Websocket

    Angular Websocket

    The missing Angular WebSocket module for connecting client apps

    Angular Websocket is a WebSocket service tailored for AngularJS 1.x applications, exposed primarily through the $websocket factory in the ngWebSocket module. It wraps the native WebSocket API in a way that plays nicely with Angular’s digest cycle, ensuring that UI updates are triggered when messages arrive. The library manages an internal send queue so that messages requested before the socket is open are safely sent once the connection is ready. It offers a set of convenience methods and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NW.js

    NW.js

    Call all Node.js modules directly from DOM/WebWorker

    ...Its packaging and auto-update options help teams distribute binaries without external dependencies. NW.js is often chosen for projects that value direct DOM-to-Node interop and a straightforward migration path from existing web apps to desktop.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 13
    FileProtocol

    FileProtocol

    File Access from your Browser

    Bottom-line File Access using your browser File explorer, File download, File upload, Direct Links
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Loaders.css

    Loaders.css

    Delightful, performance-focused pure css loading animations

    loaders.css is a collection of pure CSS loading animations designed to drop into any web project without JavaScript or image assets. Each loader is built from simple HTML elements animated with CSS keyframes, transforms, and opacity to create spinners, pulses, bars, and geometric patterns. Because they’re vector-based and CSS-driven, the animations scale cleanly at any resolution and look sharp on high-DPI displays. The library emphasizes small, reusable snippets: you copy a minimal markup...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    La société ClearWater est composée de commerciaux itinérants qui ont un contact direct avec les clients. Ces commerciaux développent la clientèle de l’entreprise en démarchant et en faisant signer les contrats à des particuliers, PME et grands groupes. Le but de ce projet est de construire un moyen de détecter ces répétitions au niveau des profils clients et de les faire remonter aux commerciaux pour qu’ils puissent déterminer quels profils sont corrects ou de fusionner ces profils. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PlayJoom

    PlayJoom

    PlayJoom is a web based audio streaming server.

    ...PlayJoom streams audio files in your lokal network, or with a internet web server world wide. All you need is a webserver like Apache or Microsofts IIS an a MySQL database server. You can play the audio files direct in the most web browsers on a PC, on a Mac, or on mobile devices like Android or iOS cellphones or tablet devices. But it's also possible to play the musik with a musik pllayer, like the open source application VLC, or the Windows media player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Q MLM software

    Software is a smart ,powerfull, feature rich web application designed

    ...</p> <p style="text-align: justify;">This application is everything you need to build &amp; grow an awesome business! lets you start running your network marketing / affiliate marketing / direct marketing business quickly. Having your own network marketing business is extremely profitable! Have your own principal product or service and start your home-based business,<br />product or service ideas for marketing by Re feral</p> <p style="text-align: justify;">Why is this ? as by operating as a distributor for an MLM (network-marketing) company you receive only a very small portion of the profits, whereas by starting and owning your own Network Marketing business you can earn much more by investing the same amount of
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PowercamBR

    Free IPTV App

    Channel Mosaic EPG Built in browser PIP Online users list Direct Message P2P Broadcast
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    bWAPP

    an extremely buggy web app !

    bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. bWAPP helps security enthusiasts, developers and students to discover and to prevent web vulnerabilities. bWAPP prepares one to conduct successful penetration testing and ethical hacking projects. What makes bWAPP so unique? Well, it has over 100 web bugs! It covers all major known web vulnerabilities, including all risks from the OWASP Top 10 project. The focus is not just on one specific...
    Leader badge
    Downloads: 894 This Week
    Last Update:
    See Project
  • 20
    NomeJS

    NomeJS

    Nome is a JavaScript library for location driven sites

    ...This type of data isn't normally exposed within a user session without signing up to multiple services and installing many large database files locally. Nome gives direct access to location and weather data from an exposed JavaScript API allowing you to create context driven websites that deliver information relevant to your audience. With clever thinking nome has the potential to change the way you deliver content to your audience. A bar could show offers for cool drinks if the temperature rose above 25°c; A shop could entice with targeted offers to customers right outside their door. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ristomeal

    Ristomeal

    Ristomeal is web application for restaurants, yacht, pizzerias, cafè

    Ristomeal is web application specific for restaurants, yacht, pizzerias, cafè that help to manage menu, dish, calendar and shopping list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    AC2 Home Budget

    HTML5 Rich UI Home Budgeting Solution

    ...This application is a 'grown-up' version of home budgeting and helps you to plan your cash flow. It will help with questions like, 'When is my next bill due?', 'How much do I need to leave in my checking account to pay my direct debits this month?'. It will automatically record direct debit events in your transaction so your balance is as accurate as possible. It will give you reminders when you need to take action, such as manually paying a bill. You can even check your statement against the transactions recorded and spot any suspicious activity. It uses a visual approach to show you how well you're managing your budget with rich HTML5 graphs and charts so you always know how you're doing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    selector

    selector

    Free Web-based MeetMe GUI.

    Free MeetMe GUI. No longer supported. Use RGN2 conference controller instead of Selector. http://rgn2.sf.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    LeechCraft
    LeechCraft is a cross-platform modular "internet-client" application. It has plugins that allow one to browse the web, chat via instant messaging (like Jabber or IRC), read RSS/Atom feeds, download files via BitTorrent, Direct Connect and other protocols, play media files and much more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    ServiceNow Data Mart Loader

    ServiceNow Data Mart Loader

    ServiceNow Data Mart Loader (a.k.a. ServiceNow Data Pump)

    The ServiceNow Data Mart Loader (a.k.a. ServiceNow DataPump) is a Java application which uses ServiceNow’s Direct Web Services (SOAP) API to extract meta-data and data from your Service-now ITSM instance. The application automatically creates and maintains tables in an Oracle or MySQL database. Please view the Wiki Quick Start Guide for instructions. NOTE: This project has been rehosted on github (see https://github.com/gflewis/sndml).
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo