Skip to content

Instantly share code, notes, and snippets.

View mach-kernel's full-sized avatar
😸
mrrrrow!

David Stancu mach-kernel

😸
mrrrrow!
View GitHub Profile
#include <iostream>
#include <string>
#include <vector>
#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/fusion/include/size.hpp>
#include <boost/preprocessor/repetition/repeat.hpp>
struct MyStruct
{
int x;
#include <iostream>
#include <string>
#include <vector>
#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/fusion/include/size.hpp>
#include <boost/preprocessor/repetition/repeat.hpp>
struct MyStruct
{
int x;
➜ composer require dwolla/dwolla-php
Using version ~2.1 for dwolla/dwolla-php
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing react/promise (v2.2.1)
Downloading: 100%
- Installing guzzlehttp/streams (3.0.0)
Downloading: 100%
For those who want to self diagnose their up to 08/95 AC system for reading "Actual Values" and "Faults" the following procedure may help:
Actual Value Test
Turn temp wheel to white area
Ignition on
Press the R and L auto buttons
Within 20 seconds press the REST bitton for more than five seconds
The left display will show the component number(1-16)
The right display will show value, or Hi or Lo
Press the auto button to monitor the next component(there are 16)
@mach-kernel
mach-kernel / snip.java
Last active August 29, 2015 14:23
it works!
OAuthServiceSync o = createOAuthService();
TokenResponse t = o.getToken(new DwollaTypedBytes(new Gson(),
new TokenRequest("client_id",
"client_secret", "authorization_code",
"redirect", "code")));
System.out.println("token: " + t.access_token);
System.out.println("refresh token: " + t.refresh_token);
TokenResponse r = o.refreshToken(new DwollaTypedBytes(new Gson(),