Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed last month.
Improve this question
I would like to build a site that lists hotels, stores etc in cities. I can query the Places API, but I feel it is illegal to use it in such a manner. Does anybody know this?
It's free for non-commercial use.
Google Maps (formerly Google Local) is a web mapping service application and technology provided by Google, free (for non-commercial use)
However, Google recently added a limit to it.
You can check out the Terms of Service for the Google Maps API (or Google Places API): http://code.google.com/apis/maps/terms.html
You can also check out the FAQ page, of which I think this section would be the most relevant to you: http://code.google.com/apis/maps/faq.html#tos_mysite
Good luck.
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
A few months ago I decided to set junk email filtering to the lowest available level possible. I can't recall whether I did this on the web or desktop (currently running Outlook for Mac 16.69.1). Fast forward to today and I get so much spam on my inbox that I want to change that setting again. However, I simply can't find the settings on either app anymore. I have of course googled and stacked the hell out of this question, but to no avail. Posts that are actually useful mention options that simply don't show up in my case.
Can someone help me out of junk hell?
This is where I'm pretty sure these options used to be on both apps, but now there's only blacklists or whitelists (excuse the large images; couldn't find a better size/readability compromise):
Desktop
Web
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
We started to play with Trello to manage our manufacturing process. Great tool and we want to keep using it. But we are missing one functionality .
We want every agent to log monthly capacity that will be reduced every day and to have some report that will show how much load we already assigned to this individual. (To be able to plan how much work we can take more and estimate when we can deliver new coming order)
Is it possible to achieve somehow in Trello? We can install additional plugins if required. Or we should look at different options?
According to Trello documentation, there are some available options for this case;
Burndown for Trello
Harvest Chrome Extentation
Hubstaff
Timecamp Chrome Extantation
Reports for Trello
Plus for Trello Chrome Extension
For the whole list, you can visit here
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I just wanna know if Elasticsearch is free. I know it is open source but I checked the website and I didn't find anything about pricing, though I did found subscription with no pricing. So, is it free for long-term use?
Just to let you know, I'm working with the MERN stack (MongoDB, Express.js, React.js, Node.js) and socket IO.
If Elasticsearch is free, then is it going to work and integrate with my stack smoothly?
If you want managed hosting from elastic.co, they charge you according to several variables. You can find the pricing here: https://www.elastic.co/cloud/elasticsearch-service/pricing
If you want to use the open-source version, stand up your own servers and manage your own deployment, the code is at no cost and can be found here: https://github.com/elastic/elasticsearch
It's super-important to remember that spinning up VMs on the cloud is NOT free. In fact, you might spend more money on cloud VMs than using elastic.co's managed services. Elasticsearch is a memory hog and I found that very quickly, and with minor load, I had to dedicate 4GBs of RAM just for the Java heap space. Under heavy load, you'd have to dedicate more. All of that costs money.
As far as integrating with your mainly-javascript stack, it shouldn't be a problem. This library is very useful: https://www.npmjs.com/package/elasticsearch
Elasticsearch is free of cost and open source. They charge for services like support, consultancy etc. and for plugins like kibana.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
When I start kibana, I got the following exception:
LicenseExpiredException[license expired for feature [shield]]
I checked the document and only found that:
The first time you start up the node, a 30 days trial license will
automatically be created which will enable Shield to be fully
operational. Within these 30 days, you will be able to replace the
trial license with another one that will be provided to you up on
purchase.
Isn't shield a free software? Where Could I purchase the license? I can't find it in the document.
I contacted ElasticSearch to know how I could get a license for a personal use. I just have a single server, and want a simple security realm (3 users : admin, logstash, kibana).
Well, the good point is that they called me back one hour after the form submission.
But, the bad point is that they have no plan for personal usages, they just have (for now) a single bundle with everything included:
Professional support (ticket, phone)
License for every software (Marvel, Shield, Watcher)
Tons of cool features
Unfortunately, it fits perfectly for professional usage, because plans are about 1600 $/year/cluster.
I told the support that having no plan for developer was a bad thing, but the only thing she said is "sorry".
So I'm heading toward SearchGuard because it is free.
You can request for the subscription using the following link:-
https://www.elastic.co/subscriptions
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
How do you prevent access to the 'calculator' interface on a particular OS (say Windows). We would want to avoid usage of calculators while taking an online quiz at the site. Is this even possible?
If you're talking about through a purely web interface, then no. In order to do this, you would have to be able to monitor running processes, which is something a web app can't do. It would be too big a security risk.
If you control the machines (they're on your network, in a classroom where you can load and restrict the software, etc), you could write a program to monitor and shut down the processes. For example, a .NET application could use the System.Diagnostocs.Process object to monitor for instances of calc.exe.
A standard executable could do it, but not a web app.
Edit Added
There may be other alternatives if you control the PCs in question. Most corporate IT shops use some sort of monitoring software that will detect the use of "Unauthorized" programs. (I got busted for launching Solitaire once.) That would be more of a question for ServerFault.com, however.
Do you think it would be a good idea if websites were able to stop executable running on remote computers? Think about this seriously for a second, the security/privacy implications this would have.