Skip to content

Instantly share code, notes, and snippets.

@roboter
roboter / CP2112.cs
Created April 27, 2022 21:23 — forked from nickfox-taterli/CP2112.cs
CP2112 Example
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
@roboter
roboter / himawari.ps1
Created February 9, 2016 09:48 — 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
#
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CodeGenerator
{
class Program
@roboter
roboter / dabblet.css
Created November 27, 2014 21:33 — forked from jakerocheleau/dabblet.css
dual-sidebar fixed columns
/**
* dual-sidebar fixed columns
*/
html {
background: #f06;
background: #dbd18d;
min-height: 100%; }
body { padding-top: 85px; }