Realtime Chat on a web browser [closed] - open-source

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there any open source applications (or open source code) to implement realtime chat on a webpage like basecamp does?

Openfire is an open source XMPP chat server. We've used that for years and we love it.
SParkweb is their open source web based chat client: http://www.igniterealtime.org/projects/sparkweb/index.jsp

Just saw this post in a blog read this:
http://samithafernando.blogspot.com/2012/06/real-time-web-application-development.html

Check out Firechat. It's an open source real-time chat project built on Firebase.

Related

FOSS mapping and data visualization framework [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking for something similar to, but which is NOT google maps or any other privately hosted service that might collect data (sensitive data is being shown so its a private application).
Criteria:
1) FOSS
2) integrates svg maps and data sets
What I've found since I posted this:
I've included a lot of information from World map with data display as a heat map for a web application.
http://www.openlayers.org/
http://d3js.org/
http://jvectormap.com/
http://polymaps.org/

Program or Application to replace http://rishida.net/tools/conversion/ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Looks like this guy's site is offline or unresponsive.
I used to use this daily.
If anyone has an app or program that is free or nearly free they can recommend that would be super awesome.
Thank you in advance.
{EDIT}
What I am looking for is a unicode character conversion utility. Apologies I take it for granted that people are familiar with this online tool as it is super helpful and was Number 1 on google when you searched for character conversion or unicode conversion.
it appears that the tool is all javascript based so you could just go the wayback machine and save the page or download it etc

Is there a library for auto-saving user input (continously)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am using node.js - Angularjs.
I want to auto-save content both online (while user remains online) and offline (incase the user unexpectedly disconnects).
I can perform the same using ng-change (to monitor) and writing the database-saving code.
And similarly, to write locally (for offline) using html-5 localStorage.
Instead of the above, is there an awesome library, for the same purpose?
This one seems to be popular. Save form data to browser local storage.
https://github.com/simsalabim/sisyphus

Send many requests to a server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to send many requests (around 1000) to a server (localhost) when one of my form submitted for a test scenario. That means, the same form's GET or POST request should be sent at once. I have Firefox, Chrome, IE. Is there any tool, IDE or any other way to get this done ? Application is a Java EE app.
I really like Apache Benchmark (ab) because it's simplicity in usage, relevant result reports and easiness of install.

Is there a library/module for CodeIgniter for Google Maps API? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Ideally something I can plug and play pretty readily an quickly that supports GeoCoding
I wrote my own Google Maps API library a couple of weeks ago for CodeIgniter. You can download it and read the documentation here.
Although probably a little less functionality than the one on the CI Wiki, it still does everything I need it to and supports geocoding etc. Maybe I'll carry on developing it one day.
Have you checked out Google Maps on the CI Wiki?