Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1CUA76WJDNC1aZGEokprYWZ6nMpgdtK99w https://explorer.blockstack.org/address/1CUA76WJDNC1aZGEokprYWZ6nMpgdtK99w
SELECT "users"."id" FROM "users" WHERE ("users"."number_of_photos" != $1) AND (NOT (("users"."id" IN (8697, 8579, 8788, 7608, 9089, 8315, 15286, 81689, 81612, 15288, 15295, 81687, 81635, 81696, 81621, 81606, 15293, 81683, 81605, 81675, 81654, 15284, 15289, 81662, 15292, 15297, 26355, 26648, 25177, 26751, 25882, 26526, 23254, 26770, 8710, 8080, 23866, 24996, 26728, 26457, 25962, 26510, 25989, 26349, 26566, 22969, 26300, 26397, 26767, 26595, 25896, 26474, 26131, 23454, 24477, 25933, 26572, 25677, 26765, 26557, 25799, 7533, 26601, 26615, 26637, 26373, 25983, 24592, 26783, 23508, 26793, 26788, 26068, 26699, 8066, 7491, 26532, 8616, 8011, 25979, 23030, 26064, 26321, 25499, 25827, 26258, 8160, 26212, 25709, 26706, 9132, 23869, 23870, 26628, 26551, 25576, 25647, 26281, 26541, 8170, 24358, 25497, 26789, 26629, 25197, 26719, 26716, 7640, 8323, 8227, 23494, 26435, 25687, 23965, 23057, 26650, 26469, 23211, 22940, 26724, 24110, 26112, 8271, 8264, 25096, 26797, 25632, 26185, 8953, 8847, 7814, 9026, 7921, 9082, 8373, 2679
SERVER = 'imap.gmail.com'
USERNAME = 'XXX'
PW = 'XXX'
require 'net/imap'
require 'net/smtp'
require 'tmail'
require 'maruku'
def to_markdown(text)
Maruku.new(text).to_html
//
// MasterViewController.m
// iOS UI Test
//
// Created by Jonathan Willing on 4/8/13.
// Copyright (c) 2013 AppJon. All rights reserved.
//
#import "MasterViewController.h"
#import <MailCore/MailCore.h>
//
// MasterViewController.m
// iOS UI Test
//
// Created by Jonathan Willing on 4/8/13.
// Copyright (c) 2013 AppJon. All rights reserved.
//
#import "MasterViewController.h"
#import <MailCore/MailCore.h>