Skip to content

Instantly share code, notes, and snippets.

View tomsoft1's full-sized avatar

Thomas LANDSPURG tomsoft1

View GitHub Profile
22562 @40000000557a9f42160df924 Uploading chunk 87 (90177536-91226111/96185764)...
22563 @40000000557a9f42160dfd0c Uploading chunk 88 (91226112-92274687/96185764)...
22564 @40000000557a9f42160dfd0c Uploading chunk 89 (92274688-93323263/96185764)...
22565 @40000000557a9f42160dfd0c Uploading chunk 90 (93323264-94371839/96185764)...
22566 @40000000557a9f42160e00f4 Uploading chunk 91 (94371840-95420415/96185764)...
22567 @40000000557a9f42160e1094 Uploading chunk 92 (95420416-96185763/96185764)...
22568 @40000000557a9f42160e1094 done all uploads..
22569 @40000000557a9f42160e1094 {:connection=>"close", :content_length=>"0", :content_type=>"text/plain", :date=>"Fri, 12 Jun 2015 08:55:25 GMT", :expires=>"Fri, 19 Jun 2015 08:55:25 UTC", :location=>"/1>
22570 @40000000557a9f42160e2bec Location:/1.1/ton/data/ta_partner/2071231/zrGYTG6nvuwjJC6.txt?resumable=true&resumeId=392900
22571 @40000000557a9f4219e93f54 [WARN ] signal-handler:40255 - [FAILURE] SignalHandler::TailoredAudienceSendToTwitterAds: {"consumer_secret":"TSk
#include <SPI.h>
#include <Ethernet.h>
#include "EmonLib.h" // Include Emon Library
#include <LiquidCrystal.h>
//#include <SD.h>
#define ETHERNET_LOGIN
#define APIKEY "<API_KEY>" // See www.opensensorcloud.com
#define DEVICE_ID "<DEVICE ID>" // See www.opensensorcloud.com
#define USERAGENT "Arduino" // user agent is the project name
double temperature;
#define APIKEY "<YOUR API KEY>"
#define DEVICE_ID "<YOUR DEVICE ID>"
#define USERAGENT "Spark"
byte server[] = {88,190,31,53}; // api.opensensorcloud.com IP address
// initialize the library instance:
TCPClient client;
#include <stdlib.h>
#include <stdio.h>
/*
**
*/
#define NBRA (e->a)
#define NBRB (e->b)
#define SIZEA (e->sizea)
#define SIZEB (e->sizeb)