Skip to content

Instantly share code, notes, and snippets.

View sjdirect's full-sized avatar

Steven sjdirect

  • Carvana
  • Seattle, Washington
View GitHub Profile
using System;
using AbotX.Core;
using AbotX.Crawler;
using AbotX.Poco;
namespace AbotX.Parallel
{
public class ManualWebCrawlerFactory : IWebCrawlerFactory
{
private readonly CrawlConfigurationX _sharedConfig;
@sjdirect
sjdirect / WebCrawlerFactory.cs
Created June 8, 2016 02:14
Used by the ParallelCrawlEngine to create individual instances of CrawlerX.
using System;
using Abot.Core;
using Abot.Crawler;
using Abot.Poco;
using AbotX.Core;
using AbotX.Crawler;
using AbotX.Poco;
namespace AbotX.Parallel
{
@sjdirect
sjdirect / CrashPage
Created July 13, 2015 17:38
Page that crashes
This file has been truncated, but you can view the full file.
<html class=" js flexbox canvas canvastext webgl no-touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths"><head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0, user-scalable=0">
<!-- Prevent browserconfig.xml not found errors in Elmah -->
<meta name="msapplication-config" content="none">
<title>Course Player</title>
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic,600italic,600" rel="stylesheet" type="text/css">