Skip to content

Instantly share code, notes, and snippets.

View yummytech's full-sized avatar

YummyTech yummytech

  • YummyTech Inc.
  • Miami, FL
View GitHub Profile
@yummytech
yummytech / gist:0c6827c7266b8be1c9a1
Created July 24, 2014 15:46
Bug with EasyPost Resource.php file
ISSUE#95 - EasyPost Notice: Undefined property of EasyPost\Shipment instance: 1
grundyoso commented 2 hours ago
Seems there's an issue with the EasyPost-PHP API helper. I'm trying to update a Address resource within a Shipment record like so:
$to_address = $shipment->__get('to_address'); // Get the to_address instance
$to_address->__set('email', $order->billing_email);
$shipment->__set('to_address',$to_address);
$shipment->save();
From fe276c1ef9560ce81319bc168c4d830de823268e Mon Sep 17 00:00:00 2001
From: Richard Grundy <richard@flomio.com>
Date: Wed, 25 Dec 2013 23:10:11 -0500
Subject: [PATCH] This is a working UART + DMA implementation for USART0 on P1
using the CC2540 Keyfob. The UART data however gets
corrupted during the copy over in the UART Callback. Will
be looking at fixing that in next commit.
---
.gitignore | 1 +
#----------------------------------------------------------------------
# Flomio, Inc. - Copyright 2011
# Author: Richard Grundy
# Date: 01/23/2011
#
# File: flomio_client.py
#
# Description: This Flomio Client enables the scanning of RFIDs
# via a COTS NFC Reader based on the NXP PN533 chipset. It leverages
# both the USB and PC/SC interfaces to talk to the readers depending
<script src="http://www.google.com/jsapi"></script>
<script>
google.load("jquery", "1.6.1");
google.load("jqueryui", "1.8.6");
</script>
<script>
$(
$('#draggablehand').draggable({
hoverClass: "dropHover"
}))