Developing algorithms [closed] - javascript

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 3 days ago.
This post was edited and submitted for review 2 days ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
I'm gonna soon take an exam in an online assessment platform. Most questions asked are written code that asks the output etc, but in the end I am asked to create some algorithm. For example (took from their sample test) the last question is this: "Data analysis for Netflix Favorite Movie"* We are building a Netflix clone where users can stream movies. Our service tracks and logs usage for each user. Each log contains the name of the movie, length of the movie (in minutes) and number of minutes of the movie watched by the user. Can you help with some data analysis?
My question is where I can find such quiz or practices?

Related

Is there a method to draw a layout of a JavaScript project? [closed]

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 11 days ago.
This post was edited and submitted for review 10 days ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
Is there a method to draw the layout of functions and variables to understand a JavaScript project better?
Some IDE's are capable of at least draw rough outlines of a project. I'd recommend IntelliJ or Webstorm - right click on a file in the project-panel and choose diagram.
Then follow through.

How find specific text in pdf with javascript? [closed]

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 days ago.
This post was edited and submitted for review 7 days ago and failed to reopen the post:
Original close reason(s) were not resolved
Improve this question
Please help me to find a specific text in a pdf with JavaScript.
If a user number is in the pdf, it have to upload to the user.
I already made it in my frontend in dart but I have to do it in firebase cloud functions now. I am sitting on that for weeks so I will be very thankful for your help :)

Retrieve Amazon Reviews user emails through API [closed]

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 days ago.
Improve this question
I can't find a API service to
retrieve amazon reviews data
get specifically the user emails (in order to not duplicate further survey emails)
Can I achieve this without using an external scraper?
This isn't possible, unfortunately. The Product Advertising API is probably as close as you will get. The user emails are not exposed.

How to get google reviews from deal name [closed]

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 6 years ago.
Improve this question
I'd like to know how could I get number of google reviews and total rating.
What kinda api should I use?
For instance I'd like to get count of google reviews of 'Karl Strauss Brewing Company', or "Seaview Restaurant".
How can I do this?
Any help would be appreciate.
Thanks.
You cannot do this, at least not with the free version of the Google Places API.
The API allows you to view up to 5 reviews for a place. There is currently no way to get all reviews or the total review count:
reviews[] a JSON array of up to five reviews.
Source
Whether or not the paid version of the API offers better access to the reviews, I don't know.

How to make facebook like private message [closed]

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
When you send a private message to someone on FB in the TO field when typing the first letter a suggestion appears then it becomes a little box with the name of the user you selected which can be deleted, anyone got a tutorial on this?
thanks
This is a pretty good tutorial – You'll need to brush up on some basic skills surrounding XML, PHP and AJAX... Definitely a good place to start though.
enter link description here

Categories