Skip to content

Instantly share code, notes, and snippets.

View NicholasShatokhin's full-sized avatar

Nicholas Shatokhin NicholasShatokhin

  • Donets'k, Ukraine
View GitHub Profile
@NicholasShatokhin
NicholasShatokhin / main.cpp
Created August 13, 2019 15:07 — forked from mtvee/main.cpp
cross platform socket example c/c++
#include<cstdio>
#include<cstring>
#ifdef _WIN32
#include <winsock2.h>
#include <ws2tcpip.h>
#else
#include<unistd.h>
@NicholasShatokhin
NicholasShatokhin / himawari.ps1
Created February 4, 2016 00:04 — forked from anonymous/himawari.ps1
Himawari-8 Downloader corrected by tproger
#
# Himawari-8 Downloader
#
#
#
# This script will scrape the latest image from the Himawari-8 satellite, recombining the tiled image,
# converting it to a JPG which is saved in My Pictures\Himawari\ and then set as the desktop background.
#
# http://himawari8.nict.go.jp/himawari8-image.htm
#