Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
We have recently started looking into integrating google classrooms with our educational product. Our product allows teachers to create assignments with unique codes which they later give to their students and students using mobile devices and our app submit their work on those particular assignments. Based on how much we have explored google classroom it seems the general architecture would be sync-able. We are however were unable to find web hooks mechanism in the classroom which we would require to update our system with the latest submissions. Our objective is to keep the system in perfect sync and we would be unable to do that unless the google classroom notifies our platform of every new assignment and / or every submission against an assignment. Could you please guide us to the process from where we can achieve such functionality. One other concern we currently have is that we want to to embed our webGL app in the google classroom as our product submissions are based on those. We would be grateful if you could help us directing us to the resources which would be helpful in integrating these features. thanks.
As of this moment there is no webhooks feature in Classroom API. You can file a feature request here, as mentioned in their support page. The only available features are that which has been mentioned in the docs.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
Can Mobile Vision API be used us order to detect flower (plants) species?
Do you have other recommendation?
I have tried looking to several other API's but not sure what to use.
Thanks
Mobile Vision API from Google can detect just a few most popular genera (species). I have tested Vision API a few month ago, but it's not really useful for this narrow use-case; also it needs to have a visible flower on the photo (not just leaves/stem).
Let me suggest specialized plant identification API instead: https://plant.id/api According to this independent study https://academic.oup.com/aobpla/article/12/6/plaa052/5910496 it is the most accurate plant identification software on the market (significantly better than Google Lens).
The demo client runs on https://plant.id so everybody can test the accuracy. Also the company gives a free trial to new clients.
Mobile Vision API can be used to detect Flower/Plant.
It generates good result.
It shows plan flower name and also it gives Plant/Flower family name as well.
Nope, sorry :(
Mobile Vision API can for now only detect faces and scan barcodes.
I can hardly imagine that there is any API for detecting which kind of flower it is, based just on the picture of it :(
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for library which can auto tag persons on a photo. The features is similar to Facebook, Picasa or iPhoto tagging function. Preferably it's able to run on Linux server, callable through PHP and Python. Any recommendation? Thanks.
With regard to what you're looking for, you probably aren't going to find anything that you can host on your own server. Rather, most companies will offer an API to which you can send requests, and you will be charged base don how much you use the API. In no particular order, here are several resources you might consider using.
https://lambdal.com/face-recognition-api - They have low priced entry options, and they are well-suited to detecting and recognizing new faces.
http://www.alchemyapi.com/products/alchemyvision/face-detection - This is more geared to recognizing famous or well-know people.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm searching for compononent/plugin/other solution to notify selected users by email (i.e User Group) when I post new article into category, something like newsletter maybe but cannot find the good one. Any suggestions?
I'm a fellow Joomla user and have a good amount of experience with it.
I just did a quick search, and I think "JMailAlerts" might be a good option. While I'm not sure if it will instantly send users a category update, it uses Cron-Jobs to automatically send email updates either daily, weekly or monthly. Also, users can select which updates they want to receive.
See here: http://extensions.joomla.org/extensions/extension/marketing/mailing-a-distribution-lists/j-mailalerts
Hopefully that helps. I personally haven't used this extension because I haven't needed to do what you're looking for. But it's worth a test! Good luck!
AcyMailing Business/Enterprise does exactly that but with the paid version of the extension. This can be achieved with the Auto-Newsletter plugin.
See also this discussion
Both of them uses cron-like methods and I want something what works instantly.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there a API for Google Keep? I want to make a windows 8 app for Google Keep, so that it synchronizes with your phone.
I looked into the Drive SDK because Google Keep is a extension of Google Drive, but I couldn't find it.
UPDATE: yes, Google released a public REST API for Keep. Here's the public documentation.
No there's not and developers still don't know why google doesn't pay attention to this request!
As you can see in this link it's one of the most popular issues with many stars in google code but still no response from google! You can also add stars to this issue, maybe google hears that!
I have been waiting to see if Google would open a Keep API. When I discovered Google Tasks, and saw that it had an Android app, web app, and API, I converted over to Tasks. This may not directly answer your question, but it is my solution to the Keep API problem.
Tasks doesn't have a reminder alarm exactly like Keep. I can live without that if I also connect with the Calendar API.
https://developers.google.com/google-apps/tasks/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Can someone recommend a hosted solution that answers the following requirements (I have seen other questions but none with these specific requests):
Project management with tasks, wiki, milestones
Bug tracking integrated
Collaborative - suitable for working with external developers
Subversion integration
I know Jira but it seems to be too complex and lacks on the collaboration
Thanks
We use Redmine for project collaboration and bug tracking, and I think it meets all your requirements.
CounterSoft Gemini may work for you.
The key issue is ensuring ALL team members (External or Internal) use the same tool (and stop using email!) for your project management.
Check out ]project-open[. It's an open-source project & portfolio management server that also includes a strong ticket system with dynamic fields, workflows etc. You can also integrate tickets into projects as WBA elements by including a "SLA" (service level agreement - this is specific type of project) as part of a larger projects. The SLA acts as a container for tickets, so that each project can have it's associated bug-tracker. ]po[ also support SVN integration, check http://www.project-open.org/en/package_intranet_cvs_integration for details.
Affiliation note: I'm a member of the ]po[ team.