VPA- insert diff picture - csv-parser

I want to know what formla should I use through VPA when I want to enter a different picture every month I make a file in my work I need to enter a picture of the balance every month
I would like to know which formla who through VPA will help me with this problem as I tried to solve it myself without any luck

Related

Appinventor with Googlesheets

I have a spreadsheet and I need to do a search on it, scanning it and finding what I need. I have an input box that accepts anything, I just really need to find it in the spreadsheet. But I can't, can someone help me?
how to find values in spreadsheet using a input box?
I used condition to access what was researched in the spreadsheet, however, it was not a responsive code and I would have to test it cell by cell, which would not be worth it.

Get long live Facebook picture URL

I am implementing leaderboards so, my first approach was when the user first logs in his display name and picture url is saved on playfab so in my code I first get the leaderboards then download the image and display well this would take much time already until now I got that the url is not long enough and leaderboard did not work properly
What would be the best and valid approach for this?
btw I am using unity.
I have tried using the redirect=true pram but no luck.

iMacros help, Recording information using iMacros on Firefox

if i was scripting on a text based game, continuously betting on Roulette, would there be any way to record the numbers that come up?
or record the mot frequent number?
If the text based game can run in a Internet Browser, you could try to extract information with iMacros.
Use SAVEAS and save to a .CSV
Run the script
Find out the most common number in a group of numbers (Excel)
You could always take screenshots? But that would add up quickly :P
http://wiki.imacros.net/SCREENSHOT

OpenCV compare images

I need help with OpenCV to solve the following problem:
I have some pictures of one place
Each photo compare with the first
in the photos except the first I need to draw the frames where there was a change
Can anyone advise me or recommend a prime example?
That sounds like a job for background substraction.
BackgroundSubtractorMOG2 is the class you will probably want.
I have not used it myself, but here is a tutorial

How to easily crop the same image multiple times

I have a set of really big images out of which I need to crop little snippets. These snippets are all exactly the same size but don't follow a strict pattern so I can't do this programatically.
Ideally I would like to open up one of the big files and be able to point and click on say, the top left corner of a snippet and have that automatically be saved to disk without even having to enter a file name, and then continue on with the rest. (Of course this would be the ideal way which I know is probably way off the real possible way!).
I started doing this in Photoshop CS4 but cropping a snippet, saving, undoing (to get to the full image), and starting over again takes way too long.
Maybe someone has a better way to do this in photoshop or in some other software.
Thanks for reading!
Instead of cropping and undoing, you could:
make (or resize) a selection
copy the selection to a new image
save the image
close the image
You might need to split it into two actions, I don't know enough about programming Photoshop.
Thank you everyone for your input.
I ended up doing this with a suggestion a colleague of mine came up with. It consisted of creating a Photoshop "slice" over the first region I wanted to crop and then cloning that region over the rest of the other sections. After that, using Save For Web (and ofter hitting Continue when PS complained about how that image was way beyond Save For Web's capabilities) I could save all images at once.
This was the fastest and easiest method I could find. Until then I was going with Mark Ransom's method.

Resources