Skip to content

Instantly share code, notes, and snippets.

View elincognito's full-sized avatar

Arsénio Costa elincognito

View GitHub Profile
EXEC tSQLt.NewTestClass 'OAMTest';
GO
CREATE PROCEDURE OAMTest.[test that spAddresses_Insert inserts the proper values in the Address table]
AS
BEGIN
DECLARE @Id AS INT,
@UserId AS BIGINT = 1,
@AddressTypeId AS BIGINT = 2,
@Address AS NVARCHAR (256) = 'Quintas do Norte',
@elincognito
elincognito / Code.gs
Created May 19, 2017 14:02 — forked from sebastienvercammen/Code.gs
Nintendo PTC Account Verifier for Gmail v2 with CORS proxy (via Google Scripts & jQuery)
/*
Automatically click all "Verify your email" links in the welcome e-mail from
Nintendo Pokémon Trainer Club's signup e-mails.
Only unread emails in inbox will be processed.
All processed e-mails will be marked as read, even if verification fails.
How to use:
1. Login to Gmail
2. Go to https://script.google.com/