Skip to content

Instantly share code, notes, and snippets.

View lbronsdijk's full-sized avatar

Luc Bronsdijk lbronsdijk

View GitHub Profile
@lbronsdijk
lbronsdijk / httpRequest.java
Created November 30, 2016 12:15
Arduino HTTP Request
#include <SPI.h>
#include <Ethernet.h>
byte mac[] = { 0x00, 0xAA, 0xBB, 0xCC, 0xDE, 0x02 }; // MAC Address
char serverName[] = "google.nl"; // Hostname
int delayTime = 100000; // Delaytime to try again
// Initialize the Ethernet client library
EthernetClient client;
@lbronsdijk
lbronsdijk / keybase.md
Created November 7, 2016 18:48
Keybase

Keybase proof

I hereby claim:

  • I am lbronsdijk on github.
  • I am lbronsdijk (https://keybase.io/lbronsdijk) on keybase.
  • I have a public key ASA2dMFjyUBfGB-mJzC_8P-dicIgJHLJ_howhEKMVSFA3go

To claim this, I am signing this object:

@lbronsdijk
lbronsdijk / gist:5c496595bce5ccd6343e
Last active August 29, 2015 14:15
Spreekbuis.nl optimalisation
section[role="main"] .article,section[role="subcontent"] .article {
margin-left:.625rem; /* Change to margin */
margin-right:.625rem; /* Change to margin */
background: #e8655b; /* placeholder color when image is (not) loading */
height: 348px; /* fixed height */
}
@media only screen and (min-width:40.063em) {
section[role="main"] .article .bg,section[role="subcontent"] .article .bg {
width: 100%; /* full width */