Skip to content

Instantly share code, notes, and snippets.

@laullon
laullon / OAuthRequestSigner.m
Last active September 3, 2015 23:18 — forked from danpalmer/OAuthRequestSigner.m
Sign OAuth Requests
#import "OAuthRequestSigner.h"
#import <CommonCrypto/CommonCrypto.h>
@implementation OAuthRequestSigner
+(void)signRequestForOAuthRequest:(NSMutableURLRequest *)request
withOAuthParameters:(NSDictionary *)oAuthParameters
consumerSecret:(NSString *)consumerSecret
tokenSecret:(NSString *)tokenSecret
{
@laullon
laullon / arduinoWelder.ino
Last active May 30, 2018 09:45 — forked from k4kfh/arduinoWelder.ino
Non-blocking Object-oriented Arduino Arc Welder Simulator
class Welder
{
public:
Welder(int pin);
void loop(bool welding);
private:
int welderLedPin;
unsigned long currentMillis = 0;
unsigned long previousMillisArc = 0;
@laullon
laullon / int.asm
Last active February 17, 2020 21:59 — forked from neuro-sys/int.asm
Amstrad CPC interrupts
; https://gist.github.com/neuro-sys/b8bb7187540a17308bf0b3fe0a7836fd
; pasmo --cdt cpc_interrupts.asm cpc_interrupts.cdt
org &8000
start:
di
im 1