Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Dapper;
using MySqlConnector;
using StackExchange.Exceptional;
using StackExchange.Exceptional.Internal;
namespace JohnBoker.StackExchange.Exceptional.Stores
{
what
is
love?
baby
don't
hurt
me
don't
hurt
me
@johnboker
johnboker / GitRepoSpider.cs
Created March 21, 2018 14:54
Spider a repo showing files and directories.
using System;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace GitSpider
{
class Program
{
private static string ApiBase => "https://api.github.com/";
using System;
using System.Linq;
using System.Drawing;
using System.IO;
using System.Drawing.Imaging;
namespace CrackTheCode
{
class MainClass
{
using System;
using System.Linq;
using System.Drawing;
namespace CrackTheCode
{
class MainClass
{
public static void Main (string[] args)
{
@johnboker
johnboker / ReCaptcha.cs
Last active April 4, 2016 13:19
Verify ReCaptcha responses server-side.
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
namespace Antiyes
{
public class ReCaptcha
{
using System;
using System.Collections.Generic;
using System.Linq;
namespace AdventOfCodeDay21
{
class Program
{
static void Main(string[] args)
using System;
using System.Collections.Generic;
namespace AdventOfCodeDay20
{
class MainClass
{
public static void Main (string[] args)
{
var input = 36000000;
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Text;
namespace AdventOfCodeDay19
{
class MainClass
using System;
using System.IO;
using System.Linq;
namespace AdventOfCodeDay18
{
class Program
{
static void Main(string[] args)
{