Skip to content

Instantly share code, notes, and snippets.

View jkctech's full-sized avatar
📟
112Centraal.nl

JKCTech jkctech

📟
112Centraal.nl
View GitHub Profile
@jkctech
jkctech / README.md
Last active April 21, 2021 20:52
Google Trends Company (and stocks) correlation collector

Google Trends Company (and stocks) correlation collector

By: Jeffrey Koopman (18-01-2021)

Updated at 21-04-2021

Used to collect Google Trends data from companies in correlation to their stocks.

@jkctech
jkctech / GyazoDeleter.md
Last active January 23, 2023 14:52
Mass delete Gyazo pictures on your account page through some JavaScript

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).

@jkctech
jkctech / lifeliner_lines.geojson
Last active April 17, 2020 18:36
Lifeliner locaties en scheidingslijnen
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jkctech
jkctech / dht11.c
Created January 18, 2020 11:31
Read a DHT11 sensor from a Raspberry Pi GPIO pin with C & WiringPi
#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;
@jkctech
jkctech / map.geojson
Last active January 18, 2020 11:32
Veiligheidsregio's Nederland
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.