Showing 34 open source projects for "which"

View related business solutions
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 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
  • 1
    Hubot

    Hubot

    A customizable life embetterment robot

    ...Hubot comes with a small group of core scripts, including things like posting images, translating languages, and integrating with Google Maps. It's extendable with many other scripts, which make Hubot all the more personalized to fit your organization's needs and culture. Hubot can work on many different chat services, including third-party adapters Gitter, IRC, Slack and more. Build your own personalized chat bot with Hubot!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Goofy

    Goofy

    Desktop client for Facebook Messenger

    ...Also, I don't want this to be a feature-bloated monster, but a slick and small app. Depending on the number of contributors and the progress of this app, I will schedule releases from time to time, which will then be distributed on goofyapp.com. To debug, there's a VSCode launch.json that can be used to debug the Electron app. To debug the Facebook JavaScript changes you'll need to use the Chrome Web Inspector.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Discord-Sandbox

    Discord-Sandbox

    Alternative electron-based Discord client with custom telemetry

    Are you worried Discord is watching what programs you have open or listening to your mic even while you're not pressing your push-to-talk key? Discord-Sandbox isolates the Discord client from reading background processes by running the Discord web client inside of a webview, which is finally contained inside the Electron process. While I cannot guarantee this client protects you from anything, I have tried my best to remove Discord's data collection. As detailed from Luna Mendes' discord-unofficial-docs, Discord sends telemetry data over the /api/science endpoint. This project does its best to disable this telemetry communication by running javascript code into the webview that adds a blacklist/whitelist to the default XMLHttpRequest behavior. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    iView Weapp

    iView Weapp

    A set of high-quality WeChat applet UI component library

    ...We have built-in examples of all components, you can scan the small program code experience on the right, or view it in WeChat developer tools. Then, the examplesdirectory can be opened in the micro-channel developer tools. We adopted a 24-grid system to divide the area into 24 equal parts, which can easily deal with most layout problems. Using the grid system for web page layout can make the page layout beautiful and comfortable. The grid contains 4 components: i-grid, i-grid-item, i-grid-icon, i-grid-label, among them, i-grid-icon and i-grid-label have customized styles by default, but These two components can also be eliminated in development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    messenger-bot

    messenger-bot

    A Node client for the Facebook Messenger Platform

    ...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 verifies the webhook. The underlying method used by bot.middleware() to parse the message payload, and fire the appropriate events. Use this if you've already implemented your own middleware or route handlers to receive the webhook request, and just want to fire the events on the bot instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    WSChat

    PHP Web Chat System utilizing Websockets HTML5 Technology

    Simple Web Chat System which uses PHP Websockets server code and Javascript client HTML5 API to bring a system similiar to IRC (Internet Relay Chat) for live interactive Internet text messaging between users via web interface. Suppports system domains, channels (with various modes), private messaging and many other features. System data is stored into SQLite database.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    connect-flash

    connect-flash

    Flash message middleware for Connect and Express

    connect-flash is a simple middleware for Express and Connect frameworks that enables easy storage and retrieval of one-time flash messages in a user session, which are particularly useful for displaying success or error notifications after redirects in web applications. Once installed and wired into a session-enabled Express app, it lets you set messages that persist across a single request–redirect–response cycle and then automatically clears them so they don’t show up repeatedly. The API is minimal: you call req.flash(type, message) to store a flash and then read them back in views or route handlers when needed, which makes it a practical solution for form submission feedback, login failure notices, and other transient user alerts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Ajax Chat

    Chat application using MySQL, PHP and Javascript

    ...It only allows you to chat with 1 person at a time. Later we could allow you to chat with more than 1 person in a chat box or more than 1 chat box at a time like gmail. It also allows you to upload a file which shows up as a link for the user you are talking with. The file gets uploaded to the mysql database as a blob. Ajax checks for new messages once each second. When the user stops chatting all the messages and files uploaded gets removed from the database from that session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Plugin for Irssi which monitors torrent IRC announce channels, downloads torrent files based on a user-defined filter, and then sends the torrent files to a local or remote torrent client. Supports several different private trackers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Push Code. Get a Production URL. Done. Icon
    Push Code. Get a Production URL. Done.

    Cloud Run deploys any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try Cloud Run Free
  • 10
    Plugin for ChatZilla which monitors torrent IRC announce channels, downloads torrent files based on a user-defined filter, and then sends the torrent files to a local or remote torrent client. Supports several different private trackers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MiniChatbox
    A small PHP chatbox which supports the use of emoticons and also has a filter for bad language. No databases are required so all you need is a server which supports PHP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    AJAX Chat - Open Source Web Chat

    Fully customizable web chat created using AJAX.

    MOVED: This project has moved to https://github.com/Frug/AJAX-Chat AJAX Chat is a fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, PunBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    A J2EE web application which acts as a jisp packages repository and allows customizing them before downloading. Application is designed as a multi-channel one, and HTML and XUL interfaces are provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    A collection of practical and useful PHP scripts which impose minimum requirements to hosting systems. Currently it contains a gallery, chat, blog and snippets collection scripts.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    A nice system wide software to display notifications like Growl for Mac on Windows is Snarl fullphat.net.Find here various plugins and apps which add Snarl support to different apps
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    intranet chatting
    this is to create an chatting module which is easy to implement
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OCDE (Open Collaborative Documents Editor) is a spreadsheet and rich-text editor, which allows to edit documents with other people. It is developed in XUL and based on XMPP (Jabber) to synchronise documents between different computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    sxEdit is a KompoZer extension which enables Real Time Collaborative Edition, using XMPP/SXE protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A javascript Chat based on AJAX which communicate with a server. Google Talk Like. Internal HASH table instead of SQL for better performance and resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Gob is a simple and lightweight online chat application which utilises a Java applet as the interface to a small Java chat server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a less intrusive ajax web chat which uses Ajax, Smack, XMPP. This is the client version Servlet. The backend code should run under Tomcat server. You can use openfire or any other XMPP server as the server, gtalk also.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tsuka - Flash video archiving

    Tsuka - Flash video archiving

    Flash video web service in AS3, PHP5 and FFmpeg

    Tsuka is a web site software package which has the ultimate goal to provide all means for publishing videos on a web site in Flash video format. Front end is written entirely in Actionscript 3, while back end uses Zend Framework, thus written in PHP 5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ajaIRC
    This projects target is to provide a server based on j2ee technology which redirects irc-requests from a webpage to a "real" irc webserver. The webpage provides an AJAX-based interface. (Like ebuddy.com for the msn) Currently no dev'ing at sf.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GoChat is a modular multi-user, multi channel, platform-independent, high-performant and scalable web-based chat system which only needs a web browser on the client side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A J2EE web application which acts as a jisp packages repository and allows customizing them before downloading. Application is designed as a multi-channel one, and HTML and XUL interfaces are provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB