Showing 204 open source projects for "send"

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

    Edition Visualization Technology

    Digital edition visualization software

    ...For more information about how to use and/or customize EVT please refer to the EVT Manual included in the archive you downloaded, just look in the "doc" folder. Please send all feedback to evt.developers@gmail.com.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Google Play Music Desktop Player

    Google Play Music Desktop Player

    A cross platform Desktop Player for Google Play Music

    ...This frees up your computer's resources to do things you care about, instead of wasting them on playing music. Google Play Music Desktop Player adds a level of customization that simply isn't there in the web player. You can change your theme, customize the colors, send your play history straight to last.fm, and it even has a built-in equalizer. From advanced audio controls to simple song change notifications, this desktop player literally does it all.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3

    Magnetic

    Browser addon to batch download torrents

    ...Usage is very easy: * Make sure you have installed an application capable of intercepting magnet: links (see http://en.wikipedia.org/wiki/Comparison_of_BitTorrent_clients#Features_I) * Open at least a magnet link manually and associate a default application to the protocol * Now clicking the addon button will open all magnet links in all open tabs and send them to the torrent client! Let me know if you find any issues, this is my very first mod and is very early in development, it definitely needs more work ;)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    JS Injector

    JS Injector

    Inject JavaScript custom code into every webpage

    ### This WebExtension is developed for web-developers to easily inject any javascript code into any webpage or website (e.g. to help with debugging). You can write any creative thing you can think of. Send me your suggestions and support the development of this add-on ... Thanks in advance ! === Get your ES6 Editor on Play Store > https://play.google.com/store/apps/details?id=com.ulm.esix
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    phpRegister Project

    phpRegister Project

    Account management PHP Script with a software infracstructure

    php login and user management script with an admin part to manage accounts, tickets, translations. Do you have a new web project to develop? By using phpRegister, you will have directly all the essential elements for the development of your platform: Account creation, identification, profile management, user support, contact page and even a license template! phpRegister is also a software infrastructure written in PHP with as main purpose to help developers to start a new web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    KeystoneJS

    KeystoneJS

    Node.js CMS and web app framework

    KeystoneJS is an open source framework for developing database-driven websites, applications and APIs in Node.js. Built on Express and MongoDB. Keystone will configure express - the de facto web server for node.js - for you and connect to your MongoDB database using Mongoose, the leading ODM package. Keystone starts with best practices for setting up your MV* application, and makes it easy to manage your templates, views and routes. IDs, Strings, Booleans, Dates and Numbers are the building...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    VKGeo Friends on Map for VKontakte

    VKGeo Friends on Map for VKontakte

    See your friends from VKontakte on the map

    VKGeo is the best mobile application to determine the location of your family members and friends from VKontakte social network and to share your location with them. Worry where your child or friend is, want to meet your guests in time or appointed a meeting in a crowded place? No need to call or send messages - just open this locator application and see GPS coordinates of your friends on the map. Choose friends whose location you would like to see, send them invitations - and after they install the app and add you to their list of trusted friends, you can see where they are. VKGeo is available for iOS 11+ and Android 5.0+ environments, as well as HTML5 application (with limited functionality).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Fireprint - Web to Print

    Fireprint - Web to Print

    Fast Cloud Print Service with add-on of your modern browser

    ------ Update 12/08/2021 - Google Cloud Print Service has been deprecated ------ Print your web page using Google Cloud Print Service wherever you want - https://www.google.com/cloudprint/learn/?hl=en Chrome extension: http://bit.ly/1Wct1rL (not available for now) Opera add-on: http://bit.ly/1Mg5WJK Firefox add-on: http://mzl.la/1OXGxex ==Installation== 1. Download add-on directly from browser gallery 2. Click on icon of add-on in browser toolbar to sending and printing using...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    webchat

    webchat

    Websocket project based on vue

    Websocket project based on vue. Register and log in, chat with others View history, multiple chatrooms, chat with a robot, send pictures, send links, send emoji, preview picture, Message not read, and broken line reconnection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    PAME

    PAME

    Communications System

    Think of an email system with the ease of use of the new messaging apps. That is the goal. PAME can send messages between two parties located in different domains. It is not restricted to a single host. The objective of Protocolo Avanzado de Mensajería Electrónica (PAME) is to transfer electronic messages (ePOST) in an efficient, effective, secure, fast and reliable way. The main objective of PAME is to provide with a system of electronic communications that is easy to implement and extend according to new technologies and user requirements. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Nodejs Websocket

    Nodejs Websocket

    A node.js module for websocket server and client

    ...The class that represents a connection, either a client-created (accepted by a nodejs ws server) or client connection. The websocket protocol has two types of data frames: text and binary. Text frames are implemented as simple send function and receive event. Binary frames are implemented as streams: when you receive binary data, you get a ReadableStream; to send binary data, you must ask for a WritableStream and write into it. The binary data will be divided into frames and be sent over the socket.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CoinApp

    CoinApp

    Simple to use minimal cryptocurrency wallet for Ethereum, Tokens, etc.

    A nifty crypto wallet application that lets you send and receive Ethereum, ERC20 Tokens, Bitcoin and Litecoin. CoinApp has a minimal UI for people who just want to move their coins, there's some advanced features for the knowledgeable users too. Download the latest and try out this new opensource wallet. This application uses insight-api to fetch up-to-date balances and UTXO's rather than depending on a central server to collect transaction information.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    weweChat

    weweChat

    Unofficial WeChat client built with React, MobX and Electron

    ...Works on desktop, and on macOS, it has a window vibrancy effect. Block message recall(Default setting is not to block). Provides desktop notifications, and supports keyboard shortcuts. You can send images by pasting them or dragging them to your message.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Essential React

    Essential React

    A minimal skeleton for building testable React apps using Babel

    A minimal skeleton for building testable React apps using Babel. The design goals are to use fewer tools (no yeoman, gulp, bower, etc...) Babel 6 with Webpack and Hot Loader. Fast testing with mocked-out DOM. Import CSS files as class names. Separate smart and dumb components. No specific implementation of Flux or data fetching patterns. A core philosophy of this skeleton app is to keep the tooling to a minimum. For this reason, you can find all the commands in the scripts section of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    messenger-bot

    messenger-bot

    A Node client for the Facebook Messenger Platform

    A Node client for the Facebook Messenger Platform. A verification token for the first-time setup of your webhook. Optional, but will be required by Facebook when you first set up your webhook. Your App Secret token used for message integrity check. If specified, every POST request will be tested for spoofing. As well, it mounts /_status, which will return {"status": "ok"} if the middleware is running. If verify is specified in the bot options, it will mount a handler for GET requests that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Scan It

    Scan It

    Web scanner integrates with content repository through a REST Service

    Scan It project was created to facilitate and ease document scanning from web browsers. The project is built with C# as a backend, HTML as frontend and plenty of open source libraries. Solutions that depend on document digitization most of the time depend on scanners to be used within the project implementation. For instance, a project that is switched from hardcopy document processing to a softcopy document processing and the client needs that all old documents to be digitized. Here comes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Social networking by sharing profile: education, jobs, experience. Send messages to each other
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TACHYONS

    TACHYONS

    Functional CSS for humans

    ...Doing one thing extremely well promotes reusability and reduces repetition. Documentation helps promote reusability and shared knowledge. CSS shouldn't impede accessibility or the default functionality of HTML. You should send the smallest possible amount of code to the user. Usable across projects. Growing open source component library. Works well with plain HTML, React, Ember, Angular, Rails and more. Infinitely nestable responsive grid system. Built with PostCSS. Optimized for maximum gzip compression.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AfterLogic WebMail Lite 7
    AfterLogic WebMail Lite PHP is a free AJAX webmail application. Users can receive, view, manage, compose, and send email through web interface (IMAP and SMTP supported). Source code included.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    Cabot

    Cabot

    Self-hosted, easily-deployable monitoring and alerts service

    Cabot is a free, open-source, self-hosted infrastructure monitoring platform that provides some of the best features of PagerDuty, Server Density, Pingdom and Nagios without their cost and complexity. It provides a web interface that allows you to monitor services (e.g. "Stage Redis server", "Production ElasticSearch cluster") and send telephone, sms or hipchat/email alerts to your on-duty team if those services start misbehaving or go down - all without writing a line of code. Best of all, you can use data that you're already pushing to Graphite/statsd to generate alerts, rather than implementing and maintaining a whole new system of data collectors. We built Cabot as a Christmas project at Arachnys because we couldn't wrap our heads around Nagios, and nothing else out there seemed to fit our use case. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MOVIE STREAMING DOWNLOAD v1.0.0 FINAL

    MOVIE STREAMING DOWNLOAD v1.0.0 FINAL

    All in one pack Online Movie Streaming (AiOPMSD) is free MySQL Databas

    ALL IN ONE PACK ONLINE MOVIE STREAMING DOWNLOAD (AiOPMSD) v1.0.0 FINAL VERSION BUILD 4 yeah, this is FINAL version. please send bug to my email. thX All in one pack Online Movie Streaming (AiOPMSD) is free MySQL Database, PHP script for online movie streaming website. no programming skill required. just import database, upload script file and change some configuration. Changelog: Final version build 4 (sunday september 05 2017) : - fix Meta Open Graph (missing thumbnail on facebook, Google+ share page etc) - fix Meta Open Graph (missing description on facebook, Google+ share page etc) Final version (sunday september 05 2017) : - Fix error permalink and title on watch page movie description - Change static New movie 2017 slider to dinamic or random new movie 2017 - add All category page / main menu link - add All Country page / main menu link - add ADS baner code - add new Share button and remove LIVE DEMO: http://movie.animecity.xyz
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Nylas Mail

    Nylas Mail

    An extensible desktop mail app built on the modern web

    ...When you download and build Nylas Mail from the source it runs without its cloud components. The concept of a "Nylas ID" / subscription has been removed, and plugins that require server-side processing are disabled by default. (Plugins like Snooze, Send Later, etc.)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Electronic WeChat

    Electronic WeChat

    A better WeChat on macOS and Linux. Built with Electron

    ...The supported and available features are: a modern UI and all features from Web WeChat, block message recall, stickers showing support, share subscribed passages on Weibo, Qzone, Facebook, Twitter, Evernote, and email. Also, you can mention users in a group chat, drag and drop to send photos. it behaves like a native app, based on dozens of optimization, and removes URL link redirects and takes you directly to blocked websites (e.g. taobao.com). Install with your familiar package manager. Electronic WeChat is released by this open source project. While Web WeChat is a major component in the app, it should be noted that this is a community release and not an official WeChat release.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    AudioSerial with JavaScript

    Use a smartphone to send serial commands.

    Send serial commands to your project from any device with a headphone jack that supports HTML5 and JavaScript. Does potentially require a few components to be added to your project. Designed for reliable results by default, but allows many adjustments. Uses 9600 8N1 by default. The baud rate is easily changed. The library is heavily commented to assist with any tweaking you want to do.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB