Used to collect Google Trends data from companies in correlation to their stocks.
There is (currently) no easy way to mass select or mass delete your captures on Gyazo. If you would like to delete all your captures without much hassle, try this script. (Last tested on 1st of May 2020)
Copy paste the contents of gyazodel.min.js in a chrome developer console on https://gyazo.com/captures.
2 buttons will appear in the navbar.
Click the "Delete All" button to execute an automatic mass deleter for all visible items (this will take about 5 seconds to complete).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <wiringPi.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #define MAXTIMINGS 85 | |
| #define DHTPIN 7 | |
| int dht11_dat[5] = { 0, 0, 0, 0, 0 }; | |
| double temp; | |
| double humidity; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder