This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ 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% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(), |
NewerOlder