Skip to content

Instantly share code, notes, and snippets.

@icecream4all
icecream4all / nodemcu-weather.ino
Last active September 24, 2025 10:01
nodemcu opweather base
/*
* Simpel weerstation met ESP8266 en OpenWeatherMap API
* D. de Vries
*/
#include <ArduinoJson.h>
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
// === CONFIGURATIE ===
@icecream4all
icecream4all / dabblet.css
Created December 3, 2014 15:21
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
article{
background: lime;
height: 100px;
display: inline-block;
}
@icecream4all
icecream4all / dabblet.css
Last active August 29, 2015 14:08 — forked from KoopReynders/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100vh;
}
img:nth-of-type(odd){
width: 100%;
@icecream4all
icecream4all / dabblet.css
Last active August 29, 2015 14:07
insert css magic below
*{
margin: 0;
padding: 0;
}
body{
background: #fff;
min-height: 100%;
}
@icecream4all
icecream4all / dabblet.css
Last active August 29, 2015 14:07
insert css magic below
body{
background: #fff;
min-height: 100%;
}
header{
background: yellow;
border: 1px solid black;
border-radius: 0.2em;
margin: 1rem;
@icecream4all
icecream4all / dabblet.css
Last active August 29, 2015 14:06 — forked from KoopReynders/dabblet.css
Show/Hide fieldset
/**
* Show/Hide fieldset
*/
body{
background: #efefef;
min-height: 100%;
font: 100%/1.5 helvetica, arial;
}
@icecream4all
icecream4all / dabblet.css
Created September 2, 2014 12:07
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@icecream4all
icecream4all / dabblet.css
Created August 25, 2014 09:31
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;