text
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
--- layout: default title: Digital Analytics, Optimization, and Marketing keywords: keyword1, keyword2 description: Some description here --- <div id="home"> {% for post in paginator.posts limit:1%} <span class="home_content"> <h2><a href="{{ post.url }}">{{ post.title }}</a></h2> <p><span class="post_date"><strong>POSTED: </strong>{{ post.date | date: "%b %e, %Y" }}</span></p> <p>{{ post.content | truncatewords:250 }}</p> <p>Continue reading: <a href="{{ post.url }}">{{ post.title }} &raquo;</a></p> </span> {% endfor %} <!-- Pagination links --> {% if paginator.total_pages > 1 %} <div class="pagination"> {% if paginator.previous_page %} <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' | replace: '/index.html', '' }}/">&laquo; Previous Page</a> {% else %} <span>&laquo; Previous Page</span> {% endif %} {% for page in (1..paginator.total_pages) %} {% if page == paginator.page %} <em>{{ page }}</em> {% elsif page == 1 %} <a href="{{ '/index.html' | prepend: site.baseurl | replace: '//', '/' | replace: '/index.html', '/' }}">{{ page }}</a> {% else %} <a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}/">{{ page }}</a> {% endif %} {% endfor %} {% if paginator.next_page %} <a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}/">Next Page &raquo;</a> {% else %} <span>Next Page &raquo;</span> {% endif %} </div> {% endif %} </div>
aarontoledo/aarontoledo.github.io
index.html
HTML
mit
1,577
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" ng-app="AngularAuth"> <head> <title></title> <script src="Scripts/angular.min.js"></script> <script src="app.js"></script> <script src="Scripts/angular-route.js"></script> <script src="Scripts/angular-route.min.js"></script> <script src="Scripts/AngularUI/ui-router.js"></script> <script src="Scripts/AngularUI/ui-router.min.js"></script> </head> <body> <div ui-view > </div> </body> </html>
alineutron/neutron-lab
AngularAuth/Index.html
HTML
mit
463
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>src/io/BlinkM.js - Breakout</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="header"> <a href="http://breakoutjs.com"><img id="logo" src="http://breakoutjs.com/wp-content/uploads/2012/02/header_logo.png"></a> <div id="links"> <a class="header_links" href="http://breakoutjs.com/getting-started/">Getting Started</a> <a class="header_links" href="http://breakoutjs.com/guides/">Guides</a> <a class="header_links" href="http://breakoutjs.com/forum/breakout-forum/">Forum</a> <a class="header_links" href="http://breakoutjs.com/download/">Download</a> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">v0.3.1 APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/BO.custom.ID12RFIDReader.html">BO.custom.ID12RFIDReader</a></li> <li><a href="../classes/BO.custom.RFIDEvent.html">BO.custom.RFIDEvent</a></li> <li><a href="../classes/BO.filters.Convolution.html">BO.filters.Convolution</a></li> <li><a href="../classes/BO.filters.FilterBase.html">BO.filters.FilterBase</a></li> <li><a href="../classes/BO.filters.Scaler.html">BO.filters.Scaler</a></li> <li><a href="../classes/BO.filters.TriggerPoint.html">BO.filters.TriggerPoint</a></li> <li><a href="../classes/BO.generators.GeneratorBase.html">BO.generators.GeneratorBase</a></li> <li><a href="../classes/BO.generators.GeneratorEvent.html">BO.generators.GeneratorEvent</a></li> <li><a href="../classes/BO.generators.Oscillator.html">BO.generators.Oscillator</a></li> <li><a href="../classes/BO.I2CBase.html">BO.I2CBase</a></li> <li><a href="../classes/BO.io.AccelerometerADXL345.html">BO.io.AccelerometerADXL345</a></li> <li><a href="../classes/BO.io.AccelerometerEvent.html">BO.io.AccelerometerEvent</a></li> <li><a href="../classes/BO.io.AnalogAccelerometer.html">BO.io.AnalogAccelerometer</a></li> <li><a href="../classes/BO.io.BiColorLED.html">BO.io.BiColorLED</a></li> <li><a href="../classes/BO.io.BlinkM.html">BO.io.BlinkM</a></li> <li><a href="../classes/BO.io.Button.html">BO.io.Button</a></li> <li><a href="../classes/BO.io.ButtonEvent.html">BO.io.ButtonEvent</a></li> <li><a href="../classes/BO.io.CompassEvent.html">BO.io.CompassEvent</a></li> <li><a href="../classes/BO.io.CompassHMC6352.html">BO.io.CompassHMC6352</a></li> <li><a href="../classes/BO.io.DCMotor.html">BO.io.DCMotor</a></li> <li><a href="../classes/BO.io.GyroEvent.html">BO.io.GyroEvent</a></li> <li><a href="../classes/BO.io.GyroITG3200.html">BO.io.GyroITG3200</a></li> <li><a href="../classes/BO.io.LED.html">BO.io.LED</a></li> <li><a href="../classes/BO.io.MagnetometerEvent.html">BO.io.MagnetometerEvent</a></li> <li><a href="../classes/BO.io.MagnetometerHMC5883.html">BO.io.MagnetometerHMC5883</a></li> <li><a href="../classes/BO.io.Potentiometer.html">BO.io.Potentiometer</a></li> <li><a href="../classes/BO.io.PotEvent.html">BO.io.PotEvent</a></li> <li><a href="../classes/BO.io.RGBLED.html">BO.io.RGBLED</a></li> <li><a href="../classes/BO.io.Servo.html">BO.io.Servo</a></li> <li><a href="../classes/BO.io.SoftPot.html">BO.io.SoftPot</a></li> <li><a href="../classes/BO.io.SoftPotEvent.html">BO.io.SoftPotEvent</a></li> <li><a href="../classes/BO.io.Stepper.html">BO.io.Stepper</a></li> <li><a href="../classes/BO.IOBoard.html">BO.IOBoard</a></li> <li><a href="../classes/BO.IOBoardEvent.html">BO.IOBoardEvent</a></li> <li><a href="../classes/BO.PhysicalInputBase.html">BO.PhysicalInputBase</a></li> <li><a href="../classes/BO.Pin.html">BO.Pin</a></li> <li><a href="../classes/BO.PinEvent.html">BO.PinEvent</a></li> <li><a href="../classes/BO.WSocketEvent.html">BO.WSocketEvent</a></li> <li><a href="../classes/BO.WSocketWrapper.html">BO.WSocketWrapper</a></li> <li><a href="../classes/JSUTILS.Event.html">JSUTILS.Event</a></li> <li><a href="../classes/JSUTILS.EventDispatcher.html">JSUTILS.EventDispatcher</a></li> <li><a href="../classes/JSUTILS.SignalScope.html">JSUTILS.SignalScope</a></li> <li><a href="../classes/JSUTILS.Timer.html">JSUTILS.Timer</a></li> <li><a href="../classes/JSUTILS.TimerEvent.html">JSUTILS.TimerEvent</a></li> </ul> <ul id="api-modules" class="apis modules"> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: src/io/BlinkM.js</h1> <div class="file"> <pre class="code prettyprint linenums"> /** * Based on BlinkM.as originally written in as3. * Copyright (c) the Funnel development team * http://www.funnel.cc * * Ported to JavaScript by Jeff Hoefs * Copyright (c) 2011-2012 Jeff Hoefs &lt;[email protected]&gt; * * Released under the MIT license. See LICENSE file for details. */ JSUTILS.namespace(&#x27;BO.io.BlinkM&#x27;); BO.io.BlinkM = (function () { var BlinkM; // dependencies var I2CBase = BO.I2CBase; /** * Creates an interface to a BlinkM RGB Led module. This * object allows you to change the color of the led, fade between * colors and run preprogrammed light scripts. * See [Breakout/examples/actuators/blinkM.html](https://github.com/soundanalogous/Breakout/blob/master/examples/actuators/blinkM.html) for an example application. * * @class BlinkM * @constructor * @extends BO.I2CBase * @param {IOBoard} board The IOBoard instance * @param {Number} address The i2c address of the BlinkM module */ BlinkM = function (board, address) { address = address || 0x09; // default i2c address for BlinkM this.name = &quot;BlinkM&quot;; // call super class I2CBase.call(this, board, address); }; BlinkM.prototype = JSUTILS.inherit(I2CBase.prototype); BlinkM.prototype.constructor = BlinkM; /** * Sets the BlinkM to the specified RGB color immediately. * * @method goToRGBColorNow * @param {Number{}} color An array containing the RGB values. * color[0] = R, color[1] = G, color[2] = B */ BlinkM.prototype.goToRGBColorNow = function (color) { this.sendI2CRequest([I2CBase.WRITE, this.address, 0x6E, color[0], color[1], color[2]]); }; /** * Fades to the specified RGB color in the specified time duration. * The fade speed range is from 1 to 255, where 1 is the slowest time and * 255 is the fastest. * * @method fadeToRGBColor * @param {Number[]} color An array containing the RGB values. * color[0] = R, color[1] = G, color[2] = B * @param {Number} speed The fade speed. Default value is 15. */ BlinkM.prototype.fadeToRGBColor = function (color, speed) { var fadeSpeed = speed || -1; if (fadeSpeed &gt;= 0) { this.sendI2CRequest([I2CBase.WRITE, this.address, 0x66, fadeSpeed]); } this.sendI2CRequest([I2CBase.WRITE, this.address, 0x63, color[0], color[1], color[2]]); }; /** * Fade to a random RGB color. * The fade speed range is from 1 to 255, where 1 is the slowest time and * 255 is the fastest. * * @method fadeToRandomRGBColor * @param {Number[]} colorRange An array containing a range for each color * value. * colorRange[0] = range for Red (0-255), colorRange[1] = range for Green, etc. * @param {Number} speed The fade speed. Default value is 15. */ BlinkM.prototype.fadeToRandomRGBColor = function (colorRange, speed) { var fadeSpeed = speed || -1; if (fadeSpeed &gt;= 0) { this.sendI2CRequest([I2CBase.WRITE, this.address, 0x66, fadeSpeed]); } this.sendI2CRequest([I2CBase.WRITE, this.address, 0x43, colorRange[0], colorRange[1], colorRange[2]]); }; /** * Fades to the specified HSB color in the specified time duration. * The fade speed range is from 1 to 255, where 1 is the slowest time and * 255 is the fastest. * * @method fadeToHSBColor * @param {Number[]} color An array containing the HSB values. * color[0] = H, color[1] = S, color[2] = B * @param {Number} speed The fade speed. Default value is 15. */ BlinkM.prototype.fadeToHSBColor = function (color, speed) { var fadeSpeed = speed || -1; if (fadeSpeed &gt;= 0) { this.sendI2CRequest([I2CBase.WRITE, this.address, 0x66, fadeSpeed]); } this.sendI2CRequest([I2CBase.WRITE, this.address, 0x68, color[0], color[1], color[2]]); }; /** * Fade to a random HSB color. * The fade speed range is from 1 to 255, where 1 is the slowest time and * 255 is the fastest. * * @method fadeToRandomHSBColor * @param {Number[]} colorRange An array containing a range for each color * value. * colorRange[0] = range for Hue (0-255), colorRange[1] = range for * Saturation, etc. * @param {Number} speed The fade speed. Default value is 15. */ BlinkM.prototype.fadeToRandomHSBColor = function (colorRange, speed) { var fadeSpeed = speed || -1; if (fadeSpeed &gt;= 0) { this.sendI2CRequest([I2CBase.WRITE, this.address, 0x66, fadeSpeed]); } this.sendI2CRequest([I2CBase.WRITE, this.address, 0x48, colorRange[0], colorRange[1], colorRange[2]]); }; /** * Set the rate at which color fading happens. The range is from 1 to 255, * where 1 is the slowest and 255 is the fastest (immediate). * * @method setFadeSpeed * @param {Number} speed */ BlinkM.prototype.setFadeSpeed = function (speed) { this.sendI2CRequest([I2CBase.WRITE, this.address, 0x66, speed]); }; /** * Play a predefined light script. See the BlinkM datasheet page 20 for a * list and description of the predefined scripts. * * @method playLightScript * @param {Number} scriptId The id of the light script (from 0 to 18). * @param {Number} theNumberOfRepeats The number of times the script should * repeat. * @param {Number} lineNumber The line number to begin the script from. */ BlinkM.prototype.playLightScript = function (scriptId, theNumberOfRepeats, lineNumber) { var numOfRepeats = theNumberOfRepeats || 1; this.sendI2CRequest([I2CBase.WRITE, this.address, 0x70, scriptId, numOfRepeats, lineNumber]); }; /** * Stop the currently playing predefined light script. * @method stopScript */ BlinkM.prototype.stopScript = function () { //self.sendI2CRequest([I2CBase.WRITE, this.address, &#x27;o&#x27;.charCodeAt(0)]); this.sendI2CRequest([I2CBase.WRITE, this.address, 0x6F]); }; /** * @private * @method handleI2C */ BlinkM.prototype.handleI2C = function (data) { // TODO: implement if needed console.log(&quot;BlinkM: &quot; + data); }; return BlinkM; }()); </pre> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
darrownet/gowanus-makers-and-hackers
Breakout/docs/files/src_io_BlinkM.js.html
HTML
mit
14,502
<!-- Generated by pkgdown: do not edit by hand --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Articles • googleAnalyticsR</title> <!-- favicons --> <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png"> <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png"> <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="../apple-touch-icon.png" /> <link rel="apple-touch-icon" type="image/png" sizes="120x120" href="../apple-touch-icon-120x120.png" /> <link rel="apple-touch-icon" type="image/png" sizes="76x76" href="../apple-touch-icon-76x76.png" /> <link rel="apple-touch-icon" type="image/png" sizes="60x60" href="../apple-touch-icon-60x60.png" /> <!-- jquery --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <!-- Bootstrap --> <link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/paper/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script> <!-- bootstrap-toc --> <link rel="stylesheet" href="../bootstrap-toc.css"> <script src="../bootstrap-toc.js"></script> <!-- Font Awesome icons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous" /> <!-- clipboard.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script> <!-- headroom.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/headroom.min.js" integrity="sha256-AsUX4SJE1+yuDu5+mAVzJbuYNPHj/WroHuZ8Ir/CkE0=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/headroom/0.11.0/jQuery.headroom.min.js" integrity="sha256-ZX/yNShbjqsohH1k95liqY9Gd8uOiE1S4vZc+9KQ1K4=" crossorigin="anonymous"></script> <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> <script src="../pkgdown.js"></script> <meta property="og:title" content="Articles" /> <meta property="og:image" content="https://code.markedmondson.me/googleAnalyticsR/logo.png" /> <!-- mathjax --> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js" integrity="sha256-nvJJv9wWKEm88qvoQl9ekL2J+k/RWIsaSScxxlsrv8k=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js" integrity="sha256-84DKXVJXs0/F8OTMzX4UR909+jtl4G7SPypPavF+GfA=" crossorigin="anonymous"></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-47480439-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-47480439-2'); </script> </head> <body data-spy="scroll" data-target="#toc"> <div class="container template-article-index"> <header> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">googleAnalyticsR</a> <span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Released version">1.0.0</span> </span> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> <a href="../index.html"> <span class="fas fa-home"></span> </a> </li> <li> <a href="../articles/setup.html"> <span class="fas fa-wrench"></span> Setup </a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fas fa-table"></span> Reporting APIs <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="../articles/reporting-ga4.html"> <span class="fas fa-digital-tachograph"></span> GA4 Data API </a> </li> <li> <a href="../articles/measurement-protocol-v2.html"> <span class="fas fa-upload"></span> Measurement Protocol </a> </li> <li> <a href="../articles/v4.html"> <span class="fas fa-cogs"></span> v4 API </a> </li> <li> <a href="../articles/user-activity.html"> <span class="fas fa-user"></span> User Activity API </a> </li> <li> <a href="../articles/v3.html"> <span class="fas fa-cog"></span> v3 API </a> </li> <li> <a href="../articles/big-query.html"> <span class="fas fa-search"></span> BigQuery </a> </li> <li> <a href="../articles/ganalytics.html"> <span class="fas fa-bullseye"></span> ganalytics </a> </li> </ul> </li> <li> <a href="../articles/management.html"> <span class="fas fa-briefcase"></span> Management API </a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fas fa-file"></span> Publishing <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="../articles/shiny.html"> <span class="fas fa-cloud-upload"></span> Shiny </a> </li> <li> <a href="../articles/rmarkdown.html"> <span class="fas fa-pencil-square"></span> RMarkdown </a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fas fa-calculator"></span> Models <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="../articles/models.html"> <span class="fas fa-calculator"></span> Creating Models </a> </li> <li> <a href="../articles/model-templates.html"> <span class="fas fa-photo-video"></span> Shiny Model Templates </a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="fas fa-question-circle"></span> Help <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> <li> <a href="../reference/index.html"> <span class="fas fa-book-reader"></span> Function Reference </a> </li> <li> <a href="../news/index.html"> <span class="fas fa-newspaper"></span> News </a> </li> <li> <a href="../articles/faq.html"> <span class="fas fa-glasses"></span> FAQs </a> </li> <li> <a href="../articles/practical-tips.html"> <span class="fas fa-bicycle"></span> Practical tips </a> </li> </ul> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="https://github.com/MarkEdmondson1234/googleAnalyticsR/"> <span class="fab fa-github fa-lg"></span> </a> </li> </ul> </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> </header> <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> <h1>Articles</h1> </div> <div class="section "> <h3>All vignettes</h3> <p class="section-desc"></p> <dl> <dt><a href="big-query.html">Big Query Exports from Google Analytics 360 to R</a></dt> <dd></dt> <dt><a href="faq.html">FAQs</a></dt> <dd></dt> <dt><a href="ganalytics.html">ganalytics - Advanced dynamic segment and Filter examples</a></dt> <dd></dt> <dt><a href="management.html">Management API</a></dt> <dd></dt> <dt><a href="measurement-protocol-v2.html">Measurement Protocol v2</a></dt> <dd></dt> <dt><a href="model-templates.html">Automatic Shiny apps with Google Analytics data</a></dt> <dd></dt> <dt><a href="models.html">Statistical models and visualisations with Google Analytics data</a></dt> <dd></dt> <dt><a href="practical-tips.html">Practical Tips</a></dt> <dd></dt> <dt><a href="reporting-ga4.html">Data API for Google Analytics 4 (App+Web)</a></dt> <dd></dt> <dt><a href="rmarkdown.html">RMarkdown reports with Google Analytics API data</a></dt> <dd></dt> <dt><a href="setup.html">Setting up Google Analytics API downloads to R</a></dt> <dd></dt> <dt><a href="shiny.html">Shiny Apps that call Google Analytics API data</a></dt> <dd></dt> <dt><a href="user-activity.html">User Activity API</a></dt> <dd></dt> <dt><a href="v3.html">Google Analytics Reporting API v3 R functions</a></dt> <dd></dt> <dt><a href="v4.html">Google Analytics Reporting API v4 in R Examples</a></dt> <dd></dt> </dl> </div> </div> </div> <footer> <div class="copyright"> <p>Developed by Mark Edmondson.</p> </div> <div class="pkgdown"> <p>Site built with <a href="https://pkgdown.r-lib.org/">pkgdown</a> 1.6.1.</p> </div> </footer> </div> </body> </html>
MarkEdmondson1234/googleAnalyticsR_public
docs/articles/index.html
HTML
mit
10,751
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>*|MC:SUBJECT|*</title> <style type="text/css"> /* /\/\/\/\/\/\/\/\/ CLIENT-SPECIFIC STYLES /\/\/\/\/\/\/\/\/ */ #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" message */ .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */ .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */ body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */ table, td{mso-table-lspace:0pt; mso-table-rspace:0pt;} /* Remove spacing between tables in Outlook 2007 and up */ img{-ms-interpolation-mode:bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */ /* /\/\/\/\/\/\/\/\/ RESET STYLES /\/\/\/\/\/\/\/\/ */ body{margin:0; padding:0;} img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;} table{border-collapse:collapse !important;} body, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;} /* /\/\/\/\/\/\/\/\/ TEMPLATE STYLES /\/\/\/\/\/\/\/\/ */ /* ========== Page Styles ========== */ #bodyCell{padding:20px;} #templateContainer{width:600px;} /** * @tab Page * @section background style * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding. * @theme page */ body, #bodyTable{ /*@editable*/ background-color:#DEE0E2; } /** * @tab Page * @section background style * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding. * @theme page */ #bodyCell{ /*@editable*/ border-top:4px solid #BBBBBB; } /** * @tab Page * @section email border * @tip Set the border for your email. */ #templateContainer{ /*@editable*/ border:1px solid #BBBBBB; } /** * @tab Page * @section heading 1 * @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings. * @style heading 1 */ h1{ /*@editable*/ color:#202020 !important; display:block; /*@editable*/ font-family:Helvetica; /*@editable*/ font-size:26px; /*@editable*/ font-style:normal; /*@editable*/ font-weight:bold; /*@editable*/ line-height:100%; /*@editable*/ letter-spacing:normal; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; /*@editable*/ text-align:left; } /** * @tab Page * @section heading 2 * @tip Set the styling for all second-level headings in your emails. * @style heading 2 */ h2{ /*@editable*/ color:#404040 !important; display:block; /*@editable*/ font-family:Helvetica; /*@editable*/ font-size:20px; /*@editable*/ font-style:normal; /*@editable*/ font-weight:bold; /*@editable*/ line-height:100%; /*@editable*/ letter-spacing:normal; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; /*@editable*/ text-align:left; } /** * @tab Page * @section heading 3 * @tip Set the styling for all third-level headings in your emails. * @style heading 3 */ h3{ /*@editable*/ color:#606060 !important; display:block; /*@editable*/ font-family:Helvetica; /*@editable*/ font-size:16px; /*@editable*/ font-style:italic; /*@editable*/ font-weight:normal; /*@editable*/ line-height:100%; /*@editable*/ letter-spacing:normal; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; /*@editable*/ text-align:left; } /** * @tab Page * @section heading 4 * @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings. * @style heading 4 */ h4{ /*@editable*/ color:#808080 !important; display:block; /*@editable*/ font-family:Helvetica; /*@editable*/ font-size:14px; /*@editable*/ font-style:italic; /*@editable*/ font-weight:normal; /*@editable*/ line-height:100%; /*@editable*/ letter-spacing:normal; margin-top:0; margin-right:0; margin-bottom:10px; margin-left:0; /*@editable*/ text-align:left; } /* ========== Header Styles ========== */ /** * @tab Header * @section preheader style * @tip Set the background color and bottom border for your email's preheader area. * @theme header */ #templatePreheader{ /*@editable*/ background-color:#F4F4F4; /*@editable*/ border-bottom:1px solid #CCCCCC; } /** * @tab Header * @section preheader text * @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read. */ .preheaderContent{ /*@editable*/ color:#808080; /*@editable*/ font-family:Helvetica; /*@editable*/ font-size:10px; /*@editable*/ line-height:125%; /*@editable*/ text-align:left; } /** * @tab Header * @section preheader link * @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text. */ .preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{ /*@editable*/ color:#606060; /*@editable*/ font-weight:normal; /*@editable*/ text-decoration:underline; } /** * @tab Header * @section header style * @tip Set the background color and borders for your email's header area. * @theme header */ #templateHeader{ /*@editable*/ background-color:#F4F4F4; /*@editable*/ border-top:1px solid #FFFFFF; /*@editable*/ border-bottom:1px solid #CCCCCC; } /** * @tab Header * @section header text * @tip Set the styling for your email's header text. Choose a size and color that is easy to read. */ .headerContent{ /*@editable*/ color:#505050; /*@editable*/ font-family:Helvetica; /*@editable*/ font-size:20px; /*@editable*/ font-weight:bold; /*@editable*/ line-height:100%; /*@editable*/ padding-top:0; /*@editable*/ padding-right:0; /*@editable*/ padding-bottom:0; /*@editable*/ padding-left:0; /*@editable*/ text-align:left; /*@editable*/ vertical-align:middle; } /** * @tab Header * @section header link * @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text. */ .headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{ /*@editable*/ color:#EB4102; /*@editable*/ font-weight:normal; /*@editable*/ text-decoration:underline; } #headerImage{ height:auto; max-width:600px; } /* ========== Body Styles ========== */ /** * @tab Body * @section body style * @tip Set the background color and borders for your email's body area. */ #templateBody{ /*@editable*/ background-color:#F4F4F4; /*@editable*/ border-top:1px solid #FFFFFF; /*@editable*/ border-bottom:1px solid #CCCCCC; } /** * @tab Body * @section body text * @tip Set the styling for your email's main content text. Choose a size and color that is easy to read. * @theme main */ .bodyContent{ /*@editable*/ color:#505050; /*@editable*/ font-family:Helvetica; /*@editable*/ font-size:14px; /*@editable*/ line-height:150%; padding-top:20px; padding-right:20px; padding-bottom:20px; padding-left:20px; /*@editable*/ text-align:left; } /** * @tab Body * @section body link * @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text. */ .bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{ /*@editable*/ color:#EB4102; /*@editable*/ font-weight:normal; /*@editable*/ text-decoration:underline; } .bodyContent img{ display:inline; height:auto; max-width:560px; } /* ========== Footer Styles ========== */ /** * @tab Footer * @section footer style * @tip Set the background color and borders for your email's footer area. * @theme footer */ #templateFooter{ /*@editable*/ background-color:#F4F4F4; /*@editable*/ border-top:1px solid #FFFFFF; } /** * @tab Footer * @section footer text * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read. * @theme footer */ .footerContent{ /*@editable*/ color:#808080; /*@editable*/ font-family:Helvetica; /*@editable*/ font-size:10px; /*@editable*/ line-height:150%; padding-top:20px; padding-right:20px; padding-bottom:20px; padding-left:20px; /*@editable*/ text-align:left; } /** * @tab Footer * @section footer link * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text. */ .footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{ /*@editable*/ color:#606060; /*@editable*/ font-weight:normal; /*@editable*/ text-decoration:underline; } /* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */ @media only screen and (max-width: 480px){ /* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */ body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:none !important;} /* Prevent Webkit platforms from changing default text sizes */ body{width:100% !important; min-width:100% !important;} /* Prevent iOS Mail from adding padding to the body */ /* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */ #bodyCell{padding:10px !important;} /* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */ /* ======== Page Styles ======== */ /** * @tab Mobile Styles * @section template width * @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead. */ #templateContainer{ max-width:600px !important; /*@editable*/ width:100% !important; } /** * @tab Mobile Styles * @section heading 1 * @tip Make the first-level headings larger in size for better readability on small screens. */ h1{ /*@editable*/ font-size:24px !important; /*@editable*/ line-height:100% !important; } /** * @tab Mobile Styles * @section heading 2 * @tip Make the second-level headings larger in size for better readability on small screens. */ h2{ /*@editable*/ font-size:20px !important; /*@editable*/ line-height:100% !important; } /** * @tab Mobile Styles * @section heading 3 * @tip Make the third-level headings larger in size for better readability on small screens. */ h3{ /*@editable*/ font-size:18px !important; /*@editable*/ line-height:100% !important; } /** * @tab Mobile Styles * @section heading 4 * @tip Make the fourth-level headings larger in size for better readability on small screens. */ h4{ /*@editable*/ font-size:16px !important; /*@editable*/ line-height:100% !important; } /* ======== Header Styles ======== */ #templatePreheader{display:none !important;} /* Hide the template preheader to save space */ /** * @tab Mobile Styles * @section header image * @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead. */ #headerImage{ height:auto !important; /*@editable*/ max-width:600px !important; /*@editable*/ width:100% !important; } /** * @tab Mobile Styles * @section header text * @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px. */ .headerContent{ /*@editable*/ font-size:20px !important; /*@editable*/ line-height:125% !important; } /* ======== Body Styles ======== */ /** * @tab Mobile Styles * @section body text * @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px. */ .bodyContent{ /*@editable*/ font-size:18px !important; /*@editable*/ line-height:125% !important; } /* ======== Footer Styles ======== */ /** * @tab Mobile Styles * @section footer text * @tip Make the body content text larger in size for better readability on small screens. */ .footerContent{ /*@editable*/ font-size:14px !important; /*@editable*/ line-height:115% !important; } .footerContent a{display:block !important;} /* Place footer social and utility links on their own lines, for easier access */ } </style> </head> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0"> <center> <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable"> <tr> <td align="center" valign="top" id="bodyCell"> <!-- BEGIN TEMPLATE // --> <table border="0" cellpadding="0" cellspacing="0" id="templateContainer"> <tr> <td align="center" valign="top"> <!-- BEGIN PREHEADER // --> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templatePreheader"> <tr> <td valign="top" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:20px;" mc:edit="preheader_content00"> Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients. </td> <!-- *|IFNOT:ARCHIVE_PAGE|* --> <td valign="top" width="180" class="preheaderContent" style="padding-top:10px; padding-right:20px; padding-bottom:10px; padding-left:0;" mc:edit="preheader_content01"> Email not displaying correctly?<br><a href="*|ARCHIVE|*" target="_blank">View it in your browser</a>. </td> <!-- *|END:IF|* --> </tr> </table> <!-- // END PREHEADER --> </td> </tr> <tr> <td align="center" valign="top"> <!-- BEGIN HEADER // --> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader"> <tr> <td valign="top" class="headerContent"> <img src="http://gallery.mailchimp.com/2425ea8ad3/images/header_placeholder_600px.png" style="max-width:600px;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext> </td> </tr> </table> <!-- // END HEADER --> </td> </tr> <tr> <td align="center" valign="top"> <!-- BEGIN BODY // --> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateBody"> <tr> <td valign="top" class="bodyContent" mc:edit="body_content"> <h1>Designing Your Template</h1> <h3>Creating a good-looking email is simple</h3> Customize your template by clicking on the style editor tabs above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content. <br> <br> <h2>Styling Your Content</h2> <h4>Make your email easy to read</h4> After you enter your content, highlight the text you want to style and select the options you set in the style editor in the "<em>styles</em>" drop down box. Want to <a href="http://www.mailchimp.com/kb/article/im-using-the-style-designer-and-i-cant-get-my-formatting-to-change" target="_blank">get rid of styling on a bit of text</a>, but having trouble doing it? Just use the "<em>remove formatting</em>" button to strip the text of any formatting and reset your style. </td> </tr> </table> <!-- // END BODY --> </td> </tr> <tr> <td align="center" valign="top"> <!-- BEGIN FOOTER // --> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter"> <tr> <td valign="top" class="footerContent" mc:edit="footer_content00"> <a href="*|TWITTER:PROFILEURL|*">Follow on Twitter</a>&nbsp;&nbsp;&nbsp;<a href="test/?email=test%40test.de">Friend on Facebook</a>&nbsp;&nbsp;&nbsp;<a href="*|FORWARD|*">Forward to Friend</a>&nbsp; </td> </tr> <tr> <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content01"> <em>Copyright &copy; *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em> <br> *|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|* <br> <br> <strong>Our mailing address is:</strong> <br> *|HTML:LIST_ADDRESS_HTML|* *|END:IF|* </td> </tr> <tr> <td valign="top" class="footerContent" style="padding-top:0; padding-bottom:40px;" mc:edit="footer_content02"> <a href="*|UNSUB|*">unsubscribe from this list</a>&nbsp;&nbsp;&nbsp;<a href="*|UPDATE_PROFILE|*">update subscription preferences</a>&nbsp; </td> </tr> </table> <!-- // END FOOTER --> </td> </tr> </table> <!-- // END TEMPLATE --> </td> </tr> </table> </center> </body> </html>
voku/simple_html_dom
tests/fixtures/test_mail_expected.html
HTML
mit
19,500
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; bfbfa278-0f85-4f97-ac9e-f7d985c13cc1 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#InfragisticsWPF4.Themes.MetroDark.v15.1">InfragisticsWPF4.Themes.MetroDark.v15.1</a></strong></td> <td class="text-center">91.28 %</td> <td class="text-center">91.28 %</td> <td class="text-center">100.00 %</td> <td class="text-center">91.28 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="InfragisticsWPF4.Themes.MetroDark.v15.1"><h3>InfragisticsWPF4.Themes.MetroDark.v15.1</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Configuration.ApplicationSettingsBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.SettingsBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Synchronized(System.Configuration.SettingsBase)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>typeof(CurrentType).GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">GetExecutingAssembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>typeof(CurrentType).GetTypeInfo().Assembly</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">get_Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Markup.XmlnsDefinitionAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Markup.XmlnsPrefixAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.ResourceDictionaryLocation</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.ThemeInfoAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Windows.ResourceDictionaryLocation,System.Windows.ResourceDictionaryLocation)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/in/infragistics.wpf.15.1.20151.1000/InfragisticsWPF4.Themes.MetroDark.v15.1-net40.html
HTML
mit
20,159
<!doctype html> <html lang="en" ng-app="myApp"> <head> <meta charset="utf-8"> <title>My Playlist</title> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="css/app.css"> <script src="/socket.io/socket.io.js"></script> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="js/app.js"></script> <script src="js/controllers.js"></script> <script src="js/filters.js"></script> <script src="js/services.js"></script> </head> <body> <div class="container"> <h2>My Playlist</h2> </div> <div class="container" ng-view></div> </body> </html>
mlewandowska/angular
app/index.html
HTML
mit
717
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>CCSUsrMsgGameTitle | demofile</title> <meta name="description" content="Documentation for demofile"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">demofile</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="../modules/_protobufs_cstrike15_usermessages_.html">&quot;protobufs/cstrike15_usermessages&quot;</a> </li> <li> <a href="_protobufs_cstrike15_usermessages_.ccsusrmsggametitle.html">CCSUsrMsgGameTitle</a> </li> </ul> <h1>Interface CCSUsrMsgGameTitle</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">CCSUsrMsgGameTitle</span> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_protobufs_cstrike15_usermessages_.ccsusrmsggametitle.html#dummy" class="tsd-kind-icon">dummy</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="dummy" class="tsd-anchor"></a> <h3>dummy</h3> <div class="tsd-signature tsd-kind-icon">dummy<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/saul/demofile/blob/b4d2298/src/protobufs/cstrike15_usermessages.ts#L579">src/protobufs/cstrike15_usermessages.ts:579</a></li> </ul> </aside> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class="current tsd-kind-module"> <a href="../modules/_protobufs_cstrike15_usermessages_.html">&quot;protobufs/cstrike15_<wbr>usermessages&quot;</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-parent-kind-module"> <a href="_protobufs_cstrike15_usermessages_.ccsusrmsggametitle.html" class="tsd-kind-icon">CCSUsr<wbr>Msg<wbr>Game<wbr>Title</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_protobufs_cstrike15_usermessages_.ccsusrmsggametitle.html#dummy" class="tsd-kind-icon">dummy</a> </li> </ul> </li> </ul> <ul class="after-current"> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> </body> </html>
saul/demofile
docs/interfaces/_protobufs_cstrike15_usermessages_.ccsusrmsggametitle.html
HTML
mit
6,781
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Hotel service deployment with Ansible playbooks</title> <meta name="description" content="Automated hotel service deployment"> <meta name="author" content="Eric D. Schabell"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="css/reveal.min.css"> <link rel="stylesheet" href="css/theme/serif.css" id="theme"> <!-- For syntax highlighting --> <link rel="stylesheet" href="lib/css/zenburn.css"> <!-- If the query includes 'print-pdf', include the PDF print sheet --> <script> if (window.location.search.match(/print-pdf/gi)) { var link = document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'css/print/pdf.css'; document.getElementsByTagName('head')[0].appendChild(link); } </script> <!--[if lt IE 9]> <script src="lib/js/html5shiv.js"></script> <![endif]--> </head> <body> <div class="reveal"> <!-- Any section element inside of this container is displayed as a slide --> <div class="slides"> <section> <div style="width: 1056px; height: 130px;"> <h2>Lab 7</h2> <h4>Automated hotel service deployment</h4> </div> </section> <section> <div style="width: 1056px; height: 130px;"> <h2>Lab Goal</h2> <h4>To leverage Ansible automation to deploy PHP web service in a container.</h4> </div> <div style="width: 1056px; height: 600px;"> <img src="images/destinasia-workshop/image01.png"> </div> </section> <section> <div style="width: 1056px; height: 130px;"> <h2>ARCHITECTURE</h2> <h4>Deploy PHP web service in a container</h4> </div> <div style="width: 1056px; height: 600px;"> <img src="images/destinasia-workshop/image63.png"> </div> </section> <section> <div style="width: 1056px; height: 170px;"> <h2>WHERE ARE PLAYBOOKS?</h2> </div> <div style="width: 1056px; height: 400px;"> <ul> <li>The travel backend services are deployed using <i>Ansible playbooks</i></li> <li>They are found here:</li> <br> <ul> <li><p style="font-size: 24px; color: darkred"><code>$ cd support/playbooks/deploy-ocp-services</code></p></li> </ul> <br> <li>Let's deploy the hotel service:</li> <br> <ul> <li><p style="font-size: 24px; color: darkred"><code>$ ./ansible-playbook-phpservice.sh</code></p></li> </ul> </ul> </div> </section> <section> <div style="width: 1056px; height: 120px;"> <h2>PLAYBOOK START</h2> </div> <div style="width: 1056px; height: 180px;"> <ul> <li>The hotel service playbook stars with messages, setup and logging in to the OpenShift Container Platform:</li> <br> <ul> <li><p style="font-size: 24px; color: darkred"><code>$ ./ansible-playbook-phpservice.sh</code></p></li> </ul> </ul> </div> <div style="width: 1156px; height: 500px;"> <img src="images/destinasia-workshop/image65.png"> </div> </section> <section> <div style="width: 1056px; height: 120px;"> <h2>PLAYBOOK DEPLOYMENT</h2> </div> <div style="width: 1056px; height: 120px;"> <ul> <li>The hotel service playbook finally deploys a new container, patches config to expose ports, exposes a service route and reports playbook status as it finishes:</li> </ul> </div> <div style="width: 1056px; height: 700px;"> <img src="images/destinasia-workshop/image66.png"> </div> </section> <section> <div style="width: 1056px; height: 150px;"> <h2>IF BUILD FAILS</h2> </div> <div style="width: 1056px; height: 400px;"> <ul> <li>The playbook can fail if adding PHP stream failed</li> <li>To determine cause, see the error message:</li> </ul> <img src="images/destinasia-workshop/image67.png" align="right"> </div> </section> <section> <div style="width: 1056px; height: 150px;"> <h2>HOW TO FIX</h2> </div> <div style="width: 1056px; height: 550px;" align="left"> For some reason the PHP stream was not added, do this by hand: <br><br> <ul> <li><p style="font-size: 24px; color: darkred"><code>$ oc login -u system:admin</code></p></li> <li><p style="font-size: 24px; color: darkred"><code>$ oc create -n openshift -f 'https://raw.githubusercontent.com/openshift/openshift-ansible/master/roles/openshift_examples/files/examples/v1.4/image-streams/image-streams-rhel7.json'</code></p></li> </ul> <br><br> Then hotel service playbook again (or if build in OCP console failed, rebuild it): <br><br> <ul> <li><p style="font-size: 24px; color: darkred"><code>$ ./ansible-playbook-phpservice.sh</code></p></li> </ul> </div> </section> <section> <div style="width: 1056px; height: 120px;"> <h2>HOTEL SERVICE</h2> </div> <div style="width: 1056px; height: 500px;"> <ul> <li>When a build finishes you see a new deployment container appears in <i>Monitoring</i> view under <i>Deployments</i>:</li> </ul> <img src="images/destinasia-workshop/image68.png" align="right"> </div> </section> <section> <div style="width: 1056px; height: 100px;"> <h2>END LAB 7</h2> </div> <div style="width: 1056px; height: 700px;" align="left"> <img src="images/destinasia-workshop/image69.png"> </div> </section> <section> <div style="width: 1056px; height: 200px; color: white"> <h2>QUESTIONS?</h2> </div> <div style="width: 600px; height: 100px; text-align: left"> Eric D. Schabell<br/> Global Technology Evangelist Director<br/> <a href="http://twitter.com/ericschabell" style="color: midnightblue" target="_blank">@ericschabell</a><br/> <a href="http://schabell.org" style="color: midnightblue">http://schabell.org</a> </div> </section> <section> <h2>UP NEXT...</h2> <h3><a href="lab08-ocp36.html" style="color: midnightblue" target="_blank">Lab 8 - Integration service playbook</a></h3> </section> </div> </div> <script src="lib/js/head.min.js"></script> <script src="js/reveal.min.js"></script> <script> // Full list of configuration options available here: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ controls: true, progress: true, history: true, center: true, theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none // Parallax scrolling // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg', // parallaxBackgroundSize: '2100px 900px', // Optional libraries used to extend on reveal.js dependencies: [{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector('[data-markdown]'); } }, { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector('[data-markdown]'); } }, { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }] }); </script> </body> </html>
appdevcloudworkshop/appdevcloudworkshop.github.io
lab07-ocp36.html
HTML
mit
9,776
<!DOCTYPE html> <html dir="ltr" lang="sv en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>k6x5_j5y6</title> <meta name="author" content="Reid Netterville III" /> <link rel="stylesheet" href="/styles/adpe.css" type="text/css" /> <script src="/scripts/horologium.js" type="text/javascript"></script> </head> <body> <div class="frm-topaz"> <iframe src="/beadgcf/flint/n0/topaz/sapphire/k6x5.txt" frameborder="0" marginwidth="12px" marginheight="16px" scrolling="no"></iframe> </div> <div class="frm-opal"> <iframe src="/beadgcf/flint/n0/opal/sapphire/j5y6.txt" frameborder="0" marginwidth="12px" marginheight="16px" scrolling="no"></iframe> </div> <div class="srl"> <span id="nmbr"></span> <script> chronoMetric("nmbr"); </script> </div> <div class="footer"> <p class="attr">Copyright &#169; 2013-2018 Reid Netterville III</p> </div> </body> </html>
reidiiius/reidiiius.github.io
beadgcf/specie/n0/sapphire/k6x5_j5y6/index.html
HTML
mit
958
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Wed May 01 12:49:41 CEST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>net.sourceforge.pmd.properties (PMD 5.0.4 Test API)</title> <meta name="date" content="2013-05-01"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../net/sourceforge/pmd/properties/package-summary.html" target="classFrame">net.sourceforge.pmd.properties</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="AbstractPropertyDescriptorTester.html" title="class in net.sourceforge.pmd.properties" target="classFrame">AbstractPropertyDescriptorTester</a></li> <li><a href="BooleanPropertyTest.html" title="class in net.sourceforge.pmd.properties" target="classFrame">BooleanPropertyTest</a></li> <li><a href="CharacterPropertyTest.html" title="class in net.sourceforge.pmd.properties" target="classFrame">CharacterPropertyTest</a></li> <li><a href="DoublePropertyTest.html" title="class in net.sourceforge.pmd.properties" target="classFrame">DoublePropertyTest</a></li> <li><a href="EnumeratedPropertyTest.html" title="class in net.sourceforge.pmd.properties" target="classFrame">EnumeratedPropertyTest</a></li> <li><a href="FloatPropertyTest.html" title="class in net.sourceforge.pmd.properties" target="classFrame">FloatPropertyTest</a></li> <li><a href="IntegerPropertyTest.html" title="class in net.sourceforge.pmd.properties" target="classFrame">IntegerPropertyTest</a></li> <li><a href="MethodPropertyTest.html" title="class in net.sourceforge.pmd.properties" target="classFrame">MethodPropertyTest</a></li> <li><a href="NonRuleWithAllPropertyTypes.html" title="class in net.sourceforge.pmd.properties" target="classFrame">NonRuleWithAllPropertyTypes</a></li> <li><a href="PropertyAccessorTest.html" title="class in net.sourceforge.pmd.properties" target="classFrame">PropertyAccessorTest</a></li> <li><a href="StringPropertyTest.html" title="class in net.sourceforge.pmd.properties" target="classFrame">StringPropertyTest</a></li> <li><a href="TypePropertyTest.html" title="class in net.sourceforge.pmd.properties" target="classFrame">TypePropertyTest</a></li> </ul> </div> </body> </html>
jmagas/RedditDailyProgrammer
lib/pmd-bin-5.0.4/docs/testapidocs/net/sourceforge/pmd/properties/package-frame.html
HTML
mit
2,437
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <title>Hilo3d DataTexture Demo</title> <link rel="stylesheet" type="text/css" href="./example.css"> </head> <body> <div id="container"></div> <script src="../build/Hilo3d.js"></script> <script src="./js/stats.js"></script> <script src="./js/OrbitControls.js"></script> <script src="./js/init.js"></script> <script> var geometry = new Hilo3d.PlaneGeometry({ width: 50, height: 50, heightSegments: 32, widthSegments: 64 }) camera.z = 90; camera.far = 1000; var data = new Float32Array(128); for (var i = 0; i < 128; i++) { data[i] = Math.random() * 2; } var colorBox = new Hilo3d.Mesh({ geometry: geometry, material: new Hilo3d.BasicMaterial({ diffuse: new Hilo3d.DataTexture({ data: data }), side:Hilo3d.constants.FRONT_AND_BACK }), onUpdate: function() { for (var i = 0; i < 128; i++) { data[i] = Math.random() * 2; } this.material.diffuse.needUpdate = true; } }); stage.addChild(colorBox); </script> </body> </html>
hiloteam/Hilo3d
examples/texture_data.html
HTML
mit
1,490
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>LD Jam 39 - Team Stupid</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css"> <link rel="stylesheet" href="css/2d_sprites.css"> <link rel="stylesheet" href="css/2d_textures.css"> <link rel="stylesheet" href="css/3d_assets.css"> <link rel="stylesheet" href="css/ui.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bellefair"> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script> <link rel="shortcut icon" href="img/favicon.png"> <style> #mousexy { top: 30px; } #keypress { top: 50px; } #keypress:before { content: 'key '; } </style> </head> <body> <div id="ui"> <div id="mousexy"></div> <div id="keypress"></div> <div id="bar"> <span class="logo"></span> <span id="count"> <!--i class="fiver"></i> <div class="fiver"></div> <div class="single"></div> <div class="single"></div> <div class="single"></div--> </span> <span id="placename"></span> <ul id="inventory"> <li><img src="https://unsplash.it/150/150" width="25" height="25"></li> <li><img src="https://unsplash.it/151/151" width="25" height="25"></li> <li><img src="https://unsplash.it/152/152" width="25" height="25"></li> </ul> </div> <!--div class="dialog"> <div class="avatar"></div> <div class="message"> <h2>Achievement Unlocked: Death by old age</h2> <p>Now stop playing computer games and go outside before it's too late!</p> </div> </div> <div class="dialog"> <div class="avatar right"></div> <div class="message"> <blockquote>So far, all I can write is that the views are wonderful, and the food... ok, I don't have anything good to say about that yet.</blockquote> </div> </div--> </div> <div id="world"> <div class="room current" id="room0"></div> <div class="room" id="room1"></div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.5.0/velocity.min.js"></script> <script src="js/3rdparty/Sprite3D.js"></script> <script src="js/data.js"></script> <script src="js/utils.js"></script> <script src="js/ui.js"></script> <script src="js/worldbuilding.js"></script> <script src="js/room1.js"></script> <script src="js/room0.js"></script> <script src="js/characters.js"></script> <script src="js/controls.js"></script> <script src="js/debugging.js"></script> </body> </html>
mn113/ldjam39
room0.html
HTML
mit
2,711
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>T14412573994651649</title> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600"> <link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/custom.css"> <link rel="alternate" type="application/rss+xml" title="Des Paroz" href="http://desparoz.me/feed.xml" /> <link rel="alternate" type="application/json" title="Des Paroz" href="http://desparoz.me/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/desparoz" /> <link rel="me" href="https://twitter.com/desparoz" /> <link rel="me" href="https://github.com/desparoz" /> <link rel="authorization_endpoint" href="https://indieauth.com/auth" /> <link rel="token_endpoint" href="https://tokens.indieauth.com/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> </head> <body> <div class="container"> <header class="masthead"> <h1 class="masthead-title--small"> <a href="/">Des Paroz</a> </h1> </header> <div class="content post h-entry"> <div class="post-date"> <time class="dt-published" datetime="2010-12-14 06:13:00 +1000">14 Dec 2010</time> </div> <div class="e-content"> <p>Started Run with @walkmeter at 7:13 AM, Walkmeter will speak your replies to me.</p> </div> </div> </div> </body> </html>
desparoz/desparoz.github.io
_site/2010/12/14/t14412573994651649.html
HTML
mit
1,568
{% extends 'templates/nhs_transaction_layout.html' %} {% import 'includes/form_macros.html' as form_macros %} {% block afterHeader %} {% include "includes/service-headers/low-income.html" %} {% endblock %} {% block content %} <main id="content" role="main"> <div class="grid-row"> <div class="column-two-thirds"> <h1 class="heading-large"> Your address </h1> <form action="" method="get" class="form"> {{ form_macros.text_field({ id: 'address-line-one', label: 'Building and street' }) }} {{ form_macros.text_field({ id: 'address-line-two' }) }} {{ form_macros.text_field({ id: 'first-name', label: 'Town or city' }) }} {{ form_macros.text_field({ id: 'county', label: 'County (optional)' }) }} {{ form_macros.text_field({ id: 'postcode', label: 'Postcode' }) }} {{ form_macros.button({ href: 'declaration', label: 'Save and continue' }) }} <p class="navigation"><a class="cancel" href="../lis-home">Save and come back later</a></p> </form> </div> </div> </main> {% endblock %}
nhsbsa/nhslis
app/views/lis/5/sc/address.html
HTML
mit
1,275
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Wed Dec 03 20:21:22 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class net.sourceforge.pmd.lang.plsql.ast.ASTSqlStatement (PMD PL/SQL 5.2.2 API)</title> <meta name="date" content="2014-12-03"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class net.sourceforge.pmd.lang.plsql.ast.ASTSqlStatement (PMD PL/SQL 5.2.2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?net/sourceforge/pmd/lang/plsql/ast/class-use/ASTSqlStatement.html" target="_top">Frames</a></li> <li><a href="ASTSqlStatement.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class net.sourceforge.pmd.lang.plsql.ast.ASTSqlStatement" class="title">Uses of Class<br>net.sourceforge.pmd.lang.plsql.ast.ASTSqlStatement</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#net.sourceforge.pmd.lang.plsql.ast">net.sourceforge.pmd.lang.plsql.ast</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#net.sourceforge.pmd.lang.plsql.dfa">net.sourceforge.pmd.lang.plsql.dfa</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#net.sourceforge.pmd.lang.plsql.rule">net.sourceforge.pmd.lang.plsql.rule</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="net.sourceforge.pmd.lang.plsql.ast"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a> in <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/package-summary.html">net.sourceforge.pmd.lang.plsql.ast</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/package-summary.html">net.sourceforge.pmd.lang.plsql.ast</a> that return <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a></code></td> <td class="colLast"><span class="strong">PLSQLParser.</span><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/PLSQLParser.html#SqlStatement(java.lang.String,%20java.lang.String)">SqlStatement</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;initiator, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;terminator)</code> <div class="block">2006-05-24 - Matthias Hendler - added MERGE</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/package-summary.html">net.sourceforge.pmd.lang.plsql.ast</a> with parameters of type <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><span class="strong">PLSQLParserVisitor.</span><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/PLSQLParserVisitor.html#visit(net.sourceforge.pmd.lang.plsql.ast.ASTSqlStatement,%20java.lang.Object)">visit</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a>&nbsp;node, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><span class="strong">PLSQLParserVisitorAdapter.</span><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/PLSQLParserVisitorAdapter.html#visit(net.sourceforge.pmd.lang.plsql.ast.ASTSqlStatement,%20java.lang.Object)">visit</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a>&nbsp;node, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="net.sourceforge.pmd.lang.plsql.dfa"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a> in <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/dfa/package-summary.html">net.sourceforge.pmd.lang.plsql.dfa</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/dfa/package-summary.html">net.sourceforge.pmd.lang.plsql.dfa</a> with parameters of type <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><span class="strong">StatementAndBraceFinder.</span><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/plsql/dfa/StatementAndBraceFinder.html#visit(net.sourceforge.pmd.lang.plsql.ast.ASTSqlStatement,%20java.lang.Object)">visit</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a>&nbsp;node, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="net.sourceforge.pmd.lang.plsql.rule"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a> in <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/rule/package-summary.html">net.sourceforge.pmd.lang.plsql.rule</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/rule/package-summary.html">net.sourceforge.pmd.lang.plsql.rule</a> with parameters of type <a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> <td class="colLast"><span class="strong">AbstractPLSQLRule.</span><code><strong><a href="../../../../../../../net/sourceforge/pmd/lang/plsql/rule/AbstractPLSQLRule.html#visit(net.sourceforge.pmd.lang.plsql.ast.ASTSqlStatement,%20java.lang.Object)">visit</a></strong>(<a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">ASTSqlStatement</a>&nbsp;node, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;data)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../net/sourceforge/pmd/lang/plsql/ast/ASTSqlStatement.html" title="class in net.sourceforge.pmd.lang.plsql.ast">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?net/sourceforge/pmd/lang/plsql/ast/class-use/ASTSqlStatement.html" target="_top">Frames</a></li> <li><a href="ASTSqlStatement.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</small></p> </body> </html>
byronka/xenos
utils/pmd-bin-5.2.2/docs/pmd-plsql/apidocs/net/sourceforge/pmd/lang/plsql/ast/class-use/ASTSqlStatement.html
HTML
mit
13,624
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Water Sound Map</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="author" content="Ralph Phillips" /> <meta name="description" content="brief page description" /> <meta name="keywords" content="keywords, for, your, site" /> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <script src="./audiojs/audio.min.js"></script> <script> audiojs.events.ready(function() { var as = audiojs.createAll(); }); </script> <style type="text/css"> * { margin: 0px; padding: 0px; } #wrapper { background-color: #ffF; border: 0px solid #000; padding: 0px; width: 100%; height: 100%; margin: 0px auto; } #header { background-color: #58b2f1; height: 10%; font-family: Courier; font-size: 15px; color: #ffffff; } #left { background-color: #ffffff; width: 15%; height: 550px; float: left; font-family: Courier; font-size: 12px; color: #000000; } #right { background-color: #ffffff; width: 15%; height: 550px; float: right; font-family: Courier; font-size: 12px; color: #000000; } #center { background-color: #ffffff; margin-left: 0%; margin-right: 15%; width: 100%; height: 550px; padding: 5px; font-family: Courier; font-size: 10px; color: #000000; } #footer { width: 100%; float: left; height: 5%; background-color: #58b2f1; font-family: Courier; font-size: 10px; color: #fffff0; } } </style> </style> </head> <body> <div id="wrapper"> <div id="header"> <p>&nbsp;</p>&nbsp;&nbsp;<a href="http://phonicspark.github.io/soundmap/index.html" title="Water Sound Map">Water Sound Map</a> </div> <div id="main-section"> <div id="left"> <li><a href="./about.html">About</a></li></p> <li><a href="./soundmap2.html">Sound map</a></li></p> <li><a href="#">Contact</a></li></p> </div> <div id="right"> &nbsp;Tag Browser </div> <div id="center"> <div id="map-canvas"></div> <style> html, body, #map-canvas { height: 100%; margin: 0px; padding: 0px } </style> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&language=en"></script> <script> // This example displays a marker at the center of Australia. // When the user clicks the marker, an info window opens. // The maximum width of the info window is set to 200 pixels. function initialize() { var image = './icon2.png'; var myLatlng = new google.maps.LatLng(36.361243, 127.357535); var mapOptions = { mapTypeId: google.maps.MapTypeId.HYBRID, zoom: 15, center: myLatlng, }; // set a map and applying tilt var map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); //map.setTilt(45); var bounds = new google.maps.LatLngBounds(); // Multiple Markers var markers = [ ['Test 1', 36.361243, 127.357535], ['Test 2', 36.361243, 127.362335], ['Test 3', 36.364159, 127.363984], ['Test 4', 36.365645, 127.368769], ['Test 5', 36.375858, 127.365260], ['Test 6', 36.375581, 127.366413], ['Test 7', 36.375443, 127.369267], ['Test 8', 36.364558, 127.366435], ['Test 9', 36.369841, 127.372611], ['Test 10', 36.363119, 127.361239] ]; // Info Window Content var infoWindowContent = [ [ '<div style="width:550px; height:290px;" class="info-window">' + '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<p></p>'+ '<h5 id="firstHeading" class="firstHeading">Water Sound Sample Test</h5>'+ '<div id="bodyContent">'+ '<h5>첫 번째 소리 테스트 입니다.</h5> ' + '<img width="250" src="img1.png" />'+ '<audio src="./ZOOM0006.mp3" preload="auto" /></audio>' + '<p>first test, <a href="http://phonicspark.github.io/soundmap/index.html">'+ 'Link</a> '+ '(last visited June 22, 2009).</p>'+ '<p>Attribution: Uluru, <a href="http://en.wikipedia.org/w/index.php?title=Uluru&oldid=297882194">'+ 'http://en.wikipedia.org/w/index.php?title=Uluru</a> '+ '(last visited June 22, 2009).</p>'+ '</div>'+ '</div>'], ['<div style="width:550px; height:290px;" class="info-window">' + '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<p></p>'+ '<h3 id="firstHeading" class="firstHeading">Water Sound Sample Test</h3>'+ '<div id="bodyContent">'+ '<p>두 번째 소리 테스트 입니다. ' + '<p><img src="img1.png" /></p>'+ '<p><audio src="./ZOOM0006.mp3" preload="auto" /></audio></p>' + '<p>first test, <a href="http://phonicspark.github.io/soundmap/index.html">'+ 'Link</a> '+ '(last visited June 22, 2009).</p>'+ '<p><img src="test1-1.png" /></p>'+ '<p>Attribution: Uluru, <a href="http://en.wikipedia.org/w/index.php?title=Uluru&oldid=297882194">'+ 'http://en.wikipedia.org/w/index.php?title=Uluru</a> '+ '(last visited June 22, 2009).</p>'+ '</div>'+ '</div>'], ['<div style="width:550px; height:290px;" class="info-window">' + '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<p></p>'+ '<h3 id="firstHeading" class="firstHeading">Water Sound Sample Test</h3>'+ '<div id="bodyContent">'+ '<p>세 번째 소리 테스트 입니다. ' + '<p><img src="img1.png" /></p>'+ '<p><audio src="./ZOOM0006.mp3" preload="auto" /></audio></p>' + '<p>first test, <a href="http://phonicspark.github.io/soundmap/index.html">'+ 'Link</a> '+ '(last visited June 22, 2009).</p>'+ '<p><img src="test1-1.png" /></p>'+ '<p>Attribution: Uluru, <a href="http://en.wikipedia.org/w/index.php?title=Uluru&oldid=297882194">'+ 'http://en.wikipedia.org/w/index.php?title=Uluru</a> '+ '(last visited June 22, 2009).</p>'+ '</div>'+ '</div>'], ['<div style="width:550px; height:290px;" class="info-window">' + '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<p></p>'+ '<h3 id="firstHeading" class="firstHeading">Water Sound Sample Test</h3>'+ '<div id="bodyContent">'+ '<p>네 번째 소리 테스트 입니다. ' + '<p><img src="img1.png" /></p>'+ '<p><audio src="./ZOOM0006.mp3" preload="auto" /></audio></p>' + '<p>first test, <a href="http://phonicspark.github.io/soundmap/index.html">'+ 'Link</a> '+ '(last visited June 22, 2009).</p>'+ '<p><img src="test1-1.png" /></p>'+ '<p>Attribution: Uluru, <a href="http://en.wikipedia.org/w/index.php?title=Uluru&oldid=297882194">'+ 'http://en.wikipedia.org/w/index.php?title=Uluru</a> '+ '(last visited June 22, 2009).</p>'+ '</div>'+ '</div>'], ['<div style="width:550px; height:290px;" class="info-window">' + '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<p></p>'+ '<h3 id="firstHeading" class="firstHeading">Water Sound Sample Test</h3>'+ '<div id="bodyContent">'+ '<p>다섯 번째 소리 테스트 입니다. ' + '<p><img src="img1.png" /></p>'+ '<p><audio src="./ZOOM0006.mp3" preload="auto" /></audio></p>' + '<p>first test, <a href="http://phonicspark.github.io/soundmap/index.html">'+ 'Link</a> '+ '(last visited June 22, 2009).</p>'+ '<p><img src="test1-1.png" /></p>'+ '<p>Attribution: Uluru, <a href="http://en.wikipedia.org/w/index.php?title=Uluru&oldid=297882194">'+ 'http://en.wikipedia.org/w/index.php?title=Uluru</a> '+ '(last visited June 22, 2009).</p>'+ '</div>'+ '</div>'], ['<div style="width:550px; height:290px;" class="info-window">' + '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<p></p>'+ '<h5 id="firstHeading" class="firstHeading">Water Sound Sample Test</h5>'+ '<div id="bodyContent">'+ '<h5>여섯 번째 소리 테스트 입니다.</h5> ' + '<img width="250" src="img1.png" />'+ '<audio src="./ZOOM0006.mp3" preload="auto" /></audio>' + '<p>first test, <a href="http://phonicspark.github.io/soundmap/index.html">'+ 'Link</a> '+ '(last visited June 22, 2009).</p>'+ '<p>Attribution: Uluru, <a href="http://en.wikipedia.org/w/index.php?title=Uluru&oldid=297882194">'+ 'http://en.wikipedia.org/w/index.php?title=Uluru</a> '+ '(last visited June 22, 2009).</p>'+ '</div>'+ '</div>'], ['<div style="width:550px; height:290px;" class="info-window">' + '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<p></p>'+ '<h3 id="firstHeading" class="firstHeading">Water Sound Sample Test</h3>'+ '<div id="bodyContent">'+ '<p>일곱 번째 소리 테스트 입니다. ' + '<p><img src="img1.png" /></p>'+ '<p><audio src="./ZOOM0006.mp3" preload="auto" /></audio></p>' + '<p>first test, <a href="http://phonicspark.github.io/soundmap/index.html">'+ 'Link</a> '+ '(last visited June 22, 2009).</p>'+ '<p><img src="test1-1.png" /></p>'+ '<p>Attribution: Uluru, <a href="http://en.wikipedia.org/w/index.php?title=Uluru&oldid=297882194">'+ 'http://en.wikipedia.org/w/index.php?title=Uluru</a> '+ '(last visited June 22, 2009).</p>'+ '</div>'+ '</div>'], ['<div style="width:550px; height:290px;" class="info-window">' + '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<p></p>'+ '<h3 id="firstHeading" class="firstHeading">Water Sound Sample Test</h3>'+ '<div id="bodyContent">'+ '<p>여덟 번째 소리 테스트 입니다. ' + '<p><img src="img1.png" /></p>'+ '<p><audio src="./ZOOM0006.mp3" preload="auto" /></audio></p>' + '<p>first test, <a href="http://phonicspark.github.io/soundmap/index.html">'+ 'Link</a> '+ '(last visited June 22, 2009).</p>'+ '<p><img src="test1-1.png" /></p>'+ '<p>Attribution: Uluru, <a href="http://en.wikipedia.org/w/index.php?title=Uluru&oldid=297882194">'+ 'http://en.wikipedia.org/w/index.php?title=Uluru</a> '+ '(last visited June 22, 2009).</p>'+ '</div>'+ '</div>'], ['<div style="width:550px; height:290px;" class="info-window">' + '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<p></p>'+ '<h3 id="firstHeading" class="firstHeading">Water Sound Sample Test</h3>'+ '<div id="bodyContent">'+ '<p>아홉 번째 소리 테스트 입니다. ' + '<p><img src="img1.png" /></p>'+ '<p><audio src="./ZOOM0006.mp3" preload="auto" /></audio></p>' + '<p>first test, <a href="http://phonicspark.github.io/soundmap/index.html">'+ 'Link</a> '+ '(last visited June 22, 2009).</p>'+ '<p><img src="test1-1.png" /></p>'+ '<p>Attribution: Uluru, <a href="http://en.wikipedia.org/w/index.php?title=Uluru&oldid=297882194">'+ 'http://en.wikipedia.org/w/index.php?title=Uluru</a> '+ '(last visited June 22, 2009).</p>'+ '</div>'+ '</div>'], ['<div style="width:550px; height:400px;" class="info-window">' + '<div id="content">'+ '<div id="siteNotice">'+ '</div>'+ '<p></p>'+ '<p>Water Sound Sample Test 1</p>'+ '<p><img src="https://31.media.tumblr.com/12c1abf9d04c270e797cc7b59a78d2d1/tumblr_inline_nfyo1cZfyq1qzlze5.png" width="480px;/" /></p>'+ '<p></p>'+ '<p><audio src="./ZOOM0006.mp3" preload="auto" /></audio></p>' + '<p>first test, <a href="http://phonicspark.github.io/soundmap/index.html">'+ 'Link</a> '+ '(last visited June 22, 2009).</p>'+ '<p><img src="test1-1.png" /></p>'+ '<p>Attribution: Uluru, <a href="http://en.wikipedia.org/w/index.php?title=Uluru&oldid=297882194">'+ 'http://en.wikipedia.org/w/index.php?title=Uluru</a> '+ '</div>'+ '</div>'] ]; // Display multiple markers on a map(+ and set maxWidth) var infoWindow = new google.maps.InfoWindow({ //maxWidth: 400, }), marker, i; // Loop through our array of markers & place each one on the map for( i = 0; i < markers.length; i++ ) { var position = new google.maps.LatLng(markers[i][1], markers[i][2]); bounds.extend(position); marker = new google.maps.Marker({ position: position, map: map, icon: image, title: markers[i][0] }); // Allow each marker to have an info window google.maps.event.addListener(marker, 'click', (function(marker, i) { return function() { infoWindow.setContent(infoWindowContent[i][0]); infoWindow.open(map, marker); audiojs.events.ready(function() { var as = audiojs.createAll(); }); } })(marker, i)); // Automatically center the map fitting all markers on the screen map.fitBounds(bounds); } // Override our map zoom level once our fitBounds function runs (Make sure it only runs once) var boundsListener = google.maps.event.addListener((map), 'bounds_changed', function(event) { this.setZoom(15); google.maps.event.removeListener(boundsListener); }); } google.maps.event.addDomListener(window, 'load', initialize); </script> </div> </div> <!-- end of main section --> <div id="footer"> <div id="foot1"> <p>&nbsp;</p>&nbsp;&nbsp;All rights reserved. </div> </div> </div><!-- end of wrapper --> </body> </html>
phonicspark/soundmap
index.html
HTML
mit
14,197
--- layout: default --- <script type="text/x-mathjax-config"> MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}}); </script> <script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML"> </script> <article class="post"> <h1>{{ page.title }}</h1> <div class="date"> Written on {{ page.date | date: "%B %e, %Y" }} </div> <div class="entry"> {{ content }} </div> {% include advertisements.html %} {% include disqus.html %} </article>
jehoons/jehoons.github.io
_layouts/post.html
HTML
mit
540
<scri <!DOCTYPE html> <html lang="fr" itemscope="" itemtype="http://schema.org/Blog"> <head> <script> if (window.parent !== window) { if (typeof btoa !== "function") { window.btoa = function (input) { var str = String(input); for (var block, charCode, idx = 0, map = chars, output = ''; str.charAt(idx | 0) || (map = '=', idx % 1); output += map.charAt(63 & block >> 8 - idx % 1 * 8)) { charCode = str.charCodeAt(idx += 3/4) block = block << 8 | charCode } return output } } var re = /^(?:https?:)?(?:\/\/)?([^\/\?]+)/i var res = re.exec(document.referrer) var domain = res[1] var forbidden = ["aGVsbG8ubGFuZA==","Y3Vpc2luZS5sYW5k","cmVjZXR0ZS5sYW5k","cmVjZXR0ZXMubGFuZA==",] if (forbidden.indexOf(btoa(domain)) > -1) { document.location = document.location.origin + "/system/noframed" } } </script> <link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/css/ob-style.css?v2.35.0.0" /> <link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.css" /> <!-- Forked theme from id 60 - last modified : 2017-02-23T08:01:21+01:00 --> <!-- shortcut:[Meta] --> <!-- title --> <!-- Title --> <title>345 - Le Site dont vous êtes le Héros</title> <!-- metas description, keyword, robots --> <!-- Metas --> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <meta name="author" content="" /> <meta property="og:site_name" content="Le&#x20;Site&#x20;dont&#x20;vous&#x20;&#x00EA;tes&#x20;le&#x20;H&#x00E9;ros" /> <meta property="og:title" content="345&#x20;-&#x20;Le&#x20;Site&#x20;dont&#x20;vous&#x20;&#x00EA;tes&#x20;le&#x20;H&#x00E9;ros" /> <meta name="twitter:title" content="345&#x20;-&#x20;Le&#x20;Site&#x20;dont&#x20;vous&#x20;&#x00EA;tes&#x20;le&#x20;H&#x00E9;ros" /> <meta name="description" content="Vous&#x20;parvenez&#x20;&#x00E0;&#x20;ma&#x00EE;triser&#x20;tant&#x20;bien&#x20;que&#x20;mal&#x20;la&#x20;descente&#x20;de&#x20;la&#x20;benne.&#x20;Cette&#x20;fois,&#x20;votre&#x20;force&#x20;exceptionnelle&#x20;n&#x27;aura&#x20;pas&#x20;&#x00E9;t&#x00E9;&#x20;de&#x20;trop&#x20;&#x21;&#x20;Vous&#x20;vous&#x20;&#x00E9;corchez&#x20;un&#x20;peu&#x20;les&#x20;mains,&#x20;mais&#x20;le&#x20;rythme&#x20;auquel&#x20;la&#x20;benne&#x20;plonge&#x20;vers&#x20;les&#x20;profondeurs&#x20;de&#x20;la&#x20;mine&#x20;ob&#x00E9;it&#x20;fid&#x00E8;lement..." /> <meta property="og:description" content="Vous&#x20;parvenez&#x20;&#x00E0;&#x20;ma&#x00EE;triser&#x20;tant&#x20;bien&#x20;que&#x20;mal&#x20;la&#x20;descente&#x20;de&#x20;la&#x20;benne.&#x20;Cette&#x20;fois,&#x20;votre&#x20;force&#x20;exceptionnelle&#x20;n&#x27;aura&#x20;pas&#x20;&#x00E9;t&#x00E9;&#x20;de&#x20;trop&#x20;&#x21;&#x20;Vous&#x20;vous&#x20;&#x00E9;corchez&#x20;un&#x20;peu&#x20;les&#x20;mains,&#x20;mais&#x20;le&#x20;rythme&#x20;auquel&#x20;la&#x20;benne&#x20;plonge&#x20;vers&#x20;les&#x20;profondeurs&#x20;de&#x20;la&#x20;mine&#x20;ob&#x00E9;it&#x20;fid&#x00E8;lement..." /> <meta name="twitter:description" content="Vous&#x20;parvenez&#x20;&#x00E0;&#x20;ma&#x00EE;triser&#x20;tant&#x20;bien&#x20;que&#x20;mal&#x20;la&#x20;descente&#x20;de&#x20;la&#x20;benne.&#x20;Cette&#x20;fois,&#x20;votre&#x20;force&#x20;exceptionnelle&#x20;n&#x27;aura&#x20;pas&#x20;&#x00E9;t&#x00E9;&#x20;de&#x20;trop&#x20;&#x21;&#x20;Vous&#x20;vous&#x20;&#x00E9;corchez&#x20;un&#x20;peu&#x20;les&#x20;mains,&#x20;mais&#x20;le&#x20;rythme&#x20;auquel&#x20;la&#x20;benne..." /> <meta property="og:locale" content="fr_FR" /> <meta property="og:url" content="http://lesitedontvousetesleheros.overblog.com/2014/12/345-7.html" /> <meta name="twitter:url" content="http://lesitedontvousetesleheros.overblog.com/2014/12/345-7.html" /> <meta property="og:type" content="article" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@overblog" /> <meta name="twitter:creator" content="@" /> <meta property="fb:app_id" content="284865384904712" /> <!-- Robots --> <meta name="robots" content="index,follow" /> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" /> <!-- Analytics --> <!-- shortcut:[Options] --> </script>ll" group="shares" /> <!-- shortcut:[Includes] --> <!-- favicon --> <!-- Metas --> <link rel="shortcut icon" type="image/x-icon" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.ico" /> <link rel="icon" type="image/png" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.png" /> <link rel="apple-touch-icon" href="http://fdata.over-blog.net/99/00/00/01/img/mobile-favicon.png" /> <!-- SEO --> <!-- includes --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" /> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700' rel='stylesheet' type='text/css'> <!-- Fonts --> <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'> <!-- Fancybox --> <link rel="stylesheet" type="text/css" href="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" /> <style type="text/css"> /*** RESET ***/ .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} * {margin:0; padding:0;} body {background-color: #000; color: #fff; font-family: 'PT Sans Caption', sans-serif; font-size: 12px;} a {text-decoration: none;} h1, h2, h3, h4, h5, h6 { font-weight:normal;} img {border:none;} .box li {list-style:none;} #cl_1_0 ul, #cl_1_0 ol {margin-left: 0; padding-left: 25px;} .visuallyhidden, .ob-form-subscription label { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } /*** General ***/ .ln {clear: both;} #ln_2 {padding-bottom: 20px;} .cl {float:left;} .clear {clear:both;} .list-title {font-size: 24px; margin: 10px 0 10px 10px; text-shadow: 1px 1px 1px #000;} /*** Structure ***/ #cl_0_0 {margin-bottom:0; width:100%;} #cl_1_0 {display:inline; padding:0 12px 0 0; width:630px; } #cl_1_1 {display:inline; padding:0; width:308px;} #cl_2_0 {margin-top: 30px; width: 100%;} #global {margin:0px auto; width:950px;} .header {margin: 110px 0 20px; text-align:left;} .avatar, #top{ display: inline-block; vertical-align: middle; } .avatar{ margin-right: 10px; } #top .title {font-family: Carter One, cusrive; font-size: 60px; left: 0; letter-spacing: 2px; line-height: 60px; text-shadow: 0 5px 5px #333; text-transform: uppercase;} #top .description {font-family: Carter One, cusrive; font-size:60px; font-size: 20px; letter-spacing: 2px; text-shadow: 0 2px 1px #333;} article {margin-bottom: 35px;} /** Article **/ .article, .page{ background: #141414; background: rgba(20,20,20,0.9); border: 2px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 10px; } .noresult{ margin-bottom: 20px; } .beforeArticle {margin-bottom: 10px;} .divTitreArticle .post-title, .divPageTitle .post-title, .special h3 {border-bottom: 1px solid; font-size: 30px; letter-spacing:2px; margin-bottom: 10px; padding-bottom:5px; word-wrap: break-word;} .contenuArticle, .pageContent {padding-top:10px;} .contenuArticle p, .pageContent p .contenuArticle ol, .contenuArticle ul {font-size: 14px; line-height: 22px; padding-bottom: 8px;} .ob-repost {background: #222; border: 1px solid #2A2A2A; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold; margin: 1em 0; text-align: center;} .ob-repost p {font-size: 12px; line-height: normal; padding: 0;} .ob-repost .ob-link {text-decoration: underline;} /* Sections */ .ob-section-text, .ob-section-images, .ob-section-video, .ob-section-audio, .ob-section-quote, .ob-secton-map {width: 600px;} /* Medias */ .ob-video iframe, .ob-video object, .ob-section-images .ob-slideshow, .ob-slideshow img, .ob-section-map .ob-map { width: 600px; } .ob-video iframe{ border: 0; } .ob-video object { max-height: 345px; } .ob-section-audio .obsoundplayer .obsoundplayername { height: 31px; width: 200px; overflow: hidden; } /* Section texte */ .ob-text h3, .ob-text h4, .ob-text h5 {margin: 15px 0 5px;} .ob-text h3 {font-size: 18px; line-height: 18px;} .ob-text h4 {font-size: 16px; line-height: 16px;} .ob-text h5 {font-size: 14px; font-weight: bold; line-height: 14px;} .ob-text pre {width: 600px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -webkit-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; overflow: auto;} /* Section image */ .ob-media-left {margin-right: 30px;} .ob-media-right {margin-left: 30px; max-width: 100%;} .ob-row-1-col img {width: 100%;} .ob-row-2-col img {width: 50%; margin-top: 0; margin-bottom: 0;} .ob-row-3-col img {width: 200px; margin-top: 0; margin-bottom: 0;} /* Section map */ .ob-map div {color: #282924;} /* Section HTML */ .ob-section-html iframe, .ob-section-html embed, .ob-section-html object {max-width: 100%;} /* Section file */ .ob-section-file .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); display: block; max-width: 100%;} .ob-section-file .ob-ctn a.ob-link, .ob-section-file .ob-c a.ob-link:visited {color: #FFF; text-decoration: underline; max-width: 521px;} .ob-section-file .ob-ctn a.ob-link:hover {color: #FFF; text-decoration: none;} /* Section Quote */ .ob-section-quote {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); margin-bottom: 20px; width: 100%;} .ob-section-quote .ob-quote p {color: #FFF; min-height: 20px;} .ob-section-quote .ob-quote p:before {color: #444; margin: 20px 0 0 -85px;} .ob-section-quote .ob-quote p:after {color: #444; margin: 80px 0 0;} .ob-section-quote p.ob-author, .ob-section-quote p.ob-source {background: #444; font-size: 14px; font-style: italic; margin: 25px 0 0; max-height: 22px; max-width: 517px; overflow: hidden; padding-bottom: 0\9; position: relative; text-overflow: ellipsis; white-space: nowrap; z-index: 11;} /* Section Link */ .ob-section-link .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);} .ob-section-link .ob-media-left {margin: 0;} .ob-section-link p.ob-url {background: #444; margin: 0; max-height: 20px; max-width: 395px;} .ob-section-link p.ob-title {color: #FFF; margin-bottom: 0; margin-left: 20px;} .ob-section-link p.ob-snippet {color: #FFF; margin-bottom: 10px; margin-left: 20px; margin-top: 0;} .ob-section-link p.ob-title .ob-link {color: #FFF; max-height: 42px; overflow: hidden;} .ob-section-link p.ob-snippet {margin-bottom: 35px; max-height: 40px; overflow: hidden;} .ob-section-link .ob-img {float: left; width: 170px;} .ob-section-link .ob-desc {margin-top: 5px;} /* Description */ .contenuArticle .ob-desc {font-size: 13px; font-style: italic;} /* twitter box */ .ob-section .twitter-tweet-rendered {max-width: 100% !important;} .ob-section .twt-border {max-width: 100% !important;} /* Share buttons */ .afterArticle {background: #141414; border: 2px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin: 10px 0; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding: 9px 13px 8px; position: relative; width: 600px; z-index: 1;/* iframe Facebook */} .share h3, .item-comments h3 {margin-bottom: 10px; font-size: 16px; line-height: 16px;} .google-share, .twitter-share, .facebook-share, .ob-share {float: left;} .facebook-share {width: 105px;} .ob-share {margin-top: -2px;} .comment-number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: right; font-weight: bold; line-height: 17px; padding: 2px 7px; text-align: center;} .item-comments { } /* Contact */ .ob-contact .ob-form {margin-bottom: 80px;} .ob-contact .ob-form-field {margin: 5px 0 0 80px;} .ob-label {width: 20%; font-size: 14px;} .ob-captcha .ob-input-text{ margin-left: 20%; } .ob-input-submit, .ob-error {margin-left: 31%;} .box-content .ob-input-submit, .box-content .ob-error {margin-left: 20%;} .ob-input-text, .ob-input-email, .ob-input-textarea {padding: 6px 0; border: 2px solid #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;} .ob-input-submit {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; font-weight: bold; line-height: 17px; margin-top: 5px; padding: 2px 7px; text-align: center;} .ob-form + a {display: block; text-align: center;} /** Sidebar **/ .box {background: #141414; border: 2px solid #333; margin-bottom:10px; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding:10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;} .box{/* ie6 hack */_background:#000;} .box-titre h3 {border-bottom: 1px solid; font-family: Carter One; font-size: 20px; letter-spacing: 1px; margin-bottom: 10px; padding-bottom: 2px; text-shadow: 1px 1px 1px black; text-transform: uppercase;} .box-content {font-size: 14px; line-height:18px;} .box-content strong {font-weight:normal;} .box-footer {display:none;} /* Sidebar > About */ .profile .avatar {float: left; margin-right: 10px;} .profile .avatar img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -moz-opacity: 0.8; -webkit-opacity: 0.8; -o-opacity: 0.8; -ms-opacity: 0.8; opacity: 0.8; padding: 3px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} .profile .avatar img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1;} .profile .blog-owner-nickname {font-style: italic; display: block; margin-top: 10px; text-align: right;} /* Sidebar > Search */ .search form {position:relative;} .search form input {border: 2px solid #333; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: #676767; padding: 5px 0; width: 70%;} .search form button {border: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; cursor: pointer; font-weight: bold; padding: 5px 0; width: 13%;} /* Sidebar > Subscribe */ .ob-form-subscription .ob-form-field{ display: inline-block; } .ob-form-subscription .ob-form-field input{ width: 170px; } .ob-form-subscription .ob-input-submit{ display: inline-block; margin:0; } /* Sidebar > Last Posts */ .last li {float: left;} .last ul:hover img {-moz-opacity: 0.7; -webkit-opacity: 0.7; -o-opacity: 0.7; -ms-opacity: 0.7; opacity: 0.7; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} .last ul img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; margin-bottom: 5px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} .last li.left img {margin-right: 8px;} .last ul img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} /* Sidebar > Tags */ .tags li { border-bottom: 1px solid #222; margin: 10px 0; padding: 10px 0; word-wrap:break-word; } .tags li a {font-size: 16px;} .tags .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;} /* Sidebar > Follow me */ .follow li {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: left; height: 83px; text-indent: -9999999%; width: 83px;} .follow li a {background: url("http://assets.over-blog-kiwi.com/themes/5/images/follow-me.png") no-repeat; display: block; height: 100%; width: 100%;} .follow .facebook-follow {margin-right: 10px;} .follow .facebook-follow:hover {background: #3b5999; border-color: #3b5999;} .follow .facebook-follow a {background-position: center 18px;} .follow .twitter-follow {margin-right: 10px;} .follow .twitter-follow:hover {background: #04bff2; border-color: #04bff2;} .follow .twitter-follow a {background-position: center -74px;} .follow .rss-follow:hover {background: #ff8604; border-color: #ff8604;} .follow .rss-follow a {background-position: center -166px;} /* Sidebar > Archives */ .plustext {font-size: 16px;} .arch_month {margin-left: 20px;} .arch_month li {border-bottom: 1px solid #222; margin: 10px 0; padding: 10px 0;} .archives .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;} .share > div{ float:left; height:20px; margin-right:28px; } .share .google-share{ margin-right: 0; } .share iframe{ border:none; width:100px; } /** Pagination **/ .pagination { margin: 30px auto 20px; width: 600px; font-size: 14px; padding: 2px 0; } .pagination a { -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center; text-transform: uppercase; } .pagination .previous {float: left;} .pagination .next {float: right;} .ob-pagination{ margin: 20px 0; text-align: center; } .ob-page{ display: inline-block; margin: 0 1px; padding: 2px 7px; } .ob-page-link{ border-radius: 4px; } /** Credits **/ .credits {display: block; margin: 20px 0; text-align: center; text-shadow: 1px 1px 1px #000;} /************** ** ob-footer ** **************/ .ob-footer{ padding-bottom: 10px; } body.withDisplay{ background-position: 50% 68px; } #cl_1_1 .ads{ margin-bottom: 10px; padding: 2px; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; } .ads{ background: #141414; border: 2px solid #333; border-radius: 2px; margin: 0 auto; } .ads-600x250{ padding: 10px; text-align: center; } .ads-728x90{ height: 90px; width: 728px; } .ads-468x60{ height: 60px; width: 468px; } .ads-468x60 + .before_articles, .afterArticle + .ads-468x60{ margin-top:35px; } .ads-300x250{ height: 250px; width: 300px; } .ads-600x250 div{ float: left; } .ads-300{ text-align: center; } /***************** ** Top articles ** *****************/ .ob-top-posts h2{ font-size: 35px; } .ob-top-article{ margin-bottom: 20px; } .ob-top-article h3{ line-height: normal; } /*** Themes ***/ /** JUNGLE **/ /* BACKGROUND */ body {background-image: url("http://img.over-blog-kiwi.com/0/24/52/97/201311/ob_5cf972_lesitedontvousetesleheros.jpg"); background-attachment: fixed; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;background-repeat: no-repeat;} /* TOP */ #top .title a, #top .title a:visited {color: #9bb1c5;} #top .title a:hover, #top .description {color: #fff;} /* POSTS */ .beforeArticle .tags a, .beforeArticle .tags a:visited {color: #9bb1c5;} .beforeArticle .tags a:hover {color: #fff;} .post-title, .special h3 {border-bottom-color: #1e3249;} .post-title a, .post-title a:visited, .special h3, .ob-text h3, .ob-text h4, .ob-text h5 {color: #9bb1c5;} .post-title a:hover {color: #fff;} .contenuArticle a, .contenuArticle a:visited, .readmore a {color: #9bb1c5;} .contenuArticle a:hover, .readmore a:hover {color: #fff;} /* Section file */ .ob-section-file .ob-ctn a.ob-link, .ob-section-file .ob-c a.ob-link:visited, .ob-section-file .ob-ctn a.ob-link:hover {color: #9bb1c5;} /* Section Quote */ .ob-section-quote p.ob-author, .ob-section-quote p.ob-source, .ob-section-quote p.ob-author .ob-link, .ob-section-quote p.ob-author .ob-link:visited, .ob-section-quote p.ob-source .ob-link, .ob-section-quote p.ob-source .ob-link:visited {color: #9bb1c5;} .ob-section-quote p.ob-author:hover, .ob-section-quote p.ob-source:hover, .ob-section-quote p.ob-author .ob-link:hover, .ob-section-quote p.ob-source .ob-link:hover {color: #fff;} /* Section Link */ .ob-section-link p.ob-url , .ob-section-link p.ob-url .ob-link, .ob-section-link p.ob-url .ob-link, .ob-section-link p.ob-url .ob-link {color: #9bb1c5;} .ob-section-link p.ob-url .ob-link:hover {color: #fff;} /* SIDEBAR */ .box-titre h3 {border-bottom-color: #254870; color: #fff;} .box-content strong {color:#bebebe;} .box-content a, .box-content a:visited, .ob-footer a, .ob-footer a:visited{color: #9bb1c5;} .box-content a:hover, .ob-footer a:hover{color: #fff;} .archives .number, .box-content form button, .comment-number, .follow li, .ob-input-submit, .pagination a, .ob-page-link, .tags .number { background: #2e5fa4; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNWZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzIyNDA2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); background: -moz-linear-gradient(top, #2e5fa4 0%, #22406d 65%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5fa4), color-stop(65%,#22406d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* IE10+ */ background: linear-gradient(to bottom, #2e5fa4 0%,#22406d 65%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5fa4', endColorstr='#22406d',GradientType=0 ); /* IE6-8 */ border: 1px solid #2d5eab; color: #fff; text-shadow: 1px 1px 1px #141414;} .box-content form button:active, .comment-number:active, .ob-input-submit:active, .pagination a:active, .ob-page-link:active{background: #22406d; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMyMjQwNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmU1ZmE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, #22406d 35%, #2e5fa4 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#22406d), color-stop(100%,#2e5fa4)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* IE10+ */ background: linear-gradient(to bottom, #22406d 35%,#2e5fa4 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22406d', endColorstr='#2e5fa4',GradientType=0 ); /* IE6-8 */ } .blog-owner-nickname {color: #254870;} /* CREDITS */ .credits a, .credits a:visited {color: #fff;} .credits a:hover {color: #9bb1c5;} </style> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/ads.js?v2.35.0.0"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5354236-47', { cookieDomain: 'lesitedontvousetesleheros.overblog.com', cookieExpires: 31536000, name: 'ob', allowLinker: true }); ga('ob.require', 'displayfeatures'); ga('ob.require', 'linkid', 'linkid.js'); ga('ob.set', 'anonymizeIp', true); ga('ob.set', 'dimension1', '__ads_loaded__' in window ? '1' : '0'); ga('ob.set', 'dimension2', 'fr'); ga('ob.set', 'dimension3', 'BS'); ga('ob.set', 'dimension4', 'literature-comics-poetry'); ga('ob.set', 'dimension5', '1'); ga('ob.set', 'dimension6', '0'); ga('ob.set', 'dimension7', '0'); ga('ob.set', 'dimension10', '245297'); ga('ob.set', 'dimension11', '1'); ga('ob.set', 'dimension12', '1'); ga('ob.set', 'dimension13', '1'); ga('ob.send', 'pageview'); </script> <script> var obconnected = 0 var obconnectedblog = 0 var obtimestamp = 0 function isConnected(connected, connected_owner, timestamp) { obconnected = connected obconnectedblog = connected_owner obtimestamp = timestamp if (obconnected) { document.querySelector('html').className += ' ob-connected' } if (obconnectedblog) { document.querySelector('html').className += ' ob-connected-blog' } } </script> <script src="//connect.over-blog.com/ping/245297/isConnected"></script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/h.js?v2.35.0.0"></script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/repost.js?v2.35.0.0"></script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/slideshow.js?v2.35.0.0"></script> <script src="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.js"></script> <script> var OB = OB || {}; OB.isPost = true; </script> <script src="//assets.over-blog-kiwi.com/blog/js/index.js?v2.35.0.0"></script> <script src="https://assets.over-blog-kiwi.com/ads/js/appconsent.bundle.min.js"></script> <!-- DFP --> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var useSSL = 'https:' == document.location.protocol; var gads = document.createElement('script'); var node = document.getElementsByTagName('script')[0]; gads.async = true; gads.type = 'text/javascript'; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; node.parentNode.insertBefore(gads, node); })(); </script> <!-- DFP --> <script> googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [728,90], '_1554e0f') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_22b21d9') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_793b2a4') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [[300,250],[300,600]], '_57663a3') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_1c57a65') .setTargeting('Slot', 'interstitial') .setTargeting('Sliding', 'Both') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_8edf62f') .setTargeting('Slot', 'pop') .addService(googletag.pubads()); }); </script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogpdafront/prebid.js?v2.35.0.0" async></script> <script> googletag.cmd.push(function() { googletag.pubads().disableInitialLoad(); }); function sendAdserverRequest() { if (pbjs.adserverRequestSent) return; pbjs.adserverRequestSent = true; googletag.cmd.push(function() { pbjs.que.push(function() { pbjs.setTargetingForGPTAsync(); googletag.pubads().refresh(); }); }); } var PREBID_TIMEOUT = 2000; var pbjs = pbjs || {}; pbjs.que = pbjs.que || []; pbjs.que.push(function() { pbjs.enableAnalytics({ provider: 'ga', options: { global: 'ga', enableDistribution: false, sampling: 0.01 } }); pbjs.setConfig({ userSync: { enabledBidders: ['rubicon'], iframeEnabled: false } , consentManagement: { cmpApi: 'iab', timeout: 2500, allowAuctionWithoutConsent: true } }); pbjs.bidderSettings = { standard: { adserverTargeting: [{ key: "hb_bidder", val: function(bidResponse) { return bidResponse.bidderCode; } }, { key: "hb_adid", val: function(bidResponse) { return bidResponse.adId; } }, { key: "custom_bid_price", val: function(bidResponse) { var cpm = bidResponse.cpm; if (cpm < 1.00) { return (Math.floor(cpm * 20) / 20).toFixed(2); } else if (cpm < 5.00) { return (Math.floor(cpm * 10) / 10).toFixed(2); } else if (cpm < 10.00) { return (Math.floor(cpm * 5) / 5).toFixed(2); } else if (cpm < 20.00) { return (Math.floor(cpm * 2) / 2).toFixed(2); } else if (cpm < 50.00) { return (Math.floor(cpm * 1) / 1).toFixed(2); } else if (cpm < 100.00) { return (Math.floor(cpm * 0.2) / 0.2).toFixed(2); } else if (cpm < 300.00) { return (Math.floor(cpm * 0.04) / 0.04).toFixed(2); } else { return '300.00'; } } }] } }; }); setTimeout(sendAdserverRequest, PREBID_TIMEOUT); </script> <script> pbjs.que.push(function() { var adUnits = []; adUnits.push({ code: '_1554e0f', sizes: [[728,90]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6542403, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775434, }, }, ] }) adUnits.push({ code: '_22b21d9', sizes: [[300,250]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6531816, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775488, }, }, ] }) adUnits.push({ code: '_793b2a4', sizes: [[300,250]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6531817, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775490, }, }, ] }) adUnits.push({ code: '_57663a3', sizes: [[300,250],[300,600]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6542408, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775484, }, }, ] }) pbjs.addAdUnits(adUnits); pbjs.requestBids({ bidsBackHandler: function(bidResponses) { sendAdserverRequest(); } }); }); </script> <script> try { googletag.cmd.push(function() { // DFP Global Targeting googletag.pubads().setTargeting('Rating', 'BS'); googletag.pubads().setTargeting('Disused', 'Yes'); googletag.pubads().setTargeting('Adult', 'No'); googletag.pubads().setTargeting('Category', 'literature-comics-poetry'); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); } catch(e) {} </script> <!-- DFP --> <script> var _eStat_Whap_loaded=0; </script> <script src="//w.estat.com/js/whap.js"></script> <script> if(_eStat_Whap_loaded) { eStatWhap.serial("800000207013"); eStatWhap.send(); } </script> <script src="https://cdn.tradelab.fr/tag/208269514b.js" async></script> </head> <body class="withDisplay" > <div class="ob-ShareBar ob-ShareBar--dark js-ob-ShareBar"> <div class="ob-ShareBar-container ob-ShareBar-container--left"> <a href="https://www.over-blog.com" class="ob-ShareBar-branding"> <img class="ob-ShareBar-brandingImg" src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/shareicon-branding-ob--dark.png?v2.35.0.0" alt="Overblog"> </a> </div> <div class="ob-ShareBar-container ob-ShareBar-container--right"> <a href="#" data-href="https://www.facebook.com/sharer/sharer.php?u={referer}" title=" facebook"="FACEBOOK"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--facebook"></a> <a href="#" data-href="https://twitter.com/intent/tweet?url={referer}&amp;text={title}" title=" twitter"="TWITTER"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--twitter"></a> <a href="#" data-href="#" title=" pinterest"="PINTEREST"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--pinterest js-ob-ShareBar-share--pinterest"></a> <form action="/search" method="post" accept-charset="utf-8" class="ob-ShareBar-search"> <input type="text" name="q" value="" class="ob-ShareBar-input" placeholder="Rechercher"> <button class="ob-ShareBar-submit"></button> </form> <a href="https://admin.over-blog.com/write/54136657?blog=245297" class="ob-ShareBar-edit ob-ShareBar--connected-blog"> <span>Editer l'article</span> </a> <a class="js-ob-ShareBar-follow ob-ShareBar--connected ob-ShareBar-follow" href="https://admin.over-blog.com/_follow/245297" target="_blank" rel="nofollow"> Suivre ce blog </a> <a href="https://admin.over-blog.com/" class="ob-ShareBar-admin ob-ShareBar--connected"> <img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock"> <span>Administration</span> </a> <a href="https://connect.over-blog.com/fr/login" class="ob-ShareBar-login ob-ShareBar--notconnected"> <img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock"> <span>Connexion</span> </a> <a href="https://connect.over-blog.com/fr/signup" class="ob-ShareBar-create ob-ShareBar--notconnected"> <span class="ob-ShareBar-plus">+</span> <span>Créer mon blog</span> </a> <span class="ob-ShareBar-toggle ob-ShareBar-toggle--hide js-ob-ShareBar-toggle"></span> </div> </div> <div class="ob-ShareBar ob-ShareBar--minified js-ob-ShareBar--minified"> <div class="ob-ShareBar-container"> <span class="ob-ShareBar-toggle ob-ShareBar-toggle--show js-ob-ShareBar-toggle"></span> </div> </div> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/sharebar.js?v2.35.0.0"></script> <script> var postTitle = "345" socialShare(document.querySelector('.ob-ShareBar-share--facebook'), postTitle) socialShare(document.querySelector('.ob-ShareBar-share--twitter'), postTitle) </script> <!-- Init Facebook script --> <div id="fb-root"></div> <div class="ads ads-728x90"> <div id='_1554e0f'><script> try { if (!window.__1554e0f) { window.__1554e0f = true; googletag.cmd.push(function() { googletag.display('_1554e0f'); }); } } catch(e) {} </script></div> </div> <div id="global"> <div id="ln_0" class="ln"> <div id="cl_0_0" class="cl"> <div class="column_content"> <div class="header"> <div id="top"> <h1 class="title"> <a href="http://lesitedontvousetesleheros.overblog.com" class="topLien" title="Lecture des livres dont vous &ecirc;tes le h&eacute;ros">Le Site dont vous êtes le Héros</a> </h1> <p class="description">Lecture des livres dont vous &ecirc;tes le h&eacute;ros</p> </div> </div> </div> </div> <div class="clear"></div> </div> <div id="ln_1" class="ln"> <div id="cl_1_0" class="cl"> <div class="column_content"> <div> <!-- Title --> <!-- list posts --> <article> <div class="article"> <div class="option beforeArticle"> <div class="date"> Publié le <time datetime="2014-12-17T15:13:50+01:00">17 Décembre 2014</time> </div> <span class="tags"> </span> </div> <div class="divTitreArticle"> <h2 class="post-title"> <a href="http://lesitedontvousetesleheros.overblog.com/2014/12/345-7.html" class="titreArticle" title="Vous parvenez à maîtriser tant bien que mal la descente de la benne. Cette fois, votre force exceptionnelle n'aura pas été de trop ! Vous vous écorchez un peu les mains, mais le rythme auquel la benne plonge vers les profondeurs de la mine obéit fidèlement..."> 345 </a> </h2> </div> <div class="contenuArticle"> <div class="ob-sections"> <div class="ob-section ob-section-text"> <div class="ob-text"> <p>Vous parvenez à maîtriser tant bien que mal la descente de la benne. Cette fois, votre force exceptionnelle n&#039;aura pas été de trop ! Vous vous écorchez un peu les mains, mais le rythme auquel la benne plonge vers les profondeurs de la mine obéit fidèlement à vos gestes. Vous passez bientôt à la hauteur d&#039;une galerie intermédiaire dont vous ne distinguez pas grand-chose. Décidant de l&#039;ignorer, vous continuez à guider la benne vers le fond des mines. Au bout d&#039;un moment, vous touchez le sol. Il ne vous reste qu&#039;à abandonnez votre moyen de transport peu ordinaire ; <a href="http://lesitedontvousetesleheros.overblog.com/2014/12/92-9.html">vous vous trouvez enfin au cœur des mines du roi Salomon !</a></p> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> <!-- Share buttons + comments --> <div class="afterArticle"> <div class="clear"></div> <!-- Pagination --> <div class="pagination clearfix"> <a href="http://lesitedontvousetesleheros.overblog.com/2014/12/344-1.html" title="344" class="previous">← 344</a> <a href="http://lesitedontvousetesleheros.overblog.com/2014/12/346-6.html" title="346" class="next">346 →</a> </div> <!-- Comments --> </div> </article> </div> <div class="ads ads-600x250 clearfix"> <div id='_22b21d9'><script> try { if (!window.__22b21d9) { window.__22b21d9 = true; googletag.cmd.push(function() { googletag.display('_22b21d9'); }); } } catch(e) {} </script></div> <div id='_793b2a4'><script> try { if (!window.__793b2a4) { window.__793b2a4 = true; googletag.cmd.push(function() { googletag.display('_793b2a4'); }); } } catch(e) {} </script></div> </div> <!-- Pagination --> </div> </div> <div id="cl_1_1" class="cl"> <div class="column_content"> <div class="box freeModule"> <div class="box-titre"> <h3><span></span></h3> </div> <div class="box-content"> <div><script src="http://h1.flashvortex.com/display.php?id=2_1391984427_52721_435_0_468_60_8_1_13" type="text/javascript"></script></div> </div> </div> <!-- Search --> <div class="ads ads-300"> <div id='_57663a3'><script> try { if (!window.__57663a3) { window.__57663a3 = true; googletag.cmd.push(function() { googletag.display('_57663a3'); }); } } catch(e) {} </script></div> </div> <!-- Navigation --> <div class="box blogroll"> <div class="box-titre"> <h3> <span>Liens</span> </h3> </div> <div class="box-content"> <ul class="list"> <li> <a href="http://www.lesitedontvousetesleheros.fr/liste-des-series" target="_blank"> LISTE DES SERIES </a> </li> <li> <a href="http://www.lesitedontvousetesleheros.fr/2017/02/autres-livres-dont-vous-etes-le-heros-chez-divers-editeurs.html" target="_blank"> AUTRES LIVRES DONT VOUS ETES LE HEROS </a> </li> </ul> </div> </div> <p class="credits"> Hébergé par <a href="http://www.over-blog.com" target="_blank">Overblog</a> </p> </div> </div> <div class="clear"></div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script> <script> $(document).ready(function() { // Fancybox $(".ob-section-images a, .ob-link-img").attr("rel", "fancybox"); $("a[rel=fancybox]").fancybox({ 'overlayShow' : true, 'transitionIn' : 'fadin', 'transitionOut' : 'fadin', 'type' : 'image' }); }); // Twitter share + tweets !function(d,s,id){ var js, fjs = d.getElementsByTagName(s)[0]; if(!d.getElementById(id)){ js = d.createElement(s); js.id = id; js.src = "//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js,fjs); } }(document,"script","twitter-wjs"); // Google + button window.___gcfg = {lang: 'fr'}; (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/print.js?v2.35.0.0"></script> <script> var postTitle = "345" printPost(postTitle) </script> <div class="ob-footer" id="legals" > <ul> <li class="ob-footer-item"><a href="https://www.over-blog.com/" target="_blank">Créer un blog gratuit sur Overblog</a></li> <li class="ob-footer-item"><a href="/top">Top articles</a></li> <li class="ob-footer-item"><a href="/contact">Contact</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/abuse/245297"> Signaler un abus </a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/terms-of-use" target="_blank">C.G.U.</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/features/earn-money.html" target="_blank">Rémunération en droits d'auteur</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/features/premium.html" target="_blank">Offre Premium</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/cookies" target="_blank">Cookies et données personnelles</a></li> </ul> </div> <div id='_1c57a65'><script> googletag.cmd.push(function() { googletag.display('_1c57a65'); }); </script></div><div id='_8edf62f'><script> googletag.cmd.push(function() { googletag.display('_8edf62f'); }); </script></div> <!-- End Google Tag Manager --> <script> dataLayer = [{ 'category' : 'Literature, Comics & Poetry', 'rating' : 'BS', 'unused' : 'Yes', 'adult' : 'No', 'pda' : 'No', 'hasAds' : 'Yes', 'lang' : 'fr', 'adblock' : '__ads_loaded__' in window ? 'No' : 'Yes' }]; </script> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KJ6B85" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script> googletag.cmd.push(function() { (function(w,d,s,l,i){ w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'}); var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:''; j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KJ6B85'); }); </script> <!-- Begin comScore Tag --> <script> var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "6035191" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="http://b.scorecardresearch.com/p?c1=2&c2=6035191&cv=2.0&cj=1" /> </noscript> <!-- End comScore Tag --> <!-- Begin Mediamétrie Tag --> <script> function _eStat_Whap_loaded_func(){ eStatWhap.serial("800000207013"); eStatWhap.send(); } (function() { var myscript = document.createElement('script'); myscript.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'w.estat.com/js/whap.js'; myscript.setAttribute('async', 'true'); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(myscript, s); })(); </script> <!-- End Mediamétrie Tag --> <script> (function() { var alreadyAccept = getCookie('wbCookieNotifier'); if(alreadyAccept != 1) showWbCookieNotifier(); window.closeWbCookieNotifier = function() { setCookie('wbCookieNotifier', 1, 730); window.document.getElementById("ob-cookies").style.display = "none"; } function showWbCookieNotifier(){ var el = document.createElement("div"); var bo = document.body; el.id = "ob-cookies"; el.className = "__wads_no_click ob-cookies"; var p = document.createElement("p"); p.className = "ob-cookies-content"; p.innerHTML = "En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies. Ces derniers assurent le bon fonctionnement de nos services, d'outils d'analyse et l’affichage de publicités pertinentes. <a class='ob-cookies-link' href='https://www.over-blog.com/cookies' target='_blank'>En savoir plus et agir</a> sur les cookies. <span class='ob-cookies-button' onclick='closeWbCookieNotifier()'>J'accepte</span>" document.body.appendChild(el); el.appendChild(p); window.wbCookieNotifier = el; } function setCookie(e,t,n,d){var r=new Date;r.setDate(r.getDate()+n);var i=escape(t)+(n==null?"":"; expires="+r.toUTCString())+(d==null?"":"; domain="+d)+";path=/";document.cookie=e+"="+i} function getCookie(e){var t,n,r,i=document.cookie.split(";");for(t=0;t<i.length;t++){n=i[t].substr(0,i[t].indexOf("="));r=i[t].substr(i[t].indexOf("=")+1);n=n.replace(/^\s+|\s+$/g,"");if(n==e){return unescape(r)}}} })(); </script> </body> </html>
czuger/haute_tension
work/raw_data/pretre_jean_mines_roi_salomon/d372da832f40efc5dd17a2afca6cd5112f7ccea5855e4d52e89b280415855a28.html
HTML
mit
66,225
{% extends 'base_profile.html' %} {% block profile-header %} <section class="jumbotron"> <div class="container"> <header> <h2>CDRC - Competing Students</h2> </header> <content class="row"> <div class="searchBox col-sm-4"> <h4>by Mediation Experience</h4> <form action="" method="GET"> {% for role in medExp_list %} <div class=""> <label for="id_{{role}}">{{ role }}</label> <input type="checkbox" name="id_{{role}}" value="{{ role.value }}" class=""> </div> {% endfor %} </form> </div> <div class="searchBox col-sm-4"> <h4>by Negotiation Experience</h4> <form action="" method="GET"> {% for role in negExp_list %} <div class=""> <label for="id_{{role}}">{{role}}</label> <input type="checkbox" name="id_{{role}}" value="{{role}}" class=""> </div> {% endfor %} </form> </div> <div class="searchBox col-sm-4"> <h4>Find an student</h4> <form method="POST" action=""> <table> {{ search_form.as_table }} </table> </form> </div> </content> </div> </section> {% endblock %} {% block profile-content %} {% for student in student_list %} <a href="{{ student.get_absolute_url }}"> <article class="list_item row"> <header class="col-sm-3"> <small>{{ student.profile.country }}</small> <img src="{% if student.profile.profileImg %}{{ student.profile.profileImg }}{% else %}https://placehold.it/190x160 {% endif %}" alt=""> <h3>{{ student.attendent.user.get_full_name }}</h3> <h4>Awards</h4> <ul class="list-unstyled"> {% for award in awards %} {{ award }} {% endfor %} </ul> <h4>Members</h4> <ul class="list-unstyled"> {% for member in student.members.all %} <li>{{ member.user.get_full_name}}</li> {% endfor %} </ul> <footer> {% comment %}<ul class="list-inline"> <li><a href="#">Twitter</a></li> <li><a href="#">Facebook</a></li> <li><a href="#">Blog</a></li> <li><a href="#">Official</a></li> </ul>{% endcomment %} </footer> </header> <content class="col-sm-9"> <h3>Slogan</h3> <p>{{ student.slogan }}</p> <h3>Bio</h3> <p>{{ student.bio }}</p> </content> </article> </a> {% endfor %} {% endblock %}
SkillSmart/ConferenceManagementSystem
Portal/templates/portal/students/student_list.html
HTML
mit
3,206
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; e6961d19-dd7c-4e33-9b19-783b408d963e </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#McjDevelopment.Mvc3ValidationGroups">McjDevelopment.Mvc3ValidationGroups</a></strong></td> <td class="text-center">65.24 %</td> <td class="text-center">63.09 %</td> <td class="text-center">72.10 %</td> <td class="text-center">62.23 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="McjDevelopment.Mvc3ValidationGroups"><h3>McjDevelopment.Mvc3ValidationGroups</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.ComponentModel.AttributeCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.DataAnnotations.ValidationAttribute</td> <td class="IconSuccessEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.MemberDescriptor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Attributes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.PropertyDescriptor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_PropertyType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValue(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.PropertyDescriptorCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.TypeDescriptor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties(System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CurrentThread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ManagedThreadId</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">get_Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">get_IsClass</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsClass</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpContextBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetGlobalResourceObject(System.String,System.String,System.Globalization.CultureInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpUtility</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">HtmlAttributeEncode(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.Controller</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ControllerContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_HttpContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ExpressionHelper</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetExpressionText(System.Linq.Expressions.LambdaExpression)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.FormContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ReplaceValidationSummary(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ValidationSummaryId(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.HtmlHelper</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ValidationSummaryCssClassName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ValidationSummaryValidCssClassName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AnonymousObjectToHtmlAttributes(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ViewContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ViewData</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetUnobtrusiveValidationAttributes(System.String,System.Web.Mvc.ModelMetadata)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.HtmlHelper`1</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ViewData</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.IClientValidatable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ModelClientValidationRule</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ValidationParameters</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ErrorMessage(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ValidationType(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ModelError</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ErrorMessage</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ModelErrorCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ModelMetadata</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">FromLambdaExpression``2(System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Web.Mvc.ViewDataDictionary{``0})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_PropertyName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ModelState</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Errors</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Value</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ModelStateDictionary</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ContainsKey(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsValid</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsValidField(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">TryGetValue(System.String,System.Web.Mvc.ModelState@)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.MvcHtmlString</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.TagBuilder</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AddCssClass(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GenerateId(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Attributes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">MergeAttribute(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">MergeAttributes``2(System.Collections.Generic.IDictionary{``0,``1})</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_InnerHtml(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetInnerText(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ToString(System.Web.Mvc.TagRenderMode)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.TagRenderMode</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.TemplateInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_HtmlFieldPrefix</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ValueProviderResult</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_AttemptedValue</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_RawValue</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ViewContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ClientValidationEnabled</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_FormContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_UnobtrusiveJavaScriptEnabled</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ViewDataDictionary</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Model</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ModelState</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_TemplateInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Mvc.ViewDataDictionary`1</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.Routing.RouteValueDictionary</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/mv/mvc3validationgroups.1.0.12082/McjDevelopment.Mvc3ValidationGroups-net40.html
HTML
mit
61,148
<template name="sideNav"> <!-- START LEFT SIDEBAR NAV--> <aside id="left-sidebar-nav"> <ul id="slide-out" class="side-nav fixed leftside-navigation"> <li class="user-details cyan darken-2"> <div class="row"> <div class="col col s4 m4 l4"> <img src="{{currentUser.services.twitter.profile_image_url}}" alt="" class="circle responsive-img valign profile-image"> </div> <div class="col col s8 m8 l8"> <ul id="profile-dropdown" class="dropdown-content"> <li><a href="{{pathFor route ="logout"}}"><i class="mdi-hardware-keyboard-tab"></i> Logout</a> </li> </ul> <a class="btn-flat dropdown-button waves-effect waves-light white-text profile-btn" href="#" data-activates="profile-dropdown"><i class="mdi-navigation-arrow-drop-down right"></i> <span class="truncate">{{currentUser.profile.name}}</span></a> <p class="user-roal">{{currentUser.services.twitter.screenName}}</p> </div> </div> </li> <li class="bold {{isActive 'story/add'}}"><a href="{{pathFor "story/add"}}" class="waves-effect waves-green"><i class="mdi-content-add"></i> New Story</a> </li> <li class="bold {{isActive 'stories'}}"><a href="{{pathFor "stories"}}" class="waves-effect waves-green"><i class="mdi-action-view-list"></i> Stories <span class="new badge">{{StoryCount}}</span></a> </li> </ul> <a href="#" data-activates="slide-out" class="sidebar-collapse btn-floating btn-medium waves-effect waves-light hide-on-large-only"><i class="mdi-navigation-menu"></i></a> </aside> <!-- END LEFT SIDEBAR NAV--> </template>
gurkancaner/writerassist
client/views/sideNav.html
HTML
mit
1,841
<div class="row"> <div class="col-md-5"> </div> <div class="col-md-2"> <!-- <span id="teamName">Name: {{$ctrl.name}}</span> --> </div> <div class="col-md-5"> </div> </div> <br> <div class="row"> <div class="col-md-1"> </div> <div class="form-group col-md-2"> <input class="form-control" id="playerName" ng-model="$ctrl.playerName" placeholder="Enter Player Name"> </div> <div class="form-group col-md-2"> <input class="form-control" id="playerTeamName" ng-model="$ctrl.playerTeamName" placeholder="Enter Player Team"> </div> <div class="form-group col-md-2"> <select class="form-control" id="sel1" ng-model="$ctrl.playerPosition"> <option value="" selected disabled>Select Player Position</option> <option value="QB">QB</option> <option value="WR">WR</option> <option value="RB">RB</option> <option value="TE">TE</option> <option value="K">K</option> <option value="DEF">DEF</option> </select> </div> <div class="form-group col-md-2"> <input class="form-control" id="byeWeek" ng-model="$ctrl.byeWeek" placeholder="Enter Bye Week"> </div> <div id="addPlayer" class="col-md-2"> <a type="button" class="btn btn-primary" ng-click="$ctrl.addPlayer()">Add Player</a> </div> <div class="col-md-1"> </div> <div class="row"> <div id="new-user" class="col-md-1"> <a type="button" href="" ng-click="$ctrl.logOut()" class="btn btn-primary">Log Out</a> </div> </div> <div class="row"> <div class="col-md-5"> </div> <div class="col-md-2"> <h3 id="teamName">{{$ctrl.team}}</h3> </div> <div class="col-md-5"> </div> </div> <div class="row"> <div class="col-md-1"></div> <div class="col-md-10"> <table class="table table-striped"> <thead class="thead-inverse"> <tr> <th>Round</th> <th>Player Name</th> <th>Player Team</th> <th>Player Position</th> <th>Bye Week</th> </tr> </thead> <tbody ng-repeat="p in $ctrl.teamArray track by $index"> <tr> <th scope="row">{{p.round}}</th> <td>{{p.playerName}}</td> <td>{{p.playerTeamName}}</td> <td>{{p.playerPosition}}</td> <td>{{p.byeWeek}}</td> </tr> </tbody> </table> </div> <div class="col-md-1"></div> </div> </div>
micahp0506/fantasy_assistant
client/draft/draft.html
HTML
mit
2,814
{% extends 'topics/_base_topics.html' %} {% load list_tables %} {% block top_aside %} <aside> <h3>Should I use American Community Survey data for this?</h3> <p>The ACS is only one Census product offering employment data, and may not always be the best for your purposes. Another source of data about the labor force is the <a href="http://www.bls.gov/cps/">Current Population Survey, or CPS</a>. The CPS is the official source of employment statistics that make for monthly news pegs (the "jobs numbers"). Simplistically, the CPS is better for timely data (it's reported monthly), is better for change over time (data has been collected for much longer than the ACS) and is a survey directly targeted at information about employment; meanwhile, the ACS data can be found for smaller geographies, and is more readily comparable to non-employment statistics. </p> <p>The Census Bureau also partners with the U.S. states to produce the <a href="http://www.census.gov/ces/dataproducts/lehddata.html">Longitudinal Employer–Household Dynamics (LEHD)</a> data. Compared to the ACS, this data provides more direct information on changes in the workforce (hiring, quits and layoffs), and can also give insight into commuting flows.</p> <ul> <li>For a general introduction to using the CPS for journalism, watch <a href="http://cronkite.asu.edu/census2010#cas">this presentation by New York Times reporter Rob Gebeloff</a>. </li> <li>For a general introduction to using the LEHD data for journalism, watch <a href="http://cronkite.asu.edu/census2010#lehd">this presentation by USA Today reporter Paul Overberg</a>. </li> <li>For a detailed explanation of the differences between the two ACS and CPS, see this <a href="https://www.census.gov/library/working-papers/2011/demo/SEHSD-WP2011-31.html">Census Bureau report</a>.</li> </ul> </aside> {% endblock %} {% block content %} <section id="topic-overview"> <h2>Overview</h2> <p>The Census Bureau asks a number of questions about whether individuals are employed, and if they are not unemployed or retired, about their occupation and industry. Census Reporter collects these together under the tag 'employment'. There are also questions about where geographically people are employed, how they get to work, how long it takes to get to work, and similar questions, which Census Reporter collects under the tag <a href="{% url 'topic_detail' 'commute' %}">'commute'</a>.</p> <h2 id="employment-status">Employment Status</h2> <p>When talking about employment status, the Census Bureau divides the population 16 years and older into two categories: <em>in the labor force</em> or <em>not in the labor force</em>. People who have never worked or who are retired are not in the labor force. People who are not currently working but have recently and would like to work are considered in the labor force, but unemployed. People who are actively working are described as either in the civilian labor force or in the armed forces. This is probably easier understood when shown as a set of nested lists:</p> <ul class="compact"> <li>Total: <ul> <li>In labor force: <ul> <li>Civilian labor force: <ul> <li>Employed</li> <li>Unemployed</li> </ul> </li> <li>Armed Forces</li> </ul> </li> <li>Not in labor force</li> </ul> </li> </ul> <p>The simplest presentation of this data is in table <strong><a href="{% url 'table_detail' 'B23025' %}">B23025</a></strong> which has simply those columns. For finer detail, table <strong><a href="{% url 'table_detail' 'B23001' %}">B23001</a></strong> breaks down those respondents into male and female and then within the sexes, into age brackets of varying sizes. In the ACS 1-year <span class='glossary-term'>release</span>, a collapsed version of this table, <strong><a href="{% url 'table_detail' 'C23001' %}">C23001</a></strong> has the same basic structure but fewer distinct age brackets.</p> <p>Employment status is reported by sex, age and race in the <strong><a href="{% url 'table_detail' 'B23002' %}">B23002</a></strong> and <strong><a href="{% url 'table_detail' 'C23002' %}">C23002</a></strong> series of tables. Neither of these tables appear in a non-racial tabulation, but each is tabulated in the standard nine subsets for race and hispanic origin. The <strong><a href="{% url 'table_detail' 'C23002' %}">C23002</a></strong> tables have only two age brackets: 16-64 and 65 and older. The <strong><a href="{% url 'table_detail' 'C23002' %}">C23002</a></strong> tables are available for all releases, but the <strong><a href="{% url 'table_detail' 'B23002' %}">B23002</a></strong> tables is only offered in the ACS 1-year release. </p> <p>There are dozens more tables which crosstabulate employment status with other characteristics, such as education, poverty status, disability status, veteran status and more. </p> <p> In the table below, some table names have been simplified. Employment status is always only for the population 16 years and over. Questions about work status and hours worked are for the last 12 months. References to the respondent's "own children" are for children under 18 years. </p> {% list_tables prefix='23' %} <h2 id="industry-occupation-class-of-worker">Industry / Occupation / Class of Worker</h2> <p>The ACS provides some pretty detailed information about the specific kinds of work Americans do. These tables are gathered together in a series whose <a href="{% url 'topic_detail' 'table-codes' %}">table codes</a> begin with <strong>B24</strong> and <strong>C24</strong>.</p> <h3 id="occupation">Occupation</h3> <p>The "detailed occupation" tables include over 500 occupations, but are only available summarized at the national level. Below the national level, begin with tables <strong><a href="{% url 'table_detail' 'B24010' %}">B24010</a></strong> and <strong><a href="{% url 'table_detail' 'B24020' %}">B24020</a></strong> to analyze the work people do in a place. In these and the other occupation tables, occupations are organized into five high level groups:</p> <ul> <li>Management, business, science, and arts occupations</li> <li>Natural resources, construction, and maintenance occupations</li> <li>Production, transportation, and material moving occupations</li> <li>Sales and office occupations</li> <li>Service occupations</li> </ul> <p>In different tables, these groups are subdivided to varying depths. For <strong><a href="{% url 'table_detail' 'B24010' %}">B24010</a>/<a href="{% url 'table_detail' 'B24020' %}">B24020</a></strong>, there are a total of 150 columns for each of male and female workers. These columns are nested so that some values represent the total of columns below them. If you do your own summing, Be careful not to double-count by mixing columns of different depths.</p> <p><strong>Important:</strong> the ACS 5-year release does not include the <strong><a href="{% url 'table_detail' 'B24010' %}">B24010</a>/<a href="{% url 'table_detail' 'B24020' %}">B24020</a></strong> tables. To analyze occupation data for smaller geographies, you must use the <strong><a href="{% url 'table_detail' 'C24010' %}">C24010</a>/<a href="{% url 'table_detail' 'C24020' %}">C24020</a></strong> tables. These have the same five high level groups, but are broken down into only 35 columns for each of male and female workers.</p> <h3 id="industry">Industry</h3> <p>In addition to the work Americans do, the ACS counts the industries in which they do that work. In these tables, there are 13 top level categories for industries. As with occupations, be careful not to double-count if you are doing your own summing.</p> <p>These are the 13 top-level industries:</p> <ul> <li>Agriculture, forestry, fishing and hunting, and mining</li> <li>Arts, entertainment, and recreation, and accommodation and food services</li> <li>Construction</li> <li>Educational services, and health care and social assistance</li> <li>Finance and insurance, and real estate and rental and leasing</li> <li>Information</li> <li>Manufacturing</li> <li>Other services, except public administration</li> <li>Professional, scientific, and management, and administrative and waste management services</li> <li>Public administration</li> <li>Retail trade</li> <li>Transportation and warehousing, and utilities</li> <li>Wholesale trade</li> </ul> <h3 id="class-of-worker">Class of Worker</h3> <p>These are the tabulation options for "class of worker."</p> <ul class="compact"> <li>Private for-profit wage and salary workers: <ul> <li>Employee of private company workers</li> <li>Self-employed in own incorporated business workers</li> </ul> </li> <li>Private not-for-profit wage and salary workers</li> <li>Local government workers</li> <li>State government workers</li> <li>Federal government workers</li> <li>Self-employed in own not incorporated business workers</li> <li>Unpaid family workers</li> </ul> <p>In some cross-tabulations, the three classes of government work are collapsed into one. Also, in some cross-tabulations, "Self-employed in own not incorporated business workers" and "unpaid family workers" are combined.</p> <h2 id="industry-occupation-class-of-worker-table-details">Industry / Occupation / Class of Worker table details</h2> <p>Below is a summary of tables that the Census Bureau includes in the "Industry / Occupation / Class of Worker" series. For the following tables, all references to employment are for the civilian population 16 years and older. Median earnings are for the last 12 months in dollars adjusted to the year of the ACS release.</p> {% list_tables prefix='240' %} <h2 id="detailed-occupation">Detailed Occupation data</h2> <p><a href="#industry-occupation-class-of-worker">As mentioned above</a>, a few tables offer a very detailed breakdown of occupations&mdash;over 500 columns. However, data for these tables is only available for the United States as a whole, and not for any smaller geography.</p> {% list_tables prefix='241' %} </section> {% endblock %}
censusreporter/censusreporter
censusreporter/apps/census/templates/topics/employment.html
HTML
mit
10,857
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>icharate: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.0 / icharate - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> icharate <small> 8.8.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-06 01:30:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-06 01:30:14 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.0 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/icharate&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Icharate&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: Multimodal Categorial Grammars&quot; &quot;keyword: Syntax/Semantics Interface&quot; &quot;keyword: Higher Order Logic&quot; &quot;keyword: Meta-Linguistics&quot; &quot;category: Computer Science/Formal Languages Theory and Automata&quot; &quot;date: 2003-2006&quot; ] authors: [ &quot;Houda Anoun &lt;[email protected]&gt;&quot; &quot;Pierre Casteran &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/icharate/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/icharate.git&quot; synopsis: &quot;Icharate: A logical Toolkit for Multimodal Categorial Grammars&quot; description: &quot;&quot;&quot; http://www.labri.fr/perso/anoun/Icharate The logical toolkit ICHARATE is built upon a formalization of multimodal categorial grammars in Coq proof assistant. This toolkit aims at facilitating the study of these complicated formalisms by allowing users to build interactively the syntactic derivations of different sentences, compute their semantic interpretations and also prove universal properties of entire classes of grammars using a collection of already established derived rules. Several tactics are defined to ease the interaction with users.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/icharate/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=ce7028ab36911bdd95f890680f97d1e7&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-icharate.8.8.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.0). The following dependencies couldn&#39;t be met: - coq-icharate -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-icharate.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.09.0-2.0.5/released/8.11.0/icharate/8.8.0.html
HTML
mit
7,533
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl" href="../../../"> <title data-ice="title">App/Services/login.js | Jenkins: React-Native API Document</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css"> <script src="script/prettify/prettify.js"></script> <script src="script/manual.js"></script> </head> <body class="layout-container" data-ice="rootContainer"> <header> <a href="./">Home</a> <a href="./manual/index.html" data-ice="manualHeaderLink">Manual</a> <a href="identifiers.html">Reference</a> <a href="source.html">Source</a> <div class="search-box"> <span> <img src="./image/search.png"> <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span> </span> <ul class="search-result"></ul> </div> </header> <nav class="navigation" data-ice="nav"><div> <ul> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Root.js~Root.html">Root</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Components</div><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-AlertMessageComponent">AlertMessageComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Button">Button</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Config</div><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-SETTINGS">SETTINGS</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-REDUX_PERSIST">REDUX_PERSIST</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Containers</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Containers/DeviceInfoScreen.js~DeviceInfoScreen.html">DeviceInfoScreen</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Containers/Styles</div><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-RootStyle">RootStyle</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Navigation</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/App/Navigation/NavigationRouter.js~NavigationRouter.html">NavigationRouter</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Reducers</div><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-INITIAL_STATE">INITIAL_STATE</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-INITIAL_STATE">INITIAL_STATE</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-INITIAL_STATE">INITIAL_STATE</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-persistentStoreBlacklist">persistentStoreBlacklist</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Sagas</div><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-watchStartup">watchStartup</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-root">root</a></span></span></li> <li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">Themes</div><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-ApplicationStyles">ApplicationStyles</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-colors">colors</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-images">images</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-metrics">metrics</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-transitions">transitions</a></span></span></li> </ul> </div> </nav> <div class="content" data-ice="content"><h1 data-ice="title">App/Services/login.js</h1> <pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">import {util} from &apos;../Util&apos;; export default { attemptLogin: (api, username, password, https) =&gt; { const payload = { j_username: username, j_password: password, from: &apos;/&apos; }; const headers = {&apos;Content-Type&apos;: &apos;application/x-www-form-urlencoded&apos;}; const loginEndpoint = &apos;/j_acegi_security_check&apos;; if (https) { return api.get(&apos;/crumbIssuer/api/json&apos;, {}, { auth: { username: username, password: password } }).then((response) =&gt; { const crumb = response.data.crumb; const fieldName = response.data.crumbRequestField; if (crumb &amp;&amp; fieldName) { payload[fieldName] = crumb; } return api.post(loginEndpoint, util.serializeJSON(payload), {headers}); }); } else { return api.post(loginEndpoint, util.serializeJSON(payload), {headers}); } } }; </code></pre> </div> <footer class="footer"> Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(0.4.8)</span></a> </footer> <script src="script/search_index.js"></script> <script src="script/search.js"></script> <script src="script/pretty-print.js"></script> <script src="script/inherited-summary.js"></script> <script src="script/test-summary.js"></script> <script src="script/inner-link.js"></script> <script src="script/patch-for-local.js"></script> </body> </html>
derickwarshaw/jenkins
docs/file/App/Services/login.js.html
HTML
mit
6,829
<html> <head> <script src='https://cdn.firebase.com/js/client/1.0.15/firebase.js'></script> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'></script> <script src="jquery-ui-1.11.1.custom/jquery-ui.min.js"></script> <script src='jquery.nicescroll.min.js'></script> <link rel="stylesheet" type="text/css" href="jquery-ui-1.11.1.custom/jquery-ui.min.css" /> <script> </script> </head> <body style="background-color:#555555;"> <div id="tabs"> <ul style="height:50px;"> </ul> </div> <input style="color:#d9d9d9; background-color:#111; border-color:#111; text-align:left;" type='text' id='nameInput' class="ui-autocomplete-input ui-button ui-corners-all" placeholder='Name'> <input style="color:#d9d9d9; background-color:#111; border-color:#111; text-align:left;" type='text' id='messageInput' class="ui-autocomplete-input ui-button ui-corners-all" placeholder='Message'> </body> <script> var userKey = "User2"; var firstLoad = true; var myDataRef = new Firebase("https://sizzling-heat-3782.firebaseio.com/"); var classRef = new Firebase("https://sizzling-heat-3782.firebaseio.com/Classes") var currentClassRef; //Temporary...will need to be dynamic for classes var classes; var userRef = new Firebase("https://sizzling-heat-3782.firebaseio.com/Users") userRef.once("value", function(snapshot){ classes = snapshot.val()[userKey].Classes; $.each(classes, function(currentClassIndex, currentClassValue){ $("<li><a id='class" + currentClassValue.classKey + "' href='#tabs-" + currentClassValue.classKey + "'>" + currentClassValue.ClassName + "</a></li>").appendTo($("#tabs > ul")); $("<div class='scrollingDiv' style='height:100px;' id='tabs-" + currentClassValue.classKey + "'></div>").appendTo("#tabs"); }); $(function() { $( "#tabs" ).tabs(); $(".scrollingDiv").each(function(){ $(this).niceScroll(); }); }); }); currentClassRef = myDataRef.child("Messages/0"); currentClassRef.on("child_added", function(snapshot){ var name = snapshot.val().name; var text = snapshot.val().text; displayChatMessage(name, text, $(".ui-state-active").attr("aria-controls")); }); $("#tabs").on("click", "a", function(){ currentClassRef = myDataRef.child("Messages/" + $(this).attr("id").split("ss").pop()); $("#" + $(".ui-state-active").attr("aria-controls")).html(""); currentClassRef.off("child_added"); currentClassRef.on("child_added", function(snapshot){ var name = snapshot.val().name; var text = snapshot.val().text; displayChatMessage(name, text, $(".ui-state-active").attr("aria-controls")); }); }); //end temporary function displayChatMessage(name, text, tab) { $("<div/>").text(text).prepend($("<em/>").text(name + ": ")).appendTo($("#" + tab)); } //This will change based on user who is logged in $('#messageInput').keypress(function (e) { if (e.keyCode == 13) { var name = $('#nameInput').val(); var text = $('#messageInput').val(); currentClassRef.push({name: name, text: text}); $('#messageInput').val(''); } }); </script> </html>
KittenKicker/ku-mhacks-chat
testpushdata.html
HTML
mit
3,372
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <A name=1></a>This well is CONFIDENTIAL, any<br> information included in this well file was<br> public information prior to the issuance of<br> the CONFIDENTIAL status<br> <hr> <A name=2></a><hr> <A name=3></a>QEP Energy Company<br> McKenzie County, ND<br> Sec. 20-T149N-R95W (Moberg 13-20Y2 PAD)<br> Moberg 20-17-19-18LL<br> Original Wellbore<br> Design: Sperry MWD Survey<br> Final Survey Report<br> 10 March, 2015<br> Well Coordinates: 265,722.01 N, 1,383,729.55 E (47° 42' 13.49&quot; N, 102° 52' 31.28&quot; W)<br> Ground Level: 2,352.00 usft<br> Local Coordinate Origin:<br> Centered on Well Moberg 20-17-19-18LL - Slot A2<br> Viewing Datum:<br> KB=26' @ 2378.00usft (Unit 121)<br> TVDs to System:<br> N<br> North Reference:<br> True<br> Unit System:<br> API - US Survey Feet - Custom<br> Geodetic Scale Factor Applied<br> Version: 5000.1 Build: 73<br> <hr> <A name=4></a>Project: McKenzie County, ND<br> Site: Sec. 20-T149N-R95W (Moberg 13-20Y2 PAD)<br> Well: Moberg 20-17-19-18LL<br> QEP Energy Company<br> L E G E N D<br> Moberg 20-17-19-18LL, Original Wellbore, Rev B0 Proposal V0<br> Sperry MWD Survey<br> 10500<br> Moberg 20-17-19-18LL_Rev B0_Drill-to BHL Tgt<br> 9000<br> Straight Line Survey Projection to TD at 20923.00ft<br> 7500<br> Final Sperry MWD Survey at 20878.00ft<br> 6000<br> ft/in)<br> us<br> 500<br> )(1+h(<br> ort </span><span class="ft0">4500<br> N)/<br> th(-<br> ouS<br> 3000<br> First Sperry MWD Survey at 129.00ft<br> 1500<br> Ground Level Assumed Vertical at 26.00ft<br> 0<br> -3000<br> -1500<br> 0<br> 1500<br> 3000<br> 4500<br> 6000<br> West(-)/East(+) (1500 usft/in)<br> <hr> <A name=5></a>Project: McKenzie County, ND<br> Site: Sec. 20-T149N-R95W (Moberg 13-20Y2 PAD)<br> QEP Energy Company<br> Well: Moberg 20-17-19-18LL<br> L E G E N D<br> Moberg 20-17-19-18LL, Original Wellbore, Rev B0 Proposal V0<br> Sperry MWD Survey<br> Straight Line Survey Projection to TD at 20923.00ft<br> 9600<br> )n </span><span class="ft0">10200<br> ft/i<br> Final Sperry MWD Survey at 20878.00ft<br> us<br> 1200 </span><span class="ft0">10800<br> (<br> pth<br> lDe </span><span class="ft0">11400<br> ticaerV<br> rue </span><span class="ft0">12000<br> T<br> Moberg 20-17-19-18LL_Rev B0_Drill-to BHL Tgt<br> -600<br> 0<br> 600<br> 1200<br> 1800<br> 2400<br> 3000<br> 3600<br> 4200<br> 4800<br> 5400<br> 6000<br> 6600<br> 7200<br> 7800<br> 8400<br> 9000<br> 9600<br> 10200<br> 10800<br> Vertical Section at 356.86° (1200 usft/in)<br> <hr> <A name=6></a>QEP Energy Company<br> McKenzie County, ND<br> Design Report for Moberg 20-17-19-18LL - Sperry MWD Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 26.00<br> 0.00<br> 0.00<br> 26.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> Ground Level Assumed Vertical at 26.00ft<br> 129.00<br> 0.70<br> 225.67<br> 129.00<br> -0.44<br> -0.45<br> -0.41<br> 0.68<br> First Sperry MWD Survey at 129.00ft<br> 220.00<br> 0.80<br> 207.07<br> 219.99<br> -1.39<br> -1.14<br> -1.33<br> 0.29<br> 311.00<br> 0.87<br> 202.17<br> 310.98<br> -2.60<br> -1.69<br> -2.50<br> 0.11<br> 402.00<br> 1.23<br> 206.07<br> 401.96<br> -4.12<br> -2.38<br> -3.98<br> 0.40<br> 495.00<br> 0.95<br> 208.72<br> 494.95<br> -5.69<br> -3.19<br> -5.51<br> 0.31<br> 588.00<br> 0.90<br> 196.24<br> 587.94<br> -7.07<br> -3.76<br> -6.85<br> 0.22<br> 681.00<br> 0.79<br> 224.26<br> 680.93<br> -8.23<br> -4.41<br> -7.97<br> 0.45<br> 772.00<br> 0.86<br> 254.31<br> 771.92<br> -8.86<br> -5.51<br> -8.55<br> 0.48<br> 865.00<br> 0.58<br> 256.13<br> 864.91<br> -9.16<br> -6.64<br> -8.79<br> 0.30<br> 956.00<br> 1.14<br> 251.69<br> 955.90<br> -9.56<br> -7.94<br> -9.11<br> 0.62<br> 1,048.00<br> 1.12<br> 250.50<br> 1,047.88<br> -10.14<br> -9.66<br> -9.60<br> 0.03<br> 1,143.00<br> 1.84<br> 266.22<br> 1,142.85<br> -10.56<br> -12.06<br> -9.88<br> 0.86<br> 1,238.00<br> 2.28<br> 269.81<br> 1,237.79<br> -10.66<br> -15.47<br> -9.80<br> 0.48<br> 1,333.00<br> 3.27<br> 267.82<br> 1,332.67<br> -10.77<br> -20.07<br> -9.66<br> 1.05<br> 1,428.00<br> 3.58<br> 266.82<br> 1,427.51<br> -11.04<br> -25.73<br> -9.61<br> 0.33<br> 1,523.00<br> 3.85<br> 262.47<br> 1,522.31<br> -11.62<br> -31.86<br> -9.86<br> 0.41<br> 1,618.00<br> 4.01<br> 268.36<br> 1,617.08<br> -12.13<br> -38.34<br> -10.02<br> 0.46<br> 1,713.00<br> 3.95<br> 270.60<br> 1,711.85<br> -12.20<br> -44.93<br> -9.72<br> 0.18<br> 1,808.00<br> 3.35<br> 271.11<br> 1,806.66<br> -12.11<br> -50.98<br> -9.30<br> 0.63<br> 1,903.00<br> 3.77<br> 272.19<br> 1,901.48<br> -11.93<br> -56.88<br> -8.80<br> 0.45<br> 1,998.00<br> 4.26<br> 272.73<br> 1,996.24<br> -11.65<br> -63.52<br> -8.15<br> 0.52<br> 2,079.00<br> 4.06<br> 276.42<br> 2,077.03<br> -11.18<br> -69.38<br> -7.37<br> 0.41<br> 2,175.00<br> 4.09<br> 280.14<br> 2,172.79<br> -10.20<br> -76.12<br> -6.01<br> 0.28<br> 2,270.00<br> 4.20<br> 279.34<br> 2,267.54<br> -9.04<br> -82.89<br> -4.48<br> 0.13<br> 2,366.00<br> 4.65<br> 272.20<br> 2,363.25<br> -8.32<br> -90.25<br> -3.36<br> 0.74<br> 2,460.00<br> 4.30<br> 241.14<br> 2,456.98<br> -9.87<br> -97.14<br> -4.54<br> 2.57<br> 2,556.00<br> 4.97<br> 231.12<br> 2,552.67<br> -14.22<br> -103.53<br> -8.53<br> 1.09<br> 2,650.00<br> 3.55<br> 242.37<br> 2,646.41<br> -18.13<br> -109.28<br> -12.11<br> 1.75<br> 2,745.00<br> 2.65<br> 245.29<br> 2,741.27<br> -20.41<br> -113.88<br> -14.14<br> 0.96<br> 2,840.00<br> 2.74<br> 243.98<br> 2,836.16<br> -22.32<br> -117.92<br> -15.83<br> 0.11<br> 2,936.00<br> 2.85<br> 241.82<br> 2,932.05<br> -24.46<br> -122.08<br> -17.73<br> 0.16<br> 3,031.00<br> 2.92<br> 232.81<br> 3,026.93<br> -27.04<br> -126.09<br> -20.09<br> 0.48<br> 3,126.00<br> 2.96<br> 235.93<br> 3,121.80<br> -29.87<br> -130.05<br> -22.70<br> 0.17<br> 3,221.00<br> 3.58<br> 278.78<br> 3,216.66<br> -30.79<br> -135.01<br> -23.35<br> 2.59<br> 3,316.00<br> 3.15<br> 266.72<br> 3,311.50<br> -30.49<br> -140.55<br> -22.74<br> 0.87<br> 3,409.00<br> 2.56<br> 263.68<br> 3,404.38<br> -30.86<br> -145.17<br> -22.87<br> 0.65<br> 3,504.00<br> 2.80<br> 270.86<br> 3,499.28<br> -31.06<br> -149.60<br> -22.82<br> 0.43<br> 3,597.00<br> 2.72<br> 271.25<br> 3,592.17<br> -30.98<br> -154.07<br> -22.49<br> 0.09<br> 3,692.00<br> 3.72<br> 272.01<br> 3,687.02<br> -30.82<br> -159.41<br> -22.04<br> 1.05<br> 3,788.00<br> 3.69<br> 275.80<br> 3,782.82<br> -30.40<br> -165.59<br> -21.28<br> 0.26<br> 3,883.00<br> 3.29<br> 277.76<br> 3,877.64<br> -29.73<br> -171.34<br> -20.29<br> 0.44<br> 3,978.00<br> 3.07<br> 281.91<br> 3,972.50<br> -28.83<br> -176.53<br> -19.12<br> 0.34<br> 4,073.00<br> 3.71<br> 261.39<br> 4,067.33<br> -28.77<br> -182.05<br> -18.75<br> 1.43<br> 4,168.00<br> 3.27<br> 263.99<br> 4,162.16<br> -29.51<br> -187.79<br> -19.18<br> 0.49<br> 4,264.00<br> 2.52<br> 265.69<br> 4,258.03<br> -29.96<br> -192.62<br> -19.36<br> 0.79<br> 4,359.00<br> 3.31<br> 257.79<br> 4,352.91<br> -30.69<br> -197.38<br> -19.83<br> 0.93<br> 10 March, 2015 - 16:32<br> Page 2 of 9<br> COMPASS<br> <hr> <A name=7></a>QEP Energy Company<br> McKenzie County, ND<br> Design Report for Moberg 20-17-19-18LL - Sperry MWD Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> 4,454.00<br> 3.25<br> 257.23<br> 4,447.76<br> -31.87<br> -202.69<br> -20.72<br> 0.07<br> 4,549.00<br> 4.05<br> 255.01<br> 4,542.56<br> -33.33<br> -208.55<br> -21.86<br> 0.85<br> 4,644.00<br> 2.92<br> 261.85<br> 4,637.38<br> -34.54<br> -214.19<br> -22.76<br> 1.27<br> 4,737.00<br> 4.09<br> 264.32<br> 4,730.21<br> -35.21<br> -219.83<br> -23.11<br> 1.27<br> 4,832.00<br> 3.48<br> 265.56<br> 4,825.00<br> -35.77<br> -226.08<br> -23.33<br> 0.65<br> 4,928.00<br> 2.37<br> 269.00<br> 4,920.88<br> -36.03<br> -230.97<br> -23.32<br> 1.17<br> 5,022.00<br> 3.56<br> 257.43<br> 5,014.75<br> -36.69<br> -235.76<br> -23.72<br> 1.41<br> 5,116.00<br> 4.22<br> 251.45<br> 5,108.53<br> -38.43<br> -241.89<br> -25.12<br> 0.82<br> 5,211.00<br> 2.58<br> 237.40<br> 5,203.36<br> -40.69<br> -247.00<br> -27.10<br> 1.92<br> 5,306.00<br> 3.85<br> 250.02<br> 5,298.21<br> -42.94<br> -251.80<br> -29.08<br> 1.52<br> 5,401.00<br> 4.02<br> 255.72<br> 5,392.99<br> -44.85<br> -258.03<br> -30.64<br> 0.45<br> 5,497.00<br> 3.91<br> 250.37<br> 5,488.76<br> -46.78<br> -264.37<br> -32.22<br> 0.40<br> 5,592.00<br> 4.08<br> 248.38<br> 5,583.53<br> -49.11<br> -270.56<br> -34.21<br> 0.23<br> 5,687.00<br> 3.83<br> 247.39<br> 5,678.30<br> -51.58<br> -276.63<br> -36.34<br> 0.27<br> 5,783.00<br> 3.65<br> 265.49<br> 5,774.10<br> -53.05<br> -282.64<br> -37.48<br> 1.24<br> 5,878.00<br> 3.26<br> 274.44<br> 5,868.93<br> -53.08<br> -288.35<br> -37.20<br> 0.70<br> 5,974.00<br> 2.70<br> 269.80<br> 5,964.80<br> -52.87<br> -293.33<br> -36.72<br> 0.63<br> 6,069.00<br> 3.51<br> 266.59<br> 6,059.66<br> -53.05<br> -298.47<br> -36.62<br> 0.87<br> 6,164.00<br> 3.09<br> 266.26<br> 6,154.50<br> -53.39<br> -303.93<br> -36.66<br> 0.44<br> 6,259.00<br> 3.39<br> 266.90<br> 6,249.35<br> -53.71<br> -309.29<br> -36.69<br> 0.32<br> 6,353.00<br> 3.31<br> 264.98<br> 6,343.19<br> -54.10<br> -314.77<br> -36.77<br> 0.15<br> 6,448.00<br> 3.58<br> 268.29<br> 6,438.02<br> -54.43<br> -320.46<br> -36.79<br> 0.35<br> 6,544.00<br> 4.18<br> 273.37<br> 6,533.80<br> -54.31<br> -326.95<br> -36.32<br> 0.72<br> 6,638.00<br> 3.51<br> 269.16<br> 6,627.58<br> -54.15<br> -333.25<br> -35.81<br> 0.77<br> 6,734.00<br> 3.24<br> 271.39<br> 6,723.42<br> -54.13<br> -338.90<br> -35.48<br> 0.31<br> 6,829.00<br> 4.83<br> 268.82<br> 6,818.18<br> -54.15<br> -345.58<br> -35.13<br> 1.68<br> 6,924.00<br> 5.74<br> 270.31<br> 6,912.78<br> -54.21<br> -354.33<br> -34.71<br> 0.97<br> 7,019.00<br> 5.17<br> 271.08<br> 7,007.34<br> -54.10<br> -363.36<br> -34.11<br> 0.60<br> 7,114.00<br> 4.77<br> 272.54<br> 7,101.99<br> -53.84<br> -371.59<br> -33.40<br> 0.44<br> 7,208.00<br> 4.81<br> 273.58<br> 7,195.66<br> -53.42<br> -379.43<br> -32.56<br> 0.10<br> 7,303.00<br> 5.24<br> 277.38<br> 7,290.29<br> -52.62<br> -387.70<br> -31.30<br> 0.57<br> 7,398.00<br> 5.11<br> 278.22<br> 7,384.91<br> -51.46<br> -396.19<br> -29.67<br> 0.16<br> 7,493.00<br> 4.51<br> 268.42<br> 7,479.57<br> -50.95<br> -404.11<br> -28.74<br> 1.07<br> 7,588.00<br> 5.24<br> 272.83<br> 7,574.23<br> -50.84<br> -412.18<br> -28.18<br> 0.86<br> 7,683.00<br> 4.55<br> 265.67<br> 7,668.88<br> -50.91<br> -420.27<br> -27.81<br> 0.97<br> 7,778.00<br> 4.14<br> 259.24<br> 7,763.61<br> -51.84<br> -427.40<br> -28.34<br> 0.67<br> 7,873.00<br> 4.17<br> 260.24<br> 7,858.36<br> -53.06<br> -434.17<br> -29.20<br> 0.08<br> 7,968.00<br> 3.46<br> 271.91<br> 7,953.15<br> -53.55<br> -440.44<br> -29.34<br> 1.10<br> 8,063.00<br> 3.19<br> 275.09<br> 8,047.99<br> -53.22<br> -445.94<br> -28.71<br> 0.34<br> 8,158.00<br> 2.16<br> 285.09<br> 8,142.89<br> -52.52<br> -450.30<br> -27.77<br> 1.19<br> 8,253.00<br> 2.07<br> 285.79<br> 8,237.82<br> -51.59<br> -453.68<br> -26.66<br> 0.10<br> 8,353.00<br> 0.58<br> 284.55<br> 8,337.79<br> -50.97<br> -455.91<br> -25.92<br> 1.49<br> 8,450.00<br> 0.18<br> 222.09<br> 8,434.79<br> -50.96<br> -456.48<br> -25.87<br> 0.54<br> 8,546.00<br> 0.35<br> 216.24<br> 8,530.79<br> -51.31<br> -456.76<br> -26.21<br> 0.18<br> 8,641.00<br> 0.34<br> 242.19<br> 8,625.79<br> -51.68<br> -457.18<br> -26.55<br> 0.16<br> 8,735.00<br> 0.30<br> 279.13<br> 8,719.79<br> -51.77<br> -457.67<br> -26.61<br> 0.22<br> 8,830.00<br> 0.39<br> 289.99<br> 8,814.78<br> -51.62<br> -458.22<br> -26.43<br> 0.12<br> 8,926.00<br> 0.37<br> 319.94<br> 8,910.78<br> -51.27<br> -458.73<br> -26.06<br> 0.21<br> 9,022.00<br> 0.09<br> 312.69<br> 9,006.78<br> -50.98<br> -458.98<br> -25.76<br> 0.29<br> 9,116.00<br> 0.09<br> 243.87<br> 9,100.78<br> -50.96<br> -459.10<br> -25.73<br> 0.11<br> 9,211.00<br> 0.33<br> 322.76<br> 9,195.78<br> -50.78<br> -459.33<br> -25.53<br> 0.34<br> 10 March, 2015 - 16:32<br> Page 3 of 9<br> COMPASS<br> <hr> <A name=8></a>QEP Energy Company<br> McKenzie County, ND<br> Design Report for Moberg 20-17-19-18LL - Sperry MWD Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> 9,306.00<br> 0.59<br> 309.07<br> 9,290.78<br> -50.25<br> -459.88<br> -24.98<br> 0.30<br> 9,401.00<br> 0.59<br> 299.85<br> 9,385.77<br> -49.70<br> -460.68<br> -24.38<br> 0.10<br> 9,496.00<br> 1.06<br> 174.57<br> 9,480.77<br> -50.33<br> -461.02<br> -25.00<br> 1.56<br> 9,590.00<br> 2.31<br> 179.98<br> 9,574.73<br> -53.09<br> -460.94<br> -27.76<br> 1.34<br> 9,686.00<br> 2.13<br> 165.78<br> 9,670.65<br> -56.75<br> -460.50<br> -31.44<br> 0.60<br> 9,781.00<br> 2.22<br> 138.06<br> 9,765.59<br> -59.83<br> -458.84<br> -34.61<br> 1.10<br> 9,875.00<br> 2.34<br> 145.95<br> 9,859.51<br> -62.78<br> -456.55<br> -37.67<br> 0.36<br> 9,971.00<br> 1.51<br> 145.61<br> 9,955.46<br> -65.45<br> -454.74<br> -40.43<br> 0.86<br> 10,066.00<br> 1.18<br> 147.00<br> 10,050.43<br> -67.30<br> -453.50<br> -42.35<br> 0.35<br> 10,161.00<br> 0.96<br> 137.30<br> 10,145.42<br> -68.70<br> -452.42<br> -43.81<br> 0.30<br> 10,256.00<br> 0.60<br> 156.98<br> 10,240.41<br> -69.75<br> -451.69<br> -44.90<br> 0.47<br> 10,351.00<br> 0.45<br> 158.63<br> 10,335.40<br> -70.55<br> -451.36<br> -45.72<br> 0.16<br> 10,447.00<br> 0.18<br> 238.41<br> 10,431.40<br> -70.98<br> -451.35<br> -46.15<br> 0.47<br> 10,538.00<br> 0.89<br> 313.81<br> 10,522.40<br> -70.57<br> -451.98<br> -45.70<br> 0.95<br> 10,570.00<br> 5.55<br> 335.97<br> 10,554.34<br> -68.98<br> -452.79<br> -44.07<br> 14.81<br> 10,602.00<br> 10.20<br> 332.77<br> 10,586.03<br> -65.05<br> -454.72<br> -40.04<br> 14.59<br> 10,634.00<br> 14.75<br> 332.96<br> 10,617.27<br> -58.90<br> -457.87<br> -33.72<br> 14.22<br> 10,665.00<br> 19.28<br> 329.87<br> 10,646.90<br> -50.95<br> -462.23<br> -25.55<br> 14.90<br> 10,697.00<br> 22.71<br> 331.43<br> 10,676.77<br> -40.95<br> -467.84<br> -15.26<br> 10.86<br> 10,729.00<br> 25.67<br> 331.63<br> 10,705.96<br> -29.43<br> -474.09<br> -3.41<br> 9.25<br> 10,760.00<br> 29.05<br> 329.23<br> 10,733.49<br> -17.05<br> -481.13<br> 9.34<br> 11.47<br> 10,792.00<br> 33.17<br> 330.74<br> 10,760.88<br> -2.73<br> -489.39<br> 24.09<br> 13.10<br> 10,824.00<br> 36.61<br> 334.24<br> 10,787.13<br> 13.51<br> -497.82<br> 40.76<br> 12.43<br> 10,856.00<br> 40.87<br> 338.66<br> 10,812.09<br> 31.87<br> -505.78<br> 59.53<br> 15.87<br> 10,887.00<br> 44.30<br> 342.53<br> 10,834.91<br> 51.65<br> -512.73<br> 79.66<br> 13.92<br> 10,919.00<br> 47.79<br> 348.96<br> 10,857.13<br> 73.96<br> -518.36<br> 102.25<br> 18.11<br> 10,950.00<br> 49.72<br> 352.42<br> 10,877.57<br> 96.95<br> -522.11<br> 125.41<br> 10.45<br> 10,980.00<br> 50.74<br> 353.62<br> 10,896.76<br> 119.84<br> -524.91<br> 148.42<br> 4.58<br> 11,012.00<br> 53.33<br> 353.03<br> 10,916.45<br> 144.89<br> -527.85<br> 173.60<br> 8.22<br> 11,043.00<br> 55.87<br> 353.23<br> 10,934.40<br> 169.98<br> -530.87<br> 198.81<br> 8.21<br> 11,075.00<br> 58.44<br> 352.01<br> 10,951.76<br> 196.64<br> -534.33<br> 225.62<br> 8.65<br> 11,106.00<br> 61.18<br> 350.07<br> 10,967.35<br> 223.10<br> -538.51<br> 252.27<br> 10.36<br> 11,138.00<br> 66.10<br> 349.32<br> 10,981.55<br> 251.30<br> -543.64<br> 280.71<br> 15.52<br> 11,170.00<br> 70.32<br> 350.52<br> 10,993.43<br> 280.55<br> -548.83<br> 310.20<br> 13.64<br> 11,201.00<br> 74.87<br> 352.69<br> 11,002.70<br> 309.81<br> -553.14<br> 339.65<br> 16.12<br> 11,233.00<br> 75.62<br> 352.50<br> 11,010.85<br> 340.49<br> -557.13<br> 370.50<br> 2.41<br> 11,265.00<br> 77.10<br> 354.39<br> 11,018.39<br> 371.38<br> -560.68<br> 401.54<br> 7.37<br> 11,296.00<br> 80.18<br> 356.03<br> 11,024.50<br> 401.67<br> -563.21<br> 431.92<br> 11.21<br> 11,307.00<br> 82.03<br> 356.70<br> 11,026.20<br> 412.51<br> -563.90<br> 442.79<br> 17.86<br> 11,360.00<br> 89.29<br> 358.69<br> 11,030.21<br> 465.28<br> -566.02<br> 495.59<br> 14.20<br> 11,385.00<br> 89.48<br> 358.32<br> 11,030.48<br> 490.27<br> -566.68<br> 520.58<br> 1.66<br> 11,410.00<br> 89.08<br> 357.63<br> 11,030.79<br> 515.25<br> -567.56<br> 545.57<br> 3.19<br> 11,441.00<br> 87.78<br> 358.02<br> 11,031.64<br> 546.22<br> -568.73<br> 576.56<br> 4.38<br> 11,504.00<br> 88.12<br> 359.37<br> 11,033.90<br> 609.16<br> -570.17<br> 639.48<br> 2.21<br> 11,535.00<br> 89.17<br> 2.24<br> 11,034.63<br> 640.14<br> -569.73<br> 670.40<br> 9.86<br> 11,596.00<br> 90.80<br> 2.13<br> 11,034.64<br> 701.10<br> -567.41<br> 731.13<br> 2.68<br> 11,691.00<br> 90.25<br> 1.32<br> 11,033.77<br> 796.05<br> -564.55<br> 825.78<br> 1.03<br> 11,785.00<br> 90.15<br> 1.57<br> 11,033.45<br> 890.02<br> -562.18<br> 919.48<br> 0.29<br> 11,879.00<br> 89.75<br> 1.48<br> 11,033.53<br> 983.98<br> -559.68<br> 1,013.17<br> 0.44<br> 11,973.00<br> 90.55<br> 359.24<br> 11,033.28<br> 1,077.97<br> -559.09<br> 1,106.99<br> 2.53<br> 12,068.00<br> 89.45<br> 358.74<br> 11,033.28<br> 1,172.96<br> -560.76<br> 1,201.92<br> 1.27<br> 10 March, 2015 - 16:32<br> Page 4 of 9<br> COMPASS<br> <hr> <A name=9></a>QEP Energy Company<br> McKenzie County, ND<br> Design Report for Moberg 20-17-19-18LL - Sperry MWD Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> 12,162.00<br> 88.95<br> 358.18<br> 11,034.59<br> 1,266.91<br> -563.29<br> 1,295.87<br> 0.80<br> 12,256.00<br> 88.98<br> 357.38<br> 11,036.29<br> 1,360.83<br> -566.93<br> 1,389.84<br> 0.85<br> 12,350.00<br> 90.15<br> 358.27<br> 11,037.01<br> 1,454.75<br> -570.49<br> 1,483.83<br> 1.56<br> 12,444.00<br> 89.94<br> 357.76<br> 11,036.93<br> 1,548.70<br> -573.75<br> 1,577.81<br> 0.59<br> 12,538.00<br> 90.25<br> 357.07<br> 11,036.78<br> 1,642.60<br> -577.99<br> 1,671.80<br> 0.80<br> 12,633.00<br> 91.14<br> 359.07<br> 11,035.62<br> 1,737.53<br> -581.19<br> 1,766.77<br> 2.30<br> 12,727.00<br> 90.55<br> 358.39<br> 11,034.24<br> 1,831.50<br> -583.27<br> 1,860.71<br> 0.96<br> 12,821.00<br> 90.83<br> 359.58<br> 11,033.11<br> 1,925.48<br> -584.94<br> 1,954.63<br> 1.30<br> 12,915.00<br> 90.46<br> 359.20<br> 11,032.05<br> 2,019.47<br> -585.94<br> 2,048.53<br> 0.56<br> 13,009.00<br> 89.54<br> 1.91<br> 11,032.05<br> 2,113.45<br> -585.03<br> 2,142.33<br> 3.04<br> 13,104.00<br> 89.38<br> 1.18<br> 11,032.94<br> 2,208.41<br> -582.47<br> 2,237.01<br> 0.79<br> 13,198.00<br> 89.05<br> 3.70<br> 11,034.23<br> 2,302.31<br> -578.46<br> 2,330.55<br> 2.70<br> 13,292.00<br> 91.57<br> 5.18<br> 11,033.72<br> 2,396.02<br> -571.19<br> 2,423.71<br> 3.11<br> 13,387.00<br> 92.31<br> 5.03<br> 11,030.51<br> 2,490.58<br> -562.74<br> 2,517.68<br> 0.79<br> 13,481.00<br> 90.49<br> 3.79<br> 11,028.21<br> 2,584.27<br> -555.51<br> 2,610.83<br> 2.34<br> 13,544.00<br> 90.31<br> 3.59<br> 11,027.77<br> 2,647.14<br> -551.46<br> 2,673.38<br> 0.43<br> 13,638.00<br> 89.91<br> 2.94<br> 11,027.59<br> 2,740.99<br> -546.11<br> 2,766.79<br> 0.81<br> 13,670.00<br> 90.09<br> 2.74<br> 11,027.59<br> 2,772.95<br> -544.52<br> 2,798.62<br> 0.84<br> 13,764.00<br> 90.40<br> 2.02<br> 11,027.19<br> 2,866.87<br> -540.62<br> 2,892.18<br> 0.83<br> 13,858.00<br> 90.28<br> 0.79<br> 11,026.63<br> 2,960.83<br> -538.31<br> 2,985.88<br> 1.31<br> 13,953.00<br> 90.37<br> 359.98<br> 11,026.09<br> 3,055.83<br> -537.67<br> 3,080.70<br> 0.86<br> 14,047.00<br> 90.25<br> 0.10<br> 11,025.58<br> 3,149.83<br> -537.61<br> 3,174.55<br> 0.18<br> 14,142.00<br> 90.12<br> 0.04<br> 11,025.28<br> 3,244.83<br> -537.49<br> 3,269.40<br> 0.15<br> 14,236.00<br> 90.37<br> 359.82<br> 11,024.87<br> 3,338.83<br> -537.61<br> 3,363.27<br> 0.35<br> 14,330.00<br> 90.68<br> 359.77<br> 11,024.01<br> 3,432.82<br> -537.94<br> 3,457.14<br> 0.33<br> 14,424.00<br> 90.46<br> 359.38<br> 11,023.08<br> 3,526.81<br> -538.64<br> 3,551.03<br> 0.48<br> 14,518.00<br> 90.18<br> 359.03<br> 11,022.55<br> 3,620.80<br> -539.95<br> 3,644.95<br> 0.48<br> 14,612.00<br> 89.88<br> 358.67<br> 11,022.50<br> 3,714.78<br> -541.83<br> 3,738.89<br> 0.50<br> 14,706.00<br> 89.91<br> 358.66<br> 11,022.67<br> 3,808.76<br> -544.02<br> 3,832.84<br> 0.03<br> 14,800.00<br> 89.23<br> 357.80<br> 11,023.38<br> 3,902.71<br> -546.93<br> 3,926.81<br> 1.17<br> 14,895.00<br> 90.37<br> 359.72<br> 11,023.71<br> 3,997.68<br> -548.98<br> 4,021.75<br> 2.35<br> 14,989.00<br> 90.37<br> 359.83<br> 11,023.10<br> 4,091.68<br> -549.35<br> 4,115.63<br> 0.12<br> 15,083.00<br> 90.49<br> 359.54<br> 11,022.40<br> 4,185.67<br> -549.87<br> 4,209.51<br> 0.33<br> 15,178.00<br> 90.49<br> 359.45<br> 11,021.59<br> 4,280.67<br> -550.70<br> 4,304.41<br> 0.09<br> 15,272.00<br> 90.43<br> 358.71<br> 11,020.83<br> 4,374.65<br> -552.21<br> 4,398.33<br> 0.79<br> 15,366.00<br> 89.91<br> 358.65<br> 11,020.55<br> 4,468.62<br> -554.38<br> 4,492.29<br> 0.56<br> 15,461.00<br> 90.31<br> 358.77<br> 11,020.37<br> 4,563.60<br> -556.52<br> 4,587.24<br> 0.44<br> 15,555.00<br> 90.99<br> 358.32<br> 11,019.30<br> 4,657.56<br> -558.90<br> 4,681.19<br> 0.87<br> 15,650.00<br> 89.45<br> 359.99<br> 11,018.94<br> 4,752.55<br> -560.31<br> 4,776.11<br> 2.39<br> 15,744.00<br> 89.54<br> 359.97<br> 11,019.77<br> 4,846.54<br> -560.34<br> 4,869.96<br> 0.10<br> 15,838.00<br> 89.35<br> 359.97<br> 11,020.68<br> 4,940.54<br> -560.39<br> 4,963.82<br> 0.20<br> 15,932.00<br> 88.74<br> 359.40<br> 11,022.25<br> 5,034.52<br> -560.90<br> 5,057.69<br> 0.89<br> 16,027.00<br> 89.14<br> 0.10<br> 11,024.00<br> 5,129.50<br> -561.32<br> 5,152.55<br> 0.85<br> 16,121.00<br> 91.20<br> 0.92<br> 11,023.72<br> 5,223.49<br> -560.48<br> 5,246.36<br> 2.36<br> 16,215.00<br> 92.65<br> 1.41<br> 11,020.57<br> 5,317.42<br> -558.57<br> 5,340.04<br> 1.63<br> 16,246.00<br> 92.65<br> 1.18<br> 11,019.13<br> 5,348.38<br> -557.87<br> 5,370.91<br> 0.74<br> 16,278.00<br> 93.14<br> 0.88<br> 11,017.52<br> 5,380.33<br> -557.30<br> 5,402.78<br> 1.79<br> 16,309.00<br> 93.17<br> 1.09<br> 11,015.81<br> 5,411.28<br> -556.77<br> 5,433.66<br> 0.68<br> 16,403.00<br> 91.88<br> 0.08<br> 11,011.67<br> 5,505.18<br> -555.81<br> 5,527.36<br> 1.74<br> 16,498.00<br> 90.09<br> 0.22<br> 11,010.04<br> 5,600.16<br> -555.56<br> 5,622.19<br> 1.89<br> 10 March, 2015 - 16:32<br> Page 5 of 9<br> COMPASS<br> <hr> <A name=10></a>QEP Energy Company<br> McKenzie County, ND<br> Design Report for Moberg 20-17-19-18LL - Sperry MWD Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> 16,592.00<br> 89.97<br> 359.65<br> 11,009.99<br> 5,694.16<br> -555.66<br> 5,716.05<br> 0.62<br> 16,686.00<br> 90.83<br> 359.30<br> 11,009.33<br> 5,788.16<br> -556.53<br> 5,809.95<br> 0.99<br> 16,780.00<br> 90.62<br> 358.67<br> 11,008.14<br> 5,882.13<br> -558.19<br> 5,903.88<br> 0.71<br> 16,874.00<br> 87.84<br> 357.96<br> 11,009.41<br> 5,976.07<br> -560.95<br> 5,997.83<br> 3.05<br> 16,969.00<br> 87.26<br> 357.92<br> 11,013.47<br> 6,070.92<br> -564.37<br> 6,092.73<br> 0.61<br> 17,063.00<br> 88.15<br> 0.14<br> 11,017.23<br> 6,164.83<br> -565.96<br> 6,186.58<br> 2.54<br> 17,157.00<br> 90.00<br> 1.29<br> 11,018.75<br> 6,258.80<br> -564.78<br> 6,280.35<br> 2.32<br> 17,252.00<br> 91.60<br> 2.13<br> 11,017.42<br> 6,353.75<br> -561.95<br> 6,374.99<br> 1.90<br> 17,346.00<br> 91.35<br> 1.12<br> 11,015.00<br> 6,447.68<br> -559.28<br> 6,468.64<br> 1.11<br> 17,441.00<br> 91.63<br> 0.22<br> 11,012.53<br> 6,542.64<br> -558.17<br> 6,563.39<br> 0.99<br> 17,535.00<br> 90.83<br> 359.50<br> 11,010.51<br> 6,636.62<br> -558.40<br> 6,657.24<br> 1.14<br> 17,629.00<br> 91.57<br> 359.31<br> 11,008.55<br> 6,730.59<br> -559.38<br> 6,751.13<br> 0.81<br> 17,723.00<br> 90.95<br> 358.62<br> 11,006.48<br> 6,824.55<br> -561.08<br> 6,845.04<br> 0.99<br> 17,817.00<br> 90.22<br> 359.48<br> 11,005.52<br> 6,918.53<br> -562.63<br> 6,938.96<br> 1.20<br> 17,911.00<br> 90.62<br> 359.80<br> 11,004.83<br> 7,012.53<br> -563.23<br> 7,032.85<br> 0.54<br> 18,004.00<br> 88.61<br> 359.69<br> 11,005.45<br> 7,105.52<br> -563.64<br> 7,125.73<br> 2.16<br> 18,099.00<br> 88.71<br> 359.54<br> 11,007.68<br> 7,200.49<br> -564.28<br> 7,220.59<br> 0.19<br> 18,193.00<br> 87.81<br> 359.26<br> 11,010.53<br> 7,294.44<br> -565.26<br> 7,314.45<br> 1.00<br> 18,288.00<br> 89.35<br> 0.61<br> 11,012.88<br> 7,389.41<br> -565.37<br> 7,409.28<br> 2.16<br> 18,383.00<br> 89.48<br> 2.38<br> 11,013.85<br> 7,484.36<br> -562.89<br> 7,503.96<br> 1.87<br> 18,477.00<br> 91.63<br> 1.78<br> 11,012.94<br> 7,578.29<br> -559.48<br> 7,597.56<br> 2.37<br> 18,572.00<br> 92.37<br> 1.87<br> 11,009.63<br> 7,673.19<br> -556.45<br> 7,692.15<br> 0.78<br> 18,666.00<br> 91.48<br> 0.34<br> 11,006.47<br> 7,767.11<br> -554.64<br> 7,785.83<br> 1.88<br> 18,761.00<br> 91.69<br> 0.13<br> 11,003.84<br> 7,862.07<br> -554.25<br> 7,880.63<br> 0.31<br> 18,856.00<br> 91.14<br> 1.46<br> 11,001.50<br> 7,957.03<br> -552.94<br> 7,975.38<br> 1.51<br> 18,951.00<br> 89.91<br> 1.06<br> 11,000.63<br> 8,052.00<br> -550.85<br> 8,070.09<br> 1.36<br> 19,045.00<br> 90.31<br> 1.12<br> 11,000.45<br> 8,145.99<br> -549.06<br> 8,163.83<br> 0.43<br> 19,140.00<br> 90.09<br> 1.57<br> 11,000.11<br> 8,240.96<br> -546.83<br> 8,258.54<br> 0.53<br> 19,181.00<br> 90.19<br> 359.81<br> 11,000.01<br> 8,281.96<br> -546.34<br> 8,299.45<br> 4.30<br> 19,275.00<br> 90.35<br> 0.52<br> 10,999.57<br> 8,375.95<br> -546.07<br> 8,393.29<br> 0.77<br> 19,369.00<br> 89.12<br> 1.05<br> 11,000.01<br> 8,469.94<br> -544.78<br> 8,487.07<br> 1.42<br> 19,464.00<br> 88.70<br> 0.42<br> 11,001.81<br> 8,564.92<br> -543.56<br> 8,581.83<br> 0.80<br> 19,558.00<br> 88.70<br> 1.13<br> 11,003.95<br> 8,658.88<br> -542.29<br> 8,675.59<br> 0.76<br> 19,652.00<br> 89.48<br> 2.71<br> 11,005.44<br> 8,752.81<br> -539.14<br> 8,769.21<br> 1.87<br> 19,747.00<br> 91.76<br> 3.09<br> 11,004.41<br> 8,847.68<br> -534.33<br> 8,863.67<br> 2.43<br> 19,841.00<br> 90.90<br> 2.88<br> 11,002.23<br> 8,941.53<br> -529.44<br> 8,957.10<br> 0.94<br> 19,935.00<br> 91.57<br> 1.32<br> 11,000.20<br> 9,035.44<br> -526.00<br> 9,050.69<br> 1.81<br> 20,029.00<br> 89.38<br> 359.64<br> 10,999.42<br> 9,129.42<br> -525.21<br> 9,144.49<br> 2.94<br> 20,123.00<br> 88.49<br> 359.63<br> 11,001.17<br> 9,223.40<br> -525.81<br> 9,238.36<br> 0.95<br> 20,216.00<br> 88.61<br> 359.05<br> 11,003.52<br> 9,316.37<br> -526.88<br> 9,331.24<br> 0.64<br> 20,311.00<br> 87.56<br> 359.13<br> 11,006.70<br> 9,411.30<br> -528.39<br> 9,426.11<br> 1.11<br> 20,405.00<br> 88.55<br> 1.86<br> 11,009.89<br> 9,505.23<br> -527.57<br> 9,519.86<br> 3.09<br> 20,436.00<br> 89.20<br> 1.35<br> 11,010.50<br> 9,536.21<br> -526.71<br> 9,550.75<br> 2.66<br> 20,500.00<br> 90.43<br> 1.40<br> 11,010.71<br> 9,600.19<br> -525.17<br> 9,614.55<br> 1.92<br> 20,594.00<br> 89.69<br> 0.60<br> 11,010.61<br> 9,694.18<br> -523.53<br> 9,708.30<br> 1.16<br> 20,689.00<br> 89.85<br> 0.61<br> 11,010.99<br> 9,789.17<br> -522.53<br> 9,803.10<br> 0.17<br> 20,784.00<br> 88.98<br> 0.23<br> 11,011.96<br> 9,884.16<br> -521.83<br> 9,897.91<br> 1.00<br> 20,878.00<br> 88.18<br> 359.40<br> 11,014.29<br> 9,978.13<br> -522.13<br> 9,991.75<br> 1.23<br> Final Sperry MWD Survey at 20878.00ft<br> 20,923.00<br> 88.18<br> 359.40<br> 11,015.72<br> 10,023.11<br> -522.60<br> 10,036.69<br> 0.00<br> Straight Line Survey Projection to TD at 20923.00ft<br> 10 March, 2015 - 16:32<br> Page 6 of 9<br> COMPASS<br> <hr> <A name=11></a>QEP Energy Company<br> McKenzie County, ND<br> Design Report for Moberg 20-17-19-18LL - Sperry MWD Survey<br> Design Annotations<br> Measured<br> Vertical<br> Local Coordinates<br> Depth<br> Depth<br> +N/-S<br> +E/-W<br> Comment<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> 26.00<br> 26.00<br> 0.00<br> 0.00<br> Ground Level Assumed Vertical at 26.00ft<br> 129.00<br> 129.00<br> -0.44<br> -0.45<br> First Sperry MWD Survey at 129.00ft<br> 20,878.00<br> 11,014.29<br> 9,978.13<br> -522.13<br> Final Sperry MWD Survey at 20878.00ft<br> 20,923.00<br> 11,015.72<br> 10,023.11<br> -522.60<br> Straight Line Survey Projection to TD at 20923.00ft<br> Vertical Section Information<br> Angle<br> Origin<br> Origin<br> Start<br> Type<br> Target<br> Azimuth<br> Type<br> +N/_S<br> +E/-W<br> TVD<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> Target<br> Moberg 20-17-19-18LL_Rev<br> 356.86<br> Slot<br> 0.00<br> 0.00<br> 0.00<br> B0_Drill-to BHL Tgt<br> Survey tool program<br> From<br> To<br> Survey/Plan<br> Survey Tool<br> (usft)<br> (usft)<br> 26.00<br> 2,135.00<br> Sperry MWD Surveys<br> MWD<br> 2,135.00<br> 11,343.00<br> Sperry MWD Surveys<br> MWD<br> 11,343.00<br> 20,923.00<br> Sperry MWD Surveys<br> MWD<br> Casing Details<br> Measured<br> Vertical<br> Casing<br> Hole<br> Depth<br> Depth<br> Diameter<br> Diameter<br> Name<br> (usft)<br> (usft)<br> (&quot;)<br> (&quot;)<br> 2,135.00<br> 2,132.89<br> 9 5/8&quot;<br> 9-5/8<br> 13-1/2<br> 11,343.00<br> 11,029.65<br> 7&quot;<br> 78-3/4<br> 10 March, 2015 - 16:32<br> Page 7 of 9<br> COMPASS<br> <hr> <A name=12></a>QEP Energy Company<br> McKenzie County, ND<br> Design Report for Moberg 20-17-19-18LL - Sperry MWD Survey<br> Wellbore Targets<br> Target Name<br> Dip<br> Dip<br> - hit/miss<br> Angle<br> Dir.<br> TVD<br> +N/-S<br> +E/-W<br> Northing<br> Easting<br> target<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> - Shape<br> Latitude<br> Longitude<br> Moberg<br> 0.00<br> 0.00<br> 0.00<br> 10,075.19<br> -515.09<br> 275,807.87<br> 1,383,525.49<br> 47° 43' 52.918 N<br> 102° 52' 38.813 W<br> - actual wellpath misses target center by 10088.35usft at 0.00usft MD (0.00 TVD, 0.00 N, 0.00 E)<br> - Point<br> Moberg<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 265,722.01<br> 1,383,729.55<br> 47° 42' 13.486 N<br> 102° 52' 31.278 W<br> - actual wellpath hits target center<br> - Polygon<br> Point 1<br> 0.00<br> 4,998.00<br> -5,791.00<br> 270,896.04<br> 1,378,095.71<br> Point 2<br> 0.00<br> 4,998.00<br> -550.00<br> 270,734.39<br> 1,383,333.99<br> Point 3<br> 0.00<br> -235.00<br> -550.00<br> 265,504.10<br> 1,383,172.59<br> Point 4<br> 0.00<br> -235.00<br> -5,791.00<br> 265,665.75<br> 1,377,934.30<br> Point 5<br> 0.00<br> 4,998.00<br> -5,791.00<br> 270,896.04<br> 1,378,095.71<br> Moberg<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 265,722.01<br> 1,383,729.55<br> 47° 42' 13.486 N<br> 102° 52' 31.278 W<br> - actual wellpath hits target center<br> - Polygon<br> Point 1<br> 0.00<br> 4,998.00<br> -550.00<br> 270,734.39<br> 1,383,333.99<br> Point 2<br> 0.00<br> 4,998.00<br> 4,695.00<br> 270,572.61<br> 1,388,576.28<br> Point 3<br> 0.00<br> -235.00<br> 4,695.00<br> 265,342.32<br> 1,388,414.87<br> Point 4<br> 0.00<br> -235.00<br> -550.00<br> 265,504.10<br> 1,383,172.59<br> Point 5<br> 0.00<br> 4,998.00<br> -550.00<br> 270,734.39<br> 1,383,333.99<br> Moberg<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 265,722.01<br> 1,383,729.55<br> 47° 42' 13.486 N<br> 102° 52' 31.278 W<br> - actual wellpath hits target center<br> - Polygon<br> Point 1<br> 0.00<br> 10,274.00<br> -800.00<br> 276,015.36<br> 1,383,246.85<br> Point 2<br> 0.00<br> 10,274.00<br> -300.00<br> 275,999.94<br> 1,383,746.60<br> Point 3<br> 0.00<br> -235.00<br> -300.00<br> 265,496.38<br> 1,383,422.46<br> Point 4<br> 0.00<br> -235.00<br> -800.00<br> 265,511.81<br> 1,382,922.72<br> Point 5<br> 0.00<br> 10,274.00<br> -800.00<br> 276,015.36<br> 1,383,246.85<br> Moberg<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 265,722.01<br> 1,383,729.55<br> 47° 42' 13.486 N<br> 102° 52' 31.278 W<br> - actual wellpath hits target center<br> - Polygon<br> Point 1<br> 0.00<br> 10,274.00<br> -550.00<br> 276,007.65<br> 1,383,496.73<br> Point 2<br> 0.00<br> 10,274.00<br> 4,695.00<br> 275,845.88<br> 1,388,739.01<br> Point 3<br> 0.00<br> 4,998.00<br> 4,695.00<br> 270,572.61<br> 1,388,576.28<br> Point 4<br> 0.00<br> 4,998.00<br> -550.00<br> 270,734.39<br> 1,383,333.99<br> Point 5<br> 0.00<br> 10,274.00<br> -550.00<br> 276,007.65<br> 1,383,496.73<br> Moberg<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 265,722.01<br> 1,383,729.55<br> 47° 42' 13.486 N<br> 102° 52' 31.278 W<br> - actual wellpath hits target center<br> - Polygon<br> Point 1<br> 0.00<br> 10,274.00<br> -5,791.00<br> 276,169.31<br> 1,378,258.44<br> Point 2<br> 0.00<br> 10,274.00<br> -550.00<br> 276,007.65<br> 1,383,496.73<br> Point 3<br> 0.00<br> 4,998.00<br> -550.00<br> 270,734.39<br> 1,383,333.99<br> Point 4<br> 0.00<br> 4,998.00<br> -5,791.00<br> 270,896.04<br> 1,378,095.71<br> Point 5<br> 0.00<br> 10,274.00<br> -5,791.00<br> 276,169.31<br> 1,378,258.44<br> Moberg<br> 0.00<br> 0.00<br> 11,032.00<br> 10,023.67<br> -550.00<br> 275,757.45<br> 1,383,489.00<br> 47° 43' 52.409 N<br> 102° 52' 39.323 W<br> - actual wellpath misses target center by 31.87usft at 20923.00usft MD (11015.72 TVD, 10023.11 N, -522.60 E)<br> - Point<br> Moberg<br> 0.00<br> 0.00<br> 11,033.00<br> 10,023.67<br> -550.00<br> 275,757.45<br> 1,383,489.00<br> 47° 43' 52.409 N<br> 102° 52' 39.323 W<br> - actual wellpath misses target center by 32.40usft at 20923.00usft MD (11015.72 TVD, 10023.11 N, -522.60 E)<br> - Point<br> 10 March, 2015 - 16:32<br> Page 8 of 9<br> COMPASS<br> <hr> <A name=13></a>QEP Energy Company<br> McKenzie County, ND<br> North Reference Sheet for Sec. 20-T149N-R95W (Moberg 13-20Y2 PAD) - Moberg<br> 20-17-19-18LL - Original Wellbore<br> All data is in US Feet unless otherwise stated. Directions and Coordinates are relative to True North Reference.<br> Vertical Depths are relative to KB=26' @ 2378.00usft (Unit 121). Northing and Easting are relative to Moberg 20-17-19-18LL - Slot A2<br> Coordinate System is US State Plane 1983, North Dakota Northern Zone using datum North American Datum 1983, ellipsoid GRS 1980<br> Projection method is Lambert Conformal Conic (2 parallel)<br> Central Meridian is 100° 30' 0.000 W°, Longitude Origin:0° 0' 0.000 E°, Latitude Origin:48° 44' 0.000 N°<br> False Easting: 1,968,500.00usft, False Northing: 0.00usft, Scale Reduction: 0.99995783<br> Grid Coordinates of Well: 265,722.01 usft N, 1,383,729.55 usft E<br> Geographical Coordinates of Well: 47° 42' 13.49&quot; N, 102° 52' 31.28&quot; W<br> Grid Convergence at Surface is: -1.77°<br> Based upon Minimum Curvature type calculations, at a Measured Depth of 20,923.00usft<br> the Bottom Hole Displacement is 10,036.72usft in the Direction of 357.02° (True).<br> Magnetic Convergence at surface is: -9.67° (28 December 2014, , BGGM2014)<br> 10 March, 2015 - 16:32<br> Page 9 of 9<br> COMPASS<br> <hr> <A name=14></a>QEP Energy Company<br> Moberg 20-17-19-18LL<br> 235' FSL &amp; 550' FWL<br> SW SW Sec. 20, T149N, R95W<br> Grail &amp; Bear Den / Three Forks<br> McKenzie County, North Dakota<br> BOTTOM HOLE LOCATION:<br> 10,023.05' north &amp; 522.28' west of surface location or approx.<br> 250.62' FNL &amp; 27.72' FWL, NW NW Section 17, T149N, R95W<br> Prepared for:<br> Prepared by:<br> Richard Whittington<br> Eric Peters, Allen Gilbert, Eric Benjamin<br> QEP Energy Company<br> PO Box 80507; Billings, MT 59108<br> 1050 17th Street, Suite 500<br> 2150 Harnish Boulevard<br> Denver, CO 80265<br> Billings, MT. 59101<br> (406) 259-4124<br> <hr> <A name=15></a>WELL EVALUATION<br> QEP Energy Company<br> Moberg 20-17-19-18LL<br> Figure 1: Unit Rig #121 on the Moberg 20-17-19-18LL, Jan. 2015.<br> INTRODUCTION<br> QEP Energy Company's Moberg 20-17-19-18LL [SW SW Sec. 20, T149N, R95W] is located<br> approximately 25 miles southeast of Watford City, North Dakota. The Moberg 20-17-19-18LL<br> is proposed as a 1,280-acre stand up spacing unit that straddles 4 sections. The 10,000' lateral is<br> targeting the Three Forks Formation within the Grail &amp; Bear Den Fields of the Williston Basin.<br> This lateral will be drilled from south to north within sections 20, 17, 19 &amp; 18. Sections 20, 17 &amp;<br> 19 are within the Grail Field and section 18 in the Bear Den Field. The Moberg 20-17-19-18LL<br> will be the first of two Three Forks wells on the pad drilled to completion.<br> <hr> <A name=16></a>OFFSET WELLS<br> Primary offset wells used in correlation with the Moberg 20-17-19-18LL, were QEP Energy<br> Company's Moberg 3-20-21TH, Moberg 2-20-21TH, both located within 1,250' to the<br> northwest. The QEP Energy Company's Moberg 4-20/21H located north of the Moberg 20-21-<br> 29-28LL provided the third offset. These wells all included very similar isopach and interval<br> thicknesses. This information helped to determine relative projections and illustrations when<br> drilling the vertical, and building an accurate curve. All offsets were expected to provide reliable<br> data as they too were drilled into the Three Forks Formation.<br> OPERATIONS<br> The Moberg 20-17-19-18LL was spud on January 10, 2015 by Unit Drilling Rig #121.<br> Previously a 13 ½" hole was drilled with fresh water to 2,132' MD, and isolated with 9 5/8"<br> casing cemented to surface. Once the surface hole was complete, the drilling fluid was then<br> switched to diesel invert for the vertical and curve. The vertical hole was drilled to our kickoff<br> point for the curve build at 10,540' MD. Halliburton provided all tools, directional, and MWD<br> personnel. The gamma ray probe and curve assembly were picked up at kick off on January 16,<br> 2015, and the curve was completed at 11,360' MD on January 17, 2015. Upon completing the<br> curve 7' casing was set and cemented to 11,343' MD. A total of 5 BHA's were used to drill<br> surface hole to intermediate casing point.<br> Prior to drilling the lateral diesel based drilling fluid was changed over to salt water based<br> drilling fluid. The lateral section of the Moberg 20-17-19-18LL began on the 21st of January,<br> 2015 and would be the first lateral completed on the pad. The Moberg 20-17-19-18LL was<br> drilled from intermediate casing point to total depth using 2 BHA's at 20,923' MD and 11,016'<br> TVD in 7 drilling days, on the 26th of January, 2015 at 22:18 CT. The bottom hole is located at<br> 10,023.05' N &amp; 522.28' W of surface location or approximately 250.62' FNL &amp; 27.72' FWL, NW<br> NW Sec. 17, T149N, R95W.<br> GEOLOGY<br> Methods<br> All geologic personnel and analysis for Moberg 20-17-19-18LL was provided by Sunburst<br> Consulting, Inc. Our gas, rate of penetration, and all other drilling parameters were delivered via<br> Pason's electronic data recorder system. Total gas was measured in units, using a 10,000 unit<br> scale. Beginning at 6,000' MD, rig crews caught lagged samples at the direction of the well site<br> geologists. Samples were collected at 30' intervals throughout the vertical and curve. Two sets of<br> dry cuttings were collected for QEP Energy Company, one of which was sent to the North<br> Dakota Geological Survey. Rock cuttings were analyzed in wet and dry conditions under a<br> 20x60 power binocular microscope.<br> Prospective Intervals<br> The thickness of the Mission Canyon Formation was 597' TVD. The upper section varied from<br> lime wackestone to mudstone and contained dark brown algal laminations with fair amounts of<br> anhydrite throughout the formation. The middle to lower sections primarily consisted of<br> <hr> <A name=17></a>argillaceous limestone described as firm mudstone, light gray to tan in color with an earthy<br> texture. The Mission Canyon once again showed traces of light brown oil staining in the lower<br> half of the formation. Background gas throughout the formation remained between 100 to 300<br> units. Similar to the Moberg 20-21-29-28LL, gas throughout this formation was lower in<br> relation to other wells in the area.<br> The Lodgepole Formation was 866' TVD, and consisted of<br> argillaceous lime mudstone and wackestone. These samples are<br> described as light to medium gray, earthy in texture, and grading<br> from firm to moderately hard. It also included traces of algal<br> laminations and disseminated pyrite. Background gas in the<br> Lodgepole throughout the upper and middle sections once again<br> remained low between 100 to 300 units. The gas jumped quickly<br> at 10,619' MD to 750 units. This was the beginning of an ever<br> increasing trend of gas throughout the remainder of the vertical<br> and curve portions of the well. Gas held steadily near 500 units<br> until a measured depth of 10,888' where during a connection, gas<br> shot up to 5,581 units. It was at this depth the gas quickly<br> elevated and never dropped below 659 units, peaking at a<br> Figure 2: Limestone from the<br> respectable 4,348 units.<br> Lodgepole Formation.<br> The Scallion Member, located at the base of the Lodgepole<br> formation, was 12' TVD in thickness. This member is composed<br> of a moderately hard and platy limestone with waxy texture,<br> traces of nodular pyrite, and light brown oil staining. One<br> legitimate show of gas occurred at 11,020' MD which reached<br> 2,654 units.<br> The Upper Bakken Shale was 20' TVD in thickness and made up<br> of soft to friable sub-blocky and petroliferous black shale. This<br> shale has a consistent distribution of disseminated pyrite. The<br> Upper Bakken Shale's high gamma signature and abundant oil<br> shows are distinguishing characteristics. Also common for this<br> area is a high concentration of gas which averaged over 4,000<br> Figure 3: Upper Bakken Shale<br> units, and peaked at 5,909 units.<br> The Middle Bakken was 39' in thickness. The upper most<br> portion of the Middle Bakken consists most notably of<br> carbonaceous and calcareous siltstone. This upper facies was<br> described as being medium gray to dark gray in color, soft,<br> showing common spotty brown oil stain, and having calcareous<br> cement. Underlying the siltstone facies lies a limestone interval<br> with abundant fossil fragments and oil staining. This interval,<br> also known as "packstone", has a hard waxy texture and typically<br> difficult to drill in. The lower portion of the Middle Bakken is<br> silty sandstone which emits a "ratty" gamma signature consisting<br> of API peaks tightly alternating from 70 to 90 units. The lower<br> Figure 4: Silty sandstone from<br> the Middle Bakken.<br> <hr> <A name=18></a>facies is defined as a light to medium gray-brown silty<br> sandstone. It ranges from fine to very fine grained, and consists<br> of calcareous cement, intergranular porosity and traces of light<br> brown oil staining. Background gases here remained well<br> elevated, averaging over 4,400 units.<br> The Lower Bakken Shale was drilled for 32' TVD, and 95' of<br> MD. This shale was dark brown to black, sub-blocky, with an<br> earthy texture. It is also carbonaceous and highly petroliferous.<br> Background gases throughout the Lower Bakken Shale<br> averaged over 4,200 units, and peaked on a connection at<br> 11,199' MD at 4,850 units.<br> Figure 5: Black shale from the<br> Lower Bakken.<br> Three Forks target geology &amp; gas show<br> The target zone within this Three Forks lateral was set at 20'<br> thick. The top of the target window starts at the "hot" gamma<br> ray marker, or approximately 10' below the Lower Bakken<br> Shale. This high gamma ray signature consists of light blue to<br> light green shale with traces of interbedded dolomite, and<br> creates a signature marker for positioning within the target. The<br> next 20' TVD of isopach consists of laminated shale and<br> dolomite which QEP refers to as the "laminated section". This<br> interval is described as light blue to light green calcareous shale<br> with interbedded tan to brown dolomite. Underlying the<br> "laminated section" is the "massive dolomite" which consists of<br> soft argillaceous tan dolomite with abundant unconsolidated and<br> well disseminated sandstone.<br> Figure 6: Dolomitic siltstone<br> within the Three Forks.<br> Samples collected during the extent of the lateral consisted primarily of light blue shale and tan<br> dolomite. The dolomite within the samples varied, which graded from non-calcareous<br> mineralized dolomite to soft and slightly calcareous argillaceous dolomite. The more dolomitized<br> rock appeared darker in color and typically ranged from medium to dark brown. Throughout the<br> target zone, disseminated pyrite and oil staining was evident in the samples. Color variations of<br> the rocks helped determine target positioning throughout the lateral.<br> Background gas in the first part of the lateral remained between 1,000 to 1,500 units. The first<br> significant gas show appeared at 14,100' to 16,200', where the wellbore dropped near the bottom<br> of target zone. Gas within this show ranged from 2,000 to 6,000 units. Upon contact with the<br> bottom portion of the target, massive gas increases were seen throughout the middle portion of<br> the lateral. The latter part of the lateral was drilled in the middle to upper portion of the target<br> zone where gas shows were noticeably less intense ranging from 700 to 1,100 units.<br> <hr> <A name=19></a>GEO-STEERING<br> QEP's pre-drill plan for the Moberg 20-17-19-18LL suggested a regional 0.02° upward dip for a<br> majority of the lateral. The hot gamma ray marker consistent with the top of the target was not<br> encountered during the lateral however the "massive dolomite" was briefly encountered three<br> times providing great stratigraphic positioning for geo-steering. The "massive dolomite" was<br> very close to QEP's structural pre-drill estimations. Due to the close relativity of structure and<br> dip pre-drill estimations, only very slight changes were made throughout the lateral to adjust the<br> planned profile. Attempts were made to correlate repeating gamma signatures as well as sample<br> cutting analysis to determine wellbore positioning within the target zone. Overall regional dip for<br> the Moberg 20-17-19-18LL was 0.20° upward with 34' TVD of structural ascension. The lateral<br> was successfully geosteered 98% within the target zone by QEP's geology team, Sunburst<br> Consulting and Halliburton's directional drillers<br> QEP Energy Company<br> Moberg 20-17-19-18LL<br> SW SW Sec. 20, T149N, R95W<br> S<br> DIP PROFILE<br> McKenzie County, ND<br> N<br> 10920<br> Overall Regional Dip = 0.20°<br> 140<br> 10940<br> 120<br> 10960<br> 100<br> )VD </span><span class="ft6">10980<br> (T<br> 80<br> amma<br> epth<br> G<br> D </span><span class="ft6">11000<br> 60<br> 11020<br> 40<br> 0.18° up<br> 0.19° up<br> 11040<br> 20<br> 0.37° up<br> 0.11° up<br> 11060<br> 0<br> 11100<br> 11600<br> 12100<br> 12600<br> 13100<br> 13600<br> 14100<br> 14600<br> 15100<br> 15600<br> 16100<br> 16600<br> 17100<br> 17600<br> 18100<br> 18600<br> 19100<br> 19600<br> 20100<br> 20600<br> Measured Depth<br> Wellbore<br> LBS<br> Target Top<br> Mass. Dol.<br> Target Floor<br> Gamma<br> Figure 7: Cross-sectional interpretation of the Moberg 20-17-19-18LL lateral with stratigraphic position and<br> apparent dip.<br> <hr> <A name=20></a>SUMMARY<br> The Moberg 20-17-19-18LL vertical and curve was drilled from spud to Intermediate Casing<br> Point in 9 drilling days. The curve was landed as planned on January 17, 2015.<br> Samples within the lower Lodgepole Formation showed spotty oil staining, upon reaching the<br> Upper Bakken and Lower Bakken Shale members abundant oil was observed at the shakers and<br> in cuttings with slight oil pooling observed in the shakers. Sample cuttings throughout the target<br> zone also showed consistent spotty brown oil stain. Background and connection gas increased<br> significantly from 14,100' to 16,200' MD reaching up to 6,000 units.<br> The Moberg 20-17-19-18LL lateral was drilled from Intermediate Casing Point to Total Depth in<br> 7 drilling days for a total of 18 drilling days from spud to finish. The lateral reached TD at<br> 20.923' MD on the 26th of January, 2015. Overall the Moberg 20-17-19-18LL was drilled<br> successfully 98% within the designated target zone, and shows good potential for production.<br> Respectfully,<br> Eric Peters<br> Sunburst Consulting, Inc.<br> January 27, 2015<br> <hr> <A name=21></a>WELL DATA SUMMARY<br> OPERATOR:<br> QEP Energy Company<br> ADDRESS:<br> 1050 17th Street, Suite 500<br> Denver, CO 80265<br> WELL NAME:<br> Moberg 20-17-19-18LL<br> API #:<br> 33-053-06293<br> WELL FILE NDIC#:<br> 29450<br> SURFACE LOCATION:<br> 235' FSL &amp; 550' FWL<br> SW SW Sec. 20, T149N, R95W<br> FIELD/ OBJECTIVE:<br> Grail &amp; Bear Den / Three Forks<br> COUNTY, STATE<br> McKenzie County, North Dakota<br> BASIN:<br> Williston<br> WELL TYPE:<br> Three Forks Horizontal<br> ELEVATION:<br> GL: 2,352'<br> KB: 2,378'<br> SPUD/ RE-ENTRY DATE:<br> Spud on 12/28/2014, Re-Entry 1/10/15<br> BOTTOM HOLE LOCATION:<br> 10,023.05' north &amp; 522.28' west of surface location or approx.<br> 250.62' FNL &amp; 27.72' FWL, NW NW Section 17, T149N, R95W<br> CLOSURE COORDINATES:<br> Closure Azimuth: 357.01°<br> Closure Distance: 10,036.64'<br> TOTAL DEPTH / DATE:<br> 20,923' on January 26, 2015<br> 100% within target interval<br> TOTAL DRILLING DAYS:<br> 18 days<br> CONTRACTOR:<br> Unit#121<br> <hr> <A name=22></a>PUMPS:<br> TFI 1600 (stroke length - 12&quot;)<br> TOOLPUSHERS:<br> Ronnie White, Justin Barker<br> FIELD SUPERVISORS:<br> Mike Mello, John E. Smith, Justin Clyde, Robert Loftice<br> CHEMICAL COMPANY:<br> Baroid<br> MUD ENGINEER:<br> James Sanford<br> MUD TYPE:<br> Fresh water in surface hole<br> Diesel invert in curve; Salt water in lateral<br> MUD LOSSES:<br> Invert Mud: 587 bbls., Salt Water: Not tracked<br> PROSPECT GEOLOGIST:<br> Richard Whittington<br> WELLSITE GEOLOGISTS:<br> Eric Peters, Allen Gilbert, Eric Benjamin<br> GEOSTEERING SYSTEM:<br> Sunburst Digital Wellsite Geological System<br> ROCK SAMPLING:<br> 30' from 6,000' - 11,360'<br> 100' from 11,360 - 20,923' (TD)<br> SAMPLE EXAMINATION:<br> Binocular microscope &amp; fluoroscope<br> SAMPLE CUTS:<br> Trichloroethylene<br> GAS DETECTION:<br> Pason total gas detection<br> ELECTRIC LOGS:<br> None<br> DRILL STEM TESTS:<br> None<br> DIRECTIONAL DRILLERS:<br> Halliburton<br> Jack Helmsing, Bob Balbinot, Enoch Wipf<br> MWD:<br> Halliburton<br> Ramgopal Jauhri, Jordan Elmiger, Patrick Redington<br> <hr> <A name=23></a>CASING:<br> Surface: 9 5/8&quot; 36# J-55 set to 2,135'<br> Intermediate: 7&quot; 32# HCP-110 set to 11,343'<br> SAFETY/ H</span><span class="ft2">2</span><span class="ft0">S MONITORING:<br> Total Safety<br> KEY OFFSET WELLS:<br> QEP Energy Company<br> Moberg 3-20-21TH<br> SW SW Sec. 20, T149N, R95W<br> McKenzie County, ND<br> KB: 2,367'<br> Helis Oil &amp; Gas Company<br> Moberg 4-20/21H<br> NW NW Sec. 20, T149N, R95W<br> McKenzie County, ND<br> KB: 2,374'<br> QEP Energy Company<br> Moberg 2-20-21TH<br> NW SW Sec. 20, T149N, R95W<br> McKenzie County, ND<br> KB: 2,367'<br> <hr> <A name=24></a><hr> <A name=25></a><hr> <A name=26></a><hr> <A name=27></a><hr> <A name=28></a><hr> <A name=29></a><hr> <A name=30></a><hr> <A name=31></a>TIME VS. DEPTH<br> QEP Energy Company<br> Moberg 20-17-19-18LL<br> 0<br> Spud the well, TIH bit #1 @ 106'<br> 1000<br> TIH bit #2 @ 2,135' for vertical section<br> 2000<br> TIH bit #3 @ 2,233' for vertical section<br> 3000<br> 4000<br> 5000<br> 6000<br> 7000<br> TITH bit #4 @ 8,361' due to slow ROP<br> 8000<br> ft)(<br> 9000<br> h<br> eptD<br> TITH bit #5 @ 10,508' for curve BHA<br> 10000<br> TITH bit #6 @ 11,360' for lateral BHA<br> 11000<br> Intermediate Casing:<br> 12000<br> 7&quot; set to 11,343'<br> 13000<br> 14000<br> 15000<br> 16000<br> 17000<br> 18000<br> TITH bit #7 @ 19,282' mwd failure<br> 19000<br> 20000<br> TD of 20,923' - January 26, 2015<br> 21000<br> 0<br> 2<br> 4<br> 6<br> 8<br> 10<br> 12<br> 14<br> 16<br> 18<br> <hr> <A name=32></a>on<br> a<br> e<br> s<br> s<br> s<br> s<br> s<br> s<br> s<br> k<br> k<br> k<br> k<br> k<br> k<br> k<br> ation<br> e<br> us<br> r<br> any<br> or<br> or<br> or<br> or<br> or<br> or<br> or<br> rre<br> rre<br> don<br> e<br> m<br> F<br> F<br> F<br> F<br> F<br> F<br> F<br> ie<br> C<br> ie<br> agl<br> roup<br> yl<br> P<br> P<br> E<br> ier<br> innel<br> G<br> T<br> ion<br> ee<br> ee<br> ee<br> ee<br> ee<br> ee<br> ee<br> For<br> R<br> M<br> s<br> hr<br> hr<br> hr<br> hr<br> hr<br> hr<br> hr<br> is<br> Lodgepol<br> T<br> T<br> T<br> T<br> T<br> T<br> T<br> M<br> e,<br> H<br> -<br> er<br> p<br> f<br> O<br> o<br> f,<br> hol<br> lug,<br> and<br> O<br> t<br> of<br> ,<br> e<br> and<br> of<br> s<br> eam<br> T<br> H<br> k<br> rill<br> /U<br> at<br> A<br> op<br> pum<br> ed<br> r<br> ,<br> t<br> p<br> ,<br> -<br> O<br> P<br> new<br> ul<br> H<br> k<br> -7809'<br> ill8306'<br> /U<br> tions<br> s<br> e,<br> and<br> eep,<br> O<br> pac<br> t,ds<br> ig,<br> irc<br> B<br> dr<br> P<br> ey<br> 13148'<br> ,<br> v<br> fac<br> w<br> up<br> et<br> e<br> 16102,<br> r<br> and<br> pac<br> tions<br> s<br> and<br> pum<br> ll,T<br> ig<br> pe<br> e<br> ,10'<br> ur<br> k<br> c<br> out<br> k<br> ig<br> ig,<br> IH<br> ur<br> ool<br> s<br> /s<br> tt<br> tions<br> e<br> pi<br> r<br> at<br> s<br> t<br> h<br> or<br> ey<br> r<br> r<br> T<br> onnec<br> nt<br> v<br> e<br> ill7387'<br> e<br> up,<br> s<br> ill10341'<br> o<br> at<br> p<br> illpi<br> ,fi<br> ic<br> rac<br> and<br> s<br> ,<br> t<br> D<br> ap,<br> oi<br> k<br> t<br> itc<br> y<br> ,c<br> dr<br> ,w<br> onnec<br> ur<br> at<br> dr<br> at<br> e<br> W<br> ul<br> c<br> j<br> c<br> /12677-<br> /15788-<br> ud<br> w<br> s<br> s<br> ic<br> ,<br> ic<br> bl<br> and<br> ,dr<br> n<br> a<br> lubr<br> c<br> tom<br> s<br> M<br> onnec<br> irc<br> pum<br> ng<br> tr<br> illf<br> illf<br> ,<br> hoe<br> m<br> -s<br> fac<br> c<br> k<br> ey<br> em<br> ing<br> ,c<br> e<br> s<br> v<br> ion<br> ubr<br> tions<br> ubr<br> s<br> -9169'<br> ey<br> ,<br> v<br> ur<br> s<br> as<br> o<br> dr<br> dr<br> y<br> ut<br> or<br> and<br> ,l<br> ,l<br> bot<br> tions<br> up/<br> dow<br> h<br> c<br> tion<br> ur<br> s<br> iat<br> e<br> ur<br> -s<br> s<br> c<br> landi<br> s<br> e,<br> e,<br> ar<br> ent<br> w<br> s<br> ey<br> at<br> ase<br> s<br> er<br> hange<br> v<br> n<br> lay<br> t<br> icv<br> ic<br> m<br> ey<br> ul<br> 8361'<br> at<br> tom<br> irc<br> ,<br> u<br> v<br> and<br> em<br> ondi<br> ion<br> v<br> ,dev<br> tions<br> onnec<br> tions<br> ,c<br> -10750'<br> ur<br> c<br> er<br> er<br> ur<br> onnec<br> irc<br> hol<br> ill<br> w<br> y<br> /s<br> ent<br> lip<br> c<br> c<br> tional<br> iat<br> c<br> dow<br> s<br> dr<br> ,c<br> and<br> p<br> bl<br> bot<br> rillo<br> s<br> Sum<br> s<br> s<br> n,<br> ,c<br> e<br> ing,<br> d<br> ig<br> ig<br> rec<br> lay<br> onnec<br> and<br> onnec<br> H<br> tom<br> pm<br> ,<br> ,r<br> ty<br> ion<br> -5359'<br> em<br> tions<br> at<br> as<br> ,r<br> ng,<br> illout<br> gai<br> di<br> ,dev<br> c<br> s<br> c<br> O<br> tions<br> s<br> s<br> ul<br> c<br> IH<br> s<br> ivi<br> hi<br> e<br> ,<br> iat<br> O<br> bot<br> ,pum<br> ill10508'<br> ton,<br> equi<br> T<br> ey<br> ey<br> ,dr<br> ey<br> s<br> ur<br> or<br> v<br> head,<br> -10119'<br> as<br> v<br> e<br> irc<br> un<br> h<br> v<br> r<br> IH<br> s<br> ot<br> 5075'<br> and<br> and<br> ,T<br> ey<br> s<br> ur<br> s<br> ing<br> onnec<br> v<br> v<br> ,dr<br> onnec<br> ,c<br> ur<br> libur<br> ing<br> is<br> 14120'<br> ur<br> 17150'<br> RY<br> rAct<br> bus<br> es<br> -3557'<br> ,dev<br> ill<br> s<br> ts<br> new<br> ur<br> IH<br> c<br> in<br> /s<br> /s<br> H<br> m<br> ey<br> ey<br> al<br> at<br> ,c<br> ur<br> ng,<br> as<br> ear<br> t,T<br> pr<br> or<br> dr<br> v<br> c<br> c<br> ,f<br> ion<br> v<br> s<br> up<br> ot<br> s<br> T<br> tom<br> hi<br> hal<br> A<br> ill9699'<br> n<br> e<br> 24<br> w<br> n<br> tes<br> f<br> ur<br> ur<br> e<br> r<br> /U<br> tions<br> H<br> -5075'<br> iat<br> dr<br> P<br> ig,<br> in<br> tions<br> ill2438'<br> tion,<br> s<br> s<br> ak<br> r<br> bot<br> bus<br> f/13148-<br> f/16102-<br> M<br> eat<br> hoot<br> out<br> and<br> landed,<br> s<br> O<br> ough<br> e<br> o<br> -10341'<br> t<br> dow<br> dow<br> rilll<br> ill<br> ill<br> s<br> and<br> O<br> ion<br> ion<br> -m<br> e<br> e<br> ,dr<br> pec<br> -6449'<br> at<br> ,dev<br> thr<br> k<br> pe,<br> and<br> v<br> ear<br> d<br> onnec<br> D<br> iat<br> iat<br> ic<br> ay<br> onnec<br> or<br> pi<br> tions<br> ur<br> rig<br> l<br> lip<br> ,dr<br> ,dr<br> ing,<br> or<br> -11223'<br> ribe<br> ll,T<br> ns<br> lw<br> c<br> -2233'<br> ill3557'<br> er<br> k<br> t,<br> ,c<br> s<br> s<br> oubl<br> W<br> i<br> w<br> hange<br> -9699'<br> ot<br> ubr<br> /c<br> ream<br> t/s<br> as<br> c<br> pi<br> e<br> 5359'<br> at<br> or<br> es<br> ng,<br> ey<br> ey<br> -s<br> ,t<br> h/<br> ld<br> ,l<br> u<br> tM<br> ,dr<br> ill<br> ,dev<br> -7387'<br> ,dev<br> ,c<br> m<br> ,pul<br> t<br> hi<br> c<br> v<br> v<br> tc<br> s<br> ak<br> w<br> w<br> ill10119'<br> onnec<br> ut<br> as<br> A<br> ,<br> es<br> e<br> D<br> ur<br> ur<br> SUM<br> es<br> tional<br> IH<br> c<br> w<br> 12677'<br> 15788,<br> ool<br> tom<br> br<br> ,dr<br> dr<br> ,c<br> H<br> ing,<br> /s<br> /s<br> ill2135'<br> bui<br> ,t<br> eam<br> at<br> eam<br> ill9169'<br> ill10750'<br> -11360'<br> ,<br> bus<br> B<br> IH<br> up<br> ,t<br> t<br> -2438'<br> and<br> r<br> ig,<br> -7167'<br> -8306'<br> ul<br> rec<br> ,T<br> r<br> ig,<br> P<br> ,L/<br> ts<br> s<br> as<br> ,T<br> ig<br> P<br> up,<br> IH<br> k<br> bot<br> r<br> ill7167'<br> H<br> and<br> irc<br> s<br> O<br> ,dr<br> er<br> r<br> ,dr<br> al<br> D<br> c<br> ear<br> 11522'<br> T<br> r<br> O<br> t,dr<br> s<br> T<br> o<br> e<br> tions<br> e<br> O<br> ing<br> er<br> A<br> tions<br> tions<br> t<br> c<br> ar<br> s<br> at<br> /K<br> s<br> dr<br> ,di<br> j<br> and<br> lip<br> s<br> w<br> H<br> &amp;<br> tional<br> at<br> ,<br> H<br> at<br> O<br> e<br> as<br> ,L/<br> l<br> /11600-<br> /14500-<br> tB<br> tes<br> bac<br> ent<br> ic<br> h<br> ey<br> w<br> ic<br> ey<br> H<br> ent<br> B<br> R<br> id<br> tom<br> e<br> e,<br> O<br> v<br> ,s<br> v<br> c<br> tal<br> k<br> es<br> rec<br> IT<br> rill2233'<br> ribe,<br> as<br> c<br> eam<br> onnec<br> rill6449'<br> iv<br> rill7809'<br> O<br> ur<br> pot<br> ll,T<br> IH<br> ur<br> rill11138'<br> O<br> em<br> em<br> /U<br> rillf<br> onnec<br> rillf<br> onnec<br> S<br> T<br> di<br> F<br> D<br> bot<br> s<br> hol<br> R<br> lubr<br> c<br> D<br> dr<br> D<br> 8361'<br> T<br> under<br> W<br> s<br> S<br> lubr<br> 10508'<br> pi<br> T<br> s<br> D<br> abov<br> run<br> T<br> c<br> C<br> ins<br> P<br> f/11360-<br> D<br> c<br> D<br> c<br> M<br> 0<br> PO<br> GP<br> 435<br> 551<br> 580<br> 551<br> 551<br> 551<br> 551<br> 475<br> 493<br> 291<br> 296<br> 300<br> 2<br> 0<br> RE<br> SPM<br> 75<br> 95<br> 100<br> 95<br> 95<br> 95<br> 95<br> 82<br> 85<br> 1<br> 0<br> G<br> SPM<br> 75<br> 95<br> 100<br> 95<br> 95<br> 95<br> 95<br> 82<br> 85<br> 101<br> 102<br> 101<br> IN<br> PP<br> 0<br> 1800<br> 2650<br> 3030<br> 3020<br> 3050<br> 2800<br> 3000<br> 2500<br> 3000<br> 2623<br> 3290<br> 3760<br> M<br> 0<br> RN<br> RP (MM)<br> 131<br> 165<br> 168<br> 160<br> 160<br> 160<br> 160<br> 233<br> 242<br> 233<br> 237<br> 240<br> O<br> M T)<br> 0<br> M<br> RP (R<br> 40<br> 55<br> 55<br> 55<br> 55<br> 50<br> 50<br> 37<br> 36<br> 22<br> 36<br> 40<br> BO lbs)<br> 0<br> 0<br> 0<br> W<br> 13<br> 23<br> 42<br> 28<br> 20<br> 15<br> 15<br> 52<br> 66<br> 55<br> (K MM<br> BO lbs)<br> 0<br> W<br> RT<br> 15<br> 20<br> 20<br> 38<br> 40<br> 25<br> 35<br> 25<br> 25<br> 10<br> 27<br> 30<br> (K<br> t#<br> 1<br> 2<br> 3<br> 3<br> 3<br> 3<br> 4<br> 4<br> 4<br> 4<br> 5<br> 5<br> 5<br> Bi<br> 2/<br> rH age 0<br> 0<br> 0<br> 24<br> 108<br> 1324<br> 2892<br> 1360<br> 552<br> 1338<br> 809<br> 715<br> 137<br> 162<br> 2598<br> 3030<br> Foot<br> h<br> s)<br> ept<br> 125'<br> 233'<br> 557'<br> 449'<br> 809'<br> 361'<br> 699'<br> 508'<br> 223'<br> 360'<br> 360'<br> 360'<br> 522'<br> 120'<br> 150'<br> D (0600 Hr<br> 2,<br> 2,<br> 3,<br> 6,<br> 7,<br> 8,<br> 9,<br> 10,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 14,<br> 17,<br> eat<br> 9<br> 10<br> 11<br> 12<br> 13<br> 14<br> 15<br> 16<br> 17<br> 18<br> 19<br> 20<br> 21<br> 22<br> 23<br> D 2015<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> 1/<br> yDa 0<br> 1<br> 2<br> 3<br> 4<br> 5<br> 6<br> 7<br> 8<br> 9<br> 10<br> 11<br> 12<br> 13<br> 14<br> <hr> <A name=33></a>s<br> s<br> s<br> s<br> k<br> k<br> k<br> k<br> ation<br> or<br> or<br> or<br> or<br> m<br> F<br> F<br> F<br> F<br> ee<br> ee<br> ee<br> ee<br> For<br> hr<br> hr<br> hr<br> hr<br> T<br> T<br> T<br> T<br> ,<br> IH<br> ,<br> ,<br> ,<br> T<br> H<br> H<br> ps<br> hoot<br> hoot<br> e,<br> s<br> O<br> s<br> O<br> /20450-<br> e<br> T<br> e<br> T<br> tand,<br> abl<br> e,<br> e,<br> illf<br> s<br> 18415'<br> pum<br> c<br> ap<br> roubl<br> ppl<br> roubl<br> ppl<br> dr<br> out<br> w<br> ,t<br> ,t<br> e,<br> s<br> ni<br> s<br> ni<br> ic<br> t,s<br> hange<br> v<br> rip<br> /18269-<br> is<br> ey<br> trip<br> ey<br> trip<br> er<br> l<br> ,c<br> v<br> l<br> v<br> l<br> s<br> hangec tt<br> illf<br> a<br> s<br> ur<br> ur<br> er<br> tal<br> tal<br> /s<br> /s<br> hor<br> dr<br> dat<br> /rig<br> ins<br> ins<br> pe/<br> s<br> y<br> e,<br> e<br> duc<br> pi<br> ar<br> ic<br> tions<br> tions<br> v<br> 20205'<br> tions<br> lug,<br> m<br> er<br> oggl<br> rans<br> head/<br> head/<br> tand<br> sp<br> s<br> ,t<br> t<br> T<br> T<br> s<br> onnec<br> O<br> onnec<br> O<br> n<br> Sum<br> ig<br> et<br> onnec<br> i<br> ,r<br> k<br> ,c<br> ,c<br> /19509-<br> pum<br> ty<br> s<br> lR<br> lR<br> ,c<br> hange<br> illf<br> s<br> ring<br> ivi<br> RY<br> ey<br> gas<br> v<br> c<br> ey<br> up,<br> or<br> o<br> ,pul<br> ,pul<br> ,dr<br> v<br> o-<br> s<br> ur<br> t<br> 19278'<br> D<br> D<br> IH<br> 19278'<br> IH<br> ur<br> rAct<br> /s<br> ens<br> ine<br> W<br> W<br> /s<br> tom<br> H<br> A<br> T<br> T<br> s<br> l<br> M<br> M<br> hange<br> bot<br> 24<br> M<br> tions<br> ud<br> H<br> H<br> low<br> /18708-<br> ,c<br> O<br> lipe,<br> /18708-<br> O<br> lipe,<br> tions<br> s<br> f<br> m<br> /s<br> /s<br> irc<br> n<br> O<br> O<br> ey<br> /O<br> 18666'<br> illf<br> illf<br> T<br> ut<br> T<br> ut<br> v<br> ,c<br> onnec<br> c<br> c<br> dr<br> D<br> t,<br> dr<br> t,<br> onnec<br> ur<br> ,c<br> ,Cs dow<br> c<br> /s<br> ,T<br> ub,<br> up,<br> up,<br> s<br> es<br> ub,<br> s<br> es<br> ey<br> ow<br> SUM<br> v<br> /18269-<br> s<br> ,t<br> s<br> ,t<br> A<br> A<br> 923'<br> ur<br> bl<br> er<br> tom<br> er<br> tom<br> tions<br> 18269'<br> illf<br> H<br> H<br> /s<br> av<br> av<br> 20450,<br> 20,<br> T<br> B<br> B<br> tand,<br> dr<br> s<br> bot<br> s<br> bot<br> s<br> /O<br> irc<br> out<br> /O<br> irc<br> out<br> onnec<br> R<br> tions<br> c<br> c<br> c<br> /17233-<br> tand,<br> X<br> X<br> h<br> ,<br> ,<br> /20205-<br> D<br> h<br> D<br> /20545-<br> lone<br> s<br> s<br> s<br> rillf<br> onnec<br> ini<br> W<br> hange<br> ini<br> W<br> hange<br> rillf<br> illf<br> D<br> c<br> pul<br> one<br> F<br> M<br> c<br> F<br> M<br> c<br> D<br> 20545,<br> dr<br> M<br> PO<br> GP<br> 304<br> 299<br> 219<br> 287<br> 2<br> RE<br> 0<br> SPM<br> 72<br> 98<br> 1<br> G<br> 0<br> 0<br> SPM<br> 102<br> 103<br> IN<br> PP<br> 3050<br> 3050<br> 2515<br> 4500<br> M<br> RN<br> RP (MM)<br> O<br> 243<br> 242<br> 177<br> 232<br> M T)<br> M<br> RP (R<br> 33<br> 11<br> 38<br> 32<br> BO lbs)<br> W<br> 66<br> 75<br> 20<br> 64<br> (K MM<br> BO lbs)<br> W<br> RT<br> 30<br> 29<br> 26<br> 23<br> (K<br> t#<br> 5<br> 6<br> 6<br> 6<br> Bi<br> 5/<br> rH age<br> 24<br> 1516<br> 616<br> 743<br> 898<br> Foot<br> h<br> s)<br> ept<br> 666'<br> 282'<br> 025'<br> 923'<br> D (0600 Hr<br> 18,<br> 19,<br> 20,<br> 20,<br> eat<br> 24<br> 25<br> 26<br> 27<br> D 2015<br> 1/<br> 1/<br> 1/<br> 1/<br> yDa<br> 15<br> 16<br> 17<br> 18<br> <hr> <A name=34></a>s)<br> 1<br> 7<br> 2<br> 6<br> 8<br> 7<br> 9<br> 9<br> 7<br> 4<br> 9<br> 7<br> 2<br> 0<br> ain/<br> -<br> -<br> -<br> -<br> -/<br> -/<br> 3<br> 9<br> -/<br> -/<br> 3<br> 3<br> 5<br> 2<br> 2<br> 3<br> 3<br> G Loss (bbl<br> -/<br> -/<br> -/<br> -/<br> -/<br> -/<br> -/<br> -/<br> -/<br> -/122.<br> -/69.<br> -/69.<br> -/33.<br> -/67.<br> -/108<br> y<br> rical<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> 970<br> 971<br> 950<br> 950<br> 1098<br> 985<br> 908<br> 700<br> 750<br> Elect Stabilit)<br> / (%<br> 8<br> 9<br> 0<br> 1<br> 8<br> 8<br> 3<br> -<br> -<br> -<br> -<br> -<br> 8.<br> 8.<br> 8.<br> 9.<br> 9<br> 8.<br> 8<br> -<br> -<br> 8.<br> 8.<br> 9.<br> -<br> -<br> 2/<br> /-<br> 8/<br> 2/<br> 8/<br> 8/<br> LGS SG<br> 5/<br> 5/<br> 8/<br> 6/<br> 3/<br> 8/<br> 1/<br> 1/<br> 3/<br> 9/<br> 8/<br> 1.<br> .3<br> 2.<br> 2.<br> 0.<br> 0.<br> H<br> 2.<br> 2.<br> 2.<br> 2.<br> 2.<br> 2.<br> 3.<br> -<br> L)<br> Cl g/<br> -<br> -<br> 42k<br> 42k<br> 43k<br> 47k<br> 45k<br> 45k<br> 48k<br> 47k<br> 45k<br> (m<br> 151k<br> 133k<br> 132k<br> 130k<br> 147k<br> 175k<br> 177k<br> 146k<br> )<br> e bbl 76 76 63 24 76 63 63 24 63<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> 3.<br> 3.<br> 3.<br> 3.<br> 3.<br> 3.<br> 3.<br> 3.<br> 3.<br> Excess Lim (lb/<br> r. ids )<br> 4<br> 4<br> 9<br> 7<br> 5<br> 9<br> 7<br> -<br> -<br> 2<br> 3<br> 8<br> 2<br> 1<br> 8<br> 8<br> 8<br> RY </span><span class="ft0">Co (%<br> 12<br> 13<br> 1.<br> 0.<br> 2.<br> 2.<br> 0.<br> 0.<br> 0.<br> Sol<br> 11.<br> 11.<br> 10.<br> 11.<br> 11.<br> 11.<br> 11.<br> A<br> )<br> M </span><span class="ft0">ake HP 1 2 2 2 2 2 2 2 2 - - - - - - - - - -<br> C (API/<br> -/<br> -/<br> -/<br> -/<br> -/<br> -/<br> -/<br> -/<br> -/<br> HT<br> M </span><span class="ft0">/ ) 4 5 5<br> (%<br> 5<br> 14<br> 14<br> AP<br> vol<br> 14.<br> 14.<br> 3/<br> 14.<br> 13<br> 13.<br> 14<br> 3/<br> 14<br> -<br> -<br> 86<br> 90<br> 88<br> 88<br> 88<br> 86<br> 86<br> 86<br> N 20<br> 3/<br> 3/<br> 8/<br> SU </span><span class="ft0">H by<br> 73/<br> 72/<br> 71/<br> 5/<br> 2/<br> 2/<br> 2/<br> 2/<br> 2/<br> 3/<br> 3/<br> 72.<br> 72.<br> 73.<br> 71.<br> 73/<br> 72.<br> 0<br> 6<br> 7<br> 8<br> 1<br> 6<br> 3<br> 2<br> 5<br> D </span><span class="ft0">/H</span><span class="ft1">2 </span><span class="ft2">16. 16. 16 16. 15. 15. 16. 16. 16.<br> atio)<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> 3/<br> 3/<br> 2/<br> 9/<br> 4/<br> 7/<br> 8/<br> 5/<br> U </span><span class="ft0">AP (r<br> 84/<br> N<br> 83.<br> 83.<br> 83.<br> 84.<br> 84.<br> 83.<br> 83.<br> 83.<br> M<br> 5<br> 22<br> 23<br> 24<br> 24<br> 25<br> 24<br> 28<br> 25<br> 28<br> -<br> -<br> 2.<br> 2<br> 2<br> 2<br> 2<br> 2<br> 3<br> 3<br> 600/ 300<br> 5/<br> 4/<br> 3/<br> 3/<br> 3/<br> 3/<br> 3/<br> 3/<br> 37/<br> 37/<br> 39/<br> 39/<br> 41/<br> 40/<br> 46/<br> 40/<br> 46/<br> 4.<br> LY<br> )<br> AI </span><span class="ft0">(lbs/ </span><span class="ft1">2 </span><span class="ft0">ft 17 18 18 18 18 19 19 19 19<br> s<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> el<br> 16/<br> 16/<br> 16/<br> 16/<br> 16/<br> 17/<br> 17/<br> 16/<br> 17/<br> D </span><span class="ft0">G 100 8/ 8/ 8/ 8/ 8/ 8/ 8/ 8/ 9/<br> s/(lb ft2) 9 9 9 9 9 8 10 10 10<br> -<br> -<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> YP 100<br> PV P)<br> -<br> -<br> (c<br> 14<br> 14<br> 15<br> 15<br> 16<br> 16<br> 18<br> 15<br> 18<br> 2<br> 2<br> 1<br> 1<br> 1<br> 1<br> 1<br> 1<br> SVI<br> -<br> -<br> (sec/ qt)<br> 90<br> 90<br> 65<br> 53<br> 49<br> 49<br> 52<br> 57<br> 54<br> 28<br> 28<br> 27<br> 28<br> 28<br> 26<br> 27<br> 27<br> ud T<br> 5<br> 5<br> 3<br> 6<br> 6<br> 5<br> 6<br> 55<br> 8<br> -<br> -<br> 7<br> 5<br> 8<br> 7<br> 7<br> 6<br> 7<br> 9<br> M W (ppg)<br> 10.<br> 10.<br> 10.<br> 10.<br> 10.<br> 10.<br> 10.<br> 9.<br> 9.<br> 9.<br> 9.<br> 9.<br> 9.<br> 9.<br> 9.<br> 10.<br> 10.<br> h<br> ud<br> 354'<br> 778'<br> 360'<br> 360'<br> 360'<br> 360'<br> 122'<br> 809'<br> 256'<br> 500'<br> 593'<br> 228'<br> 593'<br> M ept<br> 230'<br> 315'<br> 466'<br> 475'<br> 361'<br> 228'<br> D<br> 2,<br> 2,<br> 5,<br> 7,<br> 8,<br> 9,<br> 10,<br> 10,<br> 11,<br> 11,<br> 11,<br> 11,<br> 13,<br> 14,<br> 18,<br> 19,<br> 20,<br> 20,<br> 20,<br> eat<br> 09<br> 10<br> 11<br> 12<br> 13<br> 14<br> 15<br> 16<br> 17<br> 18<br> 19<br> 20<br> 21<br> 22<br> 23<br> 24<br> 25<br> 26<br> 27<br> D 2015<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> 01/<br> <hr> <A name=35></a>e<br> e<br> P<br> P<br> al<br> e<br> For<br> lur<br> al<br> fac<br> O<br> O<br> tic<br> rv<br> ai<br> er<br> oval<br> ur<br> R<br> R<br> er<br> f<br> s<br> w<br> w<br> V<br> Cu<br> D<br> Lat<br> em<br> D<br> lo<br> lo<br> D<br> D<br> W<br> D<br> eason R<br> T<br> S<br> S<br> T<br> T<br> R<br> M<br> T<br> alG<br> 3<br> 49<br> 29<br> 81<br> 16<br> 81<br> ev/<br> 166<br> 0.<br> 0.<br> 0.<br> 0.<br> 0.<br> 0.<br> R<br> 0.<br> nd<br> 83<br> 50°<br> 50°<br> 50°<br> 38°<br> 83°<br> 83°<br> Be<br> 1.<br> 1.<br> 1.<br> 1.<br> 2.<br> 1.<br> 1.<br> ata<br> L<br> /7<br> k<br> k<br> rD<br> l<br> ll<br> ll<br> ri<br> ri<br> D<br> eXc<br> r6<br> D<br> o<br> haw<br> haw<br> ode<br> D<br> v<br> rry<br> or<br> rry<br> a<br> RD </span><span class="ft2">oto </span><span class="ft0">M e<br> rry<br> e<br> C<br> p<br> e<br> p<br> uper<br> uper<br> M<br> S<br> eoF<br> p<br> S<br> G<br> S<br> S<br> S<br> y<br> y<br> e<br> er<br> er<br> ECO<br> ake<br> rry<br> rry<br> rry<br> rry<br> e<br> e<br> e<br> e<br> dl<br> ov<br> ov<br> M<br> p<br> p<br> p<br> p<br> pi<br> c<br> c<br> S<br> S<br> S<br> S<br> S<br> is<br> is<br> R<br> D<br> D<br> e<br> al<br> al<br> al<br> al<br> al<br> Y<br> ev.<br> fac<br> tic<br> tic<br> rve<br> er<br> er<br> er<br> Vert. D<br> ur<br> er<br> er<br> u<br> S<br> V<br> V<br> C<br> Lat<br> Lat<br> Lat<br> BL<br> 5<br> 5<br> hrs<br> 5<br> 9<br> 5<br> <br> 9.<br> 49<br> 78.<br> 92<br> 139.<br> 155.<br> s<br> SEM<br> 5<br> 5<br> 5<br> 5<br> 5<br> our<br> 9<br> 16<br> H<br> 0.<br> 39.<br> 29.<br> 13.<br> 47.<br> AS<br> age<br> 116'<br> 98'<br> 128'<br> 147'<br> 852'<br> 922'<br> 641'<br> Foot<br> 2,<br> 6,<br> 2,<br> 7,<br> 1,<br> LE<br> h t<br> ept<br> 135'<br> 233'<br> 361'<br> 508'<br> 360'<br> 282'<br> 923'<br> HO<br> D Ou<br> 2,<br> 2,<br> 8,<br> 10,<br> 11,<br> 19,<br> 20,<br> ta<br> h<br> M<br> ept In<br> 135'<br> 233'<br> 361'<br> 508'<br> 360'<br> 282'<br> tDa<br> D<br> 106'<br> 2,<br> 2,<br> 8,<br> 10,<br> 11,<br> 19,<br> Bi<br> l<br> G1<br> C5<br> TTO<br> 5<br> ode<br> RS<br> i-616<br> i-616<br> DC<br> DC<br> M<br> M<br> S<br> 506X<br> S<br> J<br> D<br> T<br> D<br> P<br> P<br> O<br> M<br> M<br> MMD<br> DT<br> B<br> el<br> h<br> h<br> er<br> er<br> ake<br> it<br> er<br> it<br> DS<br> M<br> ar<br> m<br> m<br> ak<br> ak<br> V<br> ak<br> S<br> B<br> S<br> HB<br> B<br> B<br> e<br> one<br> DC<br> DC<br> DC<br> DC<br> Typ<br> DC<br> DC<br> ric<br> P<br> P<br> P<br> P<br> P<br> P<br> T<br> .)<br> 2<br> 4<br> 4<br> 4<br> Size (in<br> 1/<br> 3/<br> 3/<br> 3/<br> 6<br> 6<br> 6<br> 13<br> 8<br> 8<br> 8<br> t#<br> 1<br> 2<br> 3<br> 4<br> 5<br> 6<br> 7<br> Bi<br> <hr> <A name=36></a>PLAN VIEW<br> QEP Energy Company<br> Moberg 20-17-19-18LL<br> 10500<br> 10000<br> Bottom Hole Location:<br> 9500<br> 10,023.05' N &amp; 522.28' W<br> of surface location or approx.<br> 9000<br> 250.62' FNL &amp; 27.72' FWL<br> 8500<br> NW NW Sec. 17, T149N, R95W<br> 8000<br> 17<br> 7500<br> 18<br> 7000<br> 6500<br> 6000<br> 5500<br> 5000<br> S-N<br> Note: 1,280 acre standup spacing unit<br> 4500<br> with 200' N/S &amp; 500' E/W setbacks<br> 4000<br> 3500<br> 3000<br> 2500<br> 19<br> 20<br> 2000<br> 1500<br> Surface: 235' FSL &amp; 550' FWL<br> 1000<br> SW SW Sec. 20, T149N, R95W<br> McKenzie County, ND<br> 500<br> 0<br> -500<br> 0<br> 500<br> -6000<br> -5500<br> -5000<br> -4500<br> -4000<br> -3500<br> -3000<br> -2500<br> -2000<br> -1500<br> -1000<br> -500<br> 1000<br> 1500<br> 2000<br> 2500<br> 3000<br> 3500<br> 4000<br> 4500<br> 5000<br> E-W<br> <hr> <A name=37></a>QEP Energy<br> Moberg 20-17-19-18LL<br> Landing<br> SW SW Sec. 20, T149N, R95W<br> Profile<br> McKenzie County, ND<br> TVD<br> S<br> N TVD<br> 10900<br> 10900<br> 10910<br> 10910<br> 10920<br> 10920<br> 10930<br> 10930<br> 10940<br> 10940<br> 10950<br> 10950<br> 10960<br> 10960<br> 10970<br> 10970<br> 10980<br> 10980<br> 10990<br> 10990<br> 11000<br> 11000<br> 11010<br> 11010<br> 11020<br> 11020<br> 11030<br> 11030<br> 11040<br> 11040<br> 11050<br> 11050<br> 0<br> 25<br> 50<br> 75<br> 100<br> 125<br> 150<br> Gamma<br> 10900<br> 10950<br> 11000<br> 11050<br> 11100<br> 11150<br> 11200<br> 11250<br> 11300<br> 11350<br> 11400<br> Measured Depth<br> Offset Gamma<br> Wellbore<br> LBS<br> Target Top<br> Project Gamma<br> Mass. Dol.<br> Target Floor<br> <hr> <A name=38></a>10<br> x<br> ay<br> R<br> a<br> m<br> am<br> G<br> 100,<br> x<br> P<br> O<br> R<br> as,<br> G<br> al t o T<br> 7500<br> 7000<br> 6500<br> 6000<br> 5500<br> 5000<br> 4500<br> 4000<br> 3500<br> 3000<br> 2500<br> 2000<br> 1500<br> 1000<br> 500<br> 0<br> N<br> 0<br> 20600<br> 1xR<br> .7<br> G<br> 20100<br> t.9 s.26<br> W Vi<br> 19600<br> 001x<br> 19100<br> POR<br> 18600<br> .7<br> t.9 s.27<br> 18100<br> TG<br> W Vi<br> 17600<br> 17100<br> loor<br> y<br> L<br> 95W<br> F<br> D<br> an<br> ,R<br> rget<br> p<br> 18L<br> ,N<br> 16600<br> aT<br> ty<br> om<br> 19-<br> n<br> th<br> 149N<br> u<br> .7<br> C<br> o<br> 16100<br> ep<br> T<br> t.9<br> D<br> -17-<br> C<br> s.26<br> .<br> 0<br> e<br> W Vi<br> ol<br> 20,<br> red<br> ergy<br> 2<br> zi<br> 15600<br> .D<br> n<br> s<br> E<br> ec.<br> en<br> easu<br> as<br> erg<br> S<br> M<br> M<br> P<br> b<br> 15100<br> E<br> W<br> Q<br> Mo<br> S<br> McK<br> W<br> 14600<br> S<br> opT<br> 14100<br> rget<br> .6<br> aT<br> t.9 s.27<br> 13600<br> W Vi<br> LE<br> 13100<br> S<br> LB<br> FIO<br> 12600<br> e<br> PR<br> 12100<br> .4<br> lborel<br> t.9 s.26<br> W<br> W Vi<br> 11600<br> S<br> 11100<br> 10960<br> 10980<br> 11000<br> 11020<br> 11040<br> 11060<br> 11080<br> 11100<br> 11120<br> 11140<br> 11160<br> )<br> VD<br> (T<br> th<br> p e D<br> <hr> <A name=39></a>of ker<br> tion<br> ar<br> mma<br> mma<br> mma<br> mma<br> mma<br> mma<br> mma<br> ec<br> Type M<br> a<br> a<br> a<br> a<br> a<br> a<br> a<br> G<br> G<br> G<br> G<br> G<br> G<br> G<br> rojP<br> n<br> wn<br> TES<br> ipping<br> Up<br> Up<br> Up<br> Up<br> o<br> Up<br> Up<br> Up<br> D<br> D<br> up/dow<br> A<br> ipD<br> 11<br> 37<br> 19<br> 26<br> 11<br> 06<br> 18<br> 20<br> 0.<br> 0.<br> 0.<br> 0.<br> -0.<br> 0.<br> 0.<br> 0.<br> ESTIM </span><span class="ft4">18LL<br> P </span><span class="ft4">19-17- </span><span class="ft0">diff.<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> DI<br> D<br> 20-<br> M<br> 2000.<br> 1400.<br> 1500.<br> 2001.<br> 499.<br> 1000.<br> 2500.<br> 9900.<br> &amp; </span><span class="ft4">g<br> S </span><span class="ft4">oberM </span><span class="ft0">diff.<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> R </span><span class="ft4">-<br> -4.<br> -9.<br> -5.<br> -9.<br> 1.<br> -1.<br> -8.<br> TVD<br> -34.<br> KE </span><span class="ft4">pany<br> om<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> 00<br> AR </span><span class="ft4">Cgy </span><span class="ft0">TVD<br> 014.<br> 010.<br> 001.<br> 996.<br> 987.<br> 988.<br> 987.<br> 980.<br> 014.<br> 980.<br> M<br> 11,<br> 11,<br> 11,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 11,<br> 10,<br> N </span><span class="ft4">nerEPEQ </span><span class="ft0">MD 100' 100' 500' 000' 001' 500' 500' 000' 100' 000'<br> TIO<br> 11,<br> 13,<br> 14,<br> 16,<br> 18,<br> 18,<br> 19,<br> 21,<br> 11,<br> 21,<br> A<br> t<br> ac<br> M<br> t<br> ont<br> R<br> ite<br> ite<br> ite<br> ite<br> ac<br> C<br> Points<br> ont<br> rend<br> rend<br> om<br> om<br> rend<br> om<br> om<br> ip<br> get<br> FO<br> ker<br> D C<br> T<br> T<br> ol<br> ol<br> T<br> ol<br> ol<br> ar<br> ar<br> a<br> a<br> D<br> D<br> a<br> D<br> D<br> get<br> T<br> m<br> m<br> e<br> e<br> m<br> e<br> e<br> hange<br> M<br> iv<br> iv<br> iv<br> iv<br> ross ar inal<br> C<br> am<br> am<br> s<br> s<br> am<br> s<br> s<br> G T F<br> ip<br> G<br> G<br> G<br> tial<br> D<br> Mas<br> Mas<br> Mas<br> Mas<br> ted<br> Ini<br> ec<br> rojP<br> <hr> <A name=40></a>amma<br> G<br> 140<br> 120<br> 100<br> 80<br> 60<br> 40<br> 20<br> 0<br> N<br> 20600<br> up<br> 20100<br> °<br> mmaa<br> 18<br> G<br> 0.<br> 19600<br> 19100<br> 18600<br> loorF<br> rgeta<br> 18100<br> T<br> 17600<br> °<br> 95W<br> 17100<br> .<br> y<br> ol<br> L<br> D<br> 20<br> ,R<br> 0.<br> .D<br> an<br> s<br> p<br> 18L<br> ,N<br> =<br> up<br> 16600<br> as<br> ty<br> °<br> M<br> ip<br> om<br> n<br> th<br> 19-<br> 149N<br> D<br> u<br> 19<br> ep<br> C<br> T<br> o<br> 0.<br> 16100<br> D<br> -17-<br> C<br> 0<br> 20,<br> e<br> ional<br> red<br> ergyn 2<br> zi<br> eg<br> 15600<br> E<br> ec.<br> easu<br> op<br> erg<br> S<br> en<br> lR<br> M<br> T<br> P<br> b<br> al<br> E<br> 15100<br> W<br> rgeta<br> Q<br> S<br> McK<br> ver<br> T<br> Mo<br> O<br> W<br> 14600<br> S<br> up<br> 14100<br> °<br> S<br> E<br> 37<br> LB<br> 13600<br> 0.<br> FIL<br> 13100<br> RO<br> e<br> 12600<br> P<br> lborel<br> up<br> W<br> °<br> 12100<br> DIP<br> 110.<br> 11600<br> S<br> 11100<br> 10920<br> 10940<br> 10960<br> 10980<br> 11000<br> 11020<br> 11040<br> 11060<br> )<br> VD<br> (T<br> th<br> p e D<br> <hr> <A name=41></a>&lt;<br> SUNBURST CONSULTING, INC.<br> &gt;<br> Operator: QEP Energy Company<br> Kick-off:<br> 1/16/2015<br> Well: Moberg 20-17-19-18LL<br> Finish:<br> 1/27/2015<br> Surface Coordinates: 235' FSL &amp; 550' FWL<br> Directional Supervision:<br> Surface Location: SW SW Sec. 20, T149N, R95W<br> Halliburton<br> County State: McKenzie County, ND<br> Minimum Curvature Method (SPE-3362)<br> Proposed dir<br> 356.86<br> [North and East are positive and South and West are negative, relative to surface location]<br> TRUE<br> DLS/<br> No.<br> MD<br> INC<br> AZM<br> TVD<br> N-S<br> E-W<br> SECT<br> 100<br> Tie<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 1<br> 129.00<br> 0.70<br> 225.67<br> 129.00<br> -0.52<br> -0.55<br> -0.56<br> 0.54<br> 2<br> 220.00<br> 0.80<br> 207.07<br> 219.99<br> -1.43<br> -1.50<br> -1.25<br> 0.29<br> 3<br> 311.00<br> 0.87<br> 202.17<br> 310.98<br> -2.61<br> -2.71<br> -1.80<br> 0.11<br> 4<br> 402.00<br> 1.23<br> 206.07<br> 401.96<br> -4.08<br> -4.23<br> -2.49<br> 0.40<br> 5<br> 495.00<br> 0.95<br> 208.72<br> 494.95<br> -5.61<br> -5.80<br> -3.30<br> 0.31<br> 6<br> 588.00<br> 0.90<br> 196.24<br> 587.94<br> -6.95<br> -7.18<br> -3.87<br> 0.22<br> 7<br> 681.00<br> 0.79<br> 224.26<br> 680.93<br> -8.08<br> -8.34<br> -4.53<br> 0.45<br> 8<br> 772.00<br> 0.86<br> 254.31<br> 771.92<br> -8.65<br> -8.97<br> -5.62<br> 0.48<br> 9<br> 865.00<br> 0.58<br> 256.13<br> 864.91<br> -8.89<br> -9.27<br> -6.75<br> 0.30<br> 10<br> 956.00<br> 1.14<br> 251.69<br> 955.90<br> -9.21<br> -9.67<br> -8.06<br> 0.62<br> 11<br> 1048.00<br> 1.12<br> 250.50<br> 1047.88<br> -9.71<br> -10.26<br> -9.77<br> 0.03<br> 12<br> 1143.00<br> 1.84<br> 266.22<br> 1142.85<br> -9.98<br> -10.67<br> -12.17<br> 0.86<br> 13<br> 1238.00<br> 2.28<br> 269.81<br> 1237.79<br> -9.90<br> -10.77<br> -15.58<br> 0.48<br> 14<br> 1333.00<br> 3.27<br> 267.82<br> 1332.67<br> -9.76<br> -10.88<br> -20.18<br> 1.05<br> 15<br> 1428.00<br> 3.58<br> 266.82<br> 1427.50<br> -9.72<br> -11.15<br> -25.85<br> 0.33<br> 16<br> 1523.00<br> 3.85<br> 262.47<br> 1522.31<br> -9.96<br> -11.73<br> -31.97<br> 0.41<br> 17<br> 1618.00<br> 4.01<br> 268.36<br> 1617.08<br> -10.12<br> -12.25<br> -38.45<br> 0.46<br> 18<br> 1713.00<br> 3.95<br> 270.60<br> 1711.85<br> -9.82<br> -12.31<br> -45.05<br> 0.18<br> 19<br> 1808.00<br> 3.35<br> 271.11<br> 1806.66<br> -9.40<br> -12.22<br> -51.09<br> 0.63<br> 20<br> 1903.00<br> 3.77<br> 272.19<br> 1901.48<br> -8.91<br> -12.05<br> -56.99<br> 0.45<br> 21<br> 1998.00<br> 4.26<br> 272.73<br> 1996.24<br> -8.25<br> -11.76<br> -63.63<br> 0.52<br> 22<br> 2079.00<br> 4.06<br> 276.42<br> 2077.03<br> -7.47<br> -11.29<br> -69.49<br> 0.41<br> 23<br> 2175.00<br> 4.09<br> 280.14<br> 2172.79<br> -6.12<br> -10.31<br> -76.24<br> 0.28<br> 24<br> 2270.00<br> 4.20<br> 279.34<br> 2267.54<br> -4.59<br> -9.15<br> -83.00<br> 0.13<br> 25<br> 2366.00<br> 4.65<br> 272.20<br> 2363.25<br> -3.47<br> -8.43<br> -90.36<br> 0.74<br> 26<br> 2460.00<br> 4.30<br> 241.14<br> 2456.98<br> -4.64<br> -9.99<br> -97.26<br> 2.57<br> 27<br> 2556.00<br> 4.97<br> 231.12<br> 2552.67<br> -8.63<br> -14.33<br> -103.64<br> 1.09<br> 28<br> 2650.00<br> 3.55<br> 242.37<br> 2646.41<br> -12.22<br> -18.24<br> -109.39<br> 1.75<br> 29<br> 2745.00<br> 2.65<br> 245.29<br> 2741.27<br> -14.25<br> -20.52<br> -113.99<br> 0.96<br> 30<br> 2840.00<br> 2.74<br> 243.98<br> 2836.16<br> -15.94<br> -22.43<br> -118.03<br> 0.11<br> 31<br> 2936.00<br> 2.85<br> 241.82<br> 2932.05<br> -17.84<br> -24.57<br> -122.20<br> 0.16<br> 32<br> 3031.00<br> 2.92<br> 232.81<br> 3026.93<br> -20.19<br> -27.15<br> -126.20<br> 0.48<br> 33<br> 3126.00<br> 2.96<br> 235.93<br> 3121.80<br> -22.81<br> -29.98<br> -130.16<br> 0.17<br> 34<br> 3221.00<br> 3.58<br> 278.78<br> 3216.66<br> -23.46<br> -30.90<br> -135.13<br> 2.59<br> 35<br> 3316.00<br> 3.15<br> 266.72<br> 3311.50<br> -22.85<br> -30.60<br> -140.67<br> 0.87<br> 36<br> 3409.00<br> 2.56<br> 263.68<br> 3404.38<br> -22.97<br> -30.98<br> -145.28<br> 0.65<br> 37<br> 3504.00<br> 2.80<br> 270.86<br> 3499.28<br> -22.93<br> -31.17<br> -149.71<br> 0.43<br> <hr> <A name=42></a>&lt;<br> SUNBURST CONSULTING, INC.<br> &gt;<br> Operator: QEP Energy Company<br> Kick-off:<br> 1/16/2015<br> Well: Moberg 20-17-19-18LL<br> Finish:<br> 1/27/2015<br> Surface Coordinates: 235' FSL &amp; 550' FWL<br> Directional Supervision:<br> Surface Location: SW SW Sec. 20, T149N, R95W<br> Halliburton<br> County State: McKenzie County, ND<br> Minimum Curvature Method (SPE-3362)<br> Proposed dir<br> 356.86<br> [North and East are positive and South and West are negative, relative to surface location]<br> TRUE<br> DLS/<br> No.<br> MD<br> INC<br> AZM<br> TVD<br> N-S<br> E-W<br> SECT<br> 100<br> 38<br> 3597.00<br> 2.72<br> 271.25<br> 3592.17<br> -22.60<br> -31.09<br> -154.19<br> 0.09<br> 39<br> 3692.00<br> 3.72<br> 272.01<br> 3687.02<br> -22.15<br> -30.94<br> -159.52<br> 1.05<br> 40<br> 3788.00<br> 3.69<br> 275.80<br> 3782.82<br> -21.39<br> -30.51<br> -165.71<br> 0.26<br> 41<br> 3883.00<br> 3.29<br> 277.76<br> 3877.64<br> -20.40<br> -29.84<br> -171.45<br> 0.44<br> 42<br> 3978.00<br> 3.07<br> 281.91<br> 3972.50<br> -19.22<br> -28.94<br> -176.64<br> 0.34<br> 43<br> 4073.00<br> 3.71<br> 261.39<br> 4067.33<br> -18.86<br> -28.88<br> -182.17<br> 1.43<br> 44<br> 4168.00<br> 3.27<br> 263.99<br> 4162.16<br> -19.29<br> -29.62<br> -187.90<br> 0.49<br> 45<br> 4264.00<br> 2.52<br> 265.69<br> 4258.03<br> -19.47<br> -30.07<br> -192.73<br> 0.79<br> 46<br> 4359.00<br> 3.31<br> 257.79<br> 4352.91<br> -19.94<br> -30.80<br> -197.49<br> 0.93<br> 47<br> 4454.00<br> 3.25<br> 257.23<br> 4447.75<br> -20.82<br> -31.98<br> -202.80<br> 0.07<br> 48<br> 4549.00<br> 4.05<br> 255.01<br> 4542.56<br> -21.96<br> -33.44<br> -208.67<br> 0.85<br> 49<br> 4644.00<br> 2.92<br> 261.85<br> 4637.38<br> -22.86<br> -34.65<br> -214.30<br> 1.27<br> 50<br> 4737.00<br> 4.09<br> 264.32<br> 4730.21<br> -23.22<br> -35.32<br> -219.95<br> 1.27<br> 51<br> 4832.00<br> 3.48<br> 265.56<br> 4825.00<br> -23.43<br> -35.88<br> -226.19<br> 0.65<br> 52<br> 4928.00<br> 2.37<br> 269.00<br> 4920.87<br> -23.42<br> -36.14<br> -231.08<br> 1.17<br> 53<br> 5022.00<br> 3.56<br> 257.43<br> 5014.75<br> -23.83<br> -36.81<br> -235.87<br> 1.41<br> 54<br> 5116.00<br> 4.22<br> 251.45<br> 5108.53<br> -25.23<br> -38.54<br> -242.00<br> 0.82<br> 55<br> 5211.00<br> 2.58<br> 237.40<br> 5203.36<br> -40.81<br> -247.12<br> -27.21<br> 1.92<br> 56<br> 5306.00<br> 3.85<br> 250.02<br> 5298.21<br> -43.05<br> -251.92<br> -29.18<br> 1.52<br> 57<br> 5401.00<br> 4.02<br> 255.72<br> 5392.99<br> -44.96<br> -258.14<br> -30.75<br> 0.45<br> 58<br> 5497.00<br> 3.91<br> 250.37<br> 5488.76<br> -46.89<br> -264.49<br> -32.33<br> 0.40<br> 59<br> 5592.00<br> 4.08<br> 248.38<br> 5583.53<br> -49.22<br> -270.68<br> -34.32<br> 0.23<br> 60<br> 5687.00<br> 3.83<br> 247.39<br> 5678.30<br> -51.69<br> -276.75<br> -36.45<br> 0.27<br> 61<br> 5783.00<br> 3.65<br> 265.49<br> 5774.10<br> -53.16<br> -282.75<br> -37.59<br> 1.24<br> 62<br> 5878.00<br> 3.26<br> 274.44<br> 5868.93<br> -53.19<br> -288.46<br> -37.31<br> 0.70<br> 63<br> 5974.00<br> 2.70<br> 269.80<br> 5964.80<br> -52.98<br> -293.44<br> -36.83<br> 0.63<br> 64<br> 6069.00<br> 3.51<br> 266.59<br> 6059.66<br> -53.17<br> -298.59<br> -36.73<br> 0.87<br> 65<br> 6164.00<br> 3.09<br> 266.26<br> 6154.50<br> -53.51<br> -304.04<br> -36.77<br> 0.44<br> 66<br> 6259.00<br> 3.39<br> 266.90<br> 6249.35<br> -53.82<br> -309.40<br> -36.80<br> 0.32<br> 67<br> 6353.00<br> 3.31<br> 264.98<br> 6343.19<br> -54.21<br> -314.88<br> -36.88<br> 0.15<br> 68<br> 6448.00<br> 3.58<br> 268.29<br> 6438.02<br> -54.54<br> -320.58<br> -36.90<br> 0.35<br> 69<br> 6544.00<br> 4.18<br> 273.37<br> 6533.80<br> -54.42<br> -327.07<br> -36.43<br> 0.72<br> 70<br> 6638.00<br> 3.51<br> 269.16<br> 6627.58<br> -54.27<br> -333.36<br> -35.92<br> 0.77<br> 71<br> 6734.00<br> 3.24<br> 271.39<br> 6723.42<br> -54.24<br> -339.01<br> -35.59<br> 0.31<br> 72<br> 6829.00<br> 4.83<br> 268.82<br> 6818.18<br> -54.26<br> -345.70<br> -35.24<br> 1.68<br> 73<br> 6924.00<br> 5.74<br> 270.31<br> 6912.77<br> -54.32<br> -354.45<br> -34.82<br> 0.97<br> 74<br> 7019.00<br> 5.17<br> 271.08<br> 7007.34<br> -54.21<br> -363.48<br> -34.22<br> 0.60<br> 75<br> 7114.00<br> 4.77<br> 272.54<br> 7101.99<br> -53.95<br> -371.70<br> -33.51<br> 0.44<br> <hr> <A name=43></a>&lt;<br> SUNBURST CONSULTING, INC.<br> &gt;<br> Operator: QEP Energy Company<br> Kick-off:<br> 1/16/2015<br> Well: Moberg 20-17-19-18LL<br> Finish:<br> 1/27/2015<br> Surface Coordinates: 235' FSL &amp; 550' FWL<br> Directional Supervision:<br> Surface Location: SW SW Sec. 20, T149N, R95W<br> Halliburton<br> County State: McKenzie County, ND<br> Minimum Curvature Method (SPE-3362)<br> Proposed dir<br> 356.86<br> [North and East are positive and South and West are negative, relative to surface location]<br> TRUE<br> DLS/<br> No.<br> MD<br> INC<br> AZM<br> TVD<br> N-S<br> E-W<br> SECT<br> 100<br> 76<br> 7208.00<br> 4.81<br> 273.58<br> 7195.66<br> -53.53<br> -379.54<br> -32.66<br> 0.10<br> 77<br> 7303.00<br> 5.24<br> 277.38<br> 7290.29<br> -52.73<br> -387.82<br> -31.41<br> 0.57<br> 78<br> 7398.00<br> 5.11<br> 278.22<br> 7384.91<br> -51.57<br> -396.31<br> -29.78<br> 0.16<br> 79<br> 7493.00<br> 4.51<br> 268.42<br> 7479.57<br> -51.07<br> -404.23<br> -28.85<br> 1.07<br> 80<br> 7588.00<br> 5.24<br> 272.83<br> 7574.23<br> -50.95<br> -412.30<br> -28.29<br> 0.86<br> 81<br> 7683.00<br> 4.55<br> 265.67<br> 7668.88<br> -51.02<br> -420.39<br> -27.92<br> 0.97<br> 82<br> 7778.00<br> 4.14<br> 259.24<br> 7763.61<br> -51.95<br> -427.51<br> -28.45<br> 0.67<br> 83<br> 7873.00<br> 4.17<br> 260.24<br> 7858.36<br> -53.17<br> -434.28<br> -29.31<br> 0.08<br> 84<br> 7968.00<br> 3.46<br> 271.91<br> 7953.15<br> -53.66<br> -440.55<br> -29.45<br> 1.10<br> 85<br> 8063.00<br> 3.19<br> 275.09<br> 8047.99<br> -53.33<br> -446.05<br> -28.82<br> 0.34<br> 86<br> 8158.00<br> 2.16<br> 285.09<br> 8142.89<br> -52.63<br> -450.41<br> -27.88<br> 1.19<br> 87<br> 8253.00<br> 2.07<br> 285.79<br> 8237.82<br> -51.70<br> -453.79<br> -26.77<br> 0.10<br> 88<br> 8353.00<br> 0.58<br> 284.55<br> 8337.79<br> -51.08<br> -456.02<br> -26.03<br> 1.49<br> 89<br> 8450.00<br> 0.18<br> 222.09<br> 8434.79<br> -51.07<br> -456.60<br> -25.98<br> 0.54<br> 90<br> 8546.00<br> 0.35<br> 216.24<br> 8530.79<br> -51.42<br> -456.87<br> -26.32<br> 0.18<br> 91<br> 8641.00<br> 0.34<br> 242.19<br> 8625.79<br> -51.79<br> -457.29<br> -26.66<br> 0.16<br> 92<br> 8735.00<br> 0.30<br> 279.13<br> 8719.79<br> -51.88<br> -457.78<br> -26.72<br> 0.22<br> 93<br> 8926.00<br> 0.37<br> 319.94<br> 8910.78<br> -51.33<br> -458.67<br> -26.12<br> 0.13<br> 94<br> 9022.00<br> 0.09<br> 312.69<br> 9006.78<br> -51.04<br> -458.93<br> -25.82<br> 0.29<br> 95<br> 9116.00<br> 0.09<br> 243.87<br> 9100.78<br> -51.02<br> -459.05<br> -25.80<br> 0.11<br> 96<br> 9211.00<br> 0.33<br> 322.76<br> 9195.78<br> -50.83<br> -459.28<br> -25.60<br> 0.34<br> 97<br> 9306.00<br> 0.59<br> 309.07<br> 9290.78<br> -50.31<br> -459.83<br> -25.05<br> 0.30<br> 98<br> 9401.00<br> 0.59<br> 299.85<br> 9385.77<br> -49.76<br> -460.63<br> -24.45<br> 0.10<br> 99<br> 9496.00<br> 1.06<br> 174.57<br> 9480.77<br> -50.39<br> -460.97<br> -25.06<br> 1.56<br> 100<br> 9590.00<br> 2.31<br> 179.98<br> 9574.73<br> -53.15<br> -460.89<br> -27.82<br> 1.34<br> 101<br> 9686.00<br> 2.13<br> 165.78<br> 9670.65<br> -56.81<br> -460.45<br> -31.51<br> 0.60<br> 102<br> 9781.00<br> 2.22<br> 138.06<br> 9765.59<br> -59.89<br> -458.79<br> -34.67<br> 1.10<br> 103<br> 9875.00<br> 2.34<br> 145.95<br> 9859.51<br> -62.84<br> -456.50<br> -37.74<br> 0.36<br> 104<br> 9971.00<br> 1.51<br> 145.61<br> 9955.46<br> -65.50<br> -454.68<br> -40.50<br> 0.86<br> 105<br> 10066.00<br> 1.18<br> 147.00<br> 10050.43<br> -67.36<br> -453.44<br> -42.42<br> 0.35<br> 106<br> 10161.00<br> 0.96<br> 137.30<br> 10145.42<br> -68.76<br> -452.37<br> -43.88<br> 0.30<br> 107<br> 10256.00<br> 0.60<br> 156.98<br> 10240.41<br> -69.81<br> -451.64<br> -44.96<br> 0.47<br> 108<br> 10351.00<br> 0.45<br> 158.63<br> 10335.40<br> -70.61<br> -451.31<br> -45.78<br> 0.16<br> 109<br> 10447.00<br> 0.18<br> 238.41<br> 10431.40<br> -71.04<br> -451.30<br> -46.21<br> 0.47<br> 110<br> 10538.00<br> 0.89<br> 313.81<br> 10522.40<br> -70.63<br> -451.93<br> -45.77<br> 0.95<br> 111<br> 10570.00<br> 5.55<br> 335.97<br> 10554.34<br> -69.04<br> -452.74<br> -44.14<br> 14.81<br> 112<br> 10602.00<br> 10.20<br> 332.77<br> 10586.03<br> -65.11<br> -454.67<br> -40.10<br> 14.59<br> 113<br> 10634.00<br> 14.75<br> 332.96<br> 10617.27<br> -58.95<br> -457.82<br> -33.79<br> 14.22<br> <hr> <A name=44></a>&lt;<br> SUNBURST CONSULTING, INC.<br> &gt;<br> Operator: QEP Energy Company<br> Kick-off:<br> 1/16/2015<br> Well: Moberg 20-17-19-18LL<br> Finish:<br> 1/27/2015<br> Surface Coordinates: 235' FSL &amp; 550' FWL<br> Directional Supervision:<br> Surface Location: SW SW Sec. 20, T149N, R95W<br> Halliburton<br> County State: McKenzie County, ND<br> Minimum Curvature Method (SPE-3362)<br> Proposed dir<br> 356.86<br> [North and East are positive and South and West are negative, relative to surface location]<br> TRUE<br> DLS/<br> No.<br> MD<br> INC<br> AZM<br> TVD<br> N-S<br> E-W<br> SECT<br> 100<br> 114<br> 10665.00<br> 19.28<br> 329.87<br> 10646.90<br> -51.01<br> -462.18<br> -25.62<br> 14.90<br> 115<br> 10697.00<br> 22.71<br> 331.43<br> 10676.77<br> -41.01<br> -467.79<br> -15.33<br> 10.86<br> 116<br> 10729.00<br> 25.67<br> 331.63<br> 10705.96<br> -29.49<br> -474.04<br> -3.48<br> 9.25<br> 117<br> 10760.00<br> 29.05<br> 329.23<br> 10733.49<br> -17.11<br> -481.08<br> 9.27<br> 11.47<br> 118<br> 10792.00<br> 33.17<br> 330.74<br> 10760.88<br> -2.79<br> -489.34<br> 24.02<br> 13.10<br> 119<br> 10824.00<br> 36.61<br> 334.24<br> 10787.13<br> 13.45<br> -497.77<br> 40.69<br> 12.43<br> 120<br> 10856.00<br> 40.87<br> 338.66<br> 10812.09<br> 31.81<br> -505.73<br> 59.46<br> 15.87<br> 121<br> 10887.00<br> 44.30<br> 342.53<br> 10834.91<br> 51.59<br> -512.67<br> 79.59<br> 13.92<br> 122<br> 10919.00<br> 47.79<br> 348.96<br> 10857.13<br> 73.90<br> -518.30<br> 102.18<br> 18.11<br> 123<br> 10950.00<br> 49.72<br> 352.42<br> 10877.57<br> 96.89<br> -522.06<br> 125.35<br> 10.45<br> 124<br> 10980.00<br> 50.74<br> 353.62<br> 10896.76<br> 119.78<br> -524.86<br> 148.35<br> 4.58<br> 125<br> 11012.00<br> 53.33<br> 353.03<br> 10916.45<br> 144.84<br> -527.80<br> 173.53<br> 8.22<br> 126<br> 11043.00<br> 55.87<br> 353.23<br> 10934.40<br> 169.92<br> -530.82<br> 198.74<br> 8.21<br> 127<br> 11075.00<br> 58.44<br> 352.01<br> 10951.76<br> 196.58<br> -534.28<br> 225.55<br> 8.65<br> 128<br> 11106.00<br> 61.18<br> 350.07<br> 10967.35<br> 223.04<br> -538.45<br> 252.20<br> 10.36<br> 129<br> 11138.00<br> 66.10<br> 349.32<br> 10981.55<br> 251.24<br> -543.59<br> 280.64<br> 15.52<br> 130<br> 11170.00<br> 70.32<br> 350.52<br> 10993.43<br> 280.49<br> -548.78<br> 310.13<br> 13.64<br> 131<br> 11201.00<br> 74.87<br> 352.69<br> 11002.70<br> 309.75<br> -553.09<br> 339.58<br> 16.12<br> 132<br> 11233.00<br> 75.62<br> 352.50<br> 11010.85<br> 340.43<br> -557.08<br> 370.44<br> 2.41<br> 133<br> 11265.00<br> 77.10<br> 354.39<br> 11018.39<br> 371.33<br> -560.63<br> 401.48<br> 7.37<br> 134<br> 11296.00<br> 80.18<br> 356.03<br> 11024.50<br> 401.61<br> -563.16<br> 431.85<br> 11.21<br> 135<br> 11307.00<br> 82.03<br> 356.70<br> 11026.20<br> 412.45<br> -563.85<br> 442.72<br> 17.86<br> 136<br> 11360.00<br> 89.29<br> 358.69<br> 11030.21<br> 465.22<br> -565.97<br> 495.52<br> 14.20<br> 137<br> 11385.00<br> 89.48<br> 358.32<br> 11030.48<br> 490.21<br> -566.62<br> 520.51<br> 1.66<br> 138<br> 11410.00<br> 89.08<br> 357.63<br> 11030.79<br> 515.19<br> -567.51<br> 545.50<br> 3.19<br> 139<br> 11441.00<br> 87.78<br> 358.02<br> 11031.64<br> 546.16<br> -568.68<br> 576.49<br> 4.38<br> 140<br> 11504.00<br> 88.12<br> 359.37<br> 11033.90<br> 609.10<br> -570.12<br> 639.41<br> 2.21<br> 141<br> 11535.00<br> 89.17<br> 2.24<br> 11034.63<br> 640.08<br> -569.68<br> 670.33<br> 9.86<br> 142<br> 11596.00<br> 90.80<br> 2.13<br> 11034.64<br> 701.04<br> -567.36<br> 731.06<br> 2.68<br> 143<br> 11691.00<br> 90.25<br> 1.32<br> 11033.77<br> 795.99<br> -564.50<br> 825.72<br> 1.03<br> 144<br> 11785.00<br> 90.15<br> 1.57<br> 11033.45<br> 889.96<br> -562.13<br> 919.41<br> 0.29<br> 145<br> 11879.00<br> 89.75<br> 1.48<br> 11033.53<br> 983.93<br> -559.62<br> 1013.10<br> 0.44<br> 146<br> 11973.00<br> 90.55<br> 359.24<br> 11033.28<br> 1077.92<br> -559.03<br> 1106.92<br> 2.53<br> 147<br> 12068.00<br> 89.45<br> 358.74<br> 11033.28<br> 1172.90<br> -560.71<br> 1201.85<br> 1.27<br> 148<br> 12162.00<br> 88.95<br> 358.18<br> 11034.59<br> 1266.86<br> -563.23<br> 1295.81<br> 0.80<br> 149<br> 12256.00<br> 88.98<br> 357.38<br> 11036.29<br> 1360.77<br> -566.87<br> 1389.78<br> 0.85<br> 150<br> 12350.00<br> 90.15<br> 358.27<br> 11037.01<br> 1454.70<br> -570.44<br> 1483.76<br> 1.56<br> 151<br> 12444.00<br> 89.94<br> 357.76<br> 11036.93<br> 1548.64<br> -573.70<br> 1577.74<br> 0.59<br> <hr> <A name=45></a>&lt;<br> SUNBURST CONSULTING, INC.<br> &gt;<br> Operator: QEP Energy Company<br> Kick-off:<br> 1/16/2015<br> Well: Moberg 20-17-19-18LL<br> Finish:<br> 1/27/2015<br> Surface Coordinates: 235' FSL &amp; 550' FWL<br> Directional Supervision:<br> Surface Location: SW SW Sec. 20, T149N, R95W<br> Halliburton<br> County State: McKenzie County, ND<br> Minimum Curvature Method (SPE-3362)<br> Proposed dir<br> 356.86<br> [North and East are positive and South and West are negative, relative to surface location]<br> TRUE<br> DLS/<br> No.<br> MD<br> INC<br> AZM<br> TVD<br> N-S<br> E-W<br> SECT<br> 100<br> 152<br> 12538.00<br> 90.25<br> 357.07<br> 11036.78<br> 1642.54<br> -577.94<br> 1671.73<br> 0.80<br> 153<br> 12633.00<br> 91.14<br> 359.07<br> 11035.62<br> 1737.48<br> -581.14<br> 1766.70<br> 2.30<br> 154<br> 12727.00<br> 90.55<br> 358.39<br> 11034.24<br> 1831.44<br> -583.22<br> 1860.64<br> 0.96<br> 155<br> 12821.00<br> 90.83<br> 359.58<br> 11033.11<br> 1925.42<br> -584.88<br> 1954.57<br> 1.30<br> 156<br> 12915.00<br> 90.46<br> 359.20<br> 11032.05<br> 2019.41<br> -585.89<br> 2048.47<br> 0.56<br> 157<br> 13009.00<br> 89.54<br> 1.91<br> 11032.05<br> 2113.39<br> -584.97<br> 2142.26<br> 3.04<br> 158<br> 13104.00<br> 89.38<br> 1.18<br> 11032.94<br> 2208.35<br> -582.41<br> 2236.94<br> 0.79<br> 159<br> 13198.00<br> 89.05<br> 3.70<br> 11034.23<br> 2302.25<br> -578.41<br> 2330.48<br> 2.70<br> 160<br> 13292.00<br> 91.57<br> 5.18<br> 11033.72<br> 2395.96<br> -571.14<br> 2423.65<br> 3.11<br> 161<br> 13387.00<br> 92.31<br> 5.03<br> 11030.51<br> 2490.53<br> -562.69<br> 2517.61<br> 0.79<br> 162<br> 13481.00<br> 90.49<br> 3.79<br> 11028.21<br> 2584.21<br> -555.46<br> 2610.76<br> 2.34<br> 163<br> 13544.00<br> 90.31<br> 3.59<br> 11027.77<br> 2647.08<br> -551.41<br> 2673.31<br> 0.43<br> 164<br> 13638.00<br> 89.91<br> 2.94<br> 11027.59<br> 2740.93<br> -546.06<br> 2766.72<br> 0.81<br> 165<br> 13670.00<br> 90.09<br> 2.74<br> 11027.59<br> 2772.89<br> -544.47<br> 2798.55<br> 0.84<br> 166<br> 13764.00<br> 90.40<br> 2.02<br> 11027.19<br> 2866.81<br> -540.57<br> 2892.11<br> 0.83<br> 167<br> 13858.00<br> 90.28<br> 0.79<br> 11026.63<br> 2960.78<br> -538.26<br> 2985.81<br> 1.31<br> 168<br> 13953.00<br> 90.37<br> 359.98<br> 11026.09<br> 3055.77<br> -537.62<br> 3080.63<br> 0.86<br> 169<br> 14047.00<br> 90.25<br> 0.10<br> 11025.58<br> 3149.77<br> -537.56<br> 3174.49<br> 0.18<br> 170<br> 14142.00<br> 90.12<br> 0.04<br> 11025.28<br> 3244.77<br> -537.44<br> 3269.34<br> 0.15<br> 171<br> 14236.00<br> 90.37<br> 359.82<br> 11024.87<br> 3338.77<br> -537.56<br> 3363.20<br> 0.35<br> 172<br> 14330.00<br> 90.68<br> 359.77<br> 11024.01<br> 3432.76<br> -537.89<br> 3457.07<br> 0.33<br> 173<br> 14424.00<br> 90.46<br> 359.38<br> 11023.08<br> 3526.76<br> -538.59<br> 3550.96<br> 0.48<br> 174<br> 14518.00<br> 90.18<br> 359.03<br> 11022.55<br> 3620.74<br> -539.89<br> 3644.88<br> 0.48<br> 175<br> 14612.00<br> 89.88<br> 358.67<br> 11022.50<br> 3714.73<br> -541.78<br> 3738.82<br> 0.50<br> 176<br> 14706.00<br> 89.91<br> 358.66<br> 11022.67<br> 3808.70<br> -543.97<br> 3832.78<br> 0.03<br> 177<br> 14800.00<br> 89.23<br> 357.80<br> 11023.38<br> 3902.65<br> -546.87<br> 3926.75<br> 1.17<br> 178<br> 14895.00<br> 90.37<br> 359.72<br> 11023.71<br> 3997.62<br> -548.93<br> 4021.69<br> 2.35<br> 179<br> 14989.00<br> 90.37<br> 359.83<br> 11023.11<br> 4091.62<br> -549.30<br> 4115.56<br> 0.12<br> 180<br> 15083.00<br> 90.49<br> 359.54<br> 11022.40<br> 4185.62<br> -549.82<br> 4209.45<br> 0.33<br> 181<br> 15178.00<br> 90.49<br> 359.45<br> 11021.59<br> 4280.61<br> -550.65<br> 4304.34<br> 0.09<br> 182<br> 15272.00<br> 90.43<br> 358.71<br> 11020.83<br> 4374.59<br> -552.16<br> 4398.27<br> 0.79<br> 183<br> 15366.00<br> 89.91<br> 358.65<br> 11020.55<br> 4468.57<br> -554.33<br> 4492.22<br> 0.56<br> 184<br> 15461.00<br> 90.31<br> 358.77<br> 11020.37<br> 4563.54<br> -556.47<br> 4587.17<br> 0.44<br> 185<br> 15555.00<br> 90.99<br> 358.32<br> 11019.30<br> 4657.50<br> -558.85<br> 4681.12<br> 0.87<br> 186<br> 15650.00<br> 89.45<br> 359.99<br> 11018.94<br> 4752.49<br> -560.25<br> 4776.04<br> 2.39<br> 187<br> 15744.00<br> 89.54<br> 359.97<br> 11019.77<br> 4846.48<br> -560.29<br> 4869.90<br> 0.10<br> 188<br> 15838.00<br> 89.35<br> 359.97<br> 11020.68<br> 4940.48<br> -560.34<br> 4963.75<br> 0.20<br> 189<br> 15932.00<br> 88.74<br> 359.40<br> 11022.25<br> 5034.46<br> -560.85<br> 5057.63<br> 0.89<br> <hr> <A name=46></a>&lt;<br> SUNBURST CONSULTING, INC.<br> &gt;<br> Operator: QEP Energy Company<br> Kick-off:<br> 1/16/2015<br> Well: Moberg 20-17-19-18LL<br> Finish:<br> 1/27/2015<br> Surface Coordinates: 235' FSL &amp; 550' FWL<br> Directional Supervision:<br> Surface Location: SW SW Sec. 20, T149N, R95W<br> Halliburton<br> County State: McKenzie County, ND<br> Minimum Curvature Method (SPE-3362)<br> Proposed dir<br> 356.86<br> [North and East are positive and South and West are negative, relative to surface location]<br> TRUE<br> DLS/<br> No.<br> MD<br> INC<br> AZM<br> TVD<br> N-S<br> E-W<br> SECT<br> 100<br> 190<br> 16027.00<br> 89.14<br> 0.10<br> 11024.00<br> 5129.45<br> -561.27<br> 5152.49<br> 0.85<br> 191<br> 16121.00<br> 91.20<br> 0.92<br> 11023.72<br> 5223.44<br> -560.43<br> 5246.29<br> 2.36<br> 192<br> 16215.00<br> 92.65<br> 1.41<br> 11020.57<br> 5317.36<br> -558.52<br> 5339.97<br> 1.63<br> 193<br> 16246.00<br> 92.65<br> 1.18<br> 11019.13<br> 5348.32<br> -557.82<br> 5370.85<br> 0.74<br> 194<br> 16278.00<br> 93.14<br> 0.88<br> 11017.52<br> 5380.27<br> -557.25<br> 5402.72<br> 1.79<br> 195<br> 16309.00<br> 93.17<br> 1.09<br> 11015.81<br> 5411.22<br> -556.71<br> 5433.59<br> 0.68<br> 196<br> 16403.00<br> 91.88<br> 0.08<br> 11011.67<br> 5505.12<br> -555.76<br> 5527.30<br> 1.74<br> 197<br> 16498.00<br> 90.09<br> 0.22<br> 11010.04<br> 5600.10<br> -555.51<br> 5622.13<br> 1.89<br> 198<br> 16592.00<br> 89.97<br> 359.65<br> 11009.99<br> 5694.10<br> -555.61<br> 5715.99<br> 0.62<br> 199<br> 16686.00<br> 90.83<br> 359.30<br> 11009.33<br> 5788.10<br> -556.47<br> 5809.89<br> 0.99<br> 200<br> 16780.00<br> 90.62<br> 358.67<br> 11008.14<br> 5882.07<br> -558.14<br> 5903.82<br> 0.71<br> 201<br> 16874.00<br> 87.84<br> 357.96<br> 11009.41<br> 5976.01<br> -560.90<br> 5997.77<br> 3.05<br> 202<br> 16969.00<br> 87.26<br> 357.92<br> 11013.47<br> 6070.87<br> -564.31<br> 6092.66<br> 0.61<br> 203<br> 17063.00<br> 88.15<br> 0.14<br> 11017.23<br> 6164.77<br> -565.90<br> 6186.51<br> 2.54<br> 204<br> 17157.00<br> 90.00<br> 1.29<br> 11018.75<br> 6258.75<br> -564.73<br> 6280.28<br> 2.32<br> 205<br> 17252.00<br> 91.60<br> 2.13<br> 11017.42<br> 6353.69<br> -561.90<br> 6374.93<br> 1.90<br> 206<br> 17346.00<br> 91.35<br> 1.12<br> 11015.00<br> 6447.62<br> -559.23<br> 6468.57<br> 1.11<br> 207<br> 17441.00<br> 91.63<br> 0.22<br> 11012.53<br> 6542.58<br> -558.12<br> 6563.33<br> 0.99<br> 208<br> 17535.00<br> 90.83<br> 359.50<br> 11010.51<br> 6636.56<br> -558.35<br> 6657.18<br> 1.14<br> 209<br> 17629.00<br> 91.57<br> 359.31<br> 11008.55<br> 6730.53<br> -559.33<br> 6751.06<br> 0.81<br> 210<br> 17723.00<br> 90.95<br> 358.62<br> 11006.48<br> 6824.49<br> -561.02<br> 6844.98<br> 0.99<br> 211<br> 17817.00<br> 90.22<br> 359.48<br> 11005.52<br> 6918.47<br> -562.58<br> 6938.90<br> 1.20<br> 212<br> 17911.00<br> 90.62<br> 359.80<br> 11004.83<br> 7012.47<br> -563.17<br> 7032.79<br> 0.54<br> 213<br> 18004.00<br> 88.61<br> 359.69<br> 11005.45<br> 7105.46<br> -563.59<br> 7125.66<br> 2.16<br> 214<br> 18099.00<br> 88.71<br> 359.54<br> 11007.68<br> 7200.43<br> -564.23<br> 7220.53<br> 0.19<br> 215<br> 18193.00<br> 87.81<br> 359.26<br> 11010.53<br> 7294.38<br> -565.21<br> 7314.39<br> 1.00<br> 216<br> 18288.00<br> 89.35<br> 0.61<br> 11012.88<br> 7389.35<br> -565.32<br> 7409.22<br> 2.16<br> 217<br> 18383.00<br> 89.48<br> 2.38<br> 11013.85<br> 7484.31<br> -562.84<br> 7503.90<br> 1.87<br> 218<br> 18477.00<br> 91.63<br> 1.78<br> 11012.94<br> 7578.23<br> -559.43<br> 7597.50<br> 2.37<br> 219<br> 18572.00<br> 92.37<br> 1.87<br> 11009.63<br> 7673.13<br> -556.40<br> 7692.08<br> 0.78<br> 220<br> 18666.00<br> 91.48<br> 0.34<br> 11006.47<br> 7767.05<br> -554.59<br> 7785.77<br> 1.88<br> 221<br> 18761.00<br> 91.69<br> 0.13<br> 11003.84<br> 7862.02<br> -554.20<br> 7880.57<br> 0.31<br> 222<br> 18856.00<br> 91.14<br> 1.46<br> 11001.50<br> 7956.98<br> -552.88<br> 7975.31<br> 1.51<br> 223<br> 18951.00<br> 89.91<br> 1.06<br> 11000.63<br> 8051.95<br> -550.80<br> 8070.03<br> 1.36<br> 224<br> 19045.00<br> 90.31<br> 1.06<br> 11000.45<br> 8145.93<br> -549.06<br> 8163.78<br> 0.43<br> 225<br> 19140.00<br> 90.09<br> 1.12<br> 11000.11<br> 8240.91<br> -547.25<br> 8258.52<br> 0.24<br> 226<br> 19181.00<br> 90.19<br> 1.57<br> 11000.01<br> 8281.90<br> -546.29<br> 8299.39<br> 1.12<br> 227<br> 19275.00<br> 90.35<br> 359.81<br> 10999.57<br> 8375.89<br> -545.16<br> 8393.18<br> 1.88<br> <hr> <A name=47></a>&lt;<br> SUNBURST CONSULTING, INC.<br> &gt;<br> Operator: QEP Energy Company<br> Kick-off:<br> 1/16/2015<br> Well: Moberg 20-17-19-18LL<br> Finish:<br> 1/27/2015<br> Surface Coordinates: 235' FSL &amp; 550' FWL<br> Directional Supervision:<br> Surface Location: SW SW Sec. 20, T149N, R95W<br> Halliburton<br> County State: McKenzie County, ND<br> Minimum Curvature Method (SPE-3362)<br> Proposed dir<br> 356.86<br> [North and East are positive and South and West are negative, relative to surface location]<br> TRUE<br> DLS/<br> No.<br> MD<br> INC<br> AZM<br> TVD<br> N-S<br> E-W<br> SECT<br> 100<br> 228<br> 19369.00<br> 89.12<br> 1.05<br> 11000.01<br> 8469.88<br> -544.45<br> 8486.99<br> 1.86<br> 229<br> 19464.00<br> 88.70<br> 0.42<br> 11001.81<br> 8564.86<br> -543.23<br> 8581.75<br> 0.80<br> 230<br> 19558.00<br> 88.70<br> 1.13<br> 11003.95<br> 8658.82<br> -541.96<br> 8675.51<br> 0.76<br> 231<br> 19652.00<br> 89.48<br> 2.71<br> 11005.44<br> 8752.75<br> -538.81<br> 8769.13<br> 1.87<br> 232<br> 19747.00<br> 91.76<br> 3.09<br> 11004.41<br> 8847.62<br> -534.01<br> 8863.59<br> 2.43<br> 233<br> 19841.00<br> 90.90<br> 2.88<br> 11002.23<br> 8941.47<br> -529.11<br> 8957.03<br> 0.94<br> 234<br> 19935.00<br> 91.57<br> 1.32<br> 11000.20<br> 9035.38<br> -525.67<br> 9050.61<br> 1.81<br> 235<br> 20029.00<br> 89.38<br> 359.64<br> 10999.42<br> 9129.36<br> -524.88<br> 9144.41<br> 2.94<br> 236<br> 20123.00<br> 88.49<br> 359.63<br> 11001.17<br> 9223.34<br> -525.48<br> 9238.28<br> 0.95<br> 237<br> 20216.00<br> 88.61<br> 359.05<br> 11003.52<br> 9316.31<br> -526.55<br> 9331.16<br> 0.64<br> 238<br> 20311.00<br> 87.56<br> 359.13<br> 11006.70<br> 9411.24<br> -528.06<br> 9426.04<br> 1.11<br> 239<br> 20405.00<br> 88.55<br> 1.86<br> 11009.89<br> 9505.17<br> -527.25<br> 9519.78<br> 3.09<br> 240<br> 20436.00<br> 89.20<br> 1.35<br> 11010.50<br> 9536.15<br> -526.38<br> 9550.67<br> 2.66<br> 241<br> 20500.00<br> 90.43<br> 1.40<br> 11010.71<br> 9600.13<br> -524.84<br> 9614.47<br> 1.92<br> 242<br> 20594.00<br> 89.69<br> 0.60<br> 11010.61<br> 9694.12<br> -523.20<br> 9708.22<br> 1.16<br> 243<br> 20689.00<br> 89.85<br> 0.61<br> 11010.99<br> 9789.11<br> -522.20<br> 9803.02<br> 0.17<br> 244<br> 20784.00<br> 88.98<br> 0.23<br> 11011.96<br> 9884.10<br> -521.50<br> 9897.83<br> 1.00<br> 245<br> 20878.00<br> 88.18<br> 359.40<br> 11014.29<br> 9978.07<br> -521.81<br> 9991.68<br> 1.23<br> 246<br> 20923.00<br> 88.18<br> 359.40<br> 11015.72<br> 10023.05<br> -522.28<br> 10036.61<br> 0.00<br> <hr> <A name=48></a>20-<br> To<br> 2-g H<br> ip<br> 17'<br> 33'<br> 4'<br> D<br> -21'<br> -22'<br> -17'<br> -21'<br> -21'<br> -23'<br> -21'<br> -20'<br> -19'<br> -13'<br> 21T<br> oberM<br> ls:el<br> 4-<br> W<br> To<br> '<br> '<br> PS<br> rg<br> ip<br> 21H<br> -7<br> 30'<br> -9<br> 32'<br> 0'<br> D<br> -11'<br> -34'<br> -33'<br> -32'<br> -31'<br> -27'<br> -26'<br> -19'<br> HI </span><span class="ft0">ffset<br> obe 20/<br> O<br> M<br> NS<br> 20-<br> To<br> 3-g H<br> ip<br> 19'<br> 30'<br> 0'<br> D<br> -25'<br> -22'<br> -29'<br> -20'<br> -19'<br> -21'<br> -19'<br> -19'<br> -17'<br> -11'<br> 21T<br> TIO<br> oberM<br> To<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> ip<br> -1<br> 5'<br> 7'<br> -1<br> 1'<br> -9<br> -1<br> -1<br> -2<br> -1<br> 1'<br> 0'<br> 6'<br> D<br> Prog.<br> ELAR<br> ess<br> get<br> -<br> Tar<br> 501'<br> 344'<br> 845'<br> 735'<br> 575'<br> 95'<br> 75'<br> 36'<br> 4'<br> 2,<br> 2,<br> 1,<br> 1,<br> 1,<br> 978'<br> 112'<br> 107'<br> Thickn<br> to<br> AL<br> val<br> ess<br> 5'<br> 4'<br> -<br> UR<br> 157'<br> 499'<br> 110'<br> 160'<br> 597'<br> 866'<br> 12'<br> 20'<br> 39'<br> 32'<br> Inter<br> Thickn<br> CTU<br> 95W<br> L<br> tum<br> SL)<br> 154'<br> 311'<br> 810'<br> 920'<br> 080'<br> 677'<br> 543'<br> 548'<br> 560'<br> 580'<br> 619'<br> 651'<br> 655'<br> ny<br> L<br> ,R<br> Da<br> (M<br> -6,<br> -6,<br> -6,<br> -6,<br> -7,<br> -7,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> l:<br> pa<br> 18L<br> W<br> el<br> F<br> )<br> om<br> 19-<br> 149N<br> D<br> STR </span><span class="ft0">W C<br> T<br> 17-<br> 550'<br> &amp;<br> (TV<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> -<br> rgy<br> 20-<br> L<br> .20,<br> S<br> E-Log<br> p<br> g<br> ec<br> F<br> To<br> &amp; </span><span class="ft0">Subject Ene<br> S<br> EP<br> ober<br> W<br> Q<br> M<br> 235'<br> S<br> r's<br> Top )<br> W<br> h D<br> 044'<br> 910'<br> 915'<br> 927'<br> 947'<br> 986'<br> 018'<br> 022'<br> S<br> rille<br> 521'<br> 678'<br> 177'<br> 287'<br> 447'<br> (TV<br> 8,<br> 8,<br> 9,<br> 9,<br> 9,<br> 367'<br> D<br> ept<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 11,<br> 11,<br> PS<br> 2,<br> D<br> KB:<br> r's<br> Top<br> TO<br> h D)<br> 060'<br> 002'<br> 010'<br> 030'<br> 067'<br> 151'<br> 270'<br> 298'<br> rille<br> 536'<br> 693'<br> 192'<br> 302'<br> 462'<br> D<br> ept (M<br> 8,<br> 8,<br> 9,<br> 9,<br> 9,<br> 10,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> D<br> N<br> 26'<br> ub:<br> tum SL)<br> 142'<br> 305'<br> 806'<br> 908'<br> 070'<br> 657'<br> 531'<br> 536'<br> 547'<br> 568'<br> 609'<br> 640'<br> 661'<br> S<br> TIO<br> Prog.<br> Da (M<br> -6,<br> -6,<br> -6,<br> -6,<br> -7,<br> -7,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> A<br> 352'<br> p<br> M<br> 035'<br> 909'<br> 914'<br> 925'<br> 946'<br> 987'<br> 018'<br> 028'<br> 2,<br> 520'<br> 683'<br> 184'<br> 286'<br> 448'<br> Prog.<br> To<br> R<br> L:<br> 8,<br> 8,<br> 9,<br> 9,<br> 9,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 11,<br> 11,<br> G<br> e<br> t<br> op<br> FO<br> hal<br> e:<br> e<br> al<br> on<br> T<br> e<br> en<br> S<br> en<br> en<br> s<br> or:<br> m<br> k<br> k<br> k<br> k<br> tS<br> any<br> n<br> get<br> at<br> am<br> ion:<br> les<br> ak<br> en<br> ak<br> ak<br> or<br> ation:<br> ation/<br> ker<br> Li<br> liffe<br> k<br> ar<br> ar<br> llio<br> B<br> tc<br> C<br> B<br> F<br> Las<br> B<br> a<br> per<br> lN<br> m<br> har<br> a<br> ak<br> e<br> T<br> e<br> ion<br> e<br> c<br> er<br> ee<br> O<br> el<br> M<br> C<br> R<br> s<br> S<br> B<br> ng<br> W<br> Loc<br> Elevat<br> For<br> ibbey<br> s<br> hr<br> K<br> as<br> is<br> Lodgepol<br> al<br> iddl<br> T<br> B<br> F<br> M<br> M<br> Low<br> pperU<br> Landi<br> <hr> <A name=49></a>ess<br> get<br> 28LL<br> Tar<br> 509'<br> 353'<br> 815'<br> 739'<br> 529'<br> -<br> 83'<br> 43'<br> 10'<br> 2,<br> 2,<br> 1,<br> 1,<br> 1,<br> 961'<br> 120'<br> 115'<br> 105'<br> 29-<br> 95W<br> Thickn<br> to<br> 21-<br> ny<br> R<br> D<br> pa<br> H<br> ,<br> ,N<br> 20-<br> y<br> g<br> 21T<br> val<br> ess<br> om<br> 149N<br> 5'<br> -<br> C<br> 156'<br> 538'<br> 76'<br> 210'<br> 568'<br> 841'<br> 10'<br> 22'<br> 40'<br> 33'<br> 10'<br> 20-<br> T<br> ount<br> ober<br> 2-<br> C<br> 367'<br> Inter<br> M<br> rgy<br> Thickn<br> g<br> ie<br> 2,<br> .20,<br> of<br> ec<br> enz<br> th<br> Ene<br> KB:<br> ober<br> S<br> Kc<br> tum<br> SL)<br> 133'<br> 289'<br> 827'<br> 903'<br> 113'<br> 681'<br> 522'<br> 527'<br> 537'<br> 559'<br> 599'<br> 632'<br> 642'<br> EP<br> M<br> W<br> nor<br> Q<br> M<br> S<br> Da<br> (M<br> -6,<br> -6,<br> -6,<br> -6,<br> -7,<br> -7,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> W<br> 250'<br> N<br> 1,<br> p<br> 500'<br> 656'<br> 194'<br> 270'<br> 480'<br> 048'<br> 889'<br> 894'<br> 904'<br> 926'<br> 966'<br> 999'<br> 009'<br> app.<br> E-Log<br> To<br> 8,<br> 8,<br> 9,<br> 9,<br> 9,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 11,<br> ess<br> get<br> 28LL<br> Tar<br> 489'<br> 336'<br> 796'<br> 725'<br> 524'<br> -<br> 87'<br> 44'<br> 11'<br> 2,<br> 2,<br> 1,<br> 1,<br> 1,<br> 959'<br> 127'<br> 121'<br> 108'<br> 29-<br> y<br> 95W<br> Thickn<br> to<br> 21-<br> pan<br> ,R<br> D<br> ,Ny<br> 20-<br> om<br> g<br> 21H<br> val<br> ess<br> C<br> 149N<br> 6'<br> -<br> TA </span><span class="ft0">20/ T ount ober<br> 153'<br> 540'<br> 71'<br> 201'<br> 565'<br> 832'<br> 13'<br> 21'<br> 43'<br> 33'<br> 11'<br> as<br> 4-<br> C<br> G<br> 374'<br> Inter<br> g<br> 20,<br> M<br> ie<br> Thickn<br> .<br> 2,<br> of<br> il&amp;<br> ec<br> DA </span><span class="ft0">ober S enz th<br> O<br> K<br> KB:<br> is<br> M<br> W<br> c<br> nor<br> tum<br> SL)<br> 147'<br> 300'<br> 840'<br> 911'<br> 112'<br> 677'<br> 509'<br> 515'<br> 528'<br> 549'<br> 592'<br> 625'<br> 636'<br> M<br> L </span><span class="ft0">el N<br> Da<br> (M<br> -6,<br> -6,<br> -6,<br> -6,<br> -7,<br> -7,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> H<br> W<br> O<br> 333'<br> N<br> 2,<br> p<br> R<br> 521'<br> 674'<br> 214'<br> 285'<br> 486'<br> 051'<br> 883'<br> 889'<br> 902'<br> 923'<br> 966'<br> 999'<br> 010'<br> app.<br> E-Log<br> To<br> 8,<br> 8,<br> 9,<br> 9,<br> 9,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 11,<br> NT<br> ess<br> get<br> O<br> 28LL<br> Tar<br> 515'<br> 355'<br> 815'<br> 753'<br> 534'<br> -<br> 83'<br> 44'<br> 10'<br> 2,<br> 2,<br> 1,<br> 1,<br> 1,<br> 967'<br> 121'<br> 115'<br> 105'<br> C<br> 29-<br> 95W<br> Thickn<br> to<br> ny<br> D<br> 21-<br> pa<br> H<br> ,R<br> ,N<br> 20-<br> 21T<br> y<br> g<br> val<br> ess<br> om<br> 149N<br> 6'<br> -<br> C<br> 20-<br> T<br> ount<br> ober<br> 160'<br> 540'<br> 62'<br> 219'<br> 567'<br> 846'<br> 10'<br> 22'<br> 39'<br> 34'<br> 10'<br> 3-<br> C<br> 367'<br> Inter<br> rgy<br> M<br> ie<br> Thickn<br> g<br> .20,<br> 2,<br> of<br> Ene<br> ec<br> ober<br> enz<br> th<br> S<br> K<br> KB:<br> M<br> W<br> c<br> nor<br> tum<br> SL)<br> 129'<br> 289'<br> 829'<br> 891'<br> 110'<br> 677'<br> 523'<br> 529'<br> 539'<br> 561'<br> 600'<br> 634'<br> 644'<br> EPQ<br> M<br> S<br> Da<br> (M<br> -6,<br> -6,<br> -6,<br> -6,<br> -7,<br> -7,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> -8,<br> W<br> 000'<br> S<br> 1,<br> p<br> 496'<br> 656'<br> 196'<br> 258'<br> 477'<br> 044'<br> 890'<br> 896'<br> 906'<br> 928'<br> 967'<br> 001'<br> 011'<br> app.<br> E-Log<br> To<br> 8,<br> 8,<br> 9,<br> 9,<br> 9,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 10,<br> 11,<br> 11,<br> e<br> t<br> op<br> hal<br> e:<br> e<br> al<br> on<br> s<br> T<br> e<br> en<br> S<br> en<br> en<br> or:<br> m<br> k<br> k<br> k<br> k<br> tS<br> n<br> get<br> at<br> am<br> ion:<br> les<br> any<br> ak<br> en<br> ak<br> ak<br> or<br> ation:<br> ation/<br> Li<br> liffe<br> llio<br> k<br> B<br> F<br> ar<br> tc<br> C<br> B<br> Las<br> B<br> a<br> per<br> lN<br> m<br> Zone<br> har<br> a<br> e<br> c<br> ak<br> e<br> T<br> er<br> ee<br> O<br> el<br> C<br> R<br> e<br> ion<br> s<br> S<br> B<br> ng<br> W<br> Loc<br> Elevat<br> For<br> ibbey<br> s<br> hr<br> K<br> as<br> is<br> Lodgepol<br> al<br> iddl<br> T<br> B<br> F<br> M<br> M<br> Low<br> pperU<br> Landi<br> <hr> <A name=50></a>H<br> H<br> T<br> T<br> -21<br> -21<br> 0<br> 0<br> -2<br> -2<br> 3<br> 2<br> rg<br> rg<br> e<br> e<br> b<br> b<br> o<br> o<br> M<br> M<br> LL8-19<br> H<br> 17-<br> /21<br> -1<br> 0<br> 0<br> -2<br> 2<br> 4<br> rg<br> rg<br> e<br> e<br> b<br> b<br> o<br> o<br> M<br> M<br> SS<br> 20-17-19-18LLrg<br> obe<br> THICKNE<br> -M<br> ny<br> VAL<br> pa<br> ER<br> Com<br> INT<br> rgy<br> Ene<br> EPQ<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> '<br> 0'<br> 0<br> 50<br> 00<br> 50<br> 00<br> 50<br> 00<br> 50<br> 00<br> 50<br> 00<br> 50<br> 00<br> 50<br> 00<br> 50<br> 00<br> 50<br> 00<br> 5<br> 9<br> 9<br> 8<br> 8<br> 7<br> 7<br> 6<br> 6<br> 5<br> 5<br> 4<br> 4<br> 3<br> 3<br> 2<br> 2<br> 1<br> 1<br> ) t f (<br> ess<br> ckn<br> i h T<br> al v<br> er t n I<br> <hr> <A name=51></a>ffset<br> ofOe ells 025' 026' 986' 026' 976' 006' 033' 032' 033' 031' 030' 028'<br> ag W<br> 11,<br> 11,<br> 10,<br> 11,<br> 10,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> Aver<br> H<br> 21T<br> :<br> 20-2- 030' 031' 992' 026' 976' 005' 030' 030' 032' 030' 029' 028'<br> g<br> 11,<br> 11,<br> 10,<br> 11,<br> 10,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> N<br> ober<br> IO<br> M<br> ofTargetFrom<br> 21H<br> JECT </span><span class="ft0">Top<br> 20/4- 010' 014' 973' 012' 971' 003' 037' 036' 035' 034' 030' 029'<br> O<br> g<br> 11,<br> 11,<br> 10,<br> 11,<br> 10,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> oberM<br> PR </span><span class="ft0">Proposed<br> NG<br> H<br> 21T<br> DI<br> 20-3- 036' 033' 992' 040' 981' 011' 031' 030' 032' 030' 030' 028'<br> g<br> 11,<br> 11,<br> 10,<br> 11,<br> 10,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> 11,<br> ober<br> LAN<br> M<br> e<br> t<br> hal<br> e<br> al<br> on<br> en<br> en<br> en<br> s<br> m<br> e<br> k<br> S<br> k<br> k<br> k<br> tS<br> any<br> n<br> or<br> Li<br> les<br> liffe<br> ak<br> en<br> ak<br> ak<br> llio<br> k<br> B<br> tc<br> C<br> B<br> F<br> Las<br> B<br> a<br> ak<br> e<br> ation/Zone:<br> har<br> a<br> e<br> ion<br> e<br> c<br> er<br> ee<br> ibbey<br> C<br> R<br> s<br> s<br> S<br> B<br> hr<br> K<br> as<br> is<br> Lodgepol<br> al<br> iddl<br> T<br> B<br> F<br> M<br> M<br> Low<br> pper<br> Form<br> U<br> <hr> <A name=52></a>H<br> H<br> T<br> T<br> -21<br> -21<br> 0<br> 0<br> -2<br> -2<br> 3<br> 2<br> rg<br> rg<br> e<br> e<br> b<br> b<br> o<br> o<br> M<br> M<br> LL8-19<br> H<br> 17-<br> /21<br> -1<br> 0<br> 0<br> -2<br> 2<br> 4<br> rg<br> rg<br> e<br> e<br> b<br> b<br> o<br> o<br> M<br> M<br> ETG </span><span class="ft4">20-17-19-18LLrg</span><span class="ft2">TAR</span><span class="ft4">obe<br> TO </span><span class="ft4">-M<br> H </span><span class="ft4">nypa<br> PAC </span><span class="ft4">Com<br> ISO </span><span class="ft4">rgyEne<br> EPQ<br> 0'<br> 0'<br> 0'<br> 0'<br> 0'<br> 0'<br> 0'<br> 0'<br> 0'<br> 0'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 00'<br> 6<br> 5<br> 4<br> 3<br> 2<br> 1<br> 0<br> 9<br> 8<br> 7<br> 6<br> 5<br> 4<br> 3<br> 2<br> 1<br> 0<br> 90<br> 80<br> 70<br> 60<br> 50<br> 40<br> 30<br> 20<br> 10<br> 2,<br> 2,<br> 2,<br> 2,<br> 2,<br> 2,<br> 2,<br> 1,<br> 1,<br> 1,<br> 1,<br> 1,<br> 1,<br> 1,<br> 1,<br> 1,<br> 1,<br> (ft)<br> t e g r a T<br> to<br> e c n<br> ta<br> s<br> Di<br> <hr> <A name=53></a>LITHOLOGY<br> Moberg 20-17-19-18LL<br> Rig crews caught lagged samples in 30' intervals under the supervision of Sunburst geologists. A detailed list of sampling<br> intervals is included in the well data summary page. Sample or gamma ray marker tops have been inserted in the sample<br> descriptions below for reference. Samples were examined wet and dry under a binocular microscope. Sample descriptions<br> begin in the Swift Formation. Diesel invert drilling fluid was used for the vertical and curve while Water based drilling fluid<br> was used for the lateral portions of the well.<br> 6,000-6,030<br> SILTSTONE: dark gray, friable, sub-blocky-sub-platy, earthy texture, calcareous cement, moderately<br> cemented, sandy grained in part, no visible porosity or oil stain<br> 6,030-6,060<br> SHALE: light green gray, friable, sub-blocky-sub-platy, earthy texture, no visible porosity or oil stain<br> 6,060-6,090<br> SHALE: light green gray, trace medium gray, friable, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity or oil stain<br> 6,090-6,120<br> SHALE: light green gray, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity or oil stain<br> 6,120-6,150<br> SHALE: light gray, firm, rare friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no<br> visible porosity or oil stain<br> 6,150-6,180<br> SHALE: light gray, firm, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity or oil stain<br> 6,180-6,210<br> SHALE: light green gray, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity or oil stain<br> 6,210-6,240<br> SHALE: light gray, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity or oil stain<br> 6,240-6,270<br> SHALE: light gray, friable, occasional firm, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite,<br> no visible porosity or oil stain<br> 6,270-6,300<br> SHALE: light gray, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity or oil stain; occasional SILTSTONE: red brown, friable, sub-blocky-sub-platy, earthy texture, calcareous cement,<br> moderately cemented, no visible porosity or oil stain<br> 6,300-6,330<br> SHALE: light gray, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity or oil stain; abundant SILTSTONE: red brown, friable, sub-blocky-sub-platy, earthy texture, calcareous cement,<br> moderately cemented, no visible porosity or oil stain<br> 6,330-6,360<br> SHALE: light gray, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity or oil stain; common SILTSTONE: red brown, friable, sub-blocky-sub-platy, earthy texture, calcareous cement,<br> moderately cemented, no visible porosity or oil stain<br> 6,360-6,390<br> SILTSTONE: dark brown, friable, sub-blocky-sub-platy, earthy texture, calcareous cement, moderately<br> cemented, no visible porosity or oil stain<br> 6,390-6,420<br> SILTSTONE: light gray, rare red brown, trace cream, friable, sub-blocky-sub-platy, earthy texture,<br> calcareous cement, moderately cemented, no visible porosity or oil stain; trace LIMESTONE: mudstone, light gray,<br> microcrystalline, firm, earthy texture, dense, no visible porosity or oil stain<br> 6,420-6,450<br> SHALE: light gray, firm, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity or oil stain<br> <hr> <A name=54></a>6,450-6,480<br> SILTSTONE: brown orange, common dark brown, soft-friable, sub-blocky, poorly cemented, no visible<br> porosity or oil stain<br> 6,480-6,510<br> SILTSTONE: brown orange, common dark brown, soft-friable, sub-blocky, moderately cemented, no<br> visible porosity or oil stain; SANDSTONE: brown orange-light orange, fine grained, friable, sub angular, moderately sorted,<br> dolomitic cement, poorly cemented, trace shale<br> 6,510-6,540<br> SILTSTONE: brown orange, occasional light gray, cream, soft-friable, sub-blocky, poorly cemented, no<br> visible porosity or oil stain<br> 6,540-6,570<br> SILTSTONE: red orange-light orange, friable, sub-blocky-sub-platy, moderately cemented, calcareous<br> cement, no visible porosity, no visible oil stain; common ANHYDRITE, light cream, no visible porosity, no visible oil stain<br> 6,570-6,600<br> SILTSTONE: red orange, light gray, friable, sub-blocky-sub-platy, moderately cemented, calcareous<br> cement, no visible porosity, no visible oil stain; rare ANHYDRITE, light cream, no visible porosity, no visible oil stain<br> 6,600-6,630<br> SILTSTONE: red orange, gray, occasional light gray, friable, sub-blocky-sub-platy, moderately cemented,<br> calcareous cement, no visible porosity, no visible oil stain; ANHYDRITE, light cream, no visible porosity, no visible oil stain<br> 6,630-6,660<br> SILTSTONE: brown orange, friable-firm, sub-blocky, poorly cemented, no visible porosity or oil stain;<br> common SALT: clear, milky, microcrystalline, firm, subhedral, amorphous, no visible porosity or oil stain; occasional<br> ANHYDRITE, light cream, no visible porosity, no visible oil stain<br> 6,660-6,690<br> SILTSTONE: brown orange, common dark brown, soft-friable, sub-blocky, poorly cemented, no visible<br> porosity or oil stain; SALT: clear, milky, microcrystalline, firm, subhedral, amorphous, no visible porosity or oil stain<br> 6,690-6,720<br> SILTSTONE: brown orange, common dark brown, soft-friable, sub-blocky, poorly cemented, no visible<br> porosity or oil stain; trace SALT: clear, milky, microcrystalline, firm, subhedral, amorphous, no visible porosity or oil stain<br> 6,720-6,750<br> SILTSTONE: brown orange, common dark brown, soft-friable, sub-blocky, poorly cemented, no visible<br> porosity or oil stain<br> 6,750-6,780<br> SILTSTONE: brown orange, firm, sub-blocky, poorly cemented, no visible porosity or oil stain<br> 6,780-6,810<br> SILTSTONE: brown orange, common dark brown, soft-friable, sub-blocky, moderately cemented, no<br> visible porosity or oil stain; SANDSTONE: brown orange-light orange, fine grained, friable, sub angular, moderately sorted,<br> dolomitic cement, poorly cemented, no visible porosity or oil stain<br> 6,810-6,840<br> SILTSTONE: brown orange, soft-friable, sub-blocky, moderately cemented, no visible porosity or oil stain;<br> rare SANDSTONE: brown orange-light orange, fine grained, friable, sub angular, moderately sorted, dolomitic cement,<br> poorly cemented, no visible porosity or oil stain, trace ANHYDRITE<br> 6,840-6,870<br> SILTSTONE: brown orange, soft-friable, sub-blocky, moderately cemented, no visible porosity or oil stain;<br> occasional SANDSTONE: light orange, fine grained, friable, sub angular, moderately sorted, dolomitic cement, poorly<br> cemented, no visible porosity or oil stain, trace ANHYDRITE<br> 6,870-6,900<br> SILTSTONE: brown orange, soft-friable, sub-blocky, moderately cemented, no visible porosity or oil stain;<br> common SANDSTONE: light orange, fine grained, friable, sub angular, moderately sorted, dolomitic cement, poorly<br> cemented, no visible porosity or oil stain<br> 6,900-6,930<br> SILTSTONE: brown orange, soft-friable, sub-blocky, moderately cemented, no visible porosity or oil stain;<br> common SANDSTONE: brown orange-light orange, fine grained, friable, sub angular, moderately sorted, dolomitic cement,<br> poorly cemented, no visible porosity or oil stain, trace ANHYDRITE<br> 6,930-6,960<br> SILTSTONE: brown orange, soft-friable, sub-blocky, moderately cemented, no visible porosity or oil stain;<br> common SANDSTONE: light orange, fine grained, friable, sub angular, moderately sorted, dolomitic cement, poorly<br> cemented, no visible porosity or oil stain<br> <hr> <A name=55></a>6,960-6,990<br> SILTSTONE: dark orange, soft-friable, sub-blocky, moderately cemented, no visible porosity or oil stain;<br> rare SANDSTONE: light orange, fine grained, friable, sub angular, moderately sorted, dolomitic cement, poorly cemented,<br> no visible porosity or oil stain<br> 6,990-7,020<br> SILTSTONE: gray-dark gray, dark orange, soft-friable, sub-blocky, moderately cemented, no visible<br> porosity or oil stain; occasional SALT, clear, milky, microcrystalline, firm, subhedral, amorphous, no visible porosity or oil<br> stain<br> 7,020-7,050<br> SILTSTONE: gray-dark gray, dark brown, soft-friable, sub-blocky, moderately cemented, no visible<br> porosity or oil stain; occasional SANDSTONE: brown orange-light orange, fine grained, friable, sub angular, moderately<br> sorted, dolomitic cement, poorly cemented, no visible porosity or oil stain<br> 7,050-7,080<br> SILTSTONE: orange, brown, in part dark brown, very soft-moderately soft, sub-blocky, moderately<br> cemented, no visible porosity or oil stain<br> 7,080-7,110<br> SANDSTONE: brown orange-light orange, fine grained, friable, sub angular, moderately sorted, dolomitic<br> cement, poorly cemented, no visible porosity or oil stain; SILTSTONE: brown orange, brown, soft-friable, sub-blocky,<br> poorly cemented, no visible porosity or oil stain<br> 7,110-7,140<br> SILTSTONE: orange, brown, dark gray brown, very soft-friable, sub-blocky, poorly-moderately cemented,<br> no visible porosity or oil stain; occasional SALT: clear, milky, microcrystalline, firm, subhedral, amorphous<br> 7,140-7,170<br> SILTSTONE: orange, in part brown, very soft-friable, sub-blocky, poorly-moderately cemented, no visible<br> porosity or oil stain; SALT: clear, milky, microcrystalline, firm, subhedral, amorphous<br> 7,170-7,200<br> SILTSTONE: orange, brown, very soft-friable, sub-blocky, poorly-moderately cemented, no visible<br> porosity or oil stain; common SALT: clear, milky, microcrystalline, firm, subhedral, amorphous<br> 7,200-7,230<br> SALT: clear, milky, microcrystalline, firm, subhedral, amorphous; SANDSTONE: brown orange-light<br> orange, fine grained, friable, sub angular, moderately sorted, dolomitic cement, poorly cemented, no visible porosity or oil<br> stain; SILTSTONE: brown orange, brown, soft-friable, sub-blocky, poorly cemented, no visible porosity or oil stain<br> 7,230-7,260<br> SILTSTONE: red orange, trace red brown, friable, sub-blocky-sub-platy, earthy texture, calcareous cement,<br> moderately cemented, no visible porosity or oil stain; occasional SALT: frosted, crystalline, hard, crystalline texture, no<br> visible porosity or oil stain<br> 7,260-7,290<br> SILTSTONE: red orange, friable, sub-blocky-sub-platy, earthy texture, calcareous cement, moderately<br> cemented, no visible porosity or oil stain; trace SALT: frosted, crystalline, hard, crystalline texture, anhedral, no visible<br> porosity or oil stain<br> 7,290-7,320<br> SILTSTONE: red orange, friable, sub-blocky-sub-platy, earthy texture, calcareous cement, moderately<br> cemented, no visible porosity or oil stain; trace SALT: frosted, crystalline, hard, crystalline texture, anhedral, trace subhedral,<br> no visible porosity or oil stain<br> 7,320-7,350<br> SILTSTONE: red orange, friable, sub-blocky-sub-platy, earthy texture, calcareous cement, moderately<br> cemented, no visible porosity or oil stain; trace SALT: frosted, trace translucent, crystalline, hard, crystalline texture,<br> anhedral, no visible porosity or oil stain<br> 7,350-7,380<br> SILTSTONE: red orange, soft, sub-blocky-sub-platy, earthy texture, calcareous cement, poorly cemented,<br> no visible porosity or oil stain<br> 7,380-7,410<br> SILTSTONE: red orange, soft, sub-blocky-sub-platy, earthy texture, calcareous cement, poorly cemented,<br> no visible porosity or oil stain; trace SALT: clear, crystalline, hard, crystalline texture, anhedral, no visible porosity or oil<br> stain<br> 7,410-7,440<br> SILTSTONE: red orange, friable, sub-blocky-sub-platy, earthy texture, calcareous cement, moderately<br> cemented, no visible porosity or oil stain<br> <hr> <A name=56></a>7,440-7,470<br> SILTSTONE: red orange, soft, trace friable, sub-blocky-sub-platy, earthy texture, calcareous cement,<br> poorly cemented, trace moderately cemented, no visible porosity or oil stain<br> 7,470-7,500<br> SILTSTONE: red orange, soft, trace friable, sub-blocky-sub-platy, earthy texture, calcareous cement,<br> poorly cemented, trace moderately cemented, no visible porosity or oil stain; trace DOLOMITE: mudstone, dark red brown,<br> microcrystalline, hard, earthy texture, dense, no visible porosity or oil stain<br> 7,500-7,530<br> SILTSTONE: red orange, friable, sub-blocky-sub-platy, earthy texture, calcareous cement, moderately<br> cemented, no visible porosity or oil stain<br> 7,530-7,560<br> SILTSTONE: red orange, friable, rare firm, sub-blocky-sub-platy, earthy texture, calcareous cement,<br> moderately cemented, rare well cemented, no visible porosity or oil stain<br> 7,560-7,590<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain; occasional SILTSTONE: red orange, trace light pink, soft, earthy texture, sub-blocky-sub-platy, calcareous cement,<br> moderately cemented, no visible porosity or oil stain<br> 7,590-7,620<br> SILTSTONE: red orange, trace light pink, soft, earthy texture, sub-blocky-sub-platy, calcareous cement,<br> moderately cemented, no visible porosity or oil stain; occasional SILTY SANDSTONE: light gray, fine grained, soft, sub-<br> rounded-sub-angular, calcareous cement, poorly cemented, no visible porosity or oil stain<br> 7,620-7,650<br> SILTSTONE: dark red, occasional red orange, friable, sub-blocky-sub-platy, calcareous cement,<br> moderately cemented, no visible porosity or oil stain<br> 7,650-7,680<br> SILTSTONE: red orange, rare light pink, friable, sub-blocky-sub-platy, calcareous cement, moderately<br> cemented, no visible porosity or oil stain; occasional ANHYDRITE: off white, soft, cryptocrystalline, amorphous texture,<br> massive, no visible porosity or oil stain; trace LIMESTONE: mudstone, off white, microcrystalline, brittle, earthy texture,<br> dense, no visible porosity or oil stain<br> 7,680-7,710<br> ANHYDRITE: off white, soft, cryptocrystalline, amorphous texture, massive, no visible porosity or oil<br> stain<br> 7,710-7,740<br> ANHYDRITE: off white, soft, cryptocrystalline, amorphous texture, massive, no visible porosity or oil<br> stain; occasional SILTSTONE: red orange, rare light pink, friable, sub-blocky-sub-platy, calcareous cement, moderately<br> cemented, no visible porosity or oil stain<br> 7,740-7,770<br> ANHYDRITE: off white, soft, cryptocrystalline, amorphous texture, massive, sandy grained in part, no<br> visible porosity or oil stain<br> 7,770-7,800<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain; occasional SILTSTONE: red orange, trace pink red, friable, sub-blocky-sub-platy, moderately cemented, calcareous<br> cement, no visible porosity or oil stain; rare LIMESTONE: mudstone, light gray-cream, microcrystalline, firm, trace hard,<br> earthy texture, trace crystalline texture, dense, no visible porosity or oil stain<br> 7,800-7,830<br> LIMESTONE: mudstone, off white, occasional cream, microcrystalline, friable-firm, earthy texture, trace<br> crystalline texture, no visible porosity or oil stain; occasional ANHYDRITE: off white, cryptocrystalline, soft, amorphous<br> texture, massive, no visible porosity or oil stain<br> 7,830-7,860<br> SILTSTONE: red orange, trace red pink, friable, sub-blocky-sub-platy, moderately cemented, calcareous<br> cement, no visible porosity or oil stain; occasional ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture,<br> massive, no visible porosity or oil stain; rare LIMESTONE: mudstone, tan, microcrystalline, firm, earthy texture, trace<br> crystalline texture, dense, no visible porosity or oil stain<br> 7,860-7,890<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain; occasional SILTSTONE: red orange, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement, no<br> visible porosity or oil stain<br> 7,890-7,920<br> LIMESTONE: mudstone, off white, rare cream, microcrystalline, friable, earthy texture, dense, no visible<br> porosity or oil stain<br> <hr> <A name=57></a>7,920-7,950<br> LIMESTONE: mudstone, light gray, off white, microcrystalline, friable, earthy texture, dense, no visible<br> porosity or oil stain; occasional SILTSTONE: red orange, friable, sub-blocky-sub-platy, moderately cemented, calcareous<br> cement, no visible porosity or oil stain<br> 7,950-7,980<br> LIMESTONE: mudstone, light gray-gray, rare cream, microcrystalline, friable, earthy texture, dense, no<br> visible porosity or oil stain<br> 7,980-8,010<br> SILTSTONE: orange, light brown, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement,<br> no visible porosity or oil stain; occasional ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no<br> visible porosity or oil stain; rare LIMESTONE: mudstone, light gray, microcrystalline, firm, earthy texture, trace crystalline<br> texture, dense, no visible porosity or oil stain<br> 8,010-8,040<br> SILTSTONE: light brown-brown, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement,<br> no visible porosity or oil stain; occasional ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no<br> visible porosity or oil stain; rare LIMESTONE: mudstone, gray, microcrystalline, firm, earthy texture, trace crystalline<br> texture, dense, no visible porosity or oil stain<br> 8,040-8,070<br> LIMESTONE: mudstone, light gray, off white, microcrystalline, friable, earthy texture, dense, no visible<br> porosity or oil stain; occasional SILTSTONE: red orange, friable, sub-blocky-sub-platy, moderately cemented, calcareous<br> cement, no visible porosity or oil stain<br> 8,070-8,100<br> SILTSTONE: red orange, trace red pink, friable, sub-blocky-sub-platy, moderately cemented, calcareous<br> cement, no visible porosity or oil stain; occasional ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture,<br> massive, no visible porosity or oil stain; rare LIMESTONE: mudstone, tan, microcrystalline, firm, earthy texture, trace<br> crystalline texture, dense, no visible porosity or oil stain<br> 8,100-8,130<br> SILTSTONE: red orange, rare red pink, friable, sub-blocky-sub-platy, moderately cemented, calcareous<br> cement, no visible porosity or oil stain<br> 8,130-8,160<br> SILTSTONE: orange-red, friable, sub blocky, dolomitic cement, poorly-moderately cemented, no visible<br> porosity or oil stain; ANHYDRITE: milky white, microcrystalline, soft, massive, amorphous, trace SHALE<br> 8,160-8,190<br> LIMESTONE: mudstone, medium gray, trace light gray, microcrystalline, firm, earthy texture, dense, no<br> visible porosity, no visible oil stain; occasional SHALE: black, firm, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, possible fracture porosity, no visible oil stain<br> 8,190-8,220<br> SILTSTONE: light gray, firm, sub-blocky-sub-platy, moderately cemented, calcareous cement, no visible<br> porosity or oil stain; occasional ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible<br> porosity or oil stain<br> 8,220-8,250<br> SILTSTONE: light gray, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement, no visible<br> porosity or oil stain; occasional SHALE: dark gray, gray, firm, sub-blocky-sub-platy, earthy texture, trace waxy texture, no<br> visible porosity or oil stain<br> 8,250-8,280<br> SHALE: dark gray, gray, firm, sub-blocky-sub-platy, earthy texture, trace waxy texture, no visible porosity<br> or oil stain; occasional SILTSTONE: light gray, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement, no<br> visible porosity or oil stain<br> 8,280-8,310<br> SHALE: dark gray, gray, firm, sub-blocky-sub-platy, earthy texture, trace waxy texture, no visible porosity<br> or oil stain; common SILTSTONE: light gray, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement, no<br> visible porosity or oil stain<br> 8,310-8,340<br> SILTSTONE: red orange, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement, no<br> visible porosity or oil stain; common SHALE: black, friable, sub-blocky-sub-platy, earthy texture, no visible porosity or oil<br> stain; trace ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil stain<br> Kibbey "Lime"<br> 8,356' MD 8,521' TVD (-6,143') SS<br> <hr> <A name=58></a>8,340-8,370<br> SILTSTONE: orange, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement, no visible<br> porosity or oil stain; occasional SHALE: black, friable, sub-blocky-sub-platy, earthy texture, no visible porosity or oil stain<br> 8,370-8,400<br> SILTSTONE: orange, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement, no visible<br> porosity or oil stain; rare SHALE: black, friable, sub-blocky-sub-platy, earthy texture, no visible porosity or oil stain<br> 8,400-8,430<br> SILTSTONE: orange, light gray, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement,<br> no visible porosity or oil stain<br> 8,430-8,460<br> SILTSTONE: orange, red brown, firm, sub-blocky-sub-platy, moderately cemented, calcareous cement, no<br> visible porosity or oil stain<br> 8,460-8,490<br> SILTSTONE: red brown, firm, sub-blocky-sub-platy, moderately cemented, calcareous cement, no visible<br> porosity or oil stain<br> 8,490-8,520<br> SILTSTONE: red brown, firm, sub-blocky-sub-platy, moderately cemented, calcareous cement, no visible<br> porosity or oil stain; rare LIMESTONE: mudstone, gray, microcrystalline, firm-hard, earthy texture, dense, no visible<br> porosity or oil stain<br> 8,520-8,550<br> LIMESTONE: mudstone, light gray-gray, dark gray brown, microcrystalline, firm, earthy texture, dense,<br> possible intercrystalline porosity, trace dark brown spotty oil stain; ANHYDRITE: off white-cream, cryptocrystalline, soft,<br> amorphous texture, massive, no visible porosity or oil stain<br> 8,550-8,580<br> LIMESTONE: mudstone, medium-dark gray, microcrystalline, firm, earthy texture, dense, possible<br> intercrystalline porosity, trace dark brown spotty oil stain; rare ANHYDRITE: cream-off white, cryptocrystalline, soft,<br> amorphous texture, massive, no visible porosity or oil stain<br> 8,580-8,610<br> LIMESTONE: mudstone, gray-dark gray, microcrystalline, firm, earthy texture, dense, possible<br> intercrystalline porosity, trace dark brown spotty oil stain<br> 8,610-8,640<br> SILTSTONE: red brown, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement, no<br> visible porosity or oil stain; rare ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible<br> porosity or oil stain<br> 8,640-8,670<br> SILTSTONE: red brown, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement, no<br> visible porosity or oil stain<br> 8,670-8,700<br> SILTSTONE: red brown, friable, sub-blocky-sub-platy, moderately cemented, calcareous cement, no<br> visible porosity or oil stain; rare ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible<br> porosity or oil stain; trace SALT: clear, crystalline, hard, anhedral, crystalline texture, no visible porosity or oil stain<br> Charles<br> 8,693' MD 8,678' TVD (-6,300') SS<br> 8,700-8,730<br> SALT: clear, trace frosted, crystalline, firm, crystalline texture, anhedral, trace subhedral, no visible<br> porosity, no visible oil stain; rare ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, no visible porosity, no<br> visible oil stain<br> 8,730-8,760<br> SALT: clear, trace milky, crystalline, hard, anhedral, rare subhedral, crystalline texture, trace<br> ANHYDRITE, no visible porosity, no visible oil stain<br> 8,760-8,790<br> SALT: clear, crystalline, hard, anhedral, trace subhedral, trace euhedral, crystalline texture, rare<br> ANHYDRITE, no visible porosity, no visible oil stain<br> 8,790-8,820<br> SALT: clear, crystalline, hard, anhedral, trace subhedral, crystalline texture, no visible porosity, no visible<br> oil stain<br> 8,820-8,850<br> SALT: clear, crystalline, hard, anhedral, trace subhedral, crystalline texture, no visible porosity, no visible<br> oil stain; trace ANHYDRITE: cream, cryptocrystalline, soft, amorphous texture, massive, no visible porosity, no visible oil<br> stain<br> <hr> <A name=59></a>8,850-8,880<br> SALT: clear, crystalline, hard, anhedral, trace subhedral, crystalline texture, no visible porosity, no visible<br> oil stain; occasional ANHYDRITE: cream, cryptocrystalline, soft, amorphous texture, massive, no visible porosity, no visible<br> oil stain<br> 8,880-8,910<br> SALT: clear, rare frosted, crystalline, hard, anhedral, trace subhedral, crystalline texture, no visible<br> porosity, no visible oil stain; trace ANHYDRITE: off white, chalky, soft, amorphous texture, massive, no visible porosity, no<br> visible oil stain<br> 8,910-8,940<br> SALT: clear, rare frosted, crystalline, hard, anhedral, trace subhedral, crystalline texture, no visible<br> porosity, no visible oil stain; occasional ANHYDRITE: off white, chalky, soft, amorphous texture, massive, no visible<br> porosity, no visible oil stain<br> 8,940-8,970<br> LIMESTONE: mudstone, light gray, rare dark gray, microcrystalline, friable-firm, earthy texture, dense, no<br> visible porosity, no visible oil stain; common ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive,<br> no visible porosity, no visible oil stain<br> 8,970-9,000<br> SALT: clear, rare frosted, crystalline, hard, anhedral, trace subhedral, crystalline texture, no visible<br> porosity, no visible oil stain; occasional ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no<br> visible porosity, no visible oil stain<br> 9,000-9,030<br> SALT: clear, rare frosted, crystalline, hard, anhedral, trace subhedral, crystalline texture, no visible<br> porosity, no visible oil stain; rare ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible<br> porosity, no visible oil stain<br> 9,030-9,060<br> LIMESTONE: mudstone, light gray, trace cream, microcrystalline, brittle, earthy texture, dense, no visible<br> porosity or oil stain; occasional ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible<br> porosity or oil stain<br> 9,060-9,090<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain<br> 9,090-9,120<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain<br> 9,120-9,150<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain; trace LIMESTONE: mudstone, medium gray, micro-crystalline, brittle, earthy texture, dense, no visible porosity oil<br> stain<br> 9,150-9,180<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain<br> 9,180-9,210<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain; rare LIMESTONE: mudstone, dark gray, microcrystalline, brittle, earthy texture, dense, no visible porosity or oil stain<br> Ratcliffe<br> 9,192' MD 9,177' TVD (-6,799') SS<br> 9,210-9,240<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain<br> 9,240-9,270<br> SALT: translucent, trace frosted, crystalline, hard, anhedral, trace subhedral, trace euhedral, crystalline<br> texture, no visible porosity or oil stain; occasional ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture,<br> massive, no visible porosity or oil stain<br> 9,270-9,300<br> SALT: frosted, rare clear, crystalline, hard, anhedral, trace subhedral, trace euhedral, crystalline texture, no<br> visible porosity or oil stain; occasional ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no<br> visible porosity or oil stain<br> Base Last Salt<br> 9,302' MD 9,287' TVD (-6,909') SS<br> <hr> <A name=60></a>9,300-9,330<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain; trace SALT: translucent, crystalline, hard, anhedral, trace subhedral, crystalline texture, no visible porosity or oil stain<br> 9,330-9,360<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain; trace LIMESTONE: mudstone, light gray, microcrystalline, firm-friable, earthy texture, dense, no visible porosity or oil<br> stain<br> 9,360-9,390<br> ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture, massive, no visible porosity or oil<br> stain<br> 9,390-9,420<br> LIMESTONE: mudstone, tan, rare medium gray, micro-crystalline, firm, earthy texture, dense, no visible<br> porosity or oil stain<br> 9,420-9,450<br> LIMESTONE: mudstone, light gray, occasional tan, rare medium gray, micro-crystalline, firm, earthy<br> texture, dense, no visible porosity or oil stain; rare ANHYDRITE: off white, cryptocrystalline, soft, amorphous texture,<br> massive, no visible porosity or oil stain<br> Mission Canyon<br> 9,462' MD 9,447' TVD (-7,069') SS<br> 9,450-9,480<br> LIMESTONE: mudstone, tan, rare medium gray, micro-crystalline, firm, earthy texture, dense, no visible<br> porosity or oil stain<br> 9,480-9,510<br> LIMESTONE: mudstone, light gray, micro-crystalline, firm, earthy texture, dense, no visible porosity or oil<br> stain<br> 9,510-9,540<br> LIMESTONE: mudstone, tan, trace dark gray, micro-crystalline, firm, earthy texture, dense, no visible<br> porosity or oil stain<br> 9,540-9,570<br> LIMESTONE: mudstone, light gray, trace cream, micro-crystalline, firm, earthy texture, dense, no visible<br> porosity or oil stain<br> 9,570-9,600<br> LIMESTONE: mudstone, tan, rare cream, micro-crystalline, firm, earthy texture, dense, no visible porosity<br> or oil stain<br> 9,600-9,630<br> LIMESTONE: mudstone, light gray, occasional tan, rare cream, trace dark gray, micro-crystalline, firm,<br> earthy texture, dense, argillaceous in part, no visible porosity or oil stain<br> 9,630-9,660<br> LIMESTONE: mudstone, tan, rare cream, micro-crystalline, firm, earthy texture, dense, possible<br> intercrystalline porosity, trace dark brown spotty oil stain<br> 9,660-9,690<br> LIMESTONE: mudstone, tan, occasional cream, micro-crystalline, firm, earthy texture, dense, possible<br> intercrystalline porosity, trace dark brown spotty oil stain<br> 9,690-9,720<br> LIMESTONE: mudstone, light-medium gray brown, rare dark brown, microcrystalline, friable-firm, earthy<br> texture, siliceous in part, argillaceous in part, trace sparry calcite, no visible porosity<br> 9,720-9,750<br> LIMESTONE: mudstone, light-medium gray brown, rare dark brown, microcrystalline, friable-firm, earthy<br> texture, siliceous in part, argillaceous in part, trace sparry calcite, no visible porosity<br> 9,750-9,780<br> LIMESTONE: mudstone, medium gray brown, microcrystalline, friable-firm, earthy texture, siliceous in<br> part, argillaceous in part, trace sparry calcite, no visible porosity, trace light brown dead oil stain<br> 9,780-9,810<br> LIMESTONE: mudstone, medium gray brown, microcrystalline, friable-firm, earthy texture, siliceous in<br> part, argillaceous in part, trace sparry calcite, no visible porosity, trace light brown dead oil stain<br> 9,810-9,840<br> LIMESTONE: mudstone, medium gray, medium brown, rare dark brown, microcrystalline, friable-firm,<br> earthy texture, siliceous in part, argillaceous in part, trace sparry calcite, trace micro fracture porosity, trace light brown dead<br> oil stain<br> <hr> <A name=61></a>9,840-9,870<br> LIMESTONE: mudstone, medium gray, medium brown, rare light gray, microcrystalline, friable-firm,<br> earthy texture, siliceous in part, argillaceous in part, trace sparry calcite, trace micro fracture porosity, trace light brown dead<br> oil stain<br> 9,870-9,900<br> LIMESTONE: mudstone, light gray, light brown, trace medium brown, microcrystalline, friable-firm,<br> earthy texture, siliceous in part, argillaceous in part, trace sparry calcite, no visible porosity<br> 9,900-9,930<br> LIMESTONE: mudstone, medium gray, cream- light brown, trace medium brown, microcrystalline,<br> friable-firm, earthy texture, siliceous in part, argillaceous in part, trace sparry calcite, no visible porosity, trace light brown<br> dead oil stain<br> 9,930-9,960<br> LIMESTONE: mudstone, medium gray, light gray, light brown, microcrystalline, friable-firm, earthy<br> texture, argillaceous in part, trace sparry calcite, no visible porosity, trace light brown spotty oil stain<br> 9,960-9,990<br> LIMESTONE: mudstone, light-medium gray, light brown, microcrystalline, friable-firm, earthy texture,<br> argillaceous in part, trace sparry calcite, no visible porosity, trace light brown spotty oil stain<br> 9,990-10,020<br> LIMESTONE: mudstone, light-medium gray, cream-light brown, mottled in part, microcrystalline, friable-<br> firm, earthy texture, argillaceous in part, trace sparry calcite, no visible porosity, trace light brown dead oil stain<br> 10,020-10,050<br> LIMESTONE: mudstone, light-medium gray, light brown, mottled in part, microcrystalline, friable-firm,<br> earthy texture, argillaceous in part, trace sparry calcite, no visible porosity, trace light brown dead oil stain<br> Lodgepole<br> 10,060' MD 10,044' TVD (-7,666') SS<br> 10,050-10,080<br> LIMESTONE: mudstone, light-medium gray, mottled in part, microcrystalline, friable-firm, earthy texture,<br> argillaceous in part, trace sparry calcite, no visible porosity, no visible oil stain<br> 10,080-10,110<br> ARGILLACEOUS LIMESTONE: mudstone, medium-dark gray, medium-dark brown, microcrystalline,<br> firm, earthy texture, trace disseminated pyrite, trace bio-clasts, no visible porosity, no visible oil stain<br> 10,110-10,140<br> ARGILLACEOUS LIMESTONE: mudstone, medium gray, medium-dark brown, microcrystalline, firm,<br> earthy texture, trace disseminated pyrite, trace bio-clasts, no visible porosity, no visible oil stain<br> 10,140-10,170<br> ARGILLACEOUS LIMESTONE: mudstone, medium-dark gray, medium brown, microcrystalline, firm-<br> hard, earthy texture, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,170-10,200<br> ARGILLACEOUS LIMESTONE: mudstone, medium gray-dark gray, brown-dark brown, micro<br> crystalline, firm, earthy texture, trace disseminated pyrite, silty in part no visible porosity, no visible oil stain<br> 10,200-10,230<br> ARGILLACEOUS LIMESTONE: mudstone, tan, occasional light gray, rare cream, micro-crystalline, firm,<br> earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,230-10,260<br> ARGILLACEOUS LIMESTONE: mudstone, light gray, rare cream, micro-crystalline, firm, earthy texture,<br> dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,260-10,290<br> ARGILLACEOUS LIMESTONE: mudstone, tan, occasional medium gray, rare cream, micro-crystalline,<br> firm, earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,290-10,320<br> ARGILLACEOUS LIMESTONE: mudstone, tan, trace dark gray, micro-crystalline, firm, earthy texture,<br> dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,320-10,350<br> ARGILLACEOUS LIMESTONE: mudstone, tan, occasional light gray, trace dark gray, micro-crystalline,<br> firm, earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,350-10,380<br> ARGILLACEOUS LIMESTONE: mudstone, tan, rare light gray, trace dark gray, micro-crystalline, firm,<br> earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> <hr> <A name=62></a>10,380-10,410<br> ARGILLACEOUS LIMESTONE: mudstone, tan, rare light gray, trace dark gray, trace cream, micro-<br> crystalline, firm, earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,410-10,440<br> ARGILLACEOUS LIMESTONE: mudstone, tan, rare dark gray, micro-crystalline, firm, earthy texture,<br> dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,440-10,470<br> ARGILLACEOUS LIMESTONE: mudstone, light gray, rare dark gray, micro-crystalline, firm, earthy<br> texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,470-10,500<br> ARGILLACEOUS LIMESTONE: mudstone, tan, occasional light gray, rare dark gray, micro-crystalline,<br> firm, earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,500-10,530<br> ARGILLACEOUS LIMESTONE: mudstone, light-medium gray, trace off white-cream, microcrystalline,<br> friable-firm, earthy texture, no visible porosity, no visible oil stain<br> 10,530-10,560<br> ARGILLACEOUS LIMESTONE: mudstone, light-medium gray, trace off white, microcrystalline, friable-<br> firm, earthy texture, no visible porosity, no visible oil stain<br> 10,560-10,590<br> ARGILLACEOUS LIMESTONE: mudstone, tan, trace dark gray, micro-crystalline, firm, earthy texture,<br> dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,590-10,620<br> ARGILLACEOUS LIMESTONE: mudstone, tan, trace cream, micro-crystalline, firm, earthy texture,<br> dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,620-10,650<br> ARGILLACEOUS LIMESTONE: mudstone, tan, trace dark gray, trace cream, micro-crystalline, firm,<br> earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,650-10,680<br> ARGILLACEOUS LIMESTONE: mudstone, tan, rare light gray, trace dark gray, trace cream, micro-<br> crystalline, firm, earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,680-10,710<br> ARGILLACEOUS LIMESTONE: mudstone, tan, rare dark gray, micro-crystalline, firm, earthy texture,<br> dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,710-10,740<br> ARGILLACEOUS LIMESTONE: mudstone, light gray, rare dark gray, micro-crystalline, firm, earthy<br> texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,740-10,770<br> ARGILLACEOUS LIMESTONE: mudstone, tan, occasional light gray, rare dark gray, micro-crystalline,<br> firm, earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,770-10,800<br> ARGILLACEOUS LIMESTONE: mudstone, light gray, occasional dark gray, micro-crystalline, firm,<br> earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,800-10,830<br> ARGILLACEOUS LIMESTONE: mudstone, light gray, occasional dark gray, trace tan, micro-crystalline,<br> firm, earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,830-10,860<br> ARGILLACEOUS LIMESTONE: mudstone, dark gray, micro-crystalline, firm, earthy texture, dense, trace<br> disseminated pyrite, no visible porosity, no visible oil stain<br> 10,860-10,890<br> ARGILLACEOUS LIMESTONE: mudstone, light gray, rare dark gray, micro-crystalline, firm, earthy<br> texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,890-10,920<br> ARGILLACEOUS LIMESTONE: mudstone, light gray, trace cream, microcrystalline, firm, rare hard,<br> earthy texture, rare crystalline texture, trace disseminated pyrite, siliceous in part, no visible porosity, no visible oil stain<br> 10,920-10,950<br> ARGILLACEOUS LIMESTONE: mudstone, light gray, occasional dark gray, micro-crystalline, firm,<br> earthy texture, dense, trace disseminated pyrite, no visible porosity, no visible oil stain<br> 10,950-10,980<br> ARGILLACEOUS LIMESTONE: mudstone, dark gray, micro-crystalline, firm, earthy texture, dense, trace<br> disseminated pyrite, no visible porosity, no visible oil stain<br> <hr> <A name=63></a>False Bakken<br> 11,002' MD 10,910' TVD (-8,543') SS<br> 10,980-11,010<br> ARGILLACEOUS LIMESTONE: mudstone, light gray, cream, micro-crystalline, firm, earthy texture,<br> dense, trace disseminated pyrite, no visible porosity, no visible oil stain; common SHALE: dark brown, firm, sub-blocky-<br> sub-platy, earthy texture, rare disseminated pyrite, spotty brown oil stain<br> Scallion<br> 11,010' MD 10,915' TVD (-8,548`) SS<br> 11,010-11,040<br> SHALE: black, firm, sub-blocky-sub-platy, earthy texture, rare disseminated pyrite, spotty brown oil stain<br> Upper Bakken<br> 11,030' MD 10,927' TVD (- 8,560`) SS<br> 11,040-11,070<br> SHALE: black, firm, sub-blocky-sub-platy, earthy texture, rare disseminated pyrite, spotty brown oil stain;<br> occasional SILTSTONE: dark brown, friable, sub-blocky-sub-platy, earthy texture, moderately cemented, calcareous cement,<br> rare disseminated pyrite, intergranular porosity, trace light brown spotty oil stain<br> Middle Bakken<br> 11,067' MD 10,947' TVD (-8,580 `) SS<br> 11,070-11,100<br> SILTY SANDSTONE: light-medium gray, rare cream-tan, soft-friable, very fine grained, sub-rounded,<br> well sorted, dolomitic cement, moderately-well cemented, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 11,100-11,130<br> SILTY SANDSTONE: light-medium gray, trace light-medium brown, soft-friable, very fine grained, sub-<br> rounded, well sorted, dolomitic cement, moderately cemented, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 11,130-11,160<br> SILTY SANDSTONE: light-medium gray, trace light-medium brown, soft-friable, very fine grained, sub-<br> rounded, well sorted, dolomitic cement, moderately cemented, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain; common SHALE: black, firm, blocky-sub blocky, earthy, petroliferous, carbonaceous, calcareous,<br> common disseminated pyrite, no visible porosity, even oil stain<br> Lower Bakken<br> 11,151' MD 10,986' TVD (- 8,619`) SS<br> 11,160-11,190<br> SHALE: black, firm, blocky-sub blocky, earthy, petroliferous, carbonaceous, calcareous, common<br> disseminated pyrite, no visible porosity, even oil stain<br> 11,190-11,220<br> SHALE: black, firm-hard, blocky-sub blocky, earthy, petroliferous, carbonaceous, calcareous, common<br> disseminated pyrite, no visible porosity, even oil stain<br> 11,220-11,250<br> SHALE: black, firm, blocky-sub blocky, earthy, petroliferous, carbonaceous, calcareous, common<br> disseminated pyrite, no visible porosity, even oil stain; common SHALE: mint green, friable, blocky, earthy texture, common<br> disseminated pyrite, no visible porosity, occasional light-medium brown spotty oil stain<br> Three Forks<br> 11,270' MD 11,018' TVD (- 8,651`) SS<br> 11,250-11,280<br> SHALE: mint green, soft-friable, blocky, earthy texture, rare disseminated pyrite, no visible porosity, trace<br> light-medium brown spotty oil stain; common DOLOMITE: mudstone, cream-tan, friable, microcrystalline-very fine<br> crystalline, dense, micro-sucrosic-sucrosic texture, rare disseminated pyrite, trace intrusive crystalline porosity, rare light-<br> medium brown spotty oil stain; trace SHALE<br> 11,280-11,310<br> DOLOMITE: mudstone, cream-tan, friable, microcrystalline-very fine crystalline, dense, micro-sucrosic-<br> sucrosic texture, rare disseminated pyrite, trace intrusive crystalline porosity, rare light-medium brown spotty oil stain; trace<br> SHALE: mint green, soft-friable, blocky, earthy texture, no visible porosity, trace light-medium brown spotty oil stain<br> 11,310-11,340<br> DOLOMITE: mudstone, cream, friable, microcrystalline-very fine crystalline, dense, micro-sucrosic-<br> sucrosic texture, rare disseminated pyrite, trace intrusive crystalline porosity, rare light-medium brown spotty oil stain<br> <hr> <A name=64></a>11,340-11,370<br> DOLOMITE: mudstone, cream-tan, friable, microcrystalline-very fine crystalline, dense, micro-sucrosic-<br> sucrosic texture, rare disseminated pyrite, trace intrusive crystalline porosity, rare light-medium brown spotty oil stain; trace<br> SHALE: mint green, soft-friable, blocky, earthy texture, no visible porosity, trace light-medium brown spotty oil stain<br> 11,370-11,400<br> DOLOMITE: mudstone, cream-tan, friable, microcrystalline-very fine crystalline, dense, micro-sucrosic-<br> sucrosic texture, rare disseminated pyrite, trace intrusive crystalline porosity, rare light-medium brown spotty oil stain; trace<br> SHALE: mint green, soft-friable, blocky, earthy texture, no visible porosity, rare light brown spotty oil stain<br> 11,400-11,430<br> DOLOMITE: mudstone, cream-tan, friable, microcrystalline-very fine crystalline, dense, micro-sucrosic-<br> sucrosic texture, rare disseminated pyrite, trace intrusive crystalline porosity, rare light-medium brown spotty oil stain; trace<br> SHALE: mint green, soft-friable, blocky, earthy texture, no visible porosity, rare light brown spotty oil stain<br> 11,430-11,460<br> DOLOMITE: mudstone, cream-tan, friable, microcrystalline-very fine crystalline, dense, micro-sucrosic-<br> sucrosic texture, rare disseminated pyrite, trace intrusive crystalline porosity, rare medium brown spotty oil stain; rare<br> SHALE: mint green, friable, blocky, earthy texture, no visible porosity, rare light brown spotty oil stain<br> 11,460-11,490<br> DOLOMITE: mudstone, cream-tan, friable, microcrystalline-very fine crystalline, dense, micro-sucrosic-<br> sucrosic texture, rare disseminated pyrite, trace intrusive crystalline porosity, rare medium brown spotty oil stain; rare<br> SHALE: mint green, friable, blocky, earthy texture, no visible porosity, rare light brown spotty oil stain<br> 11,490-11,520<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, cream-tan, microcrystalline,<br> moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil<br> stain<br> 11,520-11,550<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, cream-tan, microcrystalline,<br> moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil<br> stain<br> 11,550-11,580<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; ARGILLACEOUS DOLOMITE: mudstone,<br> cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity,<br> trace light brown spotty oil stain<br> 11,580-11,610<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; ARGILLACEOUS DOLOMITE: mudstone,<br> cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity,<br> trace light brown spotty oil stain<br> 11,610-11,640<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky, micro-crystalline texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, cream-tan, in part brown,<br> microcrystalline, moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity, trace light<br> brown spotty oil stain<br> 11,640-11,670<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky-sub-platy, earthy texture, rare nodular<br> pyrite, trace disseminated pyrite, no visible porosity, trace light brown spotty-banded oil stain; DOLOMITE: mudstone,<br> cream-tan, microcrystalline, firm, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity, trace light<br> brown spotty oil stain<br> 11,670-11,700<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky-sub-platy, earthy texture, rare nodular<br> pyrite, trace disseminated pyrite, no visible porosity, trace light brown spotty-banded oil stain; DOLOMITE: mudstone,<br> cream-tan, microcrystalline, firm, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity, trace light<br> brown spotty oil stain<br> 11,700-11,730<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky-sub-platy, earthy texture, rare nodular<br> pyrite, trace disseminated pyrite, no visible porosity, trace light brown spotty-banded oil stain; DOLOMITE: mudstone,<br> cream-tan, microcrystalline, firm, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity, trace light<br> brown spotty oil stain<br> <hr> <A name=65></a>11,730-11,760<br> DOLOMITE: mudstone, cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace<br> disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; SHALE: light gray-light blue, in part<br> light green, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 11,760-11,790<br> DOLOMITE: mudstone, cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace<br> disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; SHALE: light gray-light blue, in part<br> light green, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 11,790-11,820<br> DOLOMITE: mudstone, cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace<br> disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; SHALE: light gray-light blue, in part<br> light green, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 11,820-11,850<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; ARGILLACEOUS DOLOMITE: mudstone,<br> cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity,<br> trace light brown spotty oil stain<br> 11,850-11,880<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; ARGILLACEOUS DOLOMITE: mudstone,<br> cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity,<br> trace light brown spotty oil stain<br> 11,880-11,910<br> SHALE: light gray-light blue, in part light green, friable, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; ARGILLACEOUS DOLOMITE: mudstone,<br> cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity,<br> trace light brown spotty oil stain<br> 11,910-11,940<br> SHALE: light gray-light blue, in part light green, friable-firm, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; ARGILLACEOUS DOLOMITE: mudstone,<br> cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity,<br> trace light brown spotty oil stain<br> 11,940-11,970<br> SHALE: light gray-light blue, in part light green, friable-firm, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; ARGILLACEOUS DOLOMITE: mudstone,<br> cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity,<br> trace light brown spotty oil stain<br> 11,970-12,000<br> SHALE: light gray-light blue, in part light green, friable-firm, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; ARGILLACEOUS DOLOMITE: mudstone,<br> cream-tan, microcrystalline, moderately soft, dense, earthy texture, trace disseminated pyrite, trace intercrystalline porosity,<br> trace light brown spotty oil stain<br> 12,000-12,030<br> DOLOMITE: mudstone, tan-cream, microcrystalline, friable, earthy texture, occasional sucrosic texture,<br> dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue-light green, friable, sub-blocky-sub-platy, earthy texture, trace disseminated AND nodular pyrite, no visible porosity,<br> trace light brown spotty-banded oil stain<br> 12,030-12,060<br> DOLOMITE: mudstone, tan-cream, microcrystalline, friable, earthy texture, occasional sucrosic texture,<br> dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue-light green, friable, sub-blocky-sub-platy, earthy texture, trace disseminated AND nodular pyrite, no visible porosity,<br> trace light brown spotty-banded oil stain<br> 12,060-12,090<br> DOLOMITE: mudstone, tan-cream, microcrystalline, friable, earthy texture, occasional sucrosic texture,<br> dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue-light green, friable, sub-blocky-sub-platy, earthy texture, trace disseminated AND nodular pyrite, no visible porosity,<br> trace light brown spotty-banded oil stain<br> <hr> <A name=66></a>12,090-12,120<br> DOLOMITE: mudstone, light brown, cream, microcrystalline, friable, earthy texture, sucrosic texture,<br> dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue-light green, occasional off white, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain<br> 12,120-12,150<br> DOLOMITE: mudstone, light brown, cream, microcrystalline, friable, earthy texture, sucrosic texture,<br> dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; SHALE: light blue-light<br> green, occasional off white, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 12,150-12,180<br> DOLOMITE: mudstone, light brown, cream, microcrystalline, friable, earthy texture, sucrosic texture,<br> dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue-light green, common off white, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain<br> 12,180-12,210<br> DOLOMITE: mudstone, light brown, cream, trace dark gray, microcrystalline, friable, earthy texture,<br> sucrosic texture, dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; SHALE:<br> light blue-light green, common off white, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain<br> 12,210-12,240<br> SHALE: light blue-light green, common off white, friable, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, cream, trace<br> dark gray, microcrystalline, friable, earthy texture, sucrosic texture, dense, trace disseminated pyrite, trace intercrystalline<br> porosity, trace light brown spotty oil stain<br> 12,240-12,270<br> SHALE: light green, light blue, common off white, friable, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown,<br> cream, trace dark gray, microcrystalline, friable, earthy texture, sucrosic texture, dense, trace disseminated pyrite, trace<br> intercrystalline porosity, trace light brown spotty oil stain<br> 12,270-12,300<br> SHALE: light green, light blue, common off white, friable, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown,<br> cream, trace dark gray, microcrystalline, friable, earthy texture, sucrosic texture, dense, trace disseminated pyrite, trace<br> intercrystalline porosity, trace light brown spotty oil stain<br> 12,300-12,330<br> SHALE: light green, in part off white, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown-brown, cream,<br> microcrystalline, friable, earthy texture, sucrosic texture, dense, trace disseminated pyrite, trace intercrystalline porosity, trace<br> light brown spotty oil stain<br> 12,330-12,360<br> SHALE: light green, in part off white, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown-brown, cream,<br> microcrystalline, friable, earthy texture, sucrosic texture, dense, trace disseminated pyrite, trace intercrystalline porosity, trace<br> light brown spotty oil stain<br> 12,360-12,390<br> SHALE: light green, in part off white, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown-brown, cream,<br> microcrystalline, friable, earthy texture, sucrosic texture, dense, trace disseminated pyrite, trace intercrystalline porosity, trace<br> light brown spotty oil stain<br> 12,390-12,420<br> SHALE: light green, in part off white, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown-brown, cream,<br> microcrystalline, friable, earthy texture, sucrosic texture, dense, trace disseminated pyrite, trace intercrystalline porosity, trace<br> light brown spotty oil stain<br> 12,420-12,450<br> SHALE: light green, light blue, cream, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, brown, off white, in part dark gray,<br> microcrystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown<br> spotty oil stain<br> <hr> <A name=67></a>12,450-12,480<br> SHALE: light green, light blue, cream, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, brown, off white, in part dark gray,<br> microcrystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown<br> spotty oil stain<br> 12,480-12,510<br> DOLOMITE: mudstone, tan, brown, off white, in part dark gray, microcrystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; SHALE: light green, cream,<br> friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 12,510-12,540<br> DOLOMITE: mudstone, light brown, brown, off white, in part dark gray, microcrystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; SHALE: light<br> green, cream, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 12,540-12,570<br> DOLOMITE: mudstone, light brown-tan, brown, off white, in part dark gray, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain;<br> common SHALE: light green, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain<br> 12,570-12,600<br> DOLOMITE: mudstone, tan, brown, off white, in part dark gray, microcrystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intercrystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> green, cream, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 12,600-12,630<br> DOLOMITE: mudstone, brown, off white, in part dark gray, microcrystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intercrystalline porosity, occasional light brown spotty oil stain; common SHALE:<br> light green, friable, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 12,630-12,660<br> DOLOMITE: mudstone, brown, off white, in part dark gray, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; common<br> SHALE: light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 12,660-12,690<br> DOLOMITE: mudstone, brown, off white, in part dark gray, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; common<br> SHALE: light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 12,690-12,720<br> DOLOMITE: mudstone, brown, off white, in part dark gray, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; common<br> SHALE: light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 12,720-12,750<br> DOLOMITE: mudstone, brown, light gray, off white, in part dark gray, micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE:<br> light green, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 12,750-12,780<br> DOLOMITE: mudstone, brown, light gray, off white, in part dark gray, micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE:<br> light green, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 12,780-12,810<br> DOLOMITE: mudstone, brown, light gray, off white, in part dark gray, micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE:<br> light green, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> <hr> <A name=68></a>12,810-12,840<br> DOLOMITE: mudstone, brown-light brown, off white, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light green,<br> cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 12,840-12,870<br> DOLOMITE: mudstone, brown-light brown, off white, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light green,<br> cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 12,870-12,900<br> DOLOMITE: mudstone, brown-light brown, off white, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light green,<br> cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 12,900-12,930<br> DOLOMITE: mudstone, brown-light brown, off white, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light green,<br> cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 12,930-12,960<br> DOLOMITE: mudstone, brown, occasional off white, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light green,<br> light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 12,960-12,990<br> DOLOMITE: mudstone, brown, occasional off white, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light green,<br> light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 12,990-13,020<br> DOLOMITE: mudstone, brown, occasional off white, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light green,<br> light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 13,020-13,050<br> DOLOMITE: mudstone, brown, common off white-tan, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light green,<br> light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 13,050-13,080<br> SHALE: light blue, light green-cream, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, brown, common off white-tan, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light<br> brown spotty oil stain<br> 13,080-13,110<br> SHALE: light blue, light green-cream, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, brown, common off white-tan, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light<br> brown spotty oil stain<br> 13,110-13,140<br> SHALE: light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, common off white-tan, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,140-13,170<br> SHALE: light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, common off white-tan, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> <hr> <A name=69></a>13,170-13,200<br> SHALE: light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, off white-tan, micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,200-13,230<br> SHALE: light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan, white, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,230-13,260<br> SHALE: light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan, white, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,260-13,290<br> SHALE: light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan, white, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,290-13,320<br> SHALE: light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan, white, micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,320-13,350<br> DOLOMITE: mudstone, tan, light brown, off white, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 13,350-13,380<br> DOLOMITE: mudstone, light brown, tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 13,380-13,410<br> DOLOMITE: mudstone, light brown, tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream,<br> friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 13,410-13,440<br> DOLOMITE: mudstone, light brown-tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream,<br> friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 13,440-13,470<br> DOLOMITE: mudstone, light brown-tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream,<br> friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 13,470-13,500<br> SHALE: light blue-light green, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,500-13,530<br> SHALE: light blue-light green, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,530-13,560<br> SHALE: light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity,<br> trace light brown spotty oil stain; DOLOMITE: mudstone, tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,560-13,590<br> DOLOMITE: mudstone, light brown-tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream,<br> friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 13,590-13,620<br> DOLOMITE: mudstone, light brown-brown, tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue, cream, friable,<br> sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> <hr> <A name=70></a>13,620-13,650<br> DOLOMITE: mudstone, brown, tan, micro crystalline, friable, sucrosic texture, dense, trace disseminated<br> pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue, cream, friable, sub blocky,<br> earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 13,650-13,680<br> DOLOMITE: mudstone, light brown, tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue-light green,<br> cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 13,680-13,710<br> SHALE: light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity,<br> trace light brown spotty oil stain; DOLOMITE: mudstone, tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,710-13,740<br> SHALE: light blue-light green, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,740-13,770<br> SHALE: light blue-light green, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,770-13,800<br> SHALE: light blue, cream, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, off white-tan, micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,800-13,830<br> DOLOMITE: mudstone, light brown, tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue-light green,<br> cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 13,830-13,860<br> DOLOMITE: mudstone, light brown-tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream,<br> friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 13,860-13,890<br> SHALE: light blue-light green, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,890-13,920<br> SHALE: light blue-light green, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,920-13,950<br> SHALE: light blue-light green, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown-brown, tan, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,950-13,980<br> SHALE: light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity,<br> trace light brown spotty oil stain; DOLOMITE: mudstone, light brown-brown, tan, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 13,980-14,010<br> DOLOMITE: mudstone, light brown-brown, trace tan, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue, cream,<br> friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 14,010-14,040<br> DOLOMITE: mudstone, light brown-brown, trace tan, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 14,040-14,070<br> DOLOMITE: mudstone, light brown-brown, trace tan, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> <hr> <A name=71></a>blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 14,070-14,100<br> DOLOMITE: mudstone, light brown-brown, trace tan, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 14,100-14,130<br> DOLOMITE: mudstone, light brown-brown, trace tan, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 14,130-14,160<br> DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 14,160-14,190<br> DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 14,190-14,220<br> DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 14,220-14,250<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 14,250-14,280<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 14,280-14,310<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 14,310-14,340<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 14,340-14,370<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 14,370-14,400<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> <hr> <A name=72></a>144,000-14,430 DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 14,430-14,460<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 14,460-14,490<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 14,490-14,520<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 14,520-14,550<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 14,550-14,580<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 14,580-14,610<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 14,610-14,640<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 14,640-14,670<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 14,670-14,700<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 14,700-14,730<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 14,730-14,760<br> SHALE: light blue-light gray, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 14,760-14,790<br> SHALE: light blue-light gray, cream, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> <hr> <A name=73></a>14,790-14,820<br> SHALE: light blue-light gray, cream, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 14,820-14,850<br> SHALE: light blue-light gray, cream, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 14,850-14,880<br> SHALE: light blue-light gray, cream, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 14,880-14,910<br> SHALE: light blue-light gray, cream, friable, sub-blocky-sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 14,910-14,940<br> SHALE: light blue-light gray, in part white, friable-firm, sub-blocky, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 14,940-14,970<br> SHALE: light blue-light gray, in part white, friable-firm, sub-blocky, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 14,970-15,000<br> SHALE: light blue-light gray, in part white, friable-firm, sub-blocky, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 15,000-15,030<br> SHALE: light blue-light gray, in part white, friable-firm, sub-platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 15,030-15,060<br> SHALE: light blue-light gray, in part white, friable-firm, sub-platy, waxy texture, trace disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 15,060-15,090<br> SHALE: light blue-light gray, in part white, friable-firm, sub-platy, waxy texture, trace disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 15,090-15,120<br> SHALE: light blue-light gray, in part white, friable-firm, sub-platy, waxy texture, trace disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 15,120-15,150<br> SHALE: light blue-light gray, in part white, friable-firm, sub-platy, waxy texture, trace disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> <hr> <A name=74></a>15,150-15,180<br> SHALE: light blue-light gray, friable-firm, sub-platy, waxy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 15,180-15,210<br> SHALE: light blue-light gray, friable-firm, sub-platy, waxy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 15,210-15,240<br> SHALE: light blue-light gray, friable-firm, sub-platy, waxy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 15,240-15,270<br> SHALE: light blue-light gray, friable-firm, sub-platy, waxy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown in part brown, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 15,270-15,300<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 15,300-15,330<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 15,330-15,360<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 15,360-15,390<br> DOLOMITE: mudstone, tan- light brown in part brown, very fine-micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 15,390-15,420<br> DOLOMITE: mudstone, light brown-dark brown, very fine-micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE:<br> light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty<br> oil stain<br> 15,420-15,450<br> DOLOMITE: mudstone, light brown-dark brown, very fine-micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE:<br> light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty<br> oil stain<br> 15,450-15,480<br> DOLOMITE: mudstone, light brown-dark brown, very fine-micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE:<br> light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty<br> oil stain<br> 15,480-15,510<br> DOLOMITE: mudstone, light brown-dark brown, very fine-micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE:<br> light blue, cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty<br> oil stain<br> 15,510-15,540<br> SHALE: light blue-light gray, friable-moderately soft, sub-blocky, earthy texture, trace disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown-brown, in part cream, micro<br> <hr> <A name=75></a>crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 15,540-15,570<br> SHALE: light blue-light gray, friable-moderately soft, sub-blocky, earthy texture, trace disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown-brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 15,570-15,600<br> SHALE: light blue-light gray, friable-moderately soft, sub-blocky, earthy texture, trace disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown-brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 15,600-15,630<br> SHALE: light blue-light gray, friable-moderately soft, sub-blocky, earthy texture, trace disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown-brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 15,630-15,660<br> SHALE: light blue-light gray, friable-moderately soft, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown-brown,<br> in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity,<br> trace light brown spotty oil stain<br> 15,660-15,690<br> SHALE: light blue-light gray, friable-moderately soft, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown-brown,<br> in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity,<br> trace light brown spotty oil stain<br> 15,690-15,720<br> SHALE: light blue-light gray, friable-moderately soft, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown-brown,<br> in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity,<br> trace light brown spotty oil stain<br> 15,720-15,750<br> SHALE: light blue-light gray, friable-moderately soft, sub-blocky-sub-platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan- light brown-brown,<br> in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity,<br> trace light brown spotty oil stain<br> 15,750-15,780<br> DOLOMITE: mudstone, tan- light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue-<br> light gray, friable-moderately soft, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 15,780-15,810<br> DOLOMITE: mudstone, tan- light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue-<br> light gray, friable-moderately soft, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 15,810-15,840<br> DOLOMITE: mudstone, tan- light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue-<br> light gray, friable-moderately soft, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 15,840-15,870<br> DOLOMITE: mudstone, tan- light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue-<br> light gray, friable-moderately soft, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> <hr> <A name=76></a>15,870-15,900<br> DOLOMITE: mudstone, tan- light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue-<br> light gray, friable-moderately soft, sub-blocky-sub-platy, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 15,900-15,930<br> DOLOMITE: mudstone, tan-light brown, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue-light gray,<br> friable-moderately soft, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 15,930-15,960<br> SHALE: light blue-light gray, friable-moderately soft, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, in part<br> cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace<br> light brown spotty oil stain<br> 15,960-15,990<br> SHALE: light blue-light gray, friable-moderately soft, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, in part<br> cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace<br> light brown spotty oil stain<br> 15,990-16,020<br> SHALE: light blue, friable-moderately soft, sub blocky-sub platy, earthy texture, trace disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 16,020-16,050<br> DOLOMITE: mudstone, tan, in part cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,050-16,080<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue, friable,<br> sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,080-16,110<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 16,110-16,140<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 16,140-16,170<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; rare SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,170-16,200<br> DOLOMITE: mudstone, tan, in part cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,200-16,230<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 16,230-16,260<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue, friable,<br> sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> <hr> <A name=77></a>16,260-16,290<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 16,290-16,320<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,320-16,350<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 16,350-16,380<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue, friable,<br> sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,380-16,410<br> SHALE: light blue, friable-moderately soft, sub blocky-sub platy, earthy texture, trace disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 16,410-16,440<br> SHALE: light blue-light green, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan-light brown,<br> in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity,<br> trace light brown spotty oil stain<br> 16,440-16,470<br> SHALE: light blue-light green, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan-light brown,<br> in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity,<br> trace light brown spotty oil stain<br> 16,470-16,500<br> SHALE: light blue-light green, brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan-light brown, in part cream,<br> micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light<br> brown spotty oil stain<br> 16,500-16,530<br> SHALE: light green, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan-light brown, in part cream,<br> micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light<br> brown spotty oil stain<br> 16,530-16,560<br> SHALE: light green, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light brown, in part<br> cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace<br> light brown spotty oil stain<br> 16,560-16,590<br> SHALE: light green, brown, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan-light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 16,590-16,620<br> SHALE: light green, brown, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan-light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> <hr> <A name=78></a>16,620-16,650<br> SHALE: light green, brown, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan-light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 16,650-16,680<br> SHALE: light blue, brown, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, tan-light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 16,680-16,710<br> DOLOMITE: mudstone, tan, in part cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,710-16,740<br> DOLOMITE: mudstone, tan, cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated<br> pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue, friable, sub blocky-<br> sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,740-16,770<br> DOLOMITE: mudstone, light brown-tan, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream,<br> friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,770-16,800<br> DOLOMITE: mudstone, light brown, occasional tan, micro crystalline, friable, dense, trace disseminated<br> pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream, friable, sub<br> blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,800-16,830<br> DOLOMITE: mudstone, brown, occasional tan, micro crystalline, friable, dense, trace disseminated pyrite,<br> trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue-light green, occasional cream,<br> friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 16,830-16,860<br> SHALE: light blue-light green, occasional cream, friable, sub blocky, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, brown, occasional tan, micro<br> crystalline, friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil<br> stain<br> 16,860-16,890<br> SHALE: light blue, occasional cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, brown, occasional tan, micro crystalline, friable,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain<br> 16,890-16,920<br> SHALE: light blue, cream, friable-firm, sub blocky, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, off white, micro crystalline, friable, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 16,920-16,950<br> SHALE: light blue, cream, friable-firm, sub blocky, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 16,950-16,980<br> SHALE: light blue, cream, friable-firm, sub blocky, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 16,980-17,010<br> DOLOMITE: mudstone, light brown, occasional tan, micro crystalline, friable, dense, trace disseminated<br> pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream, friable, sub<br> blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,010-17,040<br> DOLOMITE: mudstone, light brown, occasional tan, micro crystalline, friable, dense, trace disseminated<br> pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream, friable, sub<br> blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> <hr> <A name=79></a>17,040-17,070<br> DOLOMITE: mudstone, light brown, brown, occasional tan, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; common SHALE: light blue,<br> cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,070-17,100<br> DOLOMITE: mudstone, light brown, brown, occasional tan, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light green, in<br> part cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,100-17,130<br> DOLOMITE: mudstone, light brown, brown, occasional tan, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light green, in<br> part cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,130-17,160<br> DOLOMITE: mudstone, light brown, brown, occasional off white, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light green-light blue, in<br> part cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,160-17,190<br> DOLOMITE: mudstone, tan, in part cream, micro crystalline, friable-moderately soft, earthy texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,190-17,220<br> DOLOMITE: mudstone, tan, in part cream, micro crystalline, friable-moderately soft, earthy texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,220-17,250<br> DOLOMITE: mudstone, tan, in part cream, micro crystalline, friable-moderately soft, earthy texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,250-17,280<br> DOLOMITE: mudstone, tan, in part cream, micro crystalline, friable-moderately soft, earthy texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,280-17,310<br> DOLOMITE: mudstone, tan, in part cream, micro crystalline, friable-moderately soft, earthy texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,310-17,340<br> DOLOMITE: mudstone, light brown, brown, occasional off white, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light green-light blue, in<br> part cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,340-17,370<br> DOLOMITE: mudstone, light brown, brown, occasional off white, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light green-light blue, in<br> part cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,370-17,400<br> DOLOMITE: mudstone, light brown, brown, occasional off white, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light green-light blue, in<br> part cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,400-17,430<br> DOLOMITE: mudstone, light brown, brown, occasional off white, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light green-light blue, in<br> part cream, friable, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,430-17,460<br> DOLOMITE: mudstone, light brown, occasional tan, micro crystalline, friable, dense, trace disseminated<br> pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream, friable, sub<br> blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,460-17,490<br> DOLOMITE: mudstone, light brown, occasional tan, micro crystalline, friable, dense, trace disseminated<br> pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream, friable, sub<br> blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> <hr> <A name=80></a>17,490-17,520<br> DOLOMITE: mudstone, light brown, occasional tan, micro crystalline, friable, dense, trace disseminated<br> pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream, friable, sub<br> blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,520-17,550<br> DOLOMITE: mudstone, light brown, occasional tan, micro crystalline, friable, dense, trace disseminated<br> pyrite, trace intrusive crystalline porosity, occasional light brown spotty oil stain; SHALE: light blue, cream, friable, sub<br> blocky, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 17,550-17,580<br> SHALE: light green, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light brown, in part<br> cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace<br> light brown spotty oil stain<br> 17,580-17,610<br> SHALE: light green, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light brown, in part<br> cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace<br> light brown spotty oil stain<br> 17,610-17,640<br> SHALE: light green, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light brown, in part<br> cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace<br> light brown spotty oil stain<br> 17,640-17,670<br> SHALE: light green, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light brown, in part<br> cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace<br> light brown spotty oil stain<br> 17,670-17,700<br> SHALE: light blue-light gray, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light<br> brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline<br> porosity, trace light brown spotty oil stain<br> 17,700-17,730<br> SHALE: light blue-light gray, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light<br> brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline<br> porosity, trace light brown spotty oil stain<br> 17,730-17,760<br> SHALE: light blue-light gray, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light<br> brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline<br> porosity, trace light brown spotty oil stain<br> 17,760-17,790<br> SHALE: light blue-light gray, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light<br> brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline<br> porosity, trace light brown spotty oil stain<br> 17,790-17,820<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 17,820-17,850<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> <hr> <A name=81></a>17,850-17,880<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 17,880-17,910<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 17,910-17,940<br> SHALE: light blue-light gray, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light<br> brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline<br> porosity, trace light brown spotty oil stain<br> 17,970-18,000<br> SHALE: light blue-light gray, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light<br> brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline<br> porosity, trace light brown spotty oil stain<br> 17,970-18,000<br> SHALE: light blue-light gray, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light<br> brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline<br> porosity, trace light brown spotty oil stain<br> 18,000-18,030<br> SHALE: light blue-light gray, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace<br> disseminated pyrite, no visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, tan-light<br> brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline<br> porosity, trace light brown spotty oil stain<br> 18,030-18,060<br> SHALE: light blue, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 18,060-18,090<br> SHALE: light blue, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 18,090-18,120<br> SHALE: light blue, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 18,120-18,150<br> SHALE: light blue, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 18,150-18,180<br> DOLOMITE: mudstone, tan, off white, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue-light<br> green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 18,180-18,210<br> DOLOMITE: mudstone, tan-light brown, off white, in part cream, micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> <hr> <A name=82></a>18,210-18,240<br> DOLOMITE: mudstone, light brown, off white, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 18,240-18,270<br> DOLOMITE: mudstone, light brown, off white, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional SHALE:<br> light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty<br> oil stain<br> 18,270-18,300<br> DOLOMITE: mudstone, light brown, tan-off white, in part cream, micro crystalline, friable, sucrosic<br> texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; occasional<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light<br> brown spotty oil stain<br> 18,300-18,330<br> DOLOMITE: mudstone, light brown, tan, in part cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue, friable,<br> sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 18,330-18,360<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, in part cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,360-18,390<br> SHALE: light blue, brown-light brown, friable, sub blocky-sub platy, earthy texture, trace disseminated<br> pyrite, no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, in part cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> 18,390-18,420<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, in part cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,420-18,450<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, in part cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,450-18,480<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown, in part cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,480-18,510<br> DOLOMITE: mudstone, light brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue, friable, sub<br> blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 18,510-18,540<br> DOLOMITE: mudstone, light brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue, friable, sub<br> blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 18,540-18,570<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 18,570-18,600<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> <hr> <A name=83></a>18,600-18,630<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 18,630-18,660<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 18,660-18,690<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 18,690-18,720<br> SHALE: light blue, friable-firm, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity,<br> trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, off white, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,720-18,750<br> SHALE: light blue, friable-firm, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity,<br> trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, off white, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,750-18,780<br> SHALE: light blue, friable-firm, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity,<br> trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, off white, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,780-18,810<br> SHALE: light blue, friable-firm, sub blocky, earthy texture, trace disseminated pyrite, no visible porosity,<br> trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, off white, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,810-18,840<br> SHALE: light blue-light gray, friable-firm, sub blocky, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, off white, micro crystalline, friable, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,840-18,870<br> SHALE: light blue-light gray, friable-firm, sub-blocky, earthy texture, disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, off white, micro crystalline, friable, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,870-18,900<br> SHALE: light blue-light gray, friable-firm, sub-blocky, earthy texture, disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, off white, micro crystalline, friable, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,900-18,930<br> SHALE: light blue-light gray, friable-firm, sub-blocky, earthy texture, disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, off white, micro crystalline, friable, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,930-18,960<br> SHALE: light blue-light gray, friable-firm, sub-blocky, earthy texture, disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, off white, micro crystalline, friable, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,960-18,990<br> SHALE: light blue-light gray, friable-firm, sub-blocky, earthy texture, disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline, friable,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 18,990-19,020<br> SHALE: light blue-light gray, friable-firm, sub-blocky, earthy texture, disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline, friable,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> <hr> <A name=84></a>19,020-19,050<br> SHALE: light blue-light gray, friable-firm, sub-blocky, earthy texture, disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline, friable,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,050-19,080<br> SHALE: light blue-light gray, friable-firm, sub-blocky, earthy texture, disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline, friable,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,080-19,110<br> SHALE: light blue-light gray, friable-firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,110-19,140<br> SHALE: light blue-light gray, friable-firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,140-19,170<br> SHALE: light blue-light gray, friable-firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,170-19,200<br> SHALE: light blue-light gray, friable-firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,200-19,230<br> SHALE: light blue-light gray, friable-firm, sub-blocky-sub-platy, earthy-waxy texture, disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,230-19,260<br> SHALE: light blue-light gray, friable-firm, sub-blocky-sub-platy, earthy-waxy texture, disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,260-19,290<br> SHALE: light blue-light gray, friable-firm, sub blocky-sub platy, earthy-waxy texture, disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,290-19,320<br> SHALE: light blue-light gray, friable-firm, sub blocky-sub platy, earthy-waxy texture, disseminated pyrite,<br> no visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,320-19,350<br> SHALE: light blue-light gray, friable-firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,350-19,380<br> SHALE: light blue-light gray, friable-firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,380-19,410<br> SHALE: light blue-light gray, friable-firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,410-19,440<br> SHALE: light blue-light gray, friable-firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, tan-light brown, off white, micro crystalline,<br> friable, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,440-19,470<br> SHALE: light blue, firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no visible porosity,<br> trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown, off white-tan, micro crystalline, friable,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> <hr> <A name=85></a>19,470-19,500<br> SHALE: light blue, firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no visible porosity,<br> trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown, off white-tan, micro crystalline, friable,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,500-19,530<br> SHALE: light blue, firm, sub-blocky-sub-platy, earthy texture, disseminated pyrite, no visible porosity,<br> trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown, tan, micro crystalline, friable, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,530-19,560<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 19,560-19,590<br> DOLOMITE: mudstone, light brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue-light<br> green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil<br> stain<br> 19,590-19,620<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 19,620-19,650<br> DOLOMITE: mudstone, brown, cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 19,650-19,680<br> DOLOMITE: mudstone, brown, cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 19,680-19,710<br> DOLOMITE: mudstone, brown, trace cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 19,710-19,740<br> DOLOMITE: mudstone, brown, trace cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; trace SHALE: light blue, friable,<br> sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 19,740-19,770<br> DOLOMITE: mudstone, brown, trace cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light blue, friable, sub<br> blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 19,770-19,800<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,800-19,830<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,830-19,860<br> SHALE: light green-light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,860-19,890<br> SHALE: light blue, off white, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, light brown, trace cream, micro<br> crystalline, friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown<br> spotty oil stain<br> <hr> <A name=86></a>19,890-19,920<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown, trace cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,920-19,950<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, light brown, trace cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,950-19,980<br> SHALE: light blue-light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, occasional cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 19,980-20,010<br> SHALE: light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; occasional DOLOMITE: mudstone, light brown, trace cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,010-20,040<br> SHALE: light blue-light grain, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, occasional cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,040-20,070<br> SHALE: light blue-light grain, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, occasional cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,070-20,100<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,100-20,130<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,130-20,160<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,160-20,190<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,190-20,220<br> DOLOMITE: mudstone, brown, cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 20,220-20,250<br> DOLOMITE: mudstone, brown, cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 20,250-20,280<br> DOLOMITE: mudstone, brown, cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 20,280-20,310<br> DOLOMITE: mudstone, brown, cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 20,310-20,340<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> <hr> <A name=87></a>blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 20,340-20,370<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 20,370-20,400<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 20,400-20,430<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue-light green, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown<br> spotty oil stain<br> 20,430-20,460<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,460-20,490<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,490-20,520<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown, cream, micro crystalline, friable,<br> sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,520-20,550<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown-light brown, trace cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,550-20,580<br> SHALE: light blue-light gray, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,580-20,610<br> SHALE: light gray, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown, trace cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,610-20,640<br> DOLOMITE: mudstone, brown, trace cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; SHALE: light gray, friable, sub<br> blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 20,640-20,670<br> DOLOMITE: mudstone, brown, trace cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light gray,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 20,670-20,700<br> DOLOMITE: mudstone, brown-light brown, trace cream, micro crystalline, friable, sucrosic texture, dense,<br> trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light gray,<br> friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 20,700-20,730<br> SHALE: light blue-light gray, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no<br> visible porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown, trace cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> <hr> <A name=88></a>20,730-20,760<br> SHALE: light gray, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; common DOLOMITE: mudstone, light brown, trace cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,760-20,790<br> SHALE: light blue, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain; DOLOMITE: mudstone, light brown-light brown, trace cream, micro crystalline,<br> friable, sucrosic texture, dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain<br> 20,790-20,820<br> DOLOMITE: mudstone, light brown, micro crystalline, friable, sucrosic texture, dense, trace disseminated<br> pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue, off white, friable,<br> sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace light brown spotty oil stain<br> 20,820-20,850<br> DOLOMITE: mudstone, light brown, cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue-light<br> green, common off white, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 20,850-20,880<br> DOLOMITE: mudstone, light brown, in part cream, micro crystalline, friable, sucrosic texture, dense, trace<br> disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light blue-light<br> green, common off white, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible porosity, trace<br> light brown spotty oil stain<br> 20,880-20,923<br> DOLOMITE: mudstone, light brown-brown, in part cream, micro crystalline, friable, sucrosic texture,<br> dense, trace disseminated pyrite, trace intrusive crystalline porosity, trace light brown spotty oil stain; common SHALE: light<br> blue-light green, common off white, friable, sub blocky-sub platy, earthy texture, trace disseminated pyrite, no visible<br> porosity, trace light brown spotty oil stain<br> <hr> <A name=89></a><hr> <A name=90></a><hr> <A name=91></a>XXXX Bear Den<br> QEP must notify NDIC Field Inspector Joyce Kohut @701-202-1288 with spud and TD.<br> X<br> 12/02/2014<br> David Burns<br> Engineering Tech.<br> <hr> <A name=92></a><hr> <A name=93></a><hr> <A name=94></a>September 18, 2014<br> Meghan M Campbell<br> Permit Agent<br> QEP ENERGY COMPANY<br> 1050 17th Street, Suite 800<br> Denver, CO 80265<br> RE:<br> HORIZONTAL WELL<br> MOBERG 20-17-19-18LL<br> SWSW Section 20-149N-95W<br> McKenzie County<br> Well File # 29450<br> Dear Meghan:<br> Pursuant to Commission Order No. 24405, approval to drill the above captioned well is hereby given. The<br> approval is granted on the condition that all portions of the well bore not isolated by cement shall be located<br> approximately down the north-south axis (</span><span class="ft3">within 250' of the section line </span><span class="ft1">per Commission policy) and no closer<br> than </span><span class="ft3">200 feet </span><span class="ft1">to the north or south boundary within the 2560 acre spacing unit consisting of Sections 17, 20, 18, &amp;<br> 19 T149N-R95W.<br> PERMIT STIPULATIONS: Effective June 1, 2014, a covered leak-proof container (with placard) for<br> filter sock disposal must be maintained on the well site beginning when the well is spud, and must<br> remain on-site during clean-out, completion, and flow-back whenever filtration operations are<br> conducted. QEP ENERGY CO must contact NDIC Field Inspector Joyce Kohut at 701-202-1288 prior<br> to location construction.<br> Drilling pit<br> NDAC 43-02-03-19.4 states that "a pit may be utilized to bury drill cuttings and solids generated during well<br> drilling and completion operations, providing the pit can be constructed, used and reclaimed in a manner that will<br> prevent pollution of the land surface and freshwaters. Reserve and circulation of mud system through earthen pits<br> are prohibited. All pits shall be inspected by an authorized representative of the director prior to lining and use.<br> Drill cuttings and solids must be stabilized in a manner approved by the director prior to placement in a cuttings<br> pit."<br> Form 1 Changes &amp; Hard Lines<br> Any changes, shortening of casing point or lengthening at Total Depth must have prior approval by the NDIC.<br> The proposed directional plan is at a legal location. The minimum legal coordinate from the well head at casing<br> point is: 300' west. Also, based on the azimuth of the proposed lateral the maximum legal coordinate from the<br> well head is: 10073' north.<br> Location Construction Commencement (Three Day Waiting Period)<br> Operators shall not commence operations on a drill site until the 3rd business day following publication of the<br> approved drilling permit on the NDIC - OGD Daily Activity Report. If circumstances require operations to<br> commence before the 3rd business day following publication on the Daily Activity Report, the waiting period may<br> be waived by the Director. Application for a waiver must be by sworn affidavit providing the information<br> necessary to evaluate the extenuating circumstances, the factors of NDAC 43-02-03-16.2 (1), (a)-(f), and any other<br> information that would allow the Director to conclude that in the event another owner seeks revocation of the<br> drilling permit, the applicant should retain the permit.<br> <hr> <A name=95></a>Meghan M Campbell<br> September 18, 2014<br> Page 2<br> Permit Fee &amp; Notification<br> Payment was received in the amount of $100 via credit card .The permit fee has been received. It is requested<br> that notification be given immediately upon the spudding of the well. This information should be relayed to the<br> Oil &amp; Gas Division, Bismarck, via telephone. The following information must be included: Well name, legal<br> location, permit number, drilling contractor, company representative, date and time of spudding. Office hours are<br> 8:00 a.m. to 12:00 p.m. and 1:00 p.m. to 5:00 p.m. Central Time. Our telephone number is (701) 328-8020, leave a<br> message if after hours or on the weekend.<br> Survey Requirements for Horizontal, Horizontal Re-entry, and Directional Wells<br> NDAC Section 43-02-03-25 (Deviation Tests and Directional Surveys) states in part (that) the survey contractor<br> shall file a certified copy of all surveys with the director free of charge within thirty days of completion. Surveys<br> must be submitted as one electronic copy, or in a form approved by the director. However, the director may<br> require the directional survey to be filed immediately after completion if the survey is needed to conduct the<br> operation of the director's office in a timely manner. Certified surveys must be submitted via email in one adobe<br> document, with a certification cover page to </span><span class="ft3">[email protected]</span><span class="ft0">.<br> Survey points shall be of such frequency to accurately determine the entire location of the well bore.<br> Specifically, the Horizontal and Directional well survey frequency is 100 feet in the vertical, 30 feet in the curve<br> (or when sliding) and 90 feet in the lateral.<br> Surface casing cement<br> Tail cement utilized on surface casing must have a minimum compressive strength of 500 psi within 12<br> hours, and tail cement utilized on production casing must have a minimum compressive strength of 500 psi<br> before drilling the plug or initiating tests.<br> Logs </span><span class="ft4">NDAC Section 43-02-03-31 requires the running of (1) a suite of open hole logs from which formation tops and<br> porosity zones can be determined, (2) a Gamma Ray Log run from total depth to ground level elevation of the well bore, and<br> (3) a log from which the presence and quality of cement can be determined (Standard CBL or Ultrasonic cement evaluation<br> log) in every well in which production or intermediate casing has been set, this log must be run prior to completing the well.<br> All logs run must be submitted free of charge, as one digital TIFF (tagged image file format) copy and one digital LAS (log<br> ASCII) formatted copy. Digital logs may be submitted on a standard CD, DVD, or attached to an email sent to<br> [email protected]<br> Thank you for your cooperation.<br> Sincerely,<br> Nathaniel Erbele<br> Petroleum Resource Specialist<br> <hr> <A name=96></a>INDUSTRIAL COMMISSION OF NORTH DAKOTA<br> OIL AND GAS DIVISION<br> 600 EAST BOULEVARD DEPT 405<br> BISMARCK, ND 58505-0840<br> SFN 54269 (08-2005)<br> PLEASE READ INSTRUCTIONS BEFORE FILLING OUT FORM.<br> PLEASE SUBMIT THE ORIGINAL AND ONE COPY.<br> Type of Work<br> Type of Well<br> Approximate Date Work Will Start<br> Confidential Status<br> New Location<br> Oil &amp; Gas<br> 10 / 1 / 2014<br> No<br> Operator<br> Telephone Number<br> QEP ENERGY COMPANY<br> 303-672-6900<br> Address<br> City<br> State<br> Zip Code<br> 1050 17th Street, Suite 800<br> Denver<br> CO<br> 80265<br> Notice has been provided to the owner of any<br> This well is not located within five hundred<br> permanently occupied dwelling within 1,320 feet.<br> feet of an occupied dwelling.<br> enter data for additional laterals on page 2)<br> Well Name<br> Well Number<br> MOBERG<br> 20-17-19-18LL<br> Surface Footages<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 235 </span><span class="ft0">FL<br> S550 </span><span class="ft0">F </span><span class="ft5">W </span><span class="ft0">L<br> SWSW<br> 20<br> 149<br> 95<br> McKenzie<br> Longstring Casing Point Footages<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 601 </span><span class="ft0">F<br> L<br> F<br> L<br> S<br> 52<br> W<br> SWSW<br> 20<br> 149<br> 95<br> McKenzie<br> Longstring Casing Point Coordinates From Well Head<br> Azimuth<br> Longstring Total Depth<br> 366 N </span><span class="ft0">From WH<br> 498<br> From WH<br> Feet MD<br> Feet TVD<br> W<br> 351<br> 11316<br> 11031<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> F<br> LF<br> L<br> 249<br> N<br> 0<br> W<br> NWNW<br> 17<br> 149<br> 95<br> McKenzie<br> Bottom Hole Coordinates From Well Head<br> KOP Lateral 1<br> Azimuth Lateral 1<br> Estimated Total Depth Lateral 1<br> 10024 N </span><span class="ft0">From WH<br> 550 W </span><span class="ft0">From WH<br> 10567 </span><span class="ft0">Feet MD<br> 360<br> 20978 </span><span class="ft0">Feet MD<br> 11031 </span><span class="ft0">Feet TVD<br> Latitude of Well Head<br> Longitude of Well Head<br> NAD Reference<br> Description of<br> (Subject to NDIC Approval)<br> 47<br> 42<br> 13.49<br> -102<br> 52<br> 31.28<br> NAD83<br> Spacing Unit: Sec 17, 20, 18 &amp; 19 149N 95W<br> Ground Elevation<br> Acres in Spacing/Drilling Unit<br> Spacing/Drilling Unit Setback Requirement<br> Industrial Commission Order<br> 2364 </span><span class="ft0">Feet Above S.L.<br> 2560<br> 200 </span><span class="ft7">Feet N/S<br> Feet<br> Feet E/W<br> 24405<br> North Line of Spacing/Drilling Unit<br> South Line of Spacing/Drilling Unit<br> East Line of Spacing/Drilling Unit<br> West Line of Spacing/Drilling Unit<br> 10520 </span><span class="ft0">Feet<br> 10486 </span><span class="ft0">Feet<br> 10531 </span><span class="ft0">Feet<br> Feet<br> 10533<br> Objective Horizons<br> Pierre Shale Top<br> Three Forks - B1<br> 1902<br> Proposed<br> Size<br> Weight<br> Depth<br> Cement Volume<br> Surface Casing<br> 9<br> Lb./Ft.<br> Feet<br> Sacks<br> 5/8<br> 36<br> 2100<br> 655<br> Proposed<br> Size<br> Weight(s)<br> Longstring Total Depth<br> Cement Volume<br> Cement Top<br> Top Dakota Sand<br> Longstring Casing<br> 70<br> 32<br> Lb./Ft.<br> 11316 </span><span class="ft0">Feet MD<br> 11031 </span><span class="ft0">Feet TVD </span><span class="ft5">1070 </span><span class="ft0">Sacks </span><span class="ft5">2100 </span><span class="ft0">Feet<br> Feet<br> 5358<br> Base of Last<br> Last<br> Salt (If<br> Charles </span><span class="ft0">Applicable)<br> Salt (If Applicable)<br> 9373 </span><span class="ft0">Feet<br> Proposed Logs<br> Mud,Triple Combo, MWD, GR<br> Drilling Mud Type (Vertical Hole - Below Surface Casing)<br> Drilling Mud Type (Lateral)<br> Invert<br> Brine<br> Survey Type in Vertical Portion of Well<br> Survey Frequency: Build Section<br> Survey Frequency: Lateral<br> Survey Contractor<br> MWD, Con't Gyro </span><span class="ft0">Every 100 Feet<br> 30 </span><span class="ft0">Feet<br> 90 </span><span class="ft0">Feet<br> Scientific Drilling<br> proposed mud/cementing plan,<br> directional plot/plan, $100 fee.<br> <hr> <A name=97></a>Page 2<br> SFN 54269 (08-2005)<br> This will be the second well consecutively drilled on the same pad as the Moberg 20-21-29-28LL well by a rig capable of walking. A<br> physical address was applied for in May. Please see attached support documents.<br> Lateral 2<br> KOP Lateral 2<br> Azimuth Lateral 2<br> Estimated Total Depth Lateral 2<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> F<br> L<br> Lateral 3<br> KOP Lateral 3<br> Azimuth Lateral 3<br> Estimated Total Depth Lateral 3<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> F<br> L<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> F<br> L<br> FL<br> Lateral 4<br> KOP Lateral 4<br> Azimuth Lateral 4<br> Estimated Total Depth Lateral 4<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Lateral 5<br> KOP Lateral 5<br> Azimuth Lateral 5<br> Estimated Total Depth Lateral 5<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Date<br> I hereby swear or affirm the information provided is true, complete and correct as determined from all available records.<br> 7 / 30 / 2014<br> Signature<br> Printed Name<br> Title<br> ePermit<br> Meghan M Campbell<br> Permit Agent<br> Email Address(es)<br> Permit and File Number<br> API Number<br> Date Approved<br> 29450<br> 053<br> 06293<br> 9 / 18 / 2014<br> Field<br> By<br> BEAR DEN<br> Nathaniel Erbele<br> Pool<br> Permit Type<br> Title<br> BAKKEN<br> DEVELOPMENT<br> Petroleum Resource Specialist<br> <hr> <A name=98></a><hr> <A name=99></a>April 9, 2014<br> RE:<br> Filter Socks and Other Filter Media<br> Leakproof Container Required<br> Oil and Gas Wells<br> Dear Operator,<br> North Dakota Administrative Code Section 43-02-03-19.2 states in part that all waste material associated with<br> exploration or production of oil and gas must be properly disposed of in an authorized facility in accord with all<br> applicable local, state, and federal laws and regulations.<br> Filtration systems are commonly used during oil and gas operations in North Dakota. The Commission is very<br> concerned about the proper disposal of used filters (including filter socks) used by the oil and gas industry.<br> Effective June 1, 2014, a container must be maintained on each well drilled in North Dakota beginning when the<br> well is spud and must remain on-site during clean-out, completion, and flow-back whenever filtration operations<br> are conducted. The on-site container must be used to store filters until they can be properly disposed of in an<br> authorized facility. Such containers must be:<br> leakproof to prevent any fluids from escaping the container<br> covered to prevent precipitation from entering the container<br> placard to indicate only filters are to be placed in the container<br> If the operator will not utilize a filtration system, a waiver to the container requirement will be considered, but<br> only upon the operator submitting a Sundry Notice (Form 4) justifying their request.<br> As previously stated in our March 13, 2014 letter, North Dakota Administrative Code Section 33-20-02.1-01<br> states in part that every person who transports solid waste (which includes oil and gas exploration and production<br> wastes) is required to have a valid permit issued by the North Dakota Department of Health, Division of Waste<br> Management. Please contact the Division of Waste Management at (701) 328-5166 with any questions on the<br> solid waste program. Note oil and gas exploration and production wastes include produced water, drilling mud,<br> invert mud, tank bottom sediment, pipe scale, filters, and fly ash.<br> Thank you for your cooperation.<br> Sincerely,<br> Bruce E. Hicks<br> Assistant Director<br> <hr> <A name=100></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> Moberg 20-17-19-18LL<br> ONSHORE OIL &amp; GAS ORDER NO. 1<br> Approval of Operations on Onshore<br> Federal Oil and Gas Leases<br> All lease and/or unit operations will be conducted in such a manner that full compliance is made with<br> applicable laws, regulations (43 CFR 3100), Onshore Oil and Gas No. 1, and the approved plan of<br> operations. The operator is fully responsible for the actions of his subcontractors. A copy of these<br> conditions will be furnished the field representative to insure compliance.<br> 1.<br> Anticipated Formation Tops:<br> Formation tops are provided in the attached directional plan.<br> The horizontal wellbore will kick off in the Lodgepole formation at approximately 10,567' MD.<br> GL elevation is 2,352'; KB elevation is 2,377' (25' KBM).<br> 2.<br> Anticipated Oil, Gas, Water or other Mineral Bearing Formations Tops:<br> Depth<br> Hydrocarbon / Water<br> Formation<br> (TVD-ft)<br> Bearing Zones<br> Fox Hills<br> 1630-1680<br> Possible Water<br> Eagle<br> 3530-3580<br> Possible Water<br> Dakota<br> 5340-5390<br> Possible Water<br> Mission Canyon<br> 9550-9600<br> Possible Oil / Gas<br> Lodgepole<br> 10070-10120<br> Possible Oil / Gas<br> Bakken<br> 10900-10950<br> Oil / Gas<br> Three Forks<br> 11000-11030<br> Oil / Gas<br> The TVD listed is a range of the formation tops, please see attached directional plan for well specific<br> MD/TVD.<br> All fresh water and prospectively valuable minerals encountered during drilling will be recorded by<br> depth and adequately protected.<br> 3.<br> Operator's Specification for Pressure Control Equipment:<br> A. 11" or 13-5/8" 5,000 psi double gate, 5,000 psi annular BOP (schematic included) from 9-5/8"<br> casing point to total depth. The choice of BOP stacks is based on the drilling contractor's<br> availability.<br> Page 1 of 8<br> <hr> <A name=101></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> Moberg 20-17-19-18LL<br> B. In the event the drilling contractor's substructure height is insufficient, the operator will eliminate<br> the mud cross and flange the kill line and choke lines on the body of the blind rams to provide the<br> same operational benefit that the mud cross allows.<br> C. A high pressure rotating head may be installed to allow drilling under balanced if deemed safe.<br> D. Functional test daily<br> E. All casing strings shall be pressure tested (0.22 psi/foot or 1500 psi, whichever is greater) prior to<br> drilling the plug after cementing; test pressure shall not exceed the internal yield pressure of the<br> casing.<br> F. Ram type preventers and associated equipment shall be tested to the approved stack working<br> pressure if isolated by test plug or to 70 percent of internal yield pressure of casing whichever is less.<br> BOP and related equipment shall meet the minimum requirements of Onshore Oil and Gas Order<br> No. 2 for equipment and testing requirements, procedures, etc. for a 5M system and individual<br> components shall be operable as designed.<br> G. Two (2) chokes with one (1) remotely controlled from rig floor will be installed in the choke<br> manifold and tested per item (F) above.<br> H. Upper &amp; lower kelly cock valves with handles available. Safety valve(s) and subs to fit all drill<br> string connections in use. Inside BOP or float sub available. Pressure gauge on choke manifold. Fill-<br> up line above the uppermost preventer.<br> 4.<br> Casing Design:<br> Permanent Casing<br> Hole<br> Csg.<br> Top<br> Bottom<br> Wt.<br> Mud<br> Interval<br> Size<br> Size<br> (MD)<br> (MD)<br> Weight<br> lb/ft<br> Grade<br> Thread<br> Cond.<br> Conductor<br> 22&quot;<br> 16&quot;<br> sfc<br> 80'<br> N/A<br> Steel<br> Cond.<br> None<br> Used<br> Surface<br> 13-1/2"<br> 9-5/8"<br> sfc<br> 2100'<br> 9.0<br> 36.0<br> J-55<br> STC<br> New<br> Intermediate<br> 8-3/4&quot;<br> 7&quot;<br> sfc<br> 11,316'<br> 10.5<br> 32.0<br> HCL-80<br> LTC<br> New<br> Liner Lap<br> 6&quot;<br> 4-1/2&quot;<br> 10,470'<br> 11,316'<br> 12.5<br> 13.5<br> HCP-110<br> CDC<br> New<br> Production<br> 6"<br> 4-1/2"<br> 11,316'<br> 20,977'<br> 12.5<br> 13.5<br> HCP-110<br> CDC<br> New<br> Frac String (Temporary)<br> Hole<br> Csg.<br> Top<br> Bottom<br> Mud<br> Wt.<br> Grade<br> Thread<br> Cond.<br> Size<br> Size<br> (MD)<br> (MD)<br> Weight<br> lb/ft<br> Frac<br> 4-1/2&quot;<br> sfc<br> 10,470'<br> 12.5<br> 13.5<br> HCP-110<br> CDC<br> New<br> String<br> Page 2 of 8<br> <hr> <A name=102></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> Moberg 20-17-19-18LL<br> CASING STRENGTHS<br> COLLAPSE<br> BURST<br> TENSILE (min.)<br> 9-5/8"<br> 36.0 lb.<br> J-55<br> STC<br> 2,020 psi<br> 3,520 psi<br> 394,000 lb.<br> 7&quot;<br> 32.0 lb.<br> HCL-80<br> LTC<br> 10,400 psi<br> 9,060 psi<br> 738,000 lb.<br> 4-1/2"<br> 13.5 lb.<br> HCP-110<br> CDC<br> 11,800 psi<br> 12,410 psi<br> 422,000 lb.<br> NOTES ON 9-5/8" SURFACE CASING DESIGN:<br> The key point in designing surface casing is to extend the shoe of the surface casing beyond the top of<br> the Pierre Shale. This ensures that all potable or usable water zones are covered. At this point in the well<br> design, the drilling fluid is changed to oil base mud to contend with salt sections that occur at<br> approximately 7,000' TVD and 9,375' TVD. The 36 ppf J55 casing accomplishes these criteria easily.<br> A higher burst rating is not necessary based on industry standards throughout the Williston Basin.<br> In the event the surface casing burst rating was increased, the normally pressured and sub normally<br> pressured zones all the way thru the Madison Group at approximately 8,750' TVD has the potential to<br> break down. Therefore the increased pressure rating of surface casing is not warranted. It is not feasible<br> to set the surface casing point at a greater depth because the shut in surface pressures would not<br> appreciably increase. The Dakota formation (5,350' TVD) is frequently weak. Typically, we drill the<br> intermediate section with 10.5 ppg OBM to the 7" casing point. In the event we lost circulation in the<br> exposed intermediate interval, the wellbore will not be entirely evacuated and the surface casing can be<br> shut in without compromising the pressure rating of the 36 ppf J-55.<br> Calculations for the Surface Casing Design:<br> 3,520 psi/ (6,013 psi (Reservoir Pressure) ­ (11,013 ft x 0.22 psi/ft)) = safety factor of 1.0<br> Centralizers for 9-5/8" Casing<br> · (3) Bow Spring centralizers on the bottom 3 joints of casing<br> Page 3 of 8<br> <hr> <A name=103></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> Moberg 20-17-19-18LL<br> MINIMUM DESIGN FACTORS FOR INTERMEDIATE AND PRODUCTION CASING:<br> COLLAPSE: 1.125<br> BURST:<br> 1.10<br> TENSION:<br> 1.80<br> Area Fracture Gradient:<br> 0.9 psi/foot<br> Max anticipated mud weight above 7" casing point:<br> 10.5 ppg<br> Max anticipated mud weight below 7" casing point:<br> 12.5 ppg<br> Centralizers for 7" casing:<br> · Bow Spring centralizers on every jt. through the Salt (Madison Group 10 jts)<br> · Bow Spring centralizers every jnt through the Pine salt.<br> · Check with mud loggers to determine extent of salt intervals for centralizer placement.<br> 5.<br> Cementing Program<br> 16&quot; Conductor:<br> Cement to surface with construction cement.<br> 9-5/8" Surface Casing: 0' ­ 2,100' (MD)<br> Lead Slurry: 0' ­ 1,600'. 448 sxs (1330 cu ft) Varicem System (VariCem W1, is Type III cement with<br> the following additives: 2% BWOC Cal-Seal (accelerator), 2% BWOC Econolite (lightweight additive),<br> 0.3% BWOC Versaset (Thixotropic), 6% BWOC Salt) + 0.25 lbs/sk Poly-E-Flake (LCM) Slurry wt:<br> 11.5 ppg, Slurry yield: 2.97 ft</span><span class="ft8">3</span><span class="ft2">/sx, Mix fluid: 18.15 gal/sx, Slurry volume: 13-1/2" hole + 70% excess.<br> Tail slurry: 1,600'- 2,100 207 sxs (416 cu ft) Varicem System (see above - The lead and tail are<br> identical in composition, density is adjusted with water) + 0.25 Poly-E-Flake (LCM) Slurry Wt: 13 ppg.<br> Slurry yield: 2.01 ft</span><span class="ft8">3</span><span class="ft2">/sx, Mix fluid: 11.02 gal/sx, Slurry volume: 13-1/2" hole + 70% excess.<br> 7&quot; Intermediate Casing: 2,100' ­ 11,316' (MD)<br> Lead Slurry: 2,100' ­ 6,500'. 465 sks (860 cu ft) Econocem System (EconoCem W12, is a 25/50<br> poz/Class G blend (25% of a 79 lb sack of poz and 50% of a 94 lb sack of cement) with: 25 % Silicalite<br> (lightweight additive), 0.2% BWOC SA-1015, HR-601 (retarder, as needed) w/ 0.7% HR-5 (Retarder),<br> 0.6% BWOC D-Air 5000 (de-foamer)) w/ 0.125 lbs./sx Poly-E-flake (LCM) Slurry wt: 12.0 ppg, Slurry<br> yield: 1.85 ft</span><span class="ft8">3</span><span class="ft2">/sx, Mix fluid: 10.40 gal/sx, Slurry volume: 8-3/4" hole + 30% excess.<br> Tail Slurry: 6,500' ­ 11,316'. 605 sks (950 cu ft) Extendacem System (ExtendaCem W13, is a 50/50<br> poz/Class G blend with: 15% BWOC SA-1015, 20% BWOC Silicalite (lightweight additive), 0.3%<br> BWOC D-Air 5000 (de-foamer), HR-5 (retarder, as needed) w/ 0.26% HR-5 (Retarder), 0.2% BWOC<br> Super CBL, and 0.125 lbm/sk Poly-E-Flake Slurry wt: 14 ppg, Slurry yield: 1.57 ft</span><span class="ft8">3</span><span class="ft2">/sk, Mix fluid: 6.47<br> gal/sx, Slurry volume: 8-3/4&quot; hole + 30% excess.<br> VariCem, EconoCem and ExtendaCem are Halliburton trademarked products</span><span class="ft11">.<br> Page 4 of 8<br> <hr> <A name=104></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> Moberg 20-17-19-18LL<br> 4-1/2&quot; Production Casing: 10,470' ­ 20,977' (MD)<br> Lead/Tail Slurry: Uncemented<br> Note: The hydraulic fracture stimulation that will be completed by QEP Energy Company does not use<br> diesel fuel in its operations.<br> USEPA identifies diesel fuel as any compound identified with the following Chemical Abstract Service<br> Registry Numbers:<br> 68334-30-5 (Primary Name: Fuels, diesel)<br> 68476-34-6 (Primary Name: Fuels, diesel, No. 2)<br> 68476-30-2 (Primary Name: Fuel oil No. 2)<br> 68476-31-3 (Primary Name: Fuel oil, No. 4)<br> 8008-20-6 (Primary Name: Kerosene)<br> 4-1/2" Frac String and Related Information: 10,470' (top of liner) ­ Surface (temporary)<br> KOP ­ 10,567' MD<br> Liner Top 10,470' MD<br> Type of Frac entry ­ Swell Packer Isolation with Sliding Sleeves<br> 6.<br> Mud Program:<br> WPS<br> Chlorides<br> Interval<br> Weight<br> Oil/Water<br> X1000<br> X1000<br> Water<br> (Hole size)<br> Type<br> (ppg)<br> Ratio<br> ppm<br> (mg/L)<br> Viscosity<br> pH<br> Loss<br> Freshwater<br> 8.4<br> 26-28<br> Surface<br> or<br> N/A<br> N/A<br> N/A<br> 8.0 - 9.0<br> NC<br> (13 ½")<br> Freshwater<br> 8.5 - 9.0<br> 40 ­ 60<br> based<br> Intermediate<br> 150 -<br> Oil based<br> 9.0-10.5<br> 80 / 20<br> N/A<br> 50-60<br> N/A<br> 10-20<br> (8 ¾")<br> 330<br> Oil based<br> 10.5-12.5<br> 80 / 20<br> 330<br> N/A<br> 50-60<br> N/A<br> Production<br> or<br> &lt;10<br> (6")<br> Brine<br> 9.0-10.5<br> N/A<br> N/A<br> 200-250<br> 28-30<br> 6.0 ­ 8.0<br> WPS ­ Water Phase Salinity<br> Adequate weight material will be kept on location. Bulk barite will be on location below surface casing.<br> No chromates will be used.<br> 7.<br> Auxiliary Equipment<br> A.<br> Kelly Cock ­ yes<br> B.<br> Float at the bit ­ yes<br> C.<br> Monitoring equipment on the mud system ­ visually and PVT/Flow Show<br> D.<br> Full opening safety valve on the rig floor ­ yes<br> E.<br> Rotating Head ­ yes<br> PVT/Flow Show equipment will be used from base of surface casing to TD.<br> Gas detector will be used from surface casing depth to TD.<br> Page 5 of 8<br> <hr> <A name=105></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> Moberg 20-17-19-18LL<br> 8.<br> Testing, logging and coring program<br> A.<br> Cores ­ none anticipated<br> B.<br> DST ­ none anticipated<br> C.<br> Logging:<br> -<br> Mud logging ­ 7500' to TD.<br> -<br> If shows while drilling warrant, a Triple Combo may be run in the 8-3/4" open hole from<br> surface casing to +/- KOP.<br> -<br> MWD/GR in build section and horizontal lateral.<br> -<br> Cement Bond Log from the top of the liner to above top of cement in the 7" casing<br> (usually run just prior to running the tie-back frac string).<br> D.<br> Formation and Completion Interval: Three Forks interval, final determination of completion will<br> be made by analysis of Mud Logs, GR Log and shows.<br> E.<br> Stimulation ­ Stimulation will be designed for the particular area of interest as encountered.<br> 9.<br> Anticipated Abnormal Pressures and Temperatures, Other Potential Hazards<br> No abnormal temperatures or pressures are anticipated. No H2S has been encountered in or known to<br> exist from previous wells drilled to similar depths in the general area. Maximum anticipated bottom<br> hole pressure equals approximately 6,013 psi. Maximum anticipated bottom hole temperature is 290° F.<br> 10.<br> Additional Information For Oil Base Mud<br> A. Oil-base mud will be mixed in the closed circulating system and transferred to 500-bbl tanks on<br> location for storage prior to and after drilling operations. Drip pans will be installed below the<br> rotary beams on the substructure and can be viewed on site from the cellar area. As the intermediate<br> and production section of the hole is drilled, the cuttings transported to the surface with the drilling<br> fluid will be mechanically separated from the drilling fluid as waste by shale-shakers and then<br> cleaned/dried via a mud cleaner and/or centrifuge. These separated cuttings will be transferred to a<br> container, dried and stabilized, and then transported to an approved disposal site or, if a cuttings pit<br> is approved, the solidified and dried cuttings will be stored in the pit.<br> B. Plastic material will underlay the rig, oil base mud/diesel storage tanks and mud pits. All tanks on<br> location will be placed inside of berms. Any oily waste fluids and sediments generated at the work<br> site during drilling operations or when cleaning the fluid containment system after drilling will also<br> be stabilized and then transported to an approved disposal site or, if a cuttings pit is approved, it will<br> be solidified and stored in the cuttings pit.<br> C. All rig ditches will be lined and directed to a lined sump for fluid recovery. A drip pan will be<br> installed on the BOP stack, a mud bucket will be utilized as needed on connections and a vacuum<br> system will be used on the rig floor for fluid recovery in those areas.<br> Page 6 of 8<br> <hr> <A name=106></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> Moberg 20-17-19-18LL<br> D. If a cuttings pit is deemed necessary and acceptable due to unforeseen circumstances and/or<br> complications with the disposal method described in 10.A above, drill solids and excess cement will<br> be placed in the cuttings pit and the oilfield waste management consultant Soli-Bond (or a similar<br> company) will mobilize equipment and personnel to the site to perform the cement based<br> solidification/stabilization process in-situ for encapsulation with cement kiln dust or flyash prior to<br> placement in the cuttings pit. Once the drilling operation is complete, the lined cuttings pit will be<br> reclaimed to grade elevation.<br> Page 7 of 8<br> <hr> <A name=107></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> Moberg 20-17-19-18LL<br> Page 8 of 8<br> <hr> <A name=108></a>Moberg 20-17-19-18LL<br> SHL: Sec 20-T149N-R95W<br> BHL: Sec 17 &amp; 18 -T149N-R95W<br> McKenzie County, North Dakota<br> 16&quot; Conductor<br> Three Forks Well<br> SET @ 80'<br> IN 22&quot; HOLE<br> Cement to<br> Surface<br> 9-5/8&quot;, 36#, J55<br> SURFACE CASING<br> Top of 7&quot; lead cement at 2,100'<br> SET @ 2100' in<br> 13-1/2&quot; HOLE<br> Cement to surface<br> Top of 7&quot; tail cement at ~6,800'<br> - minimum of 200' above the Pine Salt<br> 4-1/2&quot; Tie-back &quot;frac&quot; string:<br> 13.5#, HCP-110 CDC<br> (from surface to liner hanger)<br> 4-1/2&quot; Liner: Hanger @ ~ 10,470'<br> 13.5#, HCP-110, CDC<br> Uncemented<br> (from liner hanger to 7&quot; shoe)<br> KOP: 10,567' MD<br> 4-1/2&quot;, 13.5#, HCP-110 CDC - PRODUCTION LINER<br> Build 12.00°/100ft<br> SET @ 20,977' MD (11,031' TVD) IN 6&quot; HOLE<br> to 90° inclination<br> Uncemented with packers and frac sleeves<br> (from the 7&quot; shoe to TD)<br> 7&quot;, 32.0#, HCL-80, LTC - INTERMEDIATE CASING SET<br> @ 11,316' MD (11,031' TVD) IN 8-3/4&quot; HOLE<br> TD 20,977' MD<br> 465 sxs lead and 605 sxs tail<br> (11,031' TVD)<br> TOC @ surface casing shoe<br> <hr> <A name=109></a>T<br> Azimuths to True North<br> M<br> Magnetic North: 7.77°<br> Project: McKenzie<br> Site: 13-20Y2 Pad - 2 wells (Moberg)<br> Magnetic Field<br> Well: Moberg 20-17-19-18LL<br> Strength: 56358.8snT<br> Company Name: QEP ENERGY (ND)<br> Dip Angle: 72.83°<br> Wellbore: Original Hole<br> Date: 4/7/2014<br> Design: Plan ver.0<br> Model: IGRF2010<br> PROJECT DETAILS: McKenzie<br> REFERENCE INFORMATION<br> WELL DETAILS: Moberg 20-17-19-18LL<br> Geodetic System: US State Plane 1983<br> Ground Level:<br> Co-ordinate (N/E) Reference: Well Moberg 20-17-19-18LL, True North<br> Datum: North American Datum 1983<br> Vertical (TVD) Reference: RKB @ 2382.00usft (PAT 319)<br> 2352.00<br> Ellipsoid: GRS 1980<br> Section (VS) Reference: Slot - (0.00N, 0.00E)<br> +N/-S<br> +E/-W<br> Northing<br> Easting<br> Latittude<br> Longitude<br> Slot<br> Zone: North Dakota Northern Zone<br> 0.00<br> 0.00<br> 265722.160<br> 1383729.490<br> 47.703746<br> -102.875355<br> Measured Depth Reference: RKB @ 2382.00usft (PAT 319)<br> Calculation Method: Minimum Curvature<br> System Datum: Mean Sea Level<br> CASING DETAILS<br> Lawlar 16-8-5H<br> Kummer<br> Lawlar 3-5-8TH<br> Lawlar 2-5-8TH<br> Lawlar 3-5-8BH<br> 1-6-7H<br> 10500<br> SECTION DETAILS<br> Kummer 6-7-5-8LL<br> TVD<br> MD<br> Name<br> Size<br> Kummer 1-6-7BH<br> Lawlar 4-5-8BH<br> 2100.00<br> 2101.71<br> 9 5/8&quot;<br> 9-5/8<br> MD<br> Inc<br> Azi<br> TVD<br> +N/-S<br> +E/-W<br> Dleg<br> VSect<br> Moberg 2-18TH<br> Moberg 15-18H<br> -1250<br> 11031.00<br> 11316.46<br> 7&quot;<br> 7<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> H<br> Moberg 20-17-19-18LL<br> 6-1<br> 950.00<br> 0.00<br> 0.00<br> 950.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 7<br> TD at 20977.56<br> -15<br> 1300.00<br> 3.50<br> 256.00<br> 1299.78<br> -2.59<br> -10.37<br> 1.00<br> -2.01<br> hicv<br> 8100.00<br> 3.50<br> 256.00<br> 8087.10<br> -103.01<br> -413.17<br> 0.00<br> -80.22<br> co<br> 8450.00<br> 0.00<br> 0.00<br> 8436.88<br> -105.60<br> -423.54<br> 1.00<br> -82.24<br> drenA<br> 10567.00<br> 0.00<br> 0.00<br> 10553.88<br> -105.60<br> -423.54<br> 0.00<br> -82.24<br> 9000<br> 0<br> 11316.46<br> 90.00<br> 351.00<br> 11031.00<br> 365.64<br> -498.18<br> 12.01<br> 392.39<br> 11466.46<br> 90.00<br> 351.00<br> 11031.00<br> 513.80<br> -521.64<br> 0.00<br> 541.61<br> 11765.46<br> 90.00<br> 359.97<br> 11031.00<br> 811.57<br> -545.15<br> 3.00<br> 840.21<br> 20977.56<br> 90.00<br> 359.97<br> 11031.00<br> 10023.67<br> -550.00<br> 0.00<br> 10038.75<br> Start Build 1.00<br> 1250<br> Start 6800.00 hold at 1300.00 MD<br> Mober<br> 7500<br> Fox Hills<br> g<br> 2-<br> Pierre<br> 1<br> FORMATION TOP DETAILS<br> 7-16<br> 9 5/8&quot;<br> 6H<br> T<br> M<br> H<br> o<br> 7-1<br> TVDPath<br> MDPath<br> Formation<br> ber<br> 2500<br> 3-1<br> g<br> )<br> 1<br> 1648.00<br> 1648.87<br> Fox Hills<br> 3-17<br> erg<br> 1902.00<br> 1903.34<br> Pierre<br> -1<br> b<br> 6<br> o<br> B<br> t/in<br> H<br> M<br> 3546.00<br> 3550.42<br> Eagle<br> sf<br> 4586.00<br> 4592.36<br> Greenhorn<br> u<br> 5006.00<br> 5013.14<br> Mowry<br> 6000<br> Eagle<br> 0<br> 5358.00<br> 5365.80<br> Dakota Group<br> H<br> 3750<br> B6<br> 0<br> 5745.00<br> 5753.52<br> Swift<br> -17<br> 5<br> 6270.00<br> 6279.51<br> Rierdon<br> -14<br> (2<br> 6555.00<br> 6565.04<br> Piper<br> erg<br> bo<br> 6674.00<br> 6684.26<br> Spearfish<br> M<br> th<br> Greenhorn<br> 7006.00<br> 7016.88<br> Pine<br> u<br> p<br> s<br> 7024.00<br> 7034.91<br> Pine Base<br> 5000<br> f<br> e<br> Mowry<br> 7294.00<br> 7305.42<br> Opeche Salt<br> t<br> D<br> 7594.00<br> 7605.98<br> Minnelusa Group<br> 4500<br> l<br> Dakota Group<br> 8132.00<br> 8144.97<br> Tyler<br> 17-16-20-21LL<br> 8605.00<br> 8618.12<br> Kibbey Lime<br> Swift<br> oberg<br> 1-20-21BH<br> 8762.00<br> 8775.12<br> Charles Salt<br> M<br> rtica<br> 9307.00<br> 9320.12<br> Ratcliffe<br> 9<br> Moberg<br> -1<br> e<br> X<br> 6250<br> 3<br> 9<br> Rierdon<br> 9330.00<br> 9343.12<br> Last Salt<br> 4<br> -1<br> V<br> M<br> X<br> M<br> n<br> 9373.00<br> 9386.12<br> Last Salt Base<br> 3<br> o<br> lto<br> 4<br> b<br> o<br> a<br> e<br> b<br> n<br> r<br> e<br> e<br> Piper<br> g<br> r<br> W<br> Spearfish<br> 9573.00<br> 9586.12<br> Mission Canyon<br> g<br> lto<br> 2<br> a<br> -2<br> 4<br> W<br> 0<br> -2<br> ru<br> 10092.00<br> 10105.12<br> Lodgepole<br> -2<br> 0-<br> Pi<br> 1<br> 2<br> Pine<br> T<br> Base<br> 10200.00<br> 10213.12<br> Lodgepole Marker 5<br> BH<br> 1H<br> 3000<br> Opeche Salt<br> 10385.00<br> 10398.12<br> Lodgepole Marker 4<br> 7500<br> 10630.00<br> 10643.45<br> Lodgepole Marker 3<br> Minnelusa Group<br> 10830.00<br> 10861.46<br> Lodgepole Marker 2<br> 9<br> 10862.00<br> 10901.96<br> Lodgepole Marker 1<br> -1X34<br> Start Drop -1.00<br> Tyler<br> 10900.00<br> 10954.26<br> False Bakken<br> e<br> yk<br> 10906.00<br> 10963.06<br> Scallion<br> D<br> Start 2117.00 hold at 8450.00 MD<br> n<br> 10918.00<br> 10981.23<br> Bakken Upper<br> aV<br> Three Forks<br> Kibbey Lime<br> 8750<br> Pronghorn<br> Charles Salt<br> 10940.00<br> 11016.88<br> Bakken Middle<br> Lower Bakken Silt<br> 1500<br> Ratcliffe<br> 10944.00<br> 11023.76<br> Bakken Middle GR Marker<br> Bakken Low er<br> Last Salt<br> Bakken Middle Limestone Shoal Base<br> Last Salt Base<br> 10948.00<br> 11030.78<br> Bakken Middle Limestone Shoal<br> Bakken Middle Limestone Shoal<br> 10953.00<br> 11039.78<br> Bakken Middle Limestone Shoal Base<br> Bakken Middle GR Marker<br> Mission Canyon<br> Bakken Middle<br> 10979.00<br> 11091.63<br> Bakken Lower<br> Lodgepole<br> Bakken Upper<br> Lodgepole Marker 5<br> 11006.00<br> 11161.32<br> Lower Bakken Silt<br> 7&quot;<br> Scallion<br> 10000<br> Lodgepole Marker 4<br> 11010.00<br> 11174.37<br> Pronghorn<br> Start 9212.11 hold at 11765.46 MD<br> False Bakken<br> Lodgepole Marker 3<br> Start Build 12.01<br> 11013.00<br> 11184.98<br> Three Forks<br> Lodgepole Marker 2<br> Start DLS 3.00 TFO 90.00<br> Lodgepole Marker 1<br> False Bakken<br> Start 150.00 hold at 11316.46 MD<br> Scallion<br> Start 9212.11 hold at 11765.46 MD<br> 0<br> Bakken Upper<br> 7&quot;<br> Bakken Middle<br> Start Build 1.00<br> Bakken Middle GR Marker<br> 9 5/8&quot;<br> TD at 20977.56<br> Bakken Middle Limestone Shoal<br> Start Build 12.01<br> 11250<br> Start 6800.00 hold at 1300.00 MD<br> Bakken Middle Limestone Shoal Base<br> Start DLS 3.00 TFO 90.00<br> Bakken Lower<br> Start 2117.00 hold at 8450.00 MD<br> Lower Bakken Silt<br> Start 150.00 hold at 11316.46 MD<br> Start Drop -1.00<br> Moberg Fed 149-95-29-32-11H<br> Pronghorn<br> Three Forks<br> Moberg Fed 149-95-29-32-4H<br> Massive Dolomite<br> Three Forks Shale<br> Moberg 1-29H<br> -2500<br> -1250<br> 0<br> 1250<br> 2500<br> 3750<br> 5000<br> 6250<br> 7500<br> 8750<br> 10000<br> 11250<br> 1250<br> - 0<br> 3 00<br> -1500<br> 0<br> 1500 </span><span class="ft5">Moberg Fed 149-95-29-32-12H<br> Moberg Fed 149-95-29-32-2H<br> Moberg Fed 149-95-29-32-3H<br> 3000<br> Vertical Section at 356.86°(2500 usft/in)<br> West(-)/East(+)<br> <hr> <A name=110></a>QEP ENERGY (ND)<br> McKenzie<br> 13-20Y2 Pad - 2 wells (Moberg)<br> Moberg 20-17-19-18LL<br> Original Hole<br> Plan: Plan ver.0<br> Standard Planning Report<br> 22 April, 2014<br> <hr> <A name=111></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well Moberg 20-17-19-18LL<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Site:<br> 13-20Y2 Pad - 2 wells (Moberg)<br> North Reference:<br> True<br> Well:<br> Moberg 20-17-19-18LL<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Project<br> McKenzie<br> Map System:<br> US State Plane 1983<br> System Datum:<br> Mean Sea Level<br> Geo Datum:<br> North American Datum 1983<br> Map Zone:<br> North Dakota Northern Zone<br> Using geodetic scale factor<br> Site<br> 13-20Y2 Pad - 2 wells (Moberg)<br> Site Position:<br> Northing:<br> 265,722.160 usft<br> Latitude:<br> 47.703747<br> From:<br> Map<br> Easting:<br> 1,383,729.490 usft<br> Longitude:<br> -102.875356<br> Position Uncertainty:<br> 0.00 usft<br> Slot Radius:<br> 13-3/16 &quot;<br> Grid Convergence:<br> -1.77 °<br> Well<br> Moberg 20-17-19-18LL<br> Well Position<br> +N/-S<br> 0.00 usft<br> Northing:<br> 265,722.160 usft<br> Latitude:<br> 47.703747<br> +E/-W<br> 0.00 usft<br> Easting:<br> 1,383,729.490 usft<br> Longitude:<br> -102.875356<br> Position Uncertainty<br> 0.00 usft<br> Wellhead Elevation:<br> 2,352.00 usft<br> Ground Level:<br> 2,352.00 usft<br> Wellbore<br> Original Hole<br> Magnetics<br> Model Name<br> Sample Date<br> Declination<br> Dip Angle<br> Field Strength<br> (°)<br> (°)<br> (nT)<br> IGRF2010<br> 4/7/2014<br> 7.77<br> 72.83<br> 56,359<br> Design<br> Plan ver.0<br> Audit Notes:<br> Version:<br> Phase:<br> PLAN<br> Tie On Depth:<br> 0.00<br> Vertical Section:<br> Depth From (TVD)<br> +N/-S<br> +E/-W<br> Direction<br> (usft)<br> (usft)<br> (usft)<br> (°)<br> 0.00<br> 0.00<br> 0.00<br> 356.86<br> Plan Sections<br> Measured<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Rate<br> Rate<br> Rate<br> TFO<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> (°)<br> Target<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 950.00<br> 0.00<br> 0.00<br> 950.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 1,300.00<br> 3.50<br> 256.00<br> 1,299.78<br> -2.59<br> -10.37<br> 1.00<br> 1.00<br> 0.00<br> 256.00<br> 8,100.00<br> 3.50<br> 256.00<br> 8,087.10<br> -103.01<br> -413.17<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 8,450.00<br> 0.00<br> 0.00<br> 8,436.88<br> -105.60<br> -423.54<br> 1.00<br> -1.00<br> 0.00<br> 180.00<br> 10,567.00<br> 0.00<br> 0.00<br> 10,553.88<br> -105.60<br> -423.54<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 11,316.46<br> 90.00<br> 351.00<br> 11,031.00<br> 365.64<br> -498.18<br> 12.01<br> 12.01<br> 0.00<br> 351.00<br> 11,466.46<br> 90.00<br> 351.00<br> 11,031.00<br> 513.80<br> -521.64<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 11,765.46<br> 90.00<br> 359.97<br> 11,031.00<br> 811.57<br> -545.15<br> 3.00<br> 0.00<br> 3.00<br> 90.00<br> 20,977.56<br> 90.00<br> 359.97<br> 11,031.00<br> 10,023.67<br> -550.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 4/22/2014 9:14:05AM<br> Page 2<br> COMPASS 5000.1 Build 65<br> <hr> <A name=112></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well Moberg 20-17-19-18LL<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Site:<br> 13-20Y2 Pad - 2 wells (Moberg)<br> North Reference:<br> True<br> Well:<br> Moberg 20-17-19-18LL<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Planned Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 100.00<br> 0.00<br> 0.00<br> 100.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 200.00<br> 0.00<br> 0.00<br> 200.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 300.00<br> 0.00<br> 0.00<br> 300.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 400.00<br> 0.00<br> 0.00<br> 400.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 500.00<br> 0.00<br> 0.00<br> 500.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 600.00<br> 0.00<br> 0.00<br> 600.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 700.00<br> 0.00<br> 0.00<br> 700.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 800.00<br> 0.00<br> 0.00<br> 800.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 900.00<br> 0.00<br> 0.00<br> 900.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 950.00<br> 0.00<br> 0.00<br> 950.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 1,000.00<br> 0.50<br> 256.00<br> 1,000.00<br> -0.05<br> -0.21<br> -0.04<br> 1.00<br> 1.00<br> 0.00<br> 1,100.00<br> 1.50<br> 256.00<br> 1,099.98<br> -0.47<br> -1.91<br> -0.37<br> 1.00<br> 1.00<br> 0.00<br> 1,200.00<br> 2.50<br> 256.00<br> 1,199.92<br> -1.32<br> -5.29<br> -1.03<br> 1.00<br> 1.00<br> 0.00<br> 1,300.00<br> 3.50<br> 256.00<br> 1,299.78<br> -2.59<br> -10.37<br> -2.01<br> 1.00<br> 1.00<br> 0.00<br> 1,400.00<br> 3.50<br> 256.00<br> 1,399.60<br> -4.06<br> -16.29<br> -3.16<br> 0.00<br> 0.00<br> 0.00<br> 1,500.00<br> 3.50<br> 256.00<br> 1,499.41<br> -5.54<br> -22.22<br> -4.31<br> 0.00<br> 0.00<br> 0.00<br> 1,600.00<br> 3.50<br> 256.00<br> 1,599.22<br> -7.02<br> -28.14<br> -5.46<br> 0.00<br> 0.00<br> 0.00<br> 1,648.87<br> 3.50<br> 256.00<br> 1,648.00<br> -7.74<br> -31.03<br> -6.03<br> 0.00<br> 0.00<br> 0.00<br> Fox Hills<br> 1,700.00<br> 3.50<br> 256.00<br> 1,699.04<br> -8.49<br> -34.06<br> -6.61<br> 0.00<br> 0.00<br> 0.00<br> 1,800.00<br> 3.50<br> 256.00<br> 1,798.85<br> -9.97<br> -39.99<br> -7.76<br> 0.00<br> 0.00<br> 0.00<br> 1,900.00<br> 3.50<br> 256.00<br> 1,898.66<br> -11.45<br> -45.91<br> -8.91<br> 0.00<br> 0.00<br> 0.00<br> 1,903.34<br> 3.50<br> 256.00<br> 1,902.00<br> -11.50<br> -46.11<br> -8.95<br> 0.00<br> 0.00<br> 0.00<br> Pierre<br> 2,000.00<br> 3.50<br> 256.00<br> 1,998.48<br> -12.92<br> -51.83<br> -10.06<br> 0.00<br> 0.00<br> 0.00<br> 2,100.00<br> 3.50<br> 256.00<br> 2,098.29<br> -14.40<br> -57.76<br> -11.21<br> 0.00<br> 0.00<br> 0.00<br> 2,101.71<br> 3.50<br> 256.00<br> 2,100.00<br> -14.43<br> -57.86<br> -11.23<br> 0.00<br> 0.00<br> 0.00<br> 9 5/8&quot;<br> 2,200.00<br> 3.50<br> 256.00<br> 2,198.10<br> -15.88<br> -63.68<br> -12.36<br> 0.00<br> 0.00<br> 0.00<br> 2,300.00<br> 3.50<br> 256.00<br> 2,297.92<br> -17.35<br> -69.60<br> -13.51<br> 0.00<br> 0.00<br> 0.00<br> 2,400.00<br> 3.50<br> 256.00<br> 2,397.73<br> -18.83<br> -75.53<br> -14.66<br> 0.00<br> 0.00<br> 0.00<br> 2,500.00<br> 3.50<br> 256.00<br> 2,497.54<br> -20.31<br> -81.45<br> -15.82<br> 0.00<br> 0.00<br> 0.00<br> 2,600.00<br> 3.50<br> 256.00<br> 2,597.36<br> -21.79<br> -87.38<br> -16.97<br> 0.00<br> 0.00<br> 0.00<br> 2,700.00<br> 3.50<br> 256.00<br> 2,697.17<br> -23.26<br> -93.30<br> -18.12<br> 0.00<br> 0.00<br> 0.00<br> 2,800.00<br> 3.50<br> 256.00<br> 2,796.98<br> -24.74<br> -99.22<br> -19.27<br> 0.00<br> 0.00<br> 0.00<br> 2,900.00<br> 3.50<br> 256.00<br> 2,896.80<br> -26.22<br> -105.15<br> -20.42<br> 0.00<br> 0.00<br> 0.00<br> 3,000.00<br> 3.50<br> 256.00<br> 2,996.61<br> -27.69<br> -111.07<br> -21.57<br> 0.00<br> 0.00<br> 0.00<br> 3,100.00<br> 3.50<br> 256.00<br> 3,096.43<br> -29.17<br> -116.99<br> -22.72<br> 0.00<br> 0.00<br> 0.00<br> 3,200.00<br> 3.50<br> 256.00<br> 3,196.24<br> -30.65<br> -122.92<br> -23.87<br> 0.00<br> 0.00<br> 0.00<br> 3,300.00<br> 3.50<br> 256.00<br> 3,296.05<br> -32.12<br> -128.84<br> -25.02<br> 0.00<br> 0.00<br> 0.00<br> 3,400.00<br> 3.50<br> 256.00<br> 3,395.87<br> -33.60<br> -134.76<br> -26.17<br> 0.00<br> 0.00<br> 0.00<br> 3,500.00<br> 3.50<br> 256.00<br> 3,495.68<br> -35.08<br> -140.69<br> -27.32<br> 0.00<br> 0.00<br> 0.00<br> 3,550.42<br> 3.50<br> 256.00<br> 3,546.00<br> -35.82<br> -143.67<br> -27.90<br> 0.00<br> 0.00<br> 0.00<br> Eagle<br> 3,600.00<br> 3.50<br> 256.00<br> 3,595.49<br> -36.55<br> -146.61<br> -28.47<br> 0.00<br> 0.00<br> 0.00<br> 3,700.00<br> 3.50<br> 256.00<br> 3,695.31<br> -38.03<br> -152.53<br> -29.62<br> 0.00<br> 0.00<br> 0.00<br> 3,800.00<br> 3.50<br> 256.00<br> 3,795.12<br> -39.51<br> -158.46<br> -30.77<br> 0.00<br> 0.00<br> 0.00<br> 3,900.00<br> 3.50<br> 256.00<br> 3,894.93<br> -40.98<br> -164.38<br> -31.92<br> 0.00<br> 0.00<br> 0.00<br> 4,000.00<br> 3.50<br> 256.00<br> 3,994.75<br> -42.46<br> -170.30<br> -33.07<br> 0.00<br> 0.00<br> 0.00<br> 4,100.00<br> 3.50<br> 256.00<br> 4,094.56<br> -43.94<br> -176.23<br> -34.22<br> 0.00<br> 0.00<br> 0.00<br> 4,200.00<br> 3.50<br> 256.00<br> 4,194.37<br> -45.42<br> -182.15<br> -35.37<br> 0.00<br> 0.00<br> 0.00<br> 4,300.00<br> 3.50<br> 256.00<br> 4,294.19<br> -46.89<br> -188.07<br> -36.52<br> 0.00<br> 0.00<br> 0.00<br> 4/22/2014 9:14:05AM<br> Page 3<br> COMPASS 5000.1 Build 65<br> <hr> <A name=113></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well Moberg 20-17-19-18LL<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Site:<br> 13-20Y2 Pad - 2 wells (Moberg)<br> North Reference:<br> True<br> Well:<br> Moberg 20-17-19-18LL<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Planned Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> 4,400.00<br> 3.50<br> 256.00<br> 4,394.00<br> -48.37<br> -194.00<br> -37.67<br> 0.00<br> 0.00<br> 0.00<br> 4,500.00<br> 3.50<br> 256.00<br> 4,493.81<br> -49.85<br> -199.92<br> -38.82<br> 0.00<br> 0.00<br> 0.00<br> 4,592.36<br> 3.50<br> 256.00<br> 4,586.00<br> -51.21<br> -205.39<br> -39.88<br> 0.00<br> 0.00<br> 0.00<br> Greenhorn<br> 4,600.00<br> 3.50<br> 256.00<br> 4,593.63<br> -51.32<br> -205.85<br> -39.97<br> 0.00<br> 0.00<br> 0.00<br> 4,700.00<br> 3.50<br> 256.00<br> 4,693.44<br> -52.80<br> -211.77<br> -41.12<br> 0.00<br> 0.00<br> 0.00<br> 4,800.00<br> 3.50<br> 256.00<br> 4,793.25<br> -54.28<br> -217.69<br> -42.27<br> 0.00<br> 0.00<br> 0.00<br> 4,900.00<br> 3.50<br> 256.00<br> 4,893.07<br> -55.75<br> -223.62<br> -43.42<br> 0.00<br> 0.00<br> 0.00<br> 5,000.00<br> 3.50<br> 256.00<br> 4,992.88<br> -57.23<br> -229.54<br> -44.57<br> 0.00<br> 0.00<br> 0.00<br> 5,013.14<br> 3.50<br> 256.00<br> 5,006.00<br> -57.42<br> -230.32<br> -44.72<br> 0.00<br> 0.00<br> 0.00<br> Mowry<br> 5,100.00<br> 3.50<br> 256.00<br> 5,092.69<br> -58.71<br> -235.46<br> -45.72<br> 0.00<br> 0.00<br> 0.00<br> 5,200.00<br> 3.50<br> 256.00<br> 5,192.51<br> -60.18<br> -241.39<br> -46.87<br> 0.00<br> 0.00<br> 0.00<br> 5,300.00<br> 3.50<br> 256.00<br> 5,292.32<br> -61.66<br> -247.31<br> -48.02<br> 0.00<br> 0.00<br> 0.00<br> 5,365.80<br> 3.50<br> 256.00<br> 5,358.00<br> -62.63<br> -251.21<br> -48.78<br> 0.00<br> 0.00<br> 0.00<br> Dakota Group<br> 5,400.00<br> 3.50<br> 256.00<br> 5,392.14<br> -63.14<br> -253.23<br> -49.17<br> 0.00<br> 0.00<br> 0.00<br> 5,500.00<br> 3.50<br> 256.00<br> 5,491.95<br> -64.62<br> -259.16<br> -50.32<br> 0.00<br> 0.00<br> 0.00<br> 5,600.00<br> 3.50<br> 256.00<br> 5,591.76<br> -66.09<br> -265.08<br> -51.47<br> 0.00<br> 0.00<br> 0.00<br> 5,700.00<br> 3.50<br> 256.00<br> 5,691.58<br> -67.57<br> -271.00<br> -52.62<br> 0.00<br> 0.00<br> 0.00<br> 5,753.52<br> 3.50<br> 256.00<br> 5,745.00<br> -68.36<br> -274.17<br> -53.24<br> 0.00<br> 0.00<br> 0.00<br> Swift<br> 5,800.00<br> 3.50<br> 256.00<br> 5,791.39<br> -69.05<br> -276.93<br> -53.77<br> 0.00<br> 0.00<br> 0.00<br> 5,900.00<br> 3.50<br> 256.00<br> 5,891.20<br> -70.52<br> -282.85<br> -54.92<br> 0.00<br> 0.00<br> 0.00<br> 6,000.00<br> 3.50<br> 256.00<br> 5,991.02<br> -72.00<br> -288.77<br> -56.07<br> 0.00<br> 0.00<br> 0.00<br> 6,100.00<br> 3.50<br> 256.00<br> 6,090.83<br> -73.48<br> -294.70<br> -57.22<br> 0.00<br> 0.00<br> 0.00<br> 6,200.00<br> 3.50<br> 256.00<br> 6,190.64<br> -74.95<br> -300.62<br> -58.37<br> 0.00<br> 0.00<br> 0.00<br> 6,279.51<br> 3.50<br> 256.00<br> 6,270.00<br> -76.13<br> -305.33<br> -59.28<br> 0.00<br> 0.00<br> 0.00<br> Rierdon<br> 6,300.00<br> 3.50<br> 256.00<br> 6,290.46<br> -76.43<br> -306.55<br> -59.52<br> 0.00<br> 0.00<br> 0.00<br> 6,400.00<br> 3.50<br> 256.00<br> 6,390.27<br> -77.91<br> -312.47<br> -60.67<br> 0.00<br> 0.00<br> 0.00<br> 6,500.00<br> 3.50<br> 256.00<br> 6,490.08<br> -79.38<br> -318.39<br> -61.82<br> 0.00<br> 0.00<br> 0.00<br> 6,565.04<br> 3.50<br> 256.00<br> 6,555.00<br> -80.34<br> -322.24<br> -62.57<br> 0.00<br> 0.00<br> 0.00<br> Piper<br> 6,600.00<br> 3.50<br> 256.00<br> 6,589.90<br> -80.86<br> -324.32<br> -62.97<br> 0.00<br> 0.00<br> 0.00<br> 6,684.26<br> 3.50<br> 256.00<br> 6,674.00<br> -82.11<br> -329.31<br> -63.94<br> 0.00<br> 0.00<br> 0.00<br> Spearfish<br> 6,700.00<br> 3.50<br> 256.00<br> 6,689.71<br> -82.34<br> -330.24<br> -64.12<br> 0.00<br> 0.00<br> 0.00<br> 6,800.00<br> 3.50<br> 256.00<br> 6,789.52<br> -83.81<br> -336.16<br> -65.27<br> 0.00<br> 0.00<br> 0.00<br> 6,900.00<br> 3.50<br> 256.00<br> 6,889.34<br> -85.29<br> -342.09<br> -66.42<br> 0.00<br> 0.00<br> 0.00<br> 7,000.00<br> 3.50<br> 256.00<br> 6,989.15<br> -86.77<br> -348.01<br> -67.57<br> 0.00<br> 0.00<br> 0.00<br> 7,016.88<br> 3.50<br> 256.00<br> 7,006.00<br> -87.02<br> -349.01<br> -67.77<br> 0.00<br> 0.00<br> 0.00<br> Pine<br> 7,034.91<br> 3.50<br> 256.00<br> 7,024.00<br> -87.28<br> -350.08<br> -67.97<br> 0.00<br> 0.00<br> 0.00<br> Pine Base<br> 7,100.00<br> 3.50<br> 256.00<br> 7,088.96<br> -88.25<br> -353.93<br> -68.72<br> 0.00<br> 0.00<br> 0.00<br> 7,200.00<br> 3.50<br> 256.00<br> 7,188.78<br> -89.72<br> -359.86<br> -69.87<br> 0.00<br> 0.00<br> 0.00<br> 7,300.00<br> 3.50<br> 256.00<br> 7,288.59<br> -91.20<br> -365.78<br> -71.02<br> 0.00<br> 0.00<br> 0.00<br> 7,305.42<br> 3.50<br> 256.00<br> 7,294.00<br> -91.28<br> -366.10<br> -71.08<br> 0.00<br> 0.00<br> 0.00<br> Opeche Salt<br> 7,400.00<br> 3.50<br> 256.00<br> 7,388.40<br> -92.68<br> -371.70<br> -72.17<br> 0.00<br> 0.00<br> 0.00<br> 7,500.00<br> 3.50<br> 256.00<br> 7,488.22<br> -94.15<br> -377.63<br> -73.32<br> 0.00<br> 0.00<br> 0.00<br> 4/22/2014 9:14:05AM<br> Page 4<br> COMPASS 5000.1 Build 65<br> <hr> <A name=114></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well Moberg 20-17-19-18LL<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Site:<br> 13-20Y2 Pad - 2 wells (Moberg)<br> North Reference:<br> True<br> Well:<br> Moberg 20-17-19-18LL<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Planned Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> 7,600.00<br> 3.50<br> 256.00<br> 7,588.03<br> -95.63<br> -383.55<br> -74.47<br> 0.00<br> 0.00<br> 0.00<br> 7,605.98<br> 3.50<br> 256.00<br> 7,594.00<br> -95.72<br> -383.90<br> -74.54<br> 0.00<br> 0.00<br> 0.00<br> Minnelusa Group<br> 7,700.00<br> 3.50<br> 256.00<br> 7,687.85<br> -97.11<br> -389.47<br> -75.62<br> 0.00<br> 0.00<br> 0.00<br> 7,800.00<br> 3.50<br> 256.00<br> 7,787.66<br> -98.58<br> -395.40<br> -76.77<br> 0.00<br> 0.00<br> 0.00<br> 7,900.00<br> 3.50<br> 256.00<br> 7,887.47<br> -100.06<br> -401.32<br> -77.92<br> 0.00<br> 0.00<br> 0.00<br> 8,000.00<br> 3.50<br> 256.00<br> 7,987.29<br> -101.54<br> -407.24<br> -79.07<br> 0.00<br> 0.00<br> 0.00<br> 8,100.00<br> 3.50<br> 256.00<br> 8,087.10<br> -103.01<br> -413.17<br> -80.22<br> 0.00<br> 0.00<br> 0.00<br> 8,144.97<br> 3.05<br> 256.00<br> 8,132.00<br> -103.64<br> -415.66<br> -80.71<br> 1.00<br> -1.00<br> 0.00<br> Tyler<br> 8,200.00<br> 2.50<br> 256.00<br> 8,186.96<br> -104.28<br> -418.25<br> -81.21<br> 1.00<br> -1.00<br> 0.00<br> 8,300.00<br> 1.50<br> 256.00<br> 8,286.90<br> -105.12<br> -421.63<br> -81.87<br> 1.00<br> -1.00<br> 0.00<br> 8,400.00<br> 0.50<br> 256.00<br> 8,386.88<br> -105.55<br> -423.33<br> -82.20<br> 1.00<br> -1.00<br> 0.00<br> 8,450.00<br> 0.00<br> 0.00<br> 8,436.88<br> -105.60<br> -423.54<br> -82.24<br> 1.00<br> -1.00<br> 0.00<br> 8,500.00<br> 0.00<br> 0.00<br> 8,486.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 8,600.00<br> 0.00<br> 0.00<br> 8,586.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 8,618.12<br> 0.00<br> 0.00<br> 8,605.00<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> Kibbey Lime<br> 8,700.00<br> 0.00<br> 0.00<br> 8,686.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 8,775.12<br> 0.00<br> 0.00<br> 8,762.00<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> Charles Salt<br> 8,800.00<br> 0.00<br> 0.00<br> 8,786.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 8,900.00<br> 0.00<br> 0.00<br> 8,886.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 9,000.00<br> 0.00<br> 0.00<br> 8,986.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 9,100.00<br> 0.00<br> 0.00<br> 9,086.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 9,200.00<br> 0.00<br> 0.00<br> 9,186.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 9,300.00<br> 0.00<br> 0.00<br> 9,286.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 9,320.12<br> 0.00<br> 0.00<br> 9,307.00<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> Ratcliffe<br> 9,343.12<br> 0.00<br> 0.00<br> 9,330.00<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> Last Salt<br> 9,386.12<br> 0.00<br> 0.00<br> 9,373.00<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> Last Salt Base<br> 9,400.00<br> 0.00<br> 0.00<br> 9,386.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 9,500.00<br> 0.00<br> 0.00<br> 9,486.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 9,586.12<br> 0.00<br> 0.00<br> 9,573.00<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> Mission Canyon<br> 9,600.00<br> 0.00<br> 0.00<br> 9,586.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 9,700.00<br> 0.00<br> 0.00<br> 9,686.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 9,800.00<br> 0.00<br> 0.00<br> 9,786.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 9,900.00<br> 0.00<br> 0.00<br> 9,886.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 10,000.00<br> 0.00<br> 0.00<br> 9,986.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 10,100.00<br> 0.00<br> 0.00<br> 10,086.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 10,105.12<br> 0.00<br> 0.00<br> 10,092.00<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> Lodgepole<br> 10,200.00<br> 0.00<br> 0.00<br> 10,186.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 10,213.12<br> 0.00<br> 0.00<br> 10,200.00<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> Lodgepole Marker 5<br> 10,300.00<br> 0.00<br> 0.00<br> 10,286.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 10,398.12<br> 0.00<br> 0.00<br> 10,385.00<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> Lodgepole Marker 4<br> 10,400.00<br> 0.00<br> 0.00<br> 10,386.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 4/22/2014 9:14:05AM<br> Page 5<br> COMPASS 5000.1 Build 65<br> <hr> <A name=115></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well Moberg 20-17-19-18LL<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Site:<br> 13-20Y2 Pad - 2 wells (Moberg)<br> North Reference:<br> True<br> Well:<br> Moberg 20-17-19-18LL<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Planned Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> 10,500.00<br> 0.00<br> 0.00<br> 10,486.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 10,567.00<br> 0.00<br> 0.00<br> 10,553.88<br> -105.60<br> -423.54<br> -82.24<br> 0.00<br> 0.00<br> 0.00<br> 10,575.00<br> 0.96<br> 351.00<br> 10,561.88<br> -105.53<br> -423.55<br> -82.17<br> 12.01<br> 12.01<br> 0.00<br> 10,600.00<br> 3.96<br> 351.00<br> 10,586.86<br> -104.47<br> -423.72<br> -81.10<br> 12.01<br> 12.01<br> 0.00<br> 10,625.00<br> 6.97<br> 351.00<br> 10,611.74<br> -102.12<br> -424.09<br> -78.73<br> 12.01<br> 12.01<br> 0.00<br> 10,643.45<br> 9.18<br> 351.00<br> 10,630.00<br> -99.56<br> -424.49<br> -76.16<br> 12.01<br> 12.01<br> 0.00<br> Lodgepole Marker 3<br> 10,650.00<br> 9.97<br> 351.00<br> 10,636.46<br> -98.49<br> -424.66<br> -75.07<br> 12.01<br> 12.01<br> 0.00<br> 10,675.00<br> 12.97<br> 351.00<br> 10,660.96<br> -93.58<br> -425.44<br> -70.13<br> 12.01<br> 12.01<br> 0.00<br> 10,700.00<br> 15.97<br> 351.00<br> 10,685.17<br> -87.41<br> -426.42<br> -63.92<br> 12.01<br> 12.01<br> 0.00<br> 10,725.00<br> 18.97<br> 351.00<br> 10,709.01<br> -80.00<br> -427.59<br> -56.45<br> 12.01<br> 12.01<br> 0.00<br> 10,750.00<br> 21.98<br> 351.00<br> 10,732.43<br> -71.36<br> -428.96<br> -47.75<br> 12.01<br> 12.01<br> 0.00<br> 10,775.00<br> 24.98<br> 351.00<br> 10,755.36<br> -61.52<br> -430.52<br> -37.84<br> 12.01<br> 12.01<br> 0.00<br> 10,800.00<br> 27.98<br> 351.00<br> 10,777.73<br> -50.52<br> -432.26<br> -26.76<br> 12.01<br> 12.01<br> 0.00<br> 10,825.00<br> 30.98<br> 351.00<br> 10,799.49<br> -38.36<br> -434.19<br> -14.52<br> 12.01<br> 12.01<br> 0.00<br> 10,850.00<br> 33.98<br> 351.00<br> 10,820.58<br> -25.11<br> -436.29<br> -1.16<br> 12.01<br> 12.01<br> 0.00<br> 10,861.46<br> 35.36<br> 351.00<br> 10,830.00<br> -18.67<br> -437.31<br> 5.32<br> 12.01<br> 12.01<br> 0.00<br> Lodgepole Marker 2<br> 10,875.00<br> 36.99<br> 351.00<br> 10,840.93<br> -10.77<br> -438.56<br> 13.27<br> 12.01<br> 12.01<br> 0.00<br> 10,900.00<br> 39.99<br> 351.00<br> 10,860.50<br> 4.59<br> -440.99<br> 28.75<br> 12.01<br> 12.01<br> 0.00<br> 10,901.97<br> 40.22<br> 351.00<br> 10,862.00<br> 5.84<br> -441.19<br> 30.01<br> 12.01<br> 12.01<br> 0.00<br> Lodgepole Marker 1<br> 10,925.00<br> 42.99<br> 351.00<br> 10,879.22<br> 20.95<br> -443.58<br> 45.22<br> 12.01<br> 12.01<br> 0.00<br> 10,950.00<br> 45.99<br> 351.00<br> 10,897.05<br> 38.25<br> -446.32<br> 62.65<br> 12.01<br> 12.01<br> 0.00<br> 10,954.26<br> 46.51<br> 351.00<br> 10,900.00<br> 41.29<br> -446.80<br> 65.71<br> 12.01<br> 12.01<br> 0.00<br> False Bakken<br> 10,963.06<br> 47.56<br> 351.00<br> 10,906.00<br> 47.65<br> -447.81<br> 72.12<br> 12.01<br> 12.01<br> 0.00<br> Scallion<br> 10,975.00<br> 49.00<br> 351.00<br> 10,913.94<br> 56.45<br> -449.20<br> 80.98<br> 12.01<br> 12.01<br> 0.00<br> 10,981.23<br> 49.74<br> 351.00<br> 10,918.00<br> 61.12<br> -449.94<br> 85.68<br> 12.01<br> 12.01<br> 0.00<br> Bakken Upper<br> 11,000.00<br> 52.00<br> 351.00<br> 10,929.84<br> 75.50<br> -452.22<br> 100.17<br> 12.01<br> 12.01<br> 0.00<br> 11,016.88<br> 54.02<br> 351.00<br> 10,940.00<br> 88.82<br> -454.33<br> 113.58<br> 12.01<br> 12.01<br> 0.00<br> Bakken Middle<br> 11,023.76<br> 54.85<br> 351.00<br> 10,944.00<br> 94.35<br> -455.21<br> 119.14<br> 12.01<br> 12.01<br> 0.00<br> Bakken Middle GR Marker<br> 11,025.00<br> 55.00<br> 351.00<br> 10,944.71<br> 95.35<br> -455.36<br> 120.15<br> 12.01<br> 12.01<br> 0.00<br> 11,030.78<br> 55.69<br> 351.00<br> 10,948.00<br> 100.05<br> -456.11<br> 124.88<br> 12.01<br> 12.01<br> 0.00<br> Bakken Middle Limestone Shoal<br> 11,039.78<br> 56.77<br> 351.00<br> 10,953.00<br> 107.43<br> -457.28<br> 132.32<br> 12.01<br> 12.01<br> 0.00<br> Bakken Middle Limestone Shoal Base<br> 11,050.00<br> 58.00<br> 351.00<br> 10,958.51<br> 115.94<br> -458.63<br> 140.89<br> 12.01<br> 12.01<br> 0.00<br> 11,075.00<br> 61.00<br> 351.00<br> 10,971.20<br> 137.21<br> -462.00<br> 162.32<br> 12.01<br> 12.01<br> 0.00<br> 11,091.63<br> 63.00<br> 351.00<br> 10,979.00<br> 151.71<br> -464.29<br> 176.92<br> 12.01<br> 12.01<br> 0.00<br> Bakken Lower<br> 11,100.00<br> 64.01<br> 351.00<br> 10,982.74<br> 159.11<br> -465.46<br> 184.37<br> 12.01<br> 12.01<br> 0.00<br> 11,125.00<br> 67.01<br> 351.00<br> 10,993.10<br> 181.58<br> -469.02<br> 207.00<br> 12.01<br> 12.01<br> 0.00<br> 11,150.00<br> 70.01<br> 351.00<br> 11,002.26<br> 204.55<br> -472.66<br> 230.14<br> 12.01<br> 12.01<br> 0.00<br> 11,161.32<br> 71.37<br> 351.00<br> 11,006.00<br> 215.10<br> -474.33<br> 240.77<br> 12.01<br> 12.01<br> 0.00<br> Lower Bakken Silt<br> 11,174.37<br> 72.94<br> 351.00<br> 11,010.00<br> 227.38<br> -476.28<br> 253.13<br> 12.01<br> 12.01<br> 0.00<br> 4/22/2014 9:14:05AM<br> Page 6<br> COMPASS 5000.1 Build 65<br> <hr> <A name=116></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well Moberg 20-17-19-18LL<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Site:<br> 13-20Y2 Pad - 2 wells (Moberg)<br> North Reference:<br> True<br> Well:<br> Moberg 20-17-19-18LL<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Planned Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> Pronghorn<br> 11,175.00<br> 73.01<br> 351.00<br> 11,010.18<br> 227.97<br> -476.37<br> 253.72<br> 12.01<br> 12.01<br> 0.00<br> 11,184.98<br> 74.21<br> 351.00<br> 11,013.00<br> 237.43<br> -477.87<br> 263.25<br> 12.01<br> 12.01<br> 0.00<br> Three Forks<br> 11,200.00<br> 76.02<br> 351.00<br> 11,016.86<br> 251.76<br> -480.14<br> 277.69<br> 12.01<br> 12.01<br> 0.00<br> 11,225.00<br> 79.02<br> 351.00<br> 11,022.26<br> 275.87<br> -483.96<br> 301.97<br> 12.01<br> 12.01<br> 0.00<br> 11,250.00<br> 82.02<br> 351.00<br> 11,026.38<br> 300.22<br> -487.81<br> 326.49<br> 12.01<br> 12.01<br> 0.00<br> 11,275.00<br> 85.02<br> 351.00<br> 11,029.20<br> 324.75<br> -491.70<br> 351.20<br> 12.01<br> 12.01<br> 0.00<br> 11,300.00<br> 88.02<br> 351.00<br> 11,030.72<br> 349.39<br> -495.60<br> 376.02<br> 12.01<br> 12.01<br> 0.00<br> 11,316.46<br> 90.00<br> 351.00<br> 11,031.00<br> 365.64<br> -498.18<br> 392.39<br> 12.01<br> 12.01<br> 0.00<br> 7&quot;<br> 11,400.00<br> 90.00<br> 351.00<br> 11,031.00<br> 448.16<br> -511.24<br> 475.50<br> 0.00<br> 0.00<br> 0.00<br> 11,466.46<br> 90.00<br> 351.00<br> 11,031.00<br> 513.80<br> -521.64<br> 541.61<br> 0.00<br> 0.00<br> 0.00<br> 11,500.00<br> 90.00<br> 352.01<br> 11,031.00<br> 546.97<br> -526.60<br> 575.00<br> 3.00<br> 0.00<br> 3.00<br> 11,600.00<br> 90.00<br> 355.01<br> 11,031.00<br> 646.32<br> -537.90<br> 674.82<br> 3.00<br> 0.00<br> 3.00<br> 11,700.00<br> 90.00<br> 358.01<br> 11,031.00<br> 746.12<br> -544.00<br> 774.81<br> 3.00<br> 0.00<br> 3.00<br> 11,765.46<br> 90.00<br> 359.97<br> 11,031.00<br> 811.57<br> -545.15<br> 840.21<br> 3.00<br> 0.00<br> 3.00<br> 11,800.00<br> 90.00<br> 359.97<br> 11,031.00<br> 846.11<br> -545.17<br> 874.71<br> 0.00<br> 0.00<br> 0.00<br> 11,900.00<br> 90.00<br> 359.97<br> 11,031.00<br> 946.11<br> -545.22<br> 974.56<br> 0.00<br> 0.00<br> 0.00<br> 12,000.00<br> 90.00<br> 359.97<br> 11,031.00<br> 1,046.11<br> -545.28<br> 1,074.41<br> 0.00<br> 0.00<br> 0.00<br> 12,100.00<br> 90.00<br> 359.97<br> 11,031.00<br> 1,146.11<br> -545.33<br> 1,174.27<br> 0.00<br> 0.00<br> 0.00<br> 12,200.00<br> 90.00<br> 359.97<br> 11,031.00<br> 1,246.11<br> -545.38<br> 1,274.12<br> 0.00<br> 0.00<br> 0.00<br> 12,300.00<br> 90.00<br> 359.97<br> 11,031.00<br> 1,346.11<br> -545.43<br> 1,373.97<br> 0.00<br> 0.00<br> 0.00<br> 12,400.00<br> 90.00<br> 359.97<br> 11,031.00<br> 1,446.11<br> -545.49<br> 1,473.82<br> 0.00<br> 0.00<br> 0.00<br> 12,500.00<br> 90.00<br> 359.97<br> 11,031.00<br> 1,546.11<br> -545.54<br> 1,573.68<br> 0.00<br> 0.00<br> 0.00<br> 12,600.00<br> 90.00<br> 359.97<br> 11,031.00<br> 1,646.11<br> -545.59<br> 1,673.53<br> 0.00<br> 0.00<br> 0.00<br> 12,700.00<br> 90.00<br> 359.97<br> 11,031.00<br> 1,746.11<br> -545.64<br> 1,773.38<br> 0.00<br> 0.00<br> 0.00<br> 12,800.00<br> 90.00<br> 359.97<br> 11,031.00<br> 1,846.11<br> -545.70<br> 1,873.23<br> 0.00<br> 0.00<br> 0.00<br> 12,900.00<br> 90.00<br> 359.97<br> 11,031.00<br> 1,946.11<br> -545.75<br> 1,973.09<br> 0.00<br> 0.00<br> 0.00<br> 13,000.00<br> 90.00<br> 359.97<br> 11,031.00<br> 2,046.11<br> -545.80<br> 2,072.94<br> 0.00<br> 0.00<br> 0.00<br> 13,100.00<br> 90.00<br> 359.97<br> 11,031.00<br> 2,146.11<br> -545.85<br> 2,172.79<br> 0.00<br> 0.00<br> 0.00<br> 13,200.00<br> 90.00<br> 359.97<br> 11,031.00<br> 2,246.11<br> -545.91<br> 2,272.64<br> 0.00<br> 0.00<br> 0.00<br> 13,300.00<br> 90.00<br> 359.97<br> 11,031.00<br> 2,346.11<br> -545.96<br> 2,372.50<br> 0.00<br> 0.00<br> 0.00<br> 13,400.00<br> 90.00<br> 359.97<br> 11,031.00<br> 2,446.11<br> -546.01<br> 2,472.35<br> 0.00<br> 0.00<br> 0.00<br> 13,500.00<br> 90.00<br> 359.97<br> 11,031.00<br> 2,546.11<br> -546.06<br> 2,572.20<br> 0.00<br> 0.00<br> 0.00<br> 13,600.00<br> 90.00<br> 359.97<br> 11,031.00<br> 2,646.11<br> -546.11<br> 2,672.06<br> 0.00<br> 0.00<br> 0.00<br> 13,700.00<br> 90.00<br> 359.97<br> 11,031.00<br> 2,746.11<br> -546.17<br> 2,771.91<br> 0.00<br> 0.00<br> 0.00<br> 13,800.00<br> 90.00<br> 359.97<br> 11,031.00<br> 2,846.11<br> -546.22<br> 2,871.76<br> 0.00<br> 0.00<br> 0.00<br> 13,900.00<br> 90.00<br> 359.97<br> 11,031.00<br> 2,946.11<br> -546.27<br> 2,971.61<br> 0.00<br> 0.00<br> 0.00<br> 14,000.00<br> 90.00<br> 359.97<br> 11,031.00<br> 3,046.11<br> -546.32<br> 3,071.47<br> 0.00<br> 0.00<br> 0.00<br> 14,100.00<br> 90.00<br> 359.97<br> 11,031.00<br> 3,146.11<br> -546.38<br> 3,171.32<br> 0.00<br> 0.00<br> 0.00<br> 14,200.00<br> 90.00<br> 359.97<br> 11,031.00<br> 3,246.11<br> -546.43<br> 3,271.17<br> 0.00<br> 0.00<br> 0.00<br> 14,300.00<br> 90.00<br> 359.97<br> 11,031.00<br> 3,346.11<br> -546.48<br> 3,371.02<br> 0.00<br> 0.00<br> 0.00<br> 14,400.00<br> 90.00<br> 359.97<br> 11,031.00<br> 3,446.11<br> -546.53<br> 3,470.88<br> 0.00<br> 0.00<br> 0.00<br> 14,500.00<br> 90.00<br> 359.97<br> 11,031.00<br> 3,546.11<br> -546.59<br> 3,570.73<br> 0.00<br> 0.00<br> 0.00<br> 14,600.00<br> 90.00<br> 359.97<br> 11,031.00<br> 3,646.11<br> -546.64<br> 3,670.58<br> 0.00<br> 0.00<br> 0.00<br> 14,700.00<br> 90.00<br> 359.97<br> 11,031.00<br> 3,746.11<br> -546.69<br> 3,770.43<br> 0.00<br> 0.00<br> 0.00<br> 14,800.00<br> 90.00<br> 359.97<br> 11,031.00<br> 3,846.11<br> -546.74<br> 3,870.29<br> 0.00<br> 0.00<br> 0.00<br> 14,900.00<br> 90.00<br> 359.97<br> 11,031.00<br> 3,946.11<br> -546.80<br> 3,970.14<br> 0.00<br> 0.00<br> 0.00<br> 15,000.00<br> 90.00<br> 359.97<br> 11,031.00<br> 4,046.11<br> -546.85<br> 4,069.99<br> 0.00<br> 0.00<br> 0.00<br> 15,100.00<br> 90.00<br> 359.97<br> 11,031.00<br> 4,146.11<br> -546.90<br> 4,169.85<br> 0.00<br> 0.00<br> 0.00<br> 15,200.00<br> 90.00<br> 359.97<br> 11,031.00<br> 4,246.11<br> -546.95<br> 4,269.70<br> 0.00<br> 0.00<br> 0.00<br> 15,300.00<br> 90.00<br> 359.97<br> 11,031.00<br> 4,346.11<br> -547.00<br> 4,369.55<br> 0.00<br> 0.00<br> 0.00<br> 4/22/2014 9:14:05AM<br> Page 7<br> COMPASS 5000.1 Build 65<br> <hr> <A name=117></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well Moberg 20-17-19-18LL<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Site:<br> 13-20Y2 Pad - 2 wells (Moberg)<br> North Reference:<br> True<br> Well:<br> Moberg 20-17-19-18LL<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Planned Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> 15,400.00<br> 90.00<br> 359.97<br> 11,031.00<br> 4,446.11<br> -547.06<br> 4,469.40<br> 0.00<br> 0.00<br> 0.00<br> 15,500.00<br> 90.00<br> 359.97<br> 11,031.00<br> 4,546.11<br> -547.11<br> 4,569.26<br> 0.00<br> 0.00<br> 0.00<br> 15,600.00<br> 90.00<br> 359.97<br> 11,031.00<br> 4,646.11<br> -547.16<br> 4,669.11<br> 0.00<br> 0.00<br> 0.00<br> 15,700.00<br> 90.00<br> 359.97<br> 11,031.00<br> 4,746.11<br> -547.21<br> 4,768.96<br> 0.00<br> 0.00<br> 0.00<br> 15,800.00<br> 90.00<br> 359.97<br> 11,031.00<br> 4,846.11<br> -547.27<br> 4,868.81<br> 0.00<br> 0.00<br> 0.00<br> 15,900.00<br> 90.00<br> 359.97<br> 11,031.00<br> 4,946.11<br> -547.32<br> 4,968.67<br> 0.00<br> 0.00<br> 0.00<br> 16,000.00<br> 90.00<br> 359.97<br> 11,031.00<br> 5,046.11<br> -547.37<br> 5,068.52<br> 0.00<br> 0.00<br> 0.00<br> 16,100.00<br> 90.00<br> 359.97<br> 11,031.00<br> 5,146.11<br> -547.42<br> 5,168.37<br> 0.00<br> 0.00<br> 0.00<br> 16,200.00<br> 90.00<br> 359.97<br> 11,031.00<br> 5,246.11<br> -547.48<br> 5,268.22<br> 0.00<br> 0.00<br> 0.00<br> 16,300.00<br> 90.00<br> 359.97<br> 11,031.00<br> 5,346.11<br> -547.53<br> 5,368.08<br> 0.00<br> 0.00<br> 0.00<br> 16,400.00<br> 90.00<br> 359.97<br> 11,031.00<br> 5,446.11<br> -547.58<br> 5,467.93<br> 0.00<br> 0.00<br> 0.00<br> 16,500.00<br> 90.00<br> 359.97<br> 11,031.00<br> 5,546.11<br> -547.63<br> 5,567.78<br> 0.00<br> 0.00<br> 0.00<br> 16,600.00<br> 90.00<br> 359.97<br> 11,031.00<br> 5,646.11<br> -547.69<br> 5,667.64<br> 0.00<br> 0.00<br> 0.00<br> 16,700.00<br> 90.00<br> 359.97<br> 11,031.00<br> 5,746.11<br> -547.74<br> 5,767.49<br> 0.00<br> 0.00<br> 0.00<br> 16,800.00<br> 90.00<br> 359.97<br> 11,031.00<br> 5,846.11<br> -547.79<br> 5,867.34<br> 0.00<br> 0.00<br> 0.00<br> 16,900.00<br> 90.00<br> 359.97<br> 11,031.00<br> 5,946.11<br> -547.84<br> 5,967.19<br> 0.00<br> 0.00<br> 0.00<br> 17,000.00<br> 90.00<br> 359.97<br> 11,031.00<br> 6,046.11<br> -547.89<br> 6,067.05<br> 0.00<br> 0.00<br> 0.00<br> 17,100.00<br> 90.00<br> 359.97<br> 11,031.00<br> 6,146.11<br> -547.95<br> 6,166.90<br> 0.00<br> 0.00<br> 0.00<br> 17,200.00<br> 90.00<br> 359.97<br> 11,031.00<br> 6,246.11<br> -548.00<br> 6,266.75<br> 0.00<br> 0.00<br> 0.00<br> 17,300.00<br> 90.00<br> 359.97<br> 11,031.00<br> 6,346.11<br> -548.05<br> 6,366.60<br> 0.00<br> 0.00<br> 0.00<br> 17,400.00<br> 90.00<br> 359.97<br> 11,031.00<br> 6,446.11<br> -548.10<br> 6,466.46<br> 0.00<br> 0.00<br> 0.00<br> 17,500.00<br> 90.00<br> 359.97<br> 11,031.00<br> 6,546.11<br> -548.16<br> 6,566.31<br> 0.00<br> 0.00<br> 0.00<br> 17,600.00<br> 90.00<br> 359.97<br> 11,031.00<br> 6,646.11<br> -548.21<br> 6,666.16<br> 0.00<br> 0.00<br> 0.00<br> 17,700.00<br> 90.00<br> 359.97<br> 11,031.00<br> 6,746.11<br> -548.26<br> 6,766.01<br> 0.00<br> 0.00<br> 0.00<br> 17,800.00<br> 90.00<br> 359.97<br> 11,031.00<br> 6,846.11<br> -548.31<br> 6,865.87<br> 0.00<br> 0.00<br> 0.00<br> 17,900.00<br> 90.00<br> 359.97<br> 11,031.00<br> 6,946.11<br> -548.37<br> 6,965.72<br> 0.00<br> 0.00<br> 0.00<br> 18,000.00<br> 90.00<br> 359.97<br> 11,031.00<br> 7,046.11<br> -548.42<br> 7,065.57<br> 0.00<br> 0.00<br> 0.00<br> 18,100.00<br> 90.00<br> 359.97<br> 11,031.00<br> 7,146.11<br> -548.47<br> 7,165.43<br> 0.00<br> 0.00<br> 0.00<br> 18,200.00<br> 90.00<br> 359.97<br> 11,031.00<br> 7,246.11<br> -548.52<br> 7,265.28<br> 0.00<br> 0.00<br> 0.00<br> 18,300.00<br> 90.00<br> 359.97<br> 11,031.00<br> 7,346.11<br> -548.58<br> 7,365.13<br> 0.00<br> 0.00<br> 0.00<br> 18,400.00<br> 90.00<br> 359.97<br> 11,031.00<br> 7,446.11<br> -548.63<br> 7,464.98<br> 0.00<br> 0.00<br> 0.00<br> 18,500.00<br> 90.00<br> 359.97<br> 11,031.00<br> 7,546.11<br> -548.68<br> 7,564.84<br> 0.00<br> 0.00<br> 0.00<br> 18,600.00<br> 90.00<br> 359.97<br> 11,031.00<br> 7,646.11<br> -548.73<br> 7,664.69<br> 0.00<br> 0.00<br> 0.00<br> 18,700.00<br> 90.00<br> 359.97<br> 11,031.00<br> 7,746.11<br> -548.78<br> 7,764.54<br> 0.00<br> 0.00<br> 0.00<br> 18,800.00<br> 90.00<br> 359.97<br> 11,031.00<br> 7,846.11<br> -548.84<br> 7,864.39<br> 0.00<br> 0.00<br> 0.00<br> 18,900.00<br> 90.00<br> 359.97<br> 11,031.00<br> 7,946.11<br> -548.89<br> 7,964.25<br> 0.00<br> 0.00<br> 0.00<br> 19,000.00<br> 90.00<br> 359.97<br> 11,031.00<br> 8,046.11<br> -548.94<br> 8,064.10<br> 0.00<br> 0.00<br> 0.00<br> 19,100.00<br> 90.00<br> 359.97<br> 11,031.00<br> 8,146.11<br> -548.99<br> 8,163.95<br> 0.00<br> 0.00<br> 0.00<br> 19,200.00<br> 90.00<br> 359.97<br> 11,031.00<br> 8,246.11<br> -549.05<br> 8,263.80<br> 0.00<br> 0.00<br> 0.00<br> 19,300.00<br> 90.00<br> 359.97<br> 11,031.00<br> 8,346.11<br> -549.10<br> 8,363.66<br> 0.00<br> 0.00<br> 0.00<br> 19,400.00<br> 90.00<br> 359.97<br> 11,031.00<br> 8,446.11<br> -549.15<br> 8,463.51<br> 0.00<br> 0.00<br> 0.00<br> 19,500.00<br> 90.00<br> 359.97<br> 11,031.00<br> 8,546.11<br> -549.20<br> 8,563.36<br> 0.00<br> 0.00<br> 0.00<br> 19,600.00<br> 90.00<br> 359.97<br> 11,031.00<br> 8,646.11<br> -549.26<br> 8,663.21<br> 0.00<br> 0.00<br> 0.00<br> 19,700.00<br> 90.00<br> 359.97<br> 11,031.00<br> 8,746.11<br> -549.31<br> 8,763.07<br> 0.00<br> 0.00<br> 0.00<br> 19,800.00<br> 90.00<br> 359.97<br> 11,031.00<br> 8,846.11<br> -549.36<br> 8,862.92<br> 0.00<br> 0.00<br> 0.00<br> 19,900.00<br> 90.00<br> 359.97<br> 11,031.00<br> 8,946.11<br> -549.41<br> 8,962.77<br> 0.00<br> 0.00<br> 0.00<br> 20,000.00<br> 90.00<br> 359.97<br> 11,031.00<br> 9,046.11<br> -549.47<br> 9,062.63<br> 0.00<br> 0.00<br> 0.00<br> 20,100.00<br> 90.00<br> 359.97<br> 11,031.00<br> 9,146.11<br> -549.52<br> 9,162.48<br> 0.00<br> 0.00<br> 0.00<br> 20,200.00<br> 90.00<br> 359.97<br> 11,031.00<br> 9,246.11<br> -549.57<br> 9,262.33<br> 0.00<br> 0.00<br> 0.00<br> 20,300.00<br> 90.00<br> 359.97<br> 11,031.00<br> 9,346.11<br> -549.62<br> 9,362.18<br> 0.00<br> 0.00<br> 0.00<br> 20,400.00<br> 90.00<br> 359.97<br> 11,031.00<br> 9,446.11<br> -549.67<br> 9,462.04<br> 0.00<br> 0.00<br> 0.00<br> 20,500.00<br> 90.00<br> 359.97<br> 11,031.00<br> 9,546.11<br> -549.73<br> 9,561.89<br> 0.00<br> 0.00<br> 0.00<br> 20,600.00<br> 90.00<br> 359.97<br> 11,031.00<br> 9,646.11<br> -549.78<br> 9,661.74<br> 0.00<br> 0.00<br> 0.00<br> 4/22/2014 9:14:05AM<br> Page 8<br> COMPASS 5000.1 Build 65<br> <hr> <A name=118></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well Moberg 20-17-19-18LL<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Site:<br> 13-20Y2 Pad - 2 wells (Moberg)<br> North Reference:<br> True<br> Well:<br> Moberg 20-17-19-18LL<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Planned Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> 20,700.00<br> 90.00<br> 359.97<br> 11,031.00<br> 9,746.11<br> -549.83<br> 9,761.59<br> 0.00<br> 0.00<br> 0.00<br> 20,800.00<br> 90.00<br> 359.97<br> 11,031.00<br> 9,846.11<br> -549.88<br> 9,861.45<br> 0.00<br> 0.00<br> 0.00<br> 20,900.00<br> 90.00<br> 359.97<br> 11,031.00<br> 9,946.11<br> -549.94<br> 9,961.30<br> 0.00<br> 0.00<br> 0.00<br> 20,977.56<br> 90.00<br> 359.97<br> 11,031.00<br> 10,023.67<br> -550.00<br> 10,038.75<br> 0.00<br> 0.00<br> 0.00<br> Casing Points<br> Measured<br> Vertical<br> Casing<br> Hole<br> Depth<br> Depth<br> Diameter<br> Diameter<br> (usft)<br> (usft)<br> Name<br> (&quot;)<br> (&quot;)<br> 2,101.71<br> 2,100.00<br> 9 5/8&quot;<br> 9-5/8<br> 13-1/2<br> 11,316.46<br> 11,031.00<br> 7&quot;<br> 7<br> 8-3/4<br> 4/22/2014 9:14:05AM<br> Page 9<br> COMPASS 5000.1 Build 65<br> <hr> <A name=119></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well Moberg 20-17-19-18LL<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2382.00usft (PAT 319)<br> Site:<br> 13-20Y2 Pad - 2 wells (Moberg)<br> North Reference:<br> True<br> Well:<br> Moberg 20-17-19-18LL<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Formations<br> Measured<br> Vertical<br> Dip<br> Depth<br> Depth<br> Dip<br> Direction<br> (usft)<br> (usft)<br> Name<br> Lithology<br> (°)<br> (°)<br> 1,648.87<br> 1,648.00 Fox Hills<br> 0.00<br> 1,903.34<br> 1,902.00 Pierre<br> 0.00<br> 3,550.42<br> 3,546.00 Eagle<br> 0.00<br> 4,592.36<br> 4,586.00 Greenhorn<br> 0.00<br> 5,013.14<br> 5,006.00 Mowry<br> 0.00<br> 5,365.80<br> 5,358.00 Dakota Group<br> 0.00<br> 5,753.52<br> 5,745.00 Swift<br> 0.00<br> 6,279.51<br> 6,270.00 Rierdon<br> 0.00<br> 6,565.04<br> 6,555.00 Piper<br> 0.00<br> 6,684.26<br> 6,674.00 Spearfish<br> 0.00<br> 7,016.88<br> 7,006.00 Pine<br> 0.00<br> 7,034.91<br> 7,024.00 Pine Base<br> 0.00<br> 7,305.42<br> 7,294.00 Opeche Salt<br> 0.00<br> 7,605.98<br> 7,594.00 Minnelusa Group<br> 0.00<br> 8,144.97<br> 8,132.00 Tyler<br> 0.00<br> 8,618.12<br> 8,605.00 Kibbey Lime<br> 0.00<br> 8,775.12<br> 8,762.00 Charles Salt<br> 0.00<br> 9,320.12<br> 9,307.00 Ratcliffe<br> 0.00<br> 9,343.12<br> 9,330.00 Last Salt<br> 0.00<br> 9,386.12<br> 9,373.00 Last Salt Base<br> 0.00<br> 9,586.12<br> 9,573.00 Mission Canyon<br> 0.00<br> 10,105.12<br> 10,092.00 Lodgepole<br> 0.00<br> 10,213.12<br> 10,200.00 Lodgepole Marker 5<br> 0.00<br> 10,398.12<br> 10,385.00 Lodgepole Marker 4<br> 0.00<br> 10,643.45<br> 10,630.00 Lodgepole Marker 3<br> 0.00<br> 10,861.46<br> 10,830.00 Lodgepole Marker 2<br> 0.00<br> 10,901.97<br> 10,862.00 Lodgepole Marker 1<br> 0.00<br> 10,954.26<br> 10,900.00 False Bakken<br> 0.00<br> 10,963.06<br> 10,906.00 Scallion<br> 0.00<br> 10,981.23<br> 10,918.00 Bakken Upper<br> 0.00<br> 11,016.88<br> 10,940.00 Bakken Middle<br> 0.00<br> 11,023.76<br> 10,944.00 Bakken Middle GR Marker<br> 0.00<br> 11,030.78<br> 10,948.00 Bakken Middle Limestone Shoal<br> 0.00<br> 11,039.78<br> 10,953.00 Bakken Middle Limestone Shoal Base<br> 0.00<br> 11,091.63<br> 10,979.00 Bakken Lower<br> 0.00<br> 11,161.32<br> 11,006.00 Lower Bakken Silt<br> 0.00<br> 11,174.37<br> 11,010.00 Pronghorn<br> 0.00<br> 11,184.98<br> 11,013.00 Three Forks<br> 0.00<br> 4/22/2014 9:14:05AM<br> Page 10<br> COMPASS 5000.1 Build 65<br> <hr> <A name=120></a><hr> <A name=121></a>Gas Capture Plan (</span><span class="ft1">Moberg 13-20Y2 Pad ­ 2 wells</span><span class="ft0">)<br> 1. Affidavit: attached as a part of this gas capture plan.<br> 2. Detailed gas gathering pipeline system location map<br> Oneok Rockies Midstream ("OKRM")<br> Oneok existing trunkline<br> Name and Location of gas processing plant: </span><span class="ft3">Garden Creek Plant, Section 35-T151N-R98W.<br> Name of gas gatherer and location of lines for each gas gatherer in the vicinity: </span><span class="ft3">OKRM 16" poly<br> highlighted in red; contracted with OKRM until 2019, no other viable gatherers in the vicinity.<br> Proposed Route and Tie-in point for wel connection: </span><span class="ft3">See above gathering system map<br> 3. Detailed information for Blue Buttes/Grail/Sandstone compression capacity (circled in blue):<br> Maximum current daily capacity: </span><span class="ft3">Total: 95 MMcfd (Sandstone: 60; Blue Buttes: 35; Grail: 0) Note: Grail<br> station expected to start-up in mid-September 2014.<br> Current throughput: </span><span class="ft3">Total: 82 MMcfd (Sandstone: 60; Blue Buttes: 22; Grail: 0) Note: Grail station<br> expected to start-up in mid-September 2014.<br> Anticipated daily capacity at date of first gas sales: </span><span class="ft3">Total: 130 MMcfd (Sandstone: 60; Blue Buttes: 35;<br> Grail: 35).<br> <hr> <A name=122></a>Anticipated throughput at date of first gas sales: </span><span class="ft1">Total: 130 MMcfd (Sandstone: 60; Blue Buttes: 35;<br> Grail: 35).<br> Gas gatherer issues or expansion plans for the area: </span><span class="ft1">Beginning September, 2014, OKRM has adequate<br> pipeline, processing plant and compression capacity for QEP's current and forecasted gas through mid-<br> 2015. These midstream facilities were designed to handle approximately 70 MMcfd of QEP's gas.<br> Should future iterations of QEP's volume forecast exceed 70 MMcfd, QEP will require another OKRM<br> expansion for compression and pipelines and has alerted OKRM of this possibility.<br> 4. Detailed flowback strategy:<br> Anticipated date of first production: </span><span class="ft1">2</span><span class="ft3">nd </span><span class="ft1">Quarter, 2015<br> Anticipated oil and gas rates and duration (total for all pad wells): </span><span class="ft1">See table below.<br> Moberg 13-20Y2 Pad<br> Compl. Date Q2 of 2015<br> Avg. Mcfd (2 wells)<br> IP (30):<br> 2,718<br> Yr1:<br> 1,339<br> Yr2:<br> 665<br> Yr3:<br> 502<br> Yr4:<br> 417<br> Yr5:<br> 364<br> Yr6:<br> 325<br> Yr7:<br> 293<br> Yr8:<br> 263<br> Yr9:<br> 237<br> 5. QEP flaring amounts:<br> Statewide percentage of gas flared for existing wells in the Bakken petroleum system: </span><span class="ft1">53% for the most<br> recent month of July 2014 (28.0 MMcfd flared /52.5 MMcfd produced).<br> Field wide percentage of gas flared for this well: </span><span class="ft1">64% in the Grail field for the most recent month of July<br> 2014 (26.6 MMcfd flared/41.5 MMcfd produced).<br> 6. QEP Alternatives to flaring:<br> Specific alternative systems available for consideration: </span><span class="ft1">When OKRM is at capacity or not connected,<br> QEP has considered and implemented JT conditioning skids for its flaring wel s. QEP has done this on 2<br> pads in Sections 33 &amp; 35 of T149N-R95W (vendor Montana-Dakota). QEP also is looking at site usage for<br> a number of applications to include powering wellhead equipment, drilling rigs, gas lift, etc. Further,<br> QEP is installing gas-powered generators on our pads in the Mandaree field (FBIR) instead of using diesel<br> fuel (second half of 2014).<br> <hr> <A name=123></a>Details of flaring reductions if such alternative plans are implemented: </span><span class="ft1">No significant flaring reductions<br> have been achieved from our implemented or planned alternative systems thus far. However, the<br> Montana-Dakota JT skids do reduce our VOCs by 85% where they are installed.<br> <hr> <A name=124></a>From:<br> <A href="mailto:[email protected]">Meghan Campbell</a><br> To:<br> <A href="mailto:[email protected]">Nelson, Catherine M.</a><br> Subject:<br> RE: MOBERG 20-17-19-18LL &amp; MOBERG 20-21-29-28LL<br> Date:<br> Tuesday, September 02, 2014 9:39:17 AM<br> Attachments:<br> Moberg 20-17-19-18LL Plot ver.0 04-22-14.pdf<br> Morning Catherine,<br> QEP does not have a pit planned and will be hauling cuttings off to an approved<br> disposal site. When this happens, we will file a Sundry with the corresponding information.<br> Thank you,<br> Meghan M Campbell<br> Permit Agent, High Plains Division<br> From: Nelson, Catherine M. [mailto:[email protected]]<br> Sent: Friday, August 29, 2014 8:21 AM<br> To: Meghan Campbell<br> Subject: MOBERG 20-17-19-18LL &amp; MOBERG 20-21-29-28LL<br> Morning Meghan,<br> Could you please provide a Directional Plot for the MOBERG 20-17-19-18LL well. Also, please<br> provide a Production Layout and cuttings information on both the MOBERG 20-17-19-18LL &amp;<br> MOBERG 20-21-29-28LL wells.<br> Thank you!<br> Catherine Nelson<br> Survey &amp; Permitting Technician<br> NDIC, Dept. Mineral Resources<br> Oil and Gas Division<br> 701-328-8020<br> <A href="mailto:[email protected]">[email protected]</a><br> <hr> <A name=125></a><hr> <A name=126></a><hr> <A name=127></a><hr> <A name=128></a><hr> <A name=129></a><hr> <A name=130></a><hr> <A name=131></a>1<br> 2<br> 3<br> 4<br> 5<br> 6<br> 7<br> 8<br> 9<br> 10<br> 11<br> 12<br> A<br> A<br> B<br> B<br> C<br> C<br> D<br> D<br> E<br> E<br> F<br> F<br> (13-20Y(2)).dwg<br> G<br> G<br> MOBERG\12077-XX-31000-<br> DRAWING NO.<br> REFERENCE DRAWINGS<br> REV<br> STATUS<br> DESCRIPTION<br> DATE<br> BY<br> CHECK<br> ENG<br> P. MGR<br> PLANT:<br> 13-20Y(2) (1+1)<br> A<br> ISSUED FOR REVIEW<br> 04/02/14<br> DTS<br> KRB<br> TWV<br> BMB<br> LOCATION:<br> SOUTH ANTELOPE FIELD (MOBERG)<br> B<br> ISSUED FOR REVIEW - UPDATED BACKGROUND PLAT<br> 07/01/14<br> DTS<br> TDC<br> TWV<br> BMB<br> DWG TITLE:<br> C<br> ISSUED FOR REVIEW - UPDATED BACKGROUND PLAT<br> 07/02/14<br> DTS<br> TDC<br> TWV<br> BMB<br> CIVIL DRAWING<br> Files\13-20Y(2)<br> D<br> ISSUED FOR REVIEW - UPDATED BACKGROUND PLAT<br> 07/14/14<br> DTS<br> TDC<br> TWV<br> BMB<br> QEP Energy Company<br> DESCRIPTION:<br> SITE LAYOUT<br> AM<br> Temp<br> REFERENCE:<br> 9:49<br> 13-20Y(2) (1+1) - SAF (MOBERG)<br> PROJECT NO: 12077-XX<br> DRAWING NUMBER<br> REVISION<br> Sirridge<br> SCALE: 1&quot; = 30'-0&quot;<br> (FORMATTED 22&quot;x34&quot;)<br> DATE CREATED: 04/02/2014<br> DRAWN BY: DTS<br> 12077-XX-31000<br> D<br> Dan<br> 7/14/2014<br> L:\QEP\Dan's<br> 1<br> 2<br> 3<br> 4<br> 5<br> 6<br> 7<br> 8<br> 9<br> 10<br> 11<br> 12<br> <hr> <A name=132></a><hr> <A name=133></a><hr> <A name=134></a><hr> <A name=135></a><hr> <A name=136></a><hr> <A name=137></a><hr> <A name=138></a><hr> <A name="outline"></a><h1>Document Outline</h1> <ul><li>Geo Report <li>Certified Surveys <li>Form 4 <ul><li>4-rpt-spud notice <li>4-intent- waiver to NDAC 43-02-03-55 (SOD) <li>4-intent-request to waive OH logging <li>SOD </ul><li>Form 1 </ul><hr> </BODY> </HTML>
datamade/elpc_bakken
html/pdf/W29450.pdfs.html
HTML
mit
377,979
--- --- <div class=Section1> <table border=0 cellspacing=3 cellpadding=0 style='mso-cellspacing:1.5pt; mso-padding-alt:0in 0in 0in 0in'> <tr> <td width=161 valign=top style='width:96.45pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><b>Event Title:</b></p> </td> <td width=374 style='width:224.55pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal>Optimal Order Results for Tikhonov Regularization</p> </td> </tr> <tr> <td width=161 valign=top style='width:96.45pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><b>Speaker:</b></p> </td> <td width=374 style='width:224.55pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal>Dr. M. Thamban Nair</p> </td> </tr> <tr> <td width=161 valign=top style='width:96.45pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><b>Affiliation:</b></p> </td> <td width=374 style='width:224.55pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal>Indian Institute of Technology, Madras</p> </td> </tr> <tr> <td width=161 valign=top style='width:96.45pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><b>Subject Area:</b></p> </td> <td width=374 style='width:224.55pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal>Mathematics</p> </td> </tr> <tr> <td width=161 valign=top style='width:96.45pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><b>Date:</b></p> </td> <td width=374 style='width:224.55pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal>Friday, June 25, 2004</p> </td> </tr> <tr> <td width=161 valign=top style='width:96.45pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><b>Time:</b></p> </td> <td width=374 style='width:224.55pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal>4:00 Pm</p> </td> </tr> <tr> <td width=161 valign=top style='width:96.45pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal><b>Venue:</b></p> </td> <td width=374 style='width:224.55pt;padding:.75pt .75pt .75pt .75pt'> <p class=MsoNormal>Lecture Hall - I, Dept. of Mathematics, IISc.</p> </td> </tr> </table> <p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> </div>
siddhartha-gadgil/www.math.iisc.ernet.in
docs/seminar/seju25.html
HTML
mit
2,181
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pi-calc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+2 / pi-calc - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> pi-calc <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-21 02:02:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-21 02:02:39 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.1+2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/pi-calc&quot; license: &quot;Proprietary&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/PiCalc&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:process algebra&quot; &quot;keyword:pi-calculus&quot; &quot;keyword:concurrency&quot; &quot;keyword:higher-order syntax&quot; &quot;category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;date:1998-07&quot; ] authors: [ &quot;Ivan Scagnetto &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/pi-calc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/pi-calc.git&quot; synopsis: &quot;Pi-calculus in Coq&quot; description: &quot;&quot;&quot; This is a HOAS-based encoding of the pi-calculus (as originally conceived by Milner, Parrow and Walker in &quot;A Calculus of Mobile Processes&quot; Parts I-II, Information and Computation n. 100) together with the formal verification of a large part of the metatheory of Strong Late Bisimilarity.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/pi-calc/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=a252c95cf701763d911c861983ab3cd3&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-pi-calc.8.5.0 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2). The following dependencies couldn&#39;t be met: - coq-pi-calc -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-pi-calc.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+2/pi-calc/8.5.0.html
HTML
mit
7,177
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="pandoc" /> <title>Corona Docs: API > Libraries > string > len</title> <meta name="revised" content="28-Oct-2013" /> <meta name="description" content="Whether you're new to Corona or want to take your app to the next level, we've got a wealth of resources for you including extensive documentation, API reference, sample code, and videos. API > Libraries > string > len" /> <style type="text/css"> table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { margin: 0; padding: 0; vertical-align: baseline; border: none; } table.sourceCode { width: 100%; } td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; } td.sourceCode { padding-left: 5px; } code > span.kw { color: #007020; font-weight: bold; } code > span.dt { color: #902000; } code > span.dv { color: #40a070; } code > span.bn { color: #40a070; } code > span.fl { color: #40a070; } code > span.ch { color: #4070a0; } code > span.st { color: #4070a0; } code > span.co { color: #60a0b0; font-style: italic; } code > span.ot { color: #007020; } code > span.al { color: #ff0000; font-weight: bold; } code > span.fu { color: #06287e; } code > span.er { color: #ff0000; font-weight: bold; } </style> <link rel="stylesheet" href="../../../css/style.css" type="text/css" /> <script src="//www.coronalabs.com/wp-content/themes/corona-labs/js/docs.js"></script> </head> <body> <div class="header"></div> <div class="title"> <span class="titleimg" onclick="window.location='http://docs.coronalabs.com/'"></span> <div id="nav"> <ul> <li><a href="../../index.html">SDK APIs</a></li> <li><a href="../../../native/index.html">Enterprise APIs</a></li> <li><a href="../../../plugin/index.html">Plugins</a></li> <li><a href="../../../guide/index.html">Guides</a></li> <li><a href="http://www.coronalabs.com/resources/tutorials/">Tutorials</a></li> </ul> <div id="resources-link"><a href="http://www.coronalabs.com/resources/">Corona Resources</a> &#9657;</div> </div> </div> <div class="SearchBar"> <form action="http://www.google.com/cse" id="cse-search-box"> <input type="hidden" name="cx" value="009283852522218786394:g40gqt2m6rq" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" id="q" autocomplete="off" size="40" style="width:150px;float:left" /> <input type="submit" name="sa" value="Search" style="float:right; font-size: 13px;" /> </form> </div> <div id="TOC"> <ul> <li><a href="#string.len">string.len()</a><ul> <li><a href="#overview">Overview</a></li> <li><a href="#gotchas">Gotchas</a></li> <li><a href="#syntax">Syntax</a><ul> <li><a href="#s-required">s <sub><sup>(required)</sup></sub></a></li> </ul></li> <li><a href="#example">Example</a></li> </ul></li> </ul> </div> <div id="breadcrumb"> <a href="http://docs.coronalabs.com">Ξ</a>  ▸  <a href="../../index.html">API</a>  ▸  <a href="../index.html">Libraries</a>  ▸  <a href="index.html">string</a>  ▸  <a href="len.html">len</a> </div> <div class="section level1" id="string.len"> <h1><a href="#TOC">string.len()</a></h1> <blockquote> <table> <tbody> <tr class="odd"> <td align="left"><strong>Type</strong></td> <td align="left"><a href="../../type/Function.html">Function</a></td> </tr> <tr class="even"> <td align="left"><strong>Library</strong></td> <td align="left"><a href="index.html">string.*</a></td> </tr> <tr class="odd"> <td align="left"><strong>Return value</strong></td> <td align="left"><a href="../../type/Number.html">Number</a></td> </tr> <tr class="even"> <td align="left"><strong>Revision</strong></td> <td align="left"><a href="http://coronalabs.com/links/docs/current-corona-sdk">Current Public Release (2013.2076)</a></td> </tr> <tr class="odd"> <td align="left"><strong>Keywords</strong></td> <td align="left">string, len, length, string length</td> </tr> <tr class="even"> <td align="left"><strong>See also</strong></td> <td align="left"><a href="../../type/String.html">String</a> (type)</td> </tr> </tbody> </table> </blockquote> <div class="section level2" id="overview"> <h2><a href="#TOC">Overview</a></h2> <p>Returns the length of a string (e.g. amount of characters).</p> </div> <div class="section level2" id="gotchas"> <h2><a href="#TOC">Gotchas</a></h2> <p>If you're using encoded UTF-8 characters, for example Russian or Arabic characters, some of these characters are <nobr>multi-byte</nobr> and may vary between 2 and 4 characters when read by <code>string.len()</code>. Please see <a href="http://en.wikipedia.org/wiki/UTF-8">here</a> for more information on <nobr>UTF-8</nobr> encoding.</p> </div> <div class="section level2" id="syntax"> <h2><a href="#TOC">Syntax</a></h2> <pre><code>string.len( s ) s:len()</code></pre> <div class="section level5" id="s-required"> <h5><a href="#TOC">s <sub><sup>(required)</sup></sub></a></h5> <p><em><a href="../../type/String.html">String</a>.</em> Any string.</p> </div> </div> <div class="section level2" id="example"> <h2><a href="#TOC">Example</a></h2> <pre class="sourceCode lua"><code class="sourceCode lua"><span class="fu">print</span> <span class="ot">(</span><span class="fu">string.len</span><span class="ot">(</span><span class="st">&quot;Lua&quot;</span><span class="ot">))</span> <span class="co">-- 3</span> <span class="fu">print</span> <span class="ot">(</span><span class="fu">string.len</span><span class="ot">(</span><span class="st">&quot;&quot;</span><span class="ot">))</span> <span class="co">-- 0</span> <span class="fu">print</span> <span class="ot">(</span><span class="fu">string.len</span><span class="ot">(</span><span class="st">&quot;Lua\000user&quot;</span><span class="ot">))</span> <span class="co">-- 8</span></code></pre> <div id="footer"> <p style="font-size: 13px"> © 2013 Corona Labs Inc. All Rights Reserved. (Last updated: 28-Oct-2013) </p> <br /> <p> <strong>Help us help you! Give us feedback on this page:</strong> </p> <ul> <li> <a href="https://coronalabs.wufoo.com/forms/z7p9w5/def/field3=api.library.string.len&field4=Current+Public+Release+%282013%2E2076%29" target="_blank">Love it</a> </li> <li> <a href="https://coronalabs.wufoo.com/forms/z7p9m3/def/field103=api.library.string.len&field104=Current+Public+Release+%282013%2E2076%29" target="_blank">Like it, but...</a> </li> <li> <a href="https://coronalabs.wufoo.com/forms/z7p8x1/def/field103=api.library.string.len&field104=Current+Public+Release+%282013%2E2076%29" target="_blank">Hate it</a> </li> </ul> </div> </div> </div> </body> </html>
tonytamsf/learning
corona/docs/api/library/string/len.html
HTML
mit
8,275
--- layout: work-post title: Katie Simone permalink: katie-simone.html --- <h3>Client</h3> <p>Katie Simone is a Vocalist from Pittsburgh, PA. Her website enables fans stay up to date on show dates and news. <a href="https://pizzapgh.github.io/katietest/" target="_blank">View Website</a></p> <h3>Objective</h3> <ul> <li> Create brand direction</li> <li> Integrate Jekyll and Siteleaf for blogging</li> <li> Implement a fully responsive solution</li> </ul> <h3>Tools</h3> <img src="assets/tools-1.png" alt="tools"> <h3>Design</h3> <img src="assets/katie-case.png" alt="tools">
pizzapgh/chris-blog
portfolio/katie-simone.html
HTML
mit
586
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Cubium: COMP_NAME Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Cubium &#160;<span id="projectnumber">1.2.0</span> </div> <div id="projectbrief">Minimalist software system for CubeSats and high-altitude balloon systems</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classCOMP__NAME-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">COMP_NAME Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for COMP_NAME:</div> <div class="dyncontent"> <div class="center"> <img src="classCOMP__NAME.png" usemap="#COMP_5FNAME_map" alt=""/> <map id="COMP_5FNAME_map" name="COMP_5FNAME_map"> <area href="classComponent.html" alt="Component" shape="rect" coords="0,56,263,80"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a5e5144cab5540c8102c3c03a0ee0a768"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCOMP__NAME.html#a5e5144cab5540c8102c3c03a0ee0a768">COMP_NAME</a> (std::shared_ptr&lt; <a class="el" href="classSpaCommunicator.html">SpaCommunicator</a> &gt; com=nullptr)</td></tr> <tr class="separator:a5e5144cab5540c8102c3c03a0ee0a768"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8c1d575e72e948f84891244ca3bee646"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCOMP__NAME.html#a8c1d575e72e948f84891244ca3bee646">handleSpaData</a> (<a class="el" href="structSpaMessage.html">SpaMessage</a> *message)</td></tr> <tr class="separator:a8c1d575e72e948f84891244ca3bee646"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac981fe25a24ee01c160d08f0a970fab1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCOMP__NAME.html#ac981fe25a24ee01c160d08f0a970fab1">sendData</a> (<a class="el" href="structLogicalAddress.html">LogicalAddress</a> destination)</td></tr> <tr class="separator:ac981fe25a24ee01c160d08f0a970fab1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abfae2e6e6f24cee4c16800385a103ca8"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCOMP__NAME.html#abfae2e6e6f24cee4c16800385a103ca8">init</a> ()</td></tr> <tr class="separator:abfae2e6e6f24cee4c16800385a103ca8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classComponent"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classComponent')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classComponent.html">Component</a></td></tr> <tr class="memitem:a83f43d60a90000cfd63aca351ba648c4 inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a83f43d60a90000cfd63aca351ba648c4">Component</a> (std::shared_ptr&lt; <a class="el" href="classSpaCommunicator.html">SpaCommunicator</a> &gt; <a class="el" href="classComponent.html#ab124decba1547f96b7df055e3b7e902e">communicator</a>=nullptr, <a class="el" href="structLogicalAddress.html">LogicalAddress</a> <a class="el" href="classComponent.html#aa60ef4220c2630dde612e2f0164b3676">address</a>=<a class="el" href="structLogicalAddress.html">LogicalAddress</a>(0, 0), <a class="el" href="structLogicalAddress.html">LogicalAddress</a> <a class="el" href="classComponent.html#a8147bae546da489c3ffa5a1a634739a0">subnetManagerAddress</a>=<a class="el" href="structLogicalAddress.html">LogicalAddress</a>(0, 0))</td></tr> <tr class="separator:a83f43d60a90000cfd63aca351ba648c4 inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2e9aa4348314d981f05f67397ad2f872 inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a2e9aa4348314d981f05f67397ad2f872">~Component</a> ()</td></tr> <tr class="separator:a2e9aa4348314d981f05f67397ad2f872 inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a22b96395923537ce1a56692fdd971749 inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a22b96395923537ce1a56692fdd971749">publish</a> ()</td></tr> <tr class="separator:a22b96395923537ce1a56692fdd971749 inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9e6d270061f52a3b42e9d2b0fd8f65c2 inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a9e6d270061f52a3b42e9d2b0fd8f65c2">preInit</a> ()</td></tr> <tr class="separator:a9e6d270061f52a3b42e9d2b0fd8f65c2 inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2bbe062eb418a541fd0cfbcfdf3f55b0 inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a2bbe062eb418a541fd0cfbcfdf3f55b0">listen</a> ()</td></tr> <tr class="separator:a2bbe062eb418a541fd0cfbcfdf3f55b0 inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4fe6afd53663b5c1d3b60977024bc86a inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a4fe6afd53663b5c1d3b60977024bc86a">sendMsg</a> (<a class="el" href="structSpaMessage.html">SpaMessage</a> *message, ssize_t len)</td></tr> <tr class="separator:a4fe6afd53663b5c1d3b60977024bc86a inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3142ee952db05b1352f539d446f63934 inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a3142ee952db05b1352f539d446f63934">receiveMessage</a> (<a class="el" href="structSpaMessage.html">SpaMessage</a> *)</td></tr> <tr class="separator:a3142ee952db05b1352f539d446f63934 inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af387d0bc27df38fc6c797d6d3329697a inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#af387d0bc27df38fc6c797d6d3329697a">handleSubscriptionReply</a> (<a class="el" href="structSpaMessage.html">SpaMessage</a> *)</td></tr> <tr class="separator:af387d0bc27df38fc6c797d6d3329697a inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaa5c27b493d39887885adb3dd21e2224 inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#aaa5c27b493d39887885adb3dd21e2224">registerSubscriptionRequest</a> (<a class="el" href="structSpaMessage.html">SpaMessage</a> *)</td></tr> <tr class="separator:aaa5c27b493d39887885adb3dd21e2224 inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9f81ad79e0243e6e52ae04b26e6657ab inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a9f81ad79e0243e6e52ae04b26e6657ab">receiveBuffer</a> (<a class="el" href="structcubiumClientSocket__t.html">cubiumClientSocket_t</a> *)</td></tr> <tr class="separator:a9f81ad79e0243e6e52ae04b26e6657ab inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a55c74b1c2dcde114cb329ae43a4cd04a inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a55c74b1c2dcde114cb329ae43a4cd04a">subscribe</a> (<a class="el" href="structLogicalAddress.html">LogicalAddress</a> producer)</td></tr> <tr class="separator:a55c74b1c2dcde114cb329ae43a4cd04a inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abae1852e26a7bee748898ea8ef6f4fb9 inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#abae1852e26a7bee748898ea8ef6f4fb9">subscribe</a> (<a class="el" href="structLogicalAddress.html">LogicalAddress</a> producer, uint8_t priority, uint32_t leasePeriod, uint16_t deliveryRateDivisor)</td></tr> <tr class="separator:abae1852e26a7bee748898ea8ef6f4fb9 inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afc9525526fdc44c64873abf80357c3be inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#afc9525526fdc44c64873abf80357c3be">sendPayload</a> (std::string payload, <a class="el" href="structLogicalAddress.html">LogicalAddress</a> destination)</td></tr> <tr class="separator:afc9525526fdc44c64873abf80357c3be inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af7ee2839809098ffd50029375aa3e5a7 inherit pub_methods_classComponent"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr> <tr class="memitem:af7ee2839809098ffd50029375aa3e5a7 inherit pub_methods_classComponent"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classComponent.html#af7ee2839809098ffd50029375aa3e5a7">sendPayload</a> (T payload, <a class="el" href="structLogicalAddress.html">LogicalAddress</a> destination)</td></tr> <tr class="separator:af7ee2839809098ffd50029375aa3e5a7 inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a54c0c489eec4e4f6b23655a734fc00d4 inherit pub_methods_classComponent"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a54c0c489eec4e4f6b23655a734fc00d4">addSubscriber</a> (<a class="el" href="structLogicalAddress.html">LogicalAddress</a>, uint16_t)</td></tr> <tr class="separator:a54c0c489eec4e4f6b23655a734fc00d4 inherit pub_methods_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header pub_attribs_classComponent"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_classComponent')"><img src="closed.png" alt="-"/>&#160;Public Attributes inherited from <a class="el" href="classComponent.html">Component</a></td></tr> <tr class="memitem:ab124decba1547f96b7df055e3b7e902e inherit pub_attribs_classComponent"><td class="memItemLeft" align="right" valign="top">std::shared_ptr&lt; <a class="el" href="classSpaCommunicator.html">SpaCommunicator</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#ab124decba1547f96b7df055e3b7e902e">communicator</a></td></tr> <tr class="separator:ab124decba1547f96b7df055e3b7e902e inherit pub_attribs_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4b1fc3511ba706058d5e575e5b4b55f7 inherit pub_attribs_classComponent"><td class="memItemLeft" align="right" valign="top">std::vector&lt; <a class="el" href="structSubscriber.html">Subscriber</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a4b1fc3511ba706058d5e575e5b4b55f7">subscribers</a></td></tr> <tr class="separator:a4b1fc3511ba706058d5e575e5b4b55f7 inherit pub_attribs_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad289c568dee48290561f885d69f09d94 inherit pub_attribs_classComponent"><td class="memItemLeft" align="right" valign="top">std::mutex&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#ad289c568dee48290561f885d69f09d94">m_subscribers</a></td></tr> <tr class="separator:ad289c568dee48290561f885d69f09d94 inherit pub_attribs_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pro_attribs_classComponent"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_classComponent')"><img src="closed.png" alt="-"/>&#160;Protected Attributes inherited from <a class="el" href="classComponent.html">Component</a></td></tr> <tr class="memitem:aa60ef4220c2630dde612e2f0164b3676 inherit pro_attribs_classComponent"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structLogicalAddress.html">LogicalAddress</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#aa60ef4220c2630dde612e2f0164b3676">address</a></td></tr> <tr class="separator:aa60ef4220c2630dde612e2f0164b3676 inherit pro_attribs_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8147bae546da489c3ffa5a1a634739a0 inherit pro_attribs_classComponent"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structLogicalAddress.html">LogicalAddress</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a8147bae546da489c3ffa5a1a634739a0">subnetManagerAddress</a></td></tr> <tr class="separator:a8147bae546da489c3ffa5a1a634739a0 inherit pro_attribs_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5dff98c7893ff79b6ff35cdc26f65240 inherit pro_attribs_classComponent"><td class="memItemLeft" align="right" valign="top">uint8_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a5dff98c7893ff79b6ff35cdc26f65240">publishIter</a></td></tr> <tr class="separator:a5dff98c7893ff79b6ff35cdc26f65240 inherit pro_attribs_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6d22415eb4e07f9cc5a5c917972bf0dd inherit pro_attribs_classComponent"><td class="memItemLeft" align="right" valign="top">uint16_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#a6d22415eb4e07f9cc5a5c917972bf0dd">dialogId</a></td></tr> <tr class="separator:a6d22415eb4e07f9cc5a5c917972bf0dd inherit pro_attribs_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab8aa5882c1e2c8139e3ec9d9d27ff174 inherit pro_attribs_classComponent"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structSpaCourier.html">SpaCourier</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classComponent.html#ab8aa5882c1e2c8139e3ec9d9d27ff174">lastCourier</a></td></tr> <tr class="separator:ab8aa5882c1e2c8139e3ec9d9d27ff174 inherit pro_attribs_classComponent"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a id="a5e5144cab5540c8102c3c03a0ee0a768"></a> <h2 class="memtitle"><span class="permalink"><a href="#a5e5144cab5540c8102c3c03a0ee0a768">&#9670;&nbsp;</a></span>COMP_NAME()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">COMP_NAME::COMP_NAME </td> <td>(</td> <td class="paramtype">std::shared_ptr&lt; <a class="el" href="classSpaCommunicator.html">SpaCommunicator</a> &gt;&#160;</td> <td class="paramname"><em>com</em> = <code>nullptr</code></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a id="a8c1d575e72e948f84891244ca3bee646"></a> <h2 class="memtitle"><span class="permalink"><a href="#a8c1d575e72e948f84891244ca3bee646">&#9670;&nbsp;</a></span>handleSpaData()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void COMP_NAME::handleSpaData </td> <td>(</td> <td class="paramtype"><a class="el" href="structSpaMessage.html">SpaMessage</a> *&#160;</td> <td class="paramname"><em>message</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Implements <a class="el" href="classComponent.html#a0f71f7a7ff6c0e7cd28692b6890a0058">Component</a>.</p> </div> </div> <a id="abfae2e6e6f24cee4c16800385a103ca8"></a> <h2 class="memtitle"><span class="permalink"><a href="#abfae2e6e6f24cee4c16800385a103ca8">&#9670;&nbsp;</a></span>init()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void COMP_NAME::init </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Implements <a class="el" href="classComponent.html#a56baf8afdea3366554b3c7b13fd6e3f7">Component</a>.</p> </div> </div> <a id="ac981fe25a24ee01c160d08f0a970fab1"></a> <h2 class="memtitle"><span class="permalink"><a href="#ac981fe25a24ee01c160d08f0a970fab1">&#9670;&nbsp;</a></span>sendData()</h2> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void COMP_NAME::sendData </td> <td>(</td> <td class="paramtype"><a class="el" href="structLogicalAddress.html">LogicalAddress</a>&#160;</td> <td class="paramname"><em>destination</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Implements <a class="el" href="classComponent.html#a492a20dc97b9563d80443dda2f1057ec">Component</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>drivers/TempSensor/<a class="el" href="TempSensor_8cpp.html">TempSensor.cpp</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>
Cubium/Cubium
doc/html/classCOMP__NAME.html
HTML
mit
22,270
<!-- Generated template for the StockPage page. See http://ionicframework.com/docs/components/#navigation for more info on Ionic pages and navigation. --> <ion-header> <ion-navbar> <ion-title>{{ 'STOCK.TITLE' | translate }}</ion-title> </ion-navbar> <ion-toolbar color="primary"> <ion-searchbar [placeholder]="'SEARCH_PLACEHOLDER' | translate" (ionInput)="searchRawMaterials($event)"></ion-searchbar> </ion-toolbar> </ion-header> <ion-content> <ion-list> <ion-item *ngIf="loading" no-lines> <ion-spinner item-start></ion-spinner> {{ 'LOADING' | translate }}... </ion-item> <button ion-item *ngFor="let rawMaterial of rawMaterials | async" (click)="openAddNewStockModal(rawMaterial)"> {{ rawMaterial.name }} <ion-badge item-right *ngIf="rawMaterial.ingredients">{{ 'STOCK.COMPOSED_BADGE' | translate }}</ion-badge> </button> </ion-list> <ion-fab right bottom> <button ion-fab color="balanced" (click)="openAddNewStockModal()"> <ion-icon name="add"></ion-icon> </button> </ion-fab> </ion-content>
x1QG1x/FJCE
src/pages/stock/stock.html
HTML
mit
1,082
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Gathered - Sarah Bray</title> <link rel="stylesheet" href="/theme/css/main.css" /> <!--[if IE]> <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body id="index" class="home"> <header id="banner" class="body"> <h1><a href="/">Gathered </a></h1> <nav><ul> <li><a href="/category/review.html">Review</a></li> </ul></nav> </header><!-- /#banner --> <aside id="featured" class="body"> <article> <h1 class="entry-title"><a href="/my-first-review.html">My First Review</a></h1> <footer class="post-info"> <abbr class="published" title="2010-12-03T10:20:00-05:00"> Published: Fri 03 December 2010 </abbr> <address class="vcard author"> By <a class="url fn" href="/author/sarah-bray.html">Sarah Bray</a> </address> <p>In <a href="/category/review.html">Review</a>.</p> </footer><!-- /.post-info --><p>Following is a review of my favorite mechanical keyboard.</p> </article> </aside><!-- /#featured --> <section id="extras" class="body"> <div class="blogroll"> <h2>blogroll</h2> <ul> <li><a href="http://getpelican.com/">Pelican</a></li> <li><a href="http://python.org/">Python.org</a></li> <li><a href="http://jinja.pocoo.org/">Jinja2</a></li> <li><a href="#">You can modify those links in your config file</a></li> </ul> </div><!-- /.blogroll --> <div class="social"> <h2>social</h2> <ul> <li><a href="#">You can add links in your config file</a></li> <li><a href="#">Another social link</a></li> </ul> </div><!-- /.social --> </section><!-- /#extras --> <footer id="contentinfo" class="body"> <address id="about" class="vcard body"> Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>. </address><!-- /#about --> <p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p> </footer><!-- /#contentinfo --> </body> </html>
sarahjbray/gathered.space
output/author/sarah-bray.html
HTML
mit
2,787
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Clean Blog - Sample Post</title> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Theme CSS --> <link href="css/clean-blog.min.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <!-- <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="index.html">Home</a> </li> <li> <a href="about.html">About</a> </li> <li> <a href="post.html">Sample Post</a> </li> <li> <a href="contact.html">Contact</a> </li> </ul> </div> --> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Header --> <!-- Set your background image for this header on the line below. --> <header class="intro-header" style="background-image: url('img/wallpaper-mosaico2.svg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="post-heading"> <h1>Visual Onix</h1> <h2 class="subheading">SVG getting hard to understand?</h2> </div> </div> </div> </div> </header> <!-- Post Content --> <article> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <h2 class="section-heading">What is Visual Onix?</h2> <p>Adding graphics to a webpage hasn't always been an easy task. Most of the times programmers have to hire a designer that knows how to work with tools like Adobe Illustrator or Sketch. Others need to dedicate most of their time getting familiar with those softwares, which is something they don't necessarily want or have the time to do. Therefore they might decide to add JPEG or PNG images to the web page, which don’t scale very well and can make the page slower. This is where Scalable Vector Graphics with Visual Onix comes in. </p> <p>Scalable Vector Graphics (SVG) is an XML based vector format built to simplify 2D graphics creations. These images are written in XML and can be scripted, meaning that animations can be created with them. Visual Onix intends to close the boundaries between coders and graphic designers when it comes to web page development. This tool will serve as a compact development environment for web developers in order to create, design, and animate graphics in websites with easier programming methods. The software will also have a scope of an open-source project. This will make it available for developers to make new libraries and designs, creating an active and supporting community. </p> <p>With Visual Onix, generating SVG is fast, easy and maintainable. This is achieved by utilizing the concept of object oriented and scripting capabilities from high level imperative and concurrent languages. Visual Onix uses these same concepts, focusing on generating both simple and complex SVG graphics by simply calling methods. Its purpose is to become an easy to learn programming language to save time and headaches for programmers when it comes to adding and customizing graphics in web pages. </p> <h2 class="section-heading">Language Tutorial</h2> <iframe width="560" height="315" src="https://www.youtube.com/embed/sPxiaKe2jbQ" frameborder="0" allowfullscreen></iframe> <h2 class="section-heading">Language Development</h2> <p>Visual Onix is language based on libraries obtained from Python. These libraries are called PLY Lex and PLY Parse. Firstly, from the IDLE Python GUI, the user must run VisualOnixLex.py to call the lexical analyzer created from the library ply.lex. This files allows us to create the tokens and send it to the parser to be executed. When the code it's executed in the IDLE, a terminal window will prompt. Each time a user writes visual onix code the parser changes this code into a Python code, which converts it to an html code with the svg reference.</p> <h2 class="section-heading">Language Reference Manual</h2> <iframe style="width:100%; height: 500px;" src="https://docs.google.com/document/d/1FUx-XwlvKLcL159nO9JLzZ2MbNOnSpwwpjKy4aTl44A/pub?embedded=true"></iframe> </div> </div> </div> </article> <hr> <!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href="https://github.com/Specialist17/Visual-Onix"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted">Copyright &copy; Christian Lorenzo, Luis Millan, and Fernando Arocho</p> </div> </div> </div> </footer> <!-- jQuery --> <script src="vendor/jquery/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Contact Form JavaScript --> <script src="js/jqBootstrapValidation.js"></script> <script src="js/contact_me.js"></script> <!-- Theme JavaScript --> <script src="js/clean-blog.min.js"></script> </body> </html>
Specialist17/Visual-Onix
index.html
HTML
mit
7,944
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" media="print" href="print.css" /> <title>Simple Toggle with CSS &amp; jQuery by Soh Tanaka</title> <style type="text/css"> html { overflow-Y: scroll; } body { font: 10px normal Arial, Helvetica, sans-serif; margin: 0; padding: 0; line-height: 1.7em; } *, * focus { outline: none; margin: 0; padding: 0; } .container { width: 500px; margin: 0 auto; } h1 { font: 4em normal Georgia, 'Times New Roman', Times, serif; text-align:center; padding: 20px 0; color: #aaa; } h1 span { color: #666; } h1 small{ font: 0.3em normal Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase; letter-spacing: 1.5em; display: block; color: #666; } h2.trigger { padding: 0 0 0 50px; margin: 0 0 5px 0; background: url(h2_trigger_a.gif) no-repeat; height: 46px; line-height: 46px; width: 450px; font-size: 2em; font-weight: normal; float: left; } h2.trigger a { color: #fff; text-decoration: none; display: block; } h2.trigger a:hover { color: #ccc; } h2.active {background-position: left bottom;} .toggle_container { margin: 0 0 5px; padding: 0; border-top: 1px solid #d6d6d6; background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top; overflow: hidden; font-size: 1.2em; width: 500px; clear: both; } .toggle_container .block { padding: 20px; background: url(toggle_block_btm.gif) no-repeat left bottom; } .toggle_container .block p { padding: 5px 0; margin: 5px 0; } .toggle_container h3 { font: 2.5em normal Georgia, "Times New Roman", Times, serif; margin: 0 0 10px; padding: 0 0 5px 0; border-bottom: 1px dashed #ccc; } .toggle_container img { float: left; margin: 10px 15px 15px 0; padding: 5px; background: #ddd; border: 1px solid #ccc; } </style> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(".toggle_container").hide(); $("h2.trigger").click(function(){ $(this).toggleClass("active").next().slideToggle("slow"); }); }); </script> </head> <body> <h1>Simple Toggle with <span>CSS &amp; jQuery</span><small>by Soh Tanaka</small></h1> <div class="container"> <h2 class="trigger"><a href="#">Web Design &amp; Development</a></h2> <div class="toggle_container"> <div class="block"> <h3>Need a Website?</h3> <img src="thumbnail.gif" alt="" /> <p>Consequat te olim letalis premo ad hos olim odio olim indoles ut venio iusto. Euismod, sagaciter diam neque antehabeo blandit, jumentum transverbero luptatum. Lenis vel diam praemitto molior facilisi facilisi suscipere abico, ludus, at. Wisi suscipere nisl ad capto comis esse, autem genitus. Feugiat immitto ullamcorper hos luptatum gilvus eum. Delenit patria nunc os pneum acsi nulla magna singularis proprius autem exerci accumsan. </p> <p>Praesent duis vel similis usitas camur, nostrud eros opes verto epulae feugiat ad. Suscipit modo magna letalis amet et tego accumsan facilisi, meus. Vindico luptatum blandit ulciscor mos caecus praesent sed meus velit si quis lobortis praemitto, uxor. </p> </div> </div> <h2 class="trigger"><a href="#">Logo / Corporate Identity</a></h2> <div class="toggle_container"> <div class="block"> <h3>Need a Logo?</h3> <img src="thumbnail.gif" alt="" /> <p>Consequat te olim letalis premo ad hos olim odio olim indoles ut venio iusto. Euismod, sagaciter diam neque antehabeo blandit, jumentum transverbero luptatum. Lenis vel diam praemitto molior facilisi facilisi suscipere abico, ludus, at. Wisi suscipere nisl ad capto comis esse, autem genitus. Feugiat immitto ullamcorper hos luptatum gilvus eum. Delenit patria nunc os pneum acsi nulla magna singularis proprius autem exerci accumsan. </p> <p>Praesent duis vel similis usitas camur, nostrud eros opes verto epulae feugiat ad. Suscipit modo magna letalis amet et tego accumsan facilisi, meus. Vindico luptatum blandit ulciscor mos caecus praesent sed meus velit si quis lobortis praemitto, uxor. </p> </div> </div> <h2 class="trigger"><a href="#">Seach Engine Optimization</a></h2> <div class="toggle_container"> <div class="block"> <h3>Need to be Heard?</h3> <img src="thumbnail.gif" alt="" /> <p>Consequat te olim letalis premo ad hos olim odio olim indoles ut venio iusto. Euismod, sagaciter diam neque antehabeo blandit, jumentum transverbero luptatum. Lenis vel diam praemitto molior facilisi facilisi suscipere abico, ludus, at. Wisi suscipere nisl ad capto comis esse, autem genitus. Feugiat immitto ullamcorper hos luptatum gilvus eum. Delenit patria nunc os pneum acsi nulla magna singularis proprius autem exerci accumsan. </p> <p>Praesent duis vel similis usitas camur, nostrud eros opes verto epulae feugiat ad. Suscipit modo magna letalis amet et tego accumsan facilisi, meus. Vindico luptatum blandit ulciscor mos caecus praesent sed meus velit si quis lobortis praemitto, uxor. </p> </div> </div> <h2 class="trigger"><a href="#">eCommerce</a></h2> <div class="toggle_container"> <div class="block"> <h3>Have Product to Sell?</h3> <img src="thumbnail.gif" alt="" /> <p>Consequat te olim letalis premo ad hos olim odio olim indoles ut venio iusto. Euismod, sagaciter diam neque antehabeo blandit, jumentum transverbero luptatum. Lenis vel diam praemitto molior facilisi facilisi suscipere abico, ludus, at. Wisi suscipere nisl ad capto comis esse, autem genitus. Feugiat immitto ullamcorper hos luptatum gilvus eum. Delenit patria nunc os pneum acsi nulla magna singularis proprius autem exerci accumsan. </p> <p>Praesent duis vel similis usitas camur, nostrud eros opes verto epulae feugiat ad. Suscipit modo magna letalis amet et tego accumsan facilisi, meus. Vindico luptatum blandit ulciscor mos caecus praesent sed meus velit si quis lobortis praemitto, uxor. </p> </div> </div> <p style="text-align: center; font-size: 1.1em;"><a href="http://www.sohtanaka.com/web-design/easy-toggle-jquery-tutorial/">Tutorial</a> by <strong>Soh Tanaka</strong>. Check out his <a href="http://www.sohtanaka.com/web-design-blog/">Web Design Blog</a> for more tutorials!</p> </div> </body> </html>
sethhoward1988/zombie
indexSite.html
HTML
mit
6,398
<h2 class="headline-bold grey-secondary float-center"> FLÄCHE 83 </h2> <h2 class="headline-light grey-secondary float-center">ERDGESCHOSS</h2> <img src="assets/img/eg.jpg" alt="" width="100%" class="gap-top-60"> <div class="gap-top-60 grey-secondary text" id="ugheader" style="font-size: 12px"> <p></p> </div> <!-- <div class="row gap-top-60"> <div class="col-md-4" > <a href="assets/pdf/012.pdf" download="Expose" style="float:right;"><img src="./assets/img/pdf.svg" ></a> </div> <div class="col-md-4"> <p class="text grey-secondary">FLÄCHENPLAN</p> </div> </div> --> <link href="../css/bootstrap.css" rel="stylesheet"> <link href="../css/one-page-wonder.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet"> <script> $.getJSON('json_mieter.json', function(data) { //HIER WIRD DIE MIETERNUMMER EINGETRAGEN id=83; var contentarea = "<p>"; contentarea += '<h4>' + 'MIETER:' + '<span class="grey-primary" style="margin-left:20px;">' + data.mieter[id - 1].name + '</span>' + '</h4>' + '<h4>' + 'QUADRATMETER:' + '<span class="grey-primary" style="margin-left:20px;">' + data.mieter[id - 1].qm + '</span>' + '</h4>' + '</p>'; $('#ugheader p').append(contentarea); }); </script>
kplusgithub/interactivemap2
content/area83.html
HTML
mit
1,322
<!DOCTYPE html> <html> <head> <title>Test FakeRest server</title> </head> <body> <h1>FakeRest example</h1> <p>See source for example FakeRest usage.</p> <h2>Test data</h2> <pre> { 'authors': [ { id: 0, first_name: 'Leo', last_name: 'Tolstoi' }, { id: 1, first_name: 'Jane', last_name: 'Austen' } ], 'books': [ { id: 0, author_id: 0, title: 'Anna Karenina' }, { id: 1, author_id: 0, title: 'War and Peace' }, { id: 2, author_id: 1, title: 'Pride and Prejudice' }, { id: 3, author_id: 1, title: 'Sense and Sensibility' } ] } </pre> <div> <h2>GET /authors</h2> <textarea id="req1" cols=80 rows=3></textarea> </div> <div> <h2>GET /books/3</h2> <textarea id="req2" cols=80 rows=1></textarea> </div> <div> <h2>POST /books { author_id: 1, title: 'Emma' }</h2> <textarea id="req3" cols=80 rows=1></textarea> </div> <script src="../dist/FakeRest.js"></script> <script src="../node_modules/fetch-mock/es5/client-browserified.js"></script> <script type="text/javascript"> // initialize fake REST server and data var restServer = new FakeRest.FetchServer('http://fakeapi'); restServer.init({ 'authors': [ { id: 0, first_name: 'Leo', last_name: 'Tolstoi' }, { id: 1, first_name: 'Jane', last_name: 'Austen' } ], 'books': [ { id: 0, author_id: 0, title: 'Anna Karenina' }, { id: 1, author_id: 0, title: 'War and Peace' }, { id: 2, author_id: 1, title: 'Pride and Prejudice' }, { id: 3, author_id: 1, title: 'Sense and Sensibility' } ] }); restServer.toggleLogging(); // logging is off by default, enable it // use restServer as fetch mock fetchMock.mock('^http://fakeapi', restServer.getHandler()) // Now query the fake REST server fetch('http://fakeapi/authors?range=%5B0,1%5D') .then(res => res.text()) .then(res => document.getElementById('req1').value = res); fetch('http://fakeapi/books/3') .then(res => res.text()) .then(res => document.getElementById('req2').value = res); fetch('http://fakeapi/books', { method: 'POST', body: JSON.stringify({ author_id: 1, title: 'Emma' }) }) .then(res => res.text()) .then(res => document.getElementById('req3').value = res); // restore native fetch fetchMock.restore(); </script> </body> </html>
marmelab/FakeRest
example/fetch.html
HTML
mit
2,310
{% extends "skeleton/_root.html" %} {% block all %} <div class="context-nav"> <a {%if page.next%}href="{{page.next.url}}"{%endif%}>< Anterior </a> &nbsp;&nbsp; <a {%if page.prev%}href="{{page.prev.url}}"{%endif%}>Siguiente ></a> </div> {% endblock %}
gulBAC/gulBAC-oldsite
gulbac-final/layout/skeleton/_context_nav.html
HTML
mit
262
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語&nbsp;</b></th><td class="ztd2">肉跳心驚</td></tr> <tr><th class="ztd1"><b>典故說明&nbsp;</b></th><td class="ztd2"> 此處所列為「心驚肉跳」之典故說明,提供參考。</font> 「心驚肉跳」原或作「心驚肉戰」,在元代雜劇《爭報恩》中可見。《爭報恩》以《水滸傳》故事為題材,第三折描述花榮等梁山泊好漢劫刑場救千嬌。當初陷害千嬌的丁都管二夫人得知千嬌被救,自己的所作所為即將東窗事發,心中驚惶,連忙收拾細軟準備逃走,然而愈是急著想逃,卻愈是覺得力不從心,說道:「不知怎麼,這一會兒心驚肉戰,這一雙好小腳兒,再走也走不動了。」這裡用「心驚肉戰」一語來形容心裡有不好的預感,以致六神無主,四肢發軟而無法行動。後世常使用的成語「心驚肉跳」語義與此近似,也是形容恐懼不安,心神不寧,如《紅樓夢.第一○五回》:「賈政在外心驚肉跳,拈鬚搓手的等候旨意。」此處描述錦衣軍查抄寧國府,府裡天翻地覆,賈政卻只能在外頭,一面要注意府裡的動靜,一面又擔心自己被參奏的罪名,「心驚肉跳」一語即說明了他內心的極度煎熬。</font></td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/2000-2999/2262-32.html
HTML
mit
1,786
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>My Albums</title> </head> <body> <header role="banner"><h1>My Albums</h1> <p>My current favourite is "Thickfreakness"</p></header><div role="main"><ul class="albums"> <li class="album"> <h2>The Jimi Hendrix Experience</h2> <p><a href="http://en.wikipedia.org/wiki/Are_You_Experienced">Are You Experienced (1967)</a></p> </li> <li class="album"> <h2>The White Stripes</h2> <p><a href="http://en.wikipedia.org/wiki/White_Blood_Cells_(album)">White Blood Cells (2001)</a></p> </li> <li class="album"> <h2>The Black Keys</h2> <p><a href="http://en.wikipedia.org/wiki/Thickfreakness">Thickfreakness (2003)</a></p> </li> </ul></div> </body> </html>
andybluntish/grunt-xsltproc
test/expected/params.html
HTML
mit
732
<md-dialog flex="75"> <md-dialog-content layout="column" style="height: 500px; overflow-y: hidden;"> <md-toolbar layout="row" layout-align="space-around center"><h2>Configure Parameters</h2></md-toolbar> <md-data-table-toolbar ng-show="selected.length > 0"> <md-button class="md-default md-raised" ng-click="removeParams()"> Remove {{selected.length}} {{selected.length > 1 ? 'parameters' : 'parameter'}} </md-button> </md-data-table-toolbar> <md-data-table-container> <table md-data-table style="margin-top:10px;" md-row-select="selected" class="container-fluid"> <thead md-head> <tr md-row> <th class="col-md-1"></th> <th md-column class="col-md-2">Alias</th> <th md-column class="col-md-1">Data Type</th> <th md-column class="col-md-2">Value</th> <th md-column class="col-md-2" flex="">Direction</th> </tr> </thead> <tbody> <tr md-row md-auto-select ng-repeat="param in params"> <td> <md-checkbox ng-change="updateSelection(param)" ng-model="param.selected"></md-checkbox> </td> <td md-cell> <input class="k-textbox" type="text" ng-model="param.alias"/> </td> <td md-cell> <md-select ng-model="param.dataType"> <md-option ng-value="type" ng-repeat="type in datatypes">{{ type }}</md-option> </md-select> </td> <td md-cell ng-switch="param.dataType"> <input ng-switch-default class="k-textbox" type="text" ng-model="param.value"/> <input class="k-textbox" type="number" ng-switch-when="INTEGER" ng-model="param.value"/> <input class="k-textbox" type="number" ng-switch-when="INT64" ng-model="param.value"/> <input class="k-textbox" type="number" ng-switch-when="DECIMAL" step="0.1" ng-model="param.value"/> <md-datepicker ng-model="param.value" ng-switch-when="DATE"></md-datepicker> <input type="datetime" ng-switch-when="DATETIME" ng-model="param.value"/> <md-select ng-switch-when="LOGICAL" ng-model="param.value"> <md-option value="true">true</md-option> <md-option value="false">false</md-option> <md-option value="null">null</md-option> </md-select> </td> <td md-cell> <md-select ng-model="param.type"> <md-option value="input">Input</md-option> <md-option value="output">Output</md-option> <md-option value="inout">Input/Output</md-option> </md-select> </td> </tr> </tbody> </table> </md-data-table-container> </md-dialog-content> <md-dialog-actions> <md-button class="md-default md-raised" ng-click="addParam()">Add</md-button> <span flex></span> <md-button class="md-default md-raised" ng-click="close()">Cancel</md-button> <md-button class="md-primary md-raised" aria-label="Run" value="Run" ng-click="run()">Run</md-button> </md-dialog-actions> </md-dialog>
akera-io/akera-devstudio
www/app/html/run_proc_modal.html
HTML
mit
3,122
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Culture-Strategy Fit Inc. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492278848592&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=12493&V_SEARCH.docsStart=12492&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=12491&amp;V_DOCUMENT.docRank=12492&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492278874033&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567161862&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=12493&amp;V_DOCUMENT.docRank=12494&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492278874033&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567156240&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Culture-Strategy Fit Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Culture-Strategy Fit Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.culturestrategyfit.com" target="_blank" title="Website URL">http://www.culturestrategyfit.com</a></p> <p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 19 Colonel Sharpe Cres.<br/> UXBRIDGE, Ontario<br/> L9P 1T7 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 19 Colonel Sharpe Cres.<br/> UXBRIDGE, Ontario<br/> L9P 1T7 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (905) 887-8783 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (866) 550-8781</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (905) 887-8782</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Culture-Strategy Fit Inc. (CSF) is a leading organizational culture <br>assessment firm, conducting groundbreaking work in leveraging culture to drive strategy and performance. We have over 12 years research into culture fit to strategy, an array of innovative diagnostic approaches and a team of culture change experts to support our diagnostic and culture change work. The focus of our firm is on the provision of tools and techniques to help organizations uncover the way the current culture is operating in support of the vision, strategy and goals, to awaken leader understanding of whether culture is acting as an accelerator or drag to achievement of strategic direction and provide the mechanisms that lead to practical plans of action to address priority areas for attention.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Sherrill Burns </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Partner/Associate </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (905) 887-8781 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1999 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541619 - Other Management Consulting Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Culture Snapshot<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A culture assessment survey and report which identifies organizational culture strengths and opportunity areas, implications for future success and recommendations <br> <br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Sherrill Burns </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Partner/Associate </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (905) 887-8781 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> [email protected] </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1999 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541619 - Other Management Consulting Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Culture Snapshot<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A culture assessment survey and report which identifies organizational culture strengths and opportunity areas, implications for future success and recommendations <br> <br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-02-24 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
GoC-Spending/data-corporations
html/234567066892.html
HTML
mit
34,733
<!--<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">--> <div class="col-sm-10 col-md-12 main"> <h2 class="sub-header">Interview Dashboard</h2> <br /> <canvas id="polar-area" class="chart chart-pie" chart-data="data" chart-labels="labels" chart-options="options"> </canvas> </div>
dennisjohn13/SmartTracker
components/dashboard/smtAppDashboard.html
HTML
mit
316
<p>No. They are not. A student got some problem in a C exercise and cannot run it correctly. The problem is</p> <div class="highlighter-rouge"><pre class="highlight"><code>A string includes sub-strings, made-up of alphabetic and numeric characters, and delimited by the full-stop ‘‘.’’ char- acter. Write the function node_t *splitStr (char *str); which receives such a string as parameter str and it returns the pointer to a list in which each element includes a sub-string defined in a dynamic way. </code></pre> </div> <p>and her solution is following</p> <div class="highlighter-rouge"><pre class="highlight"><code>#include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; #include &lt;string.h&gt; typedef struct node { char *string; struct node *next; }node_t; node_t *splitStr(char *str); node_t *insert(node_t *p,node_t *list); void printlist(node_t *head); int main(int argc, const char * argv[]) { char *str="a.bb.ccc.dddd.eeeee.fffff"; node_t *result; result=splitStr(str); printlist(result); return 0; } node_t *splitStr(char *str) { node_t *list = NULL; char *p,*q,c; p=str; q=str; while(1){ while (*q != '.' &amp;&amp; *q != '\0'){ q++; } c=*q; *q='\0'; node_t *n = malloc(sizeof(node_t)); n-&gt;string = strdup(p); list = insert(n, list); if(c !='\0'){ p=q+1; q++; } else{ break; } } return list; } node_t *insert(node_t *n,node_t *list){ if(list == NULL){ list=n; list-&gt;next=NULL; return list; } else { n-&gt;next=list; list=n; return list; } } void printlist(node_t *head){ if(head==NULL){ return; } printf("%s",head-&gt;string); printf(" -&gt; "); printlist(head-&gt;next); } </code></pre> </div> <p>It’s a good work and the logic seems quite right, but everytime it runs, we get access error, which means we are accessing illegal memory.</p> <p>The reason is that the following two declarations have completely different representations in memory:</p> <div class="highlighter-rouge"><pre class="highlight"><code>char *str1 = "fat"; char str2[] = "hat"; </code></pre> </div> <p>In the first delcaration, you cannot do <code class="highlighter-rouge">str1[0] = 'c';</code> nor <code class="highlighter-rouge">*(str1 + 1) = cat</code>, or in other words, str1 is a constant; but in the second string you can do both. The reason it that <code class="highlighter-rouge">str1</code> is far away from where the string <code class="highlighter-rouge">fat</code> is stored, so <code class="highlighter-rouge">str1 + 1</code> does not points to the second character in the string, but an undefined memory.</p>
SHiL0NG/web
_posts/_site/2017-01-26-are-char-pointer-and-char-array-equivalent.html
HTML
mit
2,828
<html> <head> <title>Handling Form Events with JavaScript</title> <script language="JavaScript"> function getUserInfo() { alert("Your user name is " + fGetUserInfo.tUserName.value); } function validate() { var valid=false; var email = fGetUserInfo.tEmailAddress.value; if(email.indexOf("@")>0) { valid=true; } else { alert("Email is not valid!"); } } </script> </head> <body> <form id="fGetUserInfo" onSubmit="getUserInfo()"> Enter your user name: <input type="text" id="tUserName" /><br/> Enter your email address: <input type="text" id="tEmailAddress" onBlur="validate()" /><br/> <input type="submit" value="Submit"/>&nbsp;&nbsp;<input type="reset" value="Reset" /> </form> </body> </html>
skaggej/html
JavaScript Basic/Solution/MyExamples/SkaggsFormEvents.html
HTML
mit
734
{% extends 'layout.html' %} {% set active_page = "contact" %} {% block content %} <div class="text-center"> <h2>Contact me via the options below:</h2> <p> <a href="mailto:[email protected]?subject=Contact%20through%20website"> <img src="{{ get_asset('images/email.png') }}" /> </a> <a href="http://twitter.com/A_Gifford"> <img src="{{ get_asset('images/twitter.png') }}" /> </a> <a href="http://www.linkedin.com/in/abigailgifford"> <img src="{{ get_asset('images/linkedin.png') }}" /> </a> </p> </div> {% endblock %}
joshfinnie/amgifford.com
_source/contact/index.html
HTML
mit
602
<template name="chatWindowDashboard"> <section class="messages-container" id="{{windowId}}"> <head class="fixed-title"> <div class="burger"> <i></i> <i></i> <i></i> </div> <h2> <a href="#favorite" class="toggle-favorite"><i class="{{favorite}}"></i></a> <i class="{{roomTypeIcon}}"></i> <span class="room-title {{editingTitle}}">{{roomName}}</span> {{#if canEditName}} <input type="text" id="room-title-field" class="{{showEditingTitle}}" value="{{roomNameEdit}}"> <a href="#edit" class="edit-room-title"><i class="icon-pencil"></i></a> {{/if}} </h2> </head> <div class="messages-box"> <div class="wrapper"> <ul> {{#if hasMore}} <li class="load-more"> <button class="button secondary load-more {{isLoading}}">{{_ "general.Load_more"}}</button> </li> {{else}} <li class="chat-begin"> <span>{{_ "chatWindowDashboard.Start_of_conversation"}}</span> </li> {{/if}} {{#each messagesHistory}} {{#if newDate}} <li class="date"> <span>{{messageDate}}</span> </li> {{/if}} {{> chatMessageDashboard data=this}} {{/each}} {{#each messages}} {{#unless showTyping}} {{#if newDate}} <li class="date"> <span>{{messageDate}}</span> </li> {{/if}} {{> chatMessageDashboard data=this scroll="true"}} {{/unless}} {{/each}} </ul> </div> <div class="new-message not"> <i class="icon-down-big"></i> <span>{{_ "chatWindowDashboard.New_messages"}}</span> </div> </div> {{> messagePopup popupEmojiConfig}} {{> messagePopup popupChannelConfig}} {{> messagePopup popupUserConfig}} <footer class="footer"> <form class="message-form" method="post" action="/"> <div> <!--input type="text" class="input-message" value="" /--> <textarea name="msg" class="input-message"></textarea> <i class="icon-paper-plane" title="{{_ "chatWindowDashboard.Send_Message"}}"></i> </div> <div class="users-typing"> {{#with usersTyping}} <strong>{{users}}</strong> {{#if multi}} {{#if selfTyping}} {{_ "chatWindowDashboard.are_also_typing"}} {{else}} {{_ "chatWindowDashboard.are_typing"}} {{/if}} {{else}} {{#if selfTyping}} {{_ "chatWindowDashboard.is_also_typing"}} {{else}} {{_ "chatWindowDashboard.is_typing"}} {{/if}} {{/if}} {{/with}} </div> </form> </footer> </section> <section class="flex-tab"> <div class="control"> <button class="more"><span class="arrow {{arrowPosition}}"></span></button> {{#if canAddUser}} <form class="search-form" role="form"> <div class="input-line search"> {{> inputAutocomplete settings=autocompleteSettingsAddUser id="user-add-search" class="search" placeholder=tAddUsers}} <i class="icon-plus"></i> </div> </form> {{else}} {{#if isChannel}} <form class="search-form" role="form"> <div class="input-line search"> {{> inputAutocomplete settings=autocompleteSettingsRoomSearch id="room-search" class="search" placeholder=tQuickSearch autocomplete="off"}} <i class="icon-search"></i> </div> </form> {{/if}} {{/if}} </div> <div class="content"> {{#if isGroupChat}} <div class="list-view{{#if $.Session.get 'showUserInfo'}} -hidden{{/if}}"> {{#with roomUsers}} <div class="status"> <h2>{{_ "chatWindowDashboard.Members_List"}}</h2> {{!--<p> {{{_ "chatWindowDashboard.Showing_online_users" totalOnline total}}} <button class="see-all">{{seeAll}}</button> </p>--}} </div> <ul class='list cf_'> {{#each users}} {{> userImageProfile}} {{/each}} </ul> {{/with}} </div> <div class="user-view animated{{#unless $.Session.get 'showUserInfo'}} -hidden{{/unless}}"> {{#with flexUserInfo}} <div class="about cf_"> <div class="thumb"> {{> avatar userId=uid}} </div> <div class="info"> <h3>{{name}}</h3> {{#if contactCode}} <div class="contact-code">{{_ "general.Contact"}} {{contactCode}}</div> {{/if}} {{!-- {{#each emails}} <p><i class="icon-mail"></i> {{address}}</p> {{/each}} {{#if phone}} <p><i class="icon-phone"></i> {{phone}}</p> {{/if}} --}} </div> </div> <nav> <button class='button secondary back'><span>{{_ "chatWindowDashboard.View_All"}} <i class='icon-angle-right'></i></span></button> <button class='button pvt-msg'><span><i class='icon-chat'></i> {{_ "general.Conversation"}}</span></button> </nav> {{/with}} </div> {{else}} <div class="user-view"> {{#with userData}} <div class="about cf_"> <div class="thumb"> {{> avatar userId=uid}} </div> <div class="info"> <h3>{{name}}</h3> {{#if contactCode}} <div class="contact-code">{{_ "general.contact"}} {{contactCode}}</div> {{/if}} {{!-- {{#each emails}} <p><i class="icon-mail"></i> {{address}}</p> {{/each}} {{#each phone}} <p><i class="icon-phone"></i> {{phoneNumber}}</p> {{/each}} --}} </div> </div> {{/with}} </div> {{/if}} </div> </section> </template>
llaraujo/Rocket.Chat
client/views/app/chatWindowDashboard.html
HTML
mit
5,471
--- layout: base --- {% if site.inc.cover_image %} <div class="article-cover"> <div> <img src="/images/{{ site.inc.cover_image }}" class="image"> </div> </div> {% endif %} <div class="container"> <!-- <h1 style="font-style:italic">About me</h1> <p>&#160; &#160; &#160; &#160;长期的工作和生活,可以学习和积累很多有用、有趣的东西。此网站的目的就在于将平时思考和积累的东西进行总结,并分享给大家。同时,欢迎交流。</p> --> <br/> <h1 style="font-style:italic">Contact me</h1> {% if site.inc.weibo %} <div>Follow me on <a href="https://weibo.com/{{ site.inc.weibo }}" title="Follow on weibo" target="_blank" style="font-style:italic">sina weibo</a></div> {% endif %} {% if site.inc.github %} <div>Follow me on <a href="https://github.com/{{ site.inc.github }}" title="Follow on github" target="_blank" style="font-style:italic">github</a></div> {% endif %} {% if site.inc.linkedin %} <div>Know me on <a href="http://www.linkedin.com/pub/{{ site.inc.linkedin }}" title="Follow on linkedin" target="_blank" style="font-style:italic">linkedin</a></div> {% endif %} <div>E-mail to me: <a href="mailto:[email protected]" style="font-style:italic">[email protected]</a></div> <p>中国. 杭州</p> <br/> </div>
Skyouth1010/Skyouth1010.github.io
about.html
HTML
mit
1,361
<div class='menu'> <span class='home'> <a href='.'>Home</a> </span> <span class='about'> <a href='about/'>About</a> </span> <span class='downloads'> <a href='docs/'>Source / Documentation / Downloads</a> </span> <span class='contact'> <a href='contact/'>Contact</a> </span> </div>
mmetcalfe/nubots-website
partials/_menu.html
HTML
mit
313
<!doctype> <html> <head> <!-- Hey, let's be friends! twitter.com/pubnub --> <title>PubNub Presence SSL Test</title> <meta http-equiv=content-type content=text/html;charset=utf-8> <style type=text/css> #instructions { font-size: 50px; } #disconnect { font-size: 50px; cursor: pointer; } </style> </head> <body> <div id=instructions> Open the <a target=console href=http://www.pubnub.com/console?channel=my_channel&origin=pubsub.pubnub.com>Developers Console</a> and watch the presence events section to ensure join/leave. </div> <button id=disconnect>Leave</button> <!-- PUBNUB AT BOTTOM --> <div id=pubnub ssl=on origin=pubsub.pubnub.com></div> <script src=../pubnub-3.4.js></script> <script>(function(){ var p = PUBNUB.init({ publish_key : "demo", subscribe_key : "demo", ssl : true, origin : 'pubsub.pubnub.com' }); p.subscribe({ channel : "my_channel", callback : log, connect : function(){ log('connect') }, disconnect : function(){ log('disconnect') }, reconnect : function(){ log('reconnect') } }); p.bind( 'mousedown,touchstart', p.$('disconnect'), function() { p.unsubscribe({ channel : "my_channel" } ); } ); function log(m) { var data = JSON.stringify(m) , div = PUBNUB.create('div'); div.innerHTML = data; console.log(data); PUBNUB.search('body')[0].appendChild(div); } })();</script> </body> </html>
cozza13/tipochat
core/3.4/tests/presence-ssl.html
HTML
mit
1,560
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tree-diameter: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / tree-diameter - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> tree-diameter <small> 8.5.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-18 22:12:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-18 22:12:38 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.9.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/tree-diameter&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/TreeDiameter&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:program verification&quot; &quot;keyword:trees&quot; &quot;keyword:paths&quot; &quot;keyword:graphs&quot; &quot;keyword:distance&quot; &quot;keyword:diameter&quot; &quot;category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; ] authors: [ &quot;Jean-Christophe Filliâtre &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/tree-diameter/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/tree-diameter.git&quot; synopsis: &quot;Diameter of a binary tree&quot; description: &quot;&quot;&quot; This contribution contains the verification of a divide-and-conquer algorithm to compute the diameter of a binary tree (the maxmimal distance between two nodes in the tree).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/tree-diameter/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=2efced5402f7dd09bba68d87ac57e38f&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-tree-diameter.8.5.0 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0). The following dependencies couldn&#39;t be met: - coq-tree-diameter -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-tree-diameter.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.05.0-2.0.6/released/8.9.0/tree-diameter/8.5.0.html
HTML
mit
7,267
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>generic-environments: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.2 / generic-environments - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> generic-environments <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-08 19:39:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 19:39:34 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;http://lacl.u-pec.fr/polonowski/Develop/Generic_Env/gen-env.html&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/GenericEnvironments&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: generic environments&quot; &quot;keyword: typing&quot; &quot;keyword: type theory&quot; &quot;category: Mathematics/Logic/Type theory&quot; ] authors: [ &quot;Emmanuel Polonowski &lt;[email protected]&gt; [http://lacl.u-pec.fr/polonowski/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/generic-environments/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/generic-environments.git&quot; synopsis: &quot;Generic_Environments&quot; description: &quot;&quot;&quot; Generic_Environments is a library which provides an abstract data type of environments, as a functor parameterized by a module defining variables, and a function which builds environments for such variables with any Type of type. Usual operations over environments are defined, along with an extensive set of basic and more advanced properties. Moreover, an implementation using lists satisfying and all the required properties is provided.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/generic-environments/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=d33b9fb840a7904e7ae8d63fbf1a2f91&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-generic-environments.8.10.0 coq.8.7.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.2). The following dependencies couldn&#39;t be met: - coq-generic-environments -&gt; coq &gt;= 8.10 -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-generic-environments.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.2/generic-environments/8.10.0.html
HTML
mit
7,482
<html> <head> <title>Jonathan Ree's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#include virtual="nav.txt" --> <div class="page"> <h1>Jonathan Ree's panel show appearances</h1> <p>Jonathan Ree has appeared in <span class="total">1</span> episodes between 2010-2010. <a href="https://en.wikipedia.org/wiki/Jonathan_R%C3%A9e">Jonathan Ree on Wikipedia</a>.</p> <div class="performerholder"> <table class="performer"> <tr style="vertical-align:bottom;"> <td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2010</span></td> </tr> </table> </div> <ol class="episodes"> <li><strong>2010-05-13</strong> / <a href="../shows/iot.html">In Our Time</a></li> </ol> </div> </body> </html>
slowe/panelshows
people/0oqnaeoj.html
HTML
mit
977
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>Éditeur 3D: Main Page</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Éditeur 3D &#160;<span id="projectnumber">1.0</span> </div> <div id="projectbrief">Un simple éditeur 3D, projet de fin d&#39;année</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li class="current"><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('index.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">Éditeur 3D Documentation</div> </div> </div><!--header--> <div class="contents"> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Sat Jul 25 2015 12:26:07 for Éditeur 3D by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.9.1 </li> </ul> </div> </body> </html>
Aztyu/Editeur-3D
documentation/doxygen/html/index.html
HTML
mit
4,490
--- title: "NNet starter" date: 2019-09-12 layout: post categories: tags: - cours - nnet - article published: true comments: --- <div id="table-of-contents"> <h2>Table of Contents</h2> <div id="text-table-of-contents"> <ul> <li><a href="#org4af2468">1. Expected road-map</a> <ul> <li><a href="#org10cb02c">1.1. First day : 01/07, from 9h to 17h (with breaks)</a></li> <li><a href="#org371df61">1.2. Second day : 02/07, from 9h to 17h (with breaks)</a></li> </ul> </li> <li><a href="#org0f963df">2. NNet basics</a></li> <li><a href="#org0961acb">3. Pytorch basics</a></li> </ul> </div> </div> <hr> <p> This page is dedicated to a 2-days course on Neural network with application to natural language processing (NNet for NLP). The drive with all the ressources <a href="https://drive.google.com/open?id=1s-ibINXu4wVHTbOHlaFtIjj_ewtSZUUL">is here</a>. </p> <div id="outline-container-org4af2468" class="outline-2"> <h2 id="org4af2468"><span class="section-number-2">1</span> Expected road-map</h2> <div class="outline-text-2" id="text-1"> </div> <div id="outline-container-org10cb02c" class="outline-3"> <h3 id="org10cb02c"><span class="section-number-3">1.1</span> First day : 01/07, from 9h to 17h (with breaks)</h3> <div class="outline-text-3" id="text-1-1"> <p> Courses on: </p> <ul class="org-ul"> <li>From logistic regression to NNet</li> <li>Machine learning basics</li> <li>NNet for NLP</li> </ul> <p> And lab sessions on: </p> <ul class="org-ul"> <li>Pytorch basics,</li> <li>Logistic regression</li> <li>Text classification</li> </ul> </div> </div> <div id="outline-container-org371df61" class="outline-3"> <h3 id="org371df61"><span class="section-number-3">1.2</span> Second day : 02/07, from 9h to 17h (with breaks)</h3> <div class="outline-text-3" id="text-1-2"> <p> Courses on: </p> <ul class="org-ul"> <li>Sequence models</li> <li>Neural Machine translation</li> <li>ELMo and BERT</li> </ul> <p> And lab sessions on: </p> <ul class="org-ul"> <li>Convolution for text classification</li> <li>Sequence tagging</li> </ul> </div> </div> </div> <div id="outline-container-org0f963df" class="outline-2"> <h2 id="org0f963df"><span class="section-number-2">2</span> NNet basics</h2> <div class="outline-text-2" id="text-2"> <p> To introduce neural networks, start with the <a href="https://www.youtube.com/watch?v=SGZ6BttHMPw&amp;list=PL6Xpj9I5qXYEcOhn7TqghAJ6NAPrNmUBH">videos from Hugo Larochelle</a>. The roadmap is </p> <ul class="org-ul"> <li>Capsules 1.1 to 1.6 : the artificial neuron and the feed-forward architecture (definition)</li> <li>Capsules 2.1 to 2.11: training basics</li> </ul> </div> </div> <div id="outline-container-org0961acb" class="outline-2"> <h2 id="org0961acb"><span class="section-number-2">3</span> Pytorch basics</h2> <div class="outline-text-2" id="text-3"> <p> Download <a href="https://drive.google.com/file/d/11qZE0AcXx6EanJq4wS8bY34PmGhMZX0S/view?usp=sharing">this notebook</a> and run it with jupyter. To get the tools you can install anaconda3 and then pytorch. </p> <p> PyTorch is python module. If you need a python refresher: </p> <ul class="org-ul"> <li><a href="https://learnpythonthehardway.org/python3/">https://learnpythonthehardway.org/python3/</a></li> <li>A good free book <a href="http://www.diveintopython.net/toc/index.html">Dive in python</a> that covers the basics and essentials.</li> <li>Otherwise (<b>in French</b>) the wiki site <a href="http://fr.wikibooks.org/wiki/Apprendre_%C3%A0_programmer_avec_Python">Apprendre à  programmer en python</a>.</li> <li>And of course don't forget to take a look to the standard documentation in <a href="http://www.afpy.org/doc/python/2.7/tutorial/index.html">French</a> or in <a href="https://docs.python.org/2/tutorial/index.html">in English</a></li> <li>More practicing: <a href="https://github.com/gregmalcolm/python_koans">https://github.com/gregmalcolm/python_koans</a></li> </ul> <p> Numpy is one of the core library for scientific computing in Python. It provides a high-performance multidimensional array object, and tools for working with these arrays. </p> <ul class="org-ul"> <li>A quick introduction to python and numpy and matplotlib: <a href="http://cs231n.github.io/python-numpy-tutorial/">http://cs231n.github.io/python-numpy-tutorial/</a></li> <li>With Numpy exercises: <a href="https://github.com/rougier/numpy-100">https://github.com/rougier/numpy-100</a></li> <li>If you are already familiar with MATLAB: <a href="http://scipy.github.io/old-wiki/pages/NumPy_for_Matlab_Users">http://scipy.github.io/old-wiki/pages/NumPy_for_Matlab_Users</a></li> <li>And for R users : <a href="http://mathesaurus.sourceforge.net/r-numpy.html">http://mathesaurus.sourceforge.net/r-numpy.html</a></li> </ul> <p> Using python can be easier with ipython, look at this tutorial: <a href="http://cs231n.github.io/ipython-tutorial/">http://cs231n.github.io/ipython-tutorial/</a>. If you like more standard IDE : <a href="https://www.jetbrains.com/pycharm-edu/">https://www.jetbrains.com/pycharm-edu/</a> </p> </div> </div>
Allauzen/Allauzen.github.io
articles/NNet_Starter.html
HTML
mit
5,042
{% extends 'bookchook/base.html' %} {% block content %} <form method="POST" class="book-form" onsubmit="wipeCookies()">{% csrf_token %} <div class="container"> <div class="backer"> <h1 class="search-header">Edit book</h1> <label>Name:</label>{{ form.name }} <br/> <label>Author:</label>{{ form.author }} <br/> <label>Series:</label>{{ form.series }} <a href="{% url 'series_new' %}" class="table-link"><span class="glyphicon glyphicon-plus"></span>Add Series</a> <br/> <span id="seriesNumber"> <label class="long-label">Number in Series:</label>{{ form.number }} </span> <br/> <label>Location:</label>{{ form.location }} <br/> <label>Tags:</label> <span data-tip="Enter words separated by commas" class="tag-box"> {{ tags.tags }} </span> <br/> <label>Comment:</label> {{ form.comment }} <br/><br/> <div class="save-container"> <button type="submit" class="save btn btn-default">Save</button> </div> </div> </div> </form> <br/> <br/> {% if messages %} {% for message in messages %} <div class="info"> <p class="info-text">{{message}}</p> </div> {% endfor %} {% endif %} {% endblock %}
tombasche/BookChook
bookchook/templates/bookchook/book_form.html
HTML
mit
1,406
<section class="thirteen columns"> <h1>Initiatives</h1> <article> <header> <h1>MongoDB Unversity</h1> <span><address>MongoDB University</address><time>2016</time></span> </header> <p> Courses: MongoDB for Developers. </p> </article> <article> <header> <h1>DataCamp</h1> <span><address>DataCamp</address><time>2016 to present</time></span> </header> <p> Courses: Data Analysis Path. </p> </article> </section>
merbot/merbot.github.io
_includes/initiatives.html
HTML
mit
564
<!DOCTYPE html> <html ng-app> <head> <title>directive-bind-template</title> <script src='../js/angular.js'></script> </head> <body> <h2>directive bind-template</h2> <div ng-init='fisrt="hello"; second="angular"'> <span ng-bind-template="{{ fisrt }} {{ second }}"></span> </div> </body> </html>
e-pan/GG
angular/directive/directive-bind-template.html
HTML
mit
347
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Sun Dec 11 02:01:59 EET 2011 --> <TITLE> Uses of Class edu.cmu.cs.stage3.alice.core.visualization.ModelVisualization </TITLE> <META NAME="date" CONTENT="2011-12-11"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class edu.cmu.cs.stage3.alice.core.visualization.ModelVisualization"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/visualization/ModelVisualization.html" title="class in edu.cmu.cs.stage3.alice.core.visualization"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?edu/cmu/cs/stage3/alice/core/visualization//class-useModelVisualization.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ModelVisualization.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>edu.cmu.cs.stage3.alice.core.visualization.ModelVisualization</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/visualization/ModelVisualization.html" title="class in edu.cmu.cs.stage3.alice.core.visualization">ModelVisualization</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#edu.cmu.cs.stage3.alice.core.property"><B>edu.cmu.cs.stage3.alice.core.property</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="edu.cmu.cs.stage3.alice.core.property"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/visualization/ModelVisualization.html" title="class in edu.cmu.cs.stage3.alice.core.visualization">ModelVisualization</A> in <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/property/package-summary.html">edu.cmu.cs.stage3.alice.core.property</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/property/package-summary.html">edu.cmu.cs.stage3.alice.core.property</A> that return <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/visualization/ModelVisualization.html" title="class in edu.cmu.cs.stage3.alice.core.visualization">ModelVisualization</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/visualization/ModelVisualization.html" title="class in edu.cmu.cs.stage3.alice.core.visualization">ModelVisualization</A></CODE></FONT></TD> <TD><CODE><B>ModelVisualizationProperty.</B><B><A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/property/ModelVisualizationProperty.html#getModelVisualizationValue()">getModelVisualizationValue</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/property/package-summary.html">edu.cmu.cs.stage3.alice.core.property</A> with parameters of type <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/visualization/ModelVisualization.html" title="class in edu.cmu.cs.stage3.alice.core.visualization">ModelVisualization</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/property/ModelVisualizationProperty.html#ModelVisualizationProperty(edu.cmu.cs.stage3.alice.core.Element, java.lang.String, edu.cmu.cs.stage3.alice.core.visualization.ModelVisualization)">ModelVisualizationProperty</A></B>(<A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/Element.html" title="class in edu.cmu.cs.stage3.alice.core">Element</A>&nbsp;owner, java.lang.String&nbsp;name, <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/visualization/ModelVisualization.html" title="class in edu.cmu.cs.stage3.alice.core.visualization">ModelVisualization</A>&nbsp;defaultValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../edu/cmu/cs/stage3/alice/core/visualization/ModelVisualization.html" title="class in edu.cmu.cs.stage3.alice.core.visualization"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../../index.html?edu/cmu/cs/stage3/alice/core/visualization//class-useModelVisualization.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ModelVisualization.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
ai-ku/langvis
doc/edu/cmu/cs/stage3/alice/core/visualization/class-use/ModelVisualization.html
HTML
mit
9,996
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">畫餅充饑</td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/1000-1999/1676-33.html
HTML
mit
571
https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=7204
andrewdefries/ToxCast
Figure4/FDA_Pesticides/PCID_7204.html
HTML
mit
62
<div class="note-item"> <h3 editable-text="item.title" class="note-title">{{ item.title }}</h3> <p class="note-content">{{ item.position }} {{ item.noteContent }}</p> </div>
xuorig/team-board
app/assets/javascripts/templates/note.html
HTML
mit
177
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery Mobile Docs - Content formatting</title> <link rel="stylesheet" href="../../css/themes/default/jquery.mobile-1.1.0.css" /> <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/> <script src="../../js/jquery.js"></script> <script src="../../docs/_assets/js/jqm-docs.js"></script> <script src="../../js/jquery.mobile-1.1.0.js"></script> </head> <body> <div data-role="page" class="type-index"> <div data-role="header" data-theme="f"> <h1>Content formatting</h1> <a href="../../index.html" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a> <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a> </div><!-- /header --> <div data-role="content"> <p>The content of pages in jQuery Mobile is completely open-ended, but the jQuery Mobile framework provides a number of helpful tools and widgets &mdash; such as collapsible panels and multiple-column grid layouts &mdash; to make it easy to format your content for mobile devices.</p> <ul data-role="listview" data-inset="true"> <li><a href="content-html.html">Basic HTML styles</a></li> <li><a href="content-grids.html">Layout grids (columns)</a></li> <li><a href="content-collapsible.html">Collapsible content blocks</a></li> <li><a href="content-collapsible-set.html">Collapsible sets (accordions)</a></li> <li><a href="content-themes.html">Theming content</a></li> <!--<li><a href="api-content.html">API documentation</a></li>--> </ul> </div><!-- /ui-body wrapper --> </div><!-- /page --> </body> </html>
krish24/symfony2-cdominguez
src/Base/JQueryUIBundle/Resources/public/plugins/mobile/demos/docs/content/index.html
HTML
mit
1,744
<HTML><HEAD> <TITLE>Review for Kissed (1996)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0116783">Kissed (1996)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Alex+Fung">Alex Fung</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> KISSED A film review by Alex Fung Copyright 1996 Alex Fung</PRE> <P>Starring Molly Parker, Peter Outerbridge, Jay Brazeau, Natasha Morley Screenplay by Angus Fraser and Lynne Stopkewich, based on the short story by Barbara Gowdy Produced by Dean English and Lynne Stopkewich Directed by Lynne Stopkewich Running time: 78 minutes</P> <PRE>Me: **** (out of four stars)</PRE> <PRE> Note: Some may consider portions of the following text to be spoilers. Be forewarned.</PRE> <P>It's tough to make a thoughtful and tasteful film about a taboo subject like necrophilia, rather than simply taking the easy way out via an exploitation film or going for shock value. Eschewing a brazenly outrageous or exploitive tact on the film's decidedly taboo subject matter, Lynne Stopkewich's first feature film KISSED is a magnificent, beautiful piece of work, wonderfully written, acted, and shot.</P> <P>Even as a child, Sandra Larson (played by Natasha Morley as a child; Molly Parker portrays the adult Sandra) is fascinated by the beauty and stillness of death, collecting dead rodents and other small animals from the woods in order to perform intricate rituals. Sandra strips, dances, and lovingly caresses the dead animals against herself in order to claim their essence before carefully burying them.</P> <P>Years pass, but Sandra's interest remains. Quitting her job at a flower shop, she gets a job at a funeral parlour and studies embalming. She gets a boyfriend too, Matt (played by Peter Outerbridge), a young medical student taking some time off. When Sandra reveals her secret to him, Matt's reaction is not that of disgust or horror, but curiousity. His passion for Sandra eventually spins out of control, leading to an inevitable conclusion which is poetic and poignant.</P> <P>Molly Parker gives a sensational performance as Sandra. With her photogenic freckled features and natural screen presence, she makes a compelling, engaging lead, and her take on her character is intriguing. Sandra is, for all intents and purposes, the girl next door (albeit a little quiet and withdrawn) with a striking little character quirk. Parker's dreamy narration throughout KISSED perfectly suits the tone of the film, and her timid mannerisms are wonderfully executed. She's a real revelation.</P> <P>The screenplay for KISSED is wonderfully written - sparse, well-paced, classy, and very clever. There are well-timed moments of dry humour, such as many of the scenes with Sandra's funeral parlour boss, and in an argument Sandra has with Matt, where she blurts out "I don't fuck everything that's dead!" It's particularly impressive that the screenwriters didn't succumb to the temptation to get overly clever with the plot, and allowed the film to flow to its natural conclusion.</P> <P>Stopkewich's poised direction of the film is first-rate and demonstrates remarkable proficiency for a debut feature. The film was clearly lovingly crafted, with virtually every shot well laid out; it's a stunningly beautiful film to watch. There's an incredibly surreal feel to the film, aided in part by the cool lighting as shot by cinematographer Gregory Middleton, and the music for KISSED, as handled by Don MacDonald, is orchestrated perfectly.</P> <P>KISSED simply will not be to everyone's taste. Despite being a completely tasteful film, there will be those who simply will not accept a film whose lead character is a necrophiliac, and will have the preconceived notion of a groteseque, disturbing film. My condolesences go to them, as they're missing a great movie. I'm keeping my eyes out for Lynne Stopkewich's next project.</P> <PRE>-- Alex Fung (<A HREF="mailto:[email protected]">[email protected]</A>)</PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/6010.html
HTML
mit
5,050
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="robots" content="noindex"> <title>File Application/Sonata/UserBundle/Document/Group.php</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> <h3>Namespaces</h3> <ul> <li> <a href="namespace-Acme.html"> Acme<span></span> </a> <ul> <li> <a href="namespace-Acme.BlogBundle.html"> BlogBundle<span></span> </a> <ul> <li> <a href="namespace-Acme.BlogBundle.Admin.html"> Admin </a> </li> <li> <a href="namespace-Acme.BlogBundle.Controller.html"> Controller </a> </li> <li> <a href="namespace-Acme.BlogBundle.DependencyInjection.html"> DependencyInjection </a> </li> <li> <a href="namespace-Acme.BlogBundle.Entity.html"> Entity </a> </li> <li> <a href="namespace-Acme.BlogBundle.Form.html"> Form </a> </li> <li> <a href="namespace-Acme.BlogBundle.Tests.html"> Tests<span></span> </a> <ul> <li> <a href="namespace-Acme.BlogBundle.Tests.Controller.html"> Controller </a> </li> </ul></li></ul></li> <li> <a href="namespace-Acme.UserBundle.html"> UserBundle<span></span> </a> <ul> <li> <a href="namespace-Acme.UserBundle.Admin.html"> Admin </a> </li> </ul></li></ul></li> <li> <a href="namespace-Application.html"> Application<span></span> </a> <ul> <li> <a href="namespace-Application.Sonata.html"> Sonata<span></span> </a> <ul> <li> <a href="namespace-Application.Sonata.UserBundle.html"> UserBundle<span></span> </a> <ul> <li> <a href="namespace-Application.Sonata.UserBundle.Controller.html"> Controller </a> </li> <li> <a href="namespace-Application.Sonata.UserBundle.Document.html"> Document </a> </li> <li> <a href="namespace-Application.Sonata.UserBundle.Entity.html"> Entity </a> </li> </ul></li></ul></li></ul></li> </ul> </div> <hr> <div id="elements"> <h3>Classes</h3> <ul> <li><a href="class-Application.Sonata.UserBundle.Entity.Group.html">Application\Sonata\UserBundle\Entity\Group</a></li> <li class="active"><a href="class-Application.Sonata.UserBundle.Entity.User.html">Application\Sonata\UserBundle\Entity\User</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value=""> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" class="text" placeholder="Search"> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li> <span>Namespace</span> </li> <li> <a href="class-Application.Sonata.UserBundle.Entity.User.html" title="Summary of Application\Sonata\UserBundle\Entity\User"><span>Class</span></a> </li> </ul> <ul> <li> <a href="deprecated.html" title="List of deprecated elements"><span>Deprecated</span></a> </li> <li> <a href="todo.html" title="Todo list"><span>Todo</span></a> </li> </ul> <ul> </ul> </div> <pre><code><span id="1" class="l"><a href="#1"> 1: </a><span class="xlang">&lt;?php</span> </span><span id="2" class="l"><a href="#2"> 2: </a> </span><span id="3" class="l"><a href="#3"> 3: </a><span class="php-comment">/** </span></span><span id="4" class="l"><a href="#4"> 4: </a><span class="php-comment"> * This file is part of the &lt;name&gt; project. </span></span><span id="5" class="l"><a href="#5"> 5: </a><span class="php-comment"> * </span></span><span id="6" class="l"><a href="#6"> 6: </a><span class="php-comment"> * (c) &lt;yourname&gt; &lt;youremail&gt; </span></span><span id="7" class="l"><a href="#7"> 7: </a><span class="php-comment"> * </span></span><span id="8" class="l"><a href="#8"> 8: </a><span class="php-comment"> * For the full copyright and license information, please view the LICENSE </span></span><span id="9" class="l"><a href="#9"> 9: </a><span class="php-comment"> * file that was distributed with this source code. </span></span><span id="10" class="l"><a href="#10">10: </a><span class="php-comment"> */</span> </span><span id="11" class="l"><a href="#11">11: </a> </span><span id="12" class="l"><a href="#12">12: </a><span class="php-keyword1">namespace</span> Application\Sonata\UserBundle\Document; </span><span id="13" class="l"><a href="#13">13: </a> </span><span id="14" class="l"><a href="#14">14: </a><span class="php-keyword1">use</span> Sonata\UserBundle\Document\BaseGroup <span class="php-keyword1">as</span> BaseGroup; </span><span id="15" class="l"><a href="#15">15: </a> </span><span id="16" class="l"><a href="#16">16: </a><span class="php-comment">/** </span></span><span id="17" class="l"><a href="#17">17: </a><span class="php-comment"> * This file has been generated by the EasyExtends bundle ( http://sonata-project.org/bundles/easy-extends ) </span></span><span id="18" class="l"><a href="#18">18: </a><span class="php-comment"> * </span></span><span id="19" class="l"><a href="#19">19: </a><span class="php-comment"> * References : </span></span><span id="20" class="l"><a href="#20">20: </a><span class="php-comment"> * working with object : http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/working-with-objects.html </span></span><span id="21" class="l"><a href="#21">21: </a><span class="php-comment"> * </span></span><span id="22" class="l"><a href="#22">22: </a><span class="php-comment"> * @author &lt;yourname&gt; &lt;youremail&gt; </span></span><span id="23" class="l"><a href="#23">23: </a><span class="php-comment"> */</span> </span><span id="24" class="l"><a href="#24">24: </a><span class="php-keyword1">class</span> Group <span class="php-keyword1">extends</span> BaseGroup </span><span id="25" class="l"><a href="#25">25: </a>{ </span><span id="26" class="l"><a href="#26">26: </a> <span class="php-comment">/** </span></span><span id="27" class="l"><a href="#27">27: </a><span class="php-comment"> * @var integer $id </span></span><span id="28" class="l"><a href="#28">28: </a><span class="php-comment"> */</span> </span><span id="29" class="l"><a href="#29">29: </a> <span class="php-keyword1">protected</span> <span class="php-var">$id</span>; </span><span id="30" class="l"><a href="#30">30: </a> </span><span id="31" class="l"><a href="#31">31: </a> <span class="php-comment">/** </span></span><span id="32" class="l"><a href="#32">32: </a><span class="php-comment"> * Get id </span></span><span id="33" class="l"><a href="#33">33: </a><span class="php-comment"> * </span></span><span id="34" class="l"><a href="#34">34: </a><span class="php-comment"> * @return integer $id </span></span><span id="35" class="l"><a href="#35">35: </a><span class="php-comment"> */</span> </span><span id="36" class="l"><a href="#36">36: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> getId() </span><span id="37" class="l"><a href="#37">37: </a> { </span><span id="38" class="l"><a href="#38">38: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>-&gt;id; </span><span id="39" class="l"><a href="#39">39: </a> } </span><span id="40" class="l"><a href="#40">40: </a>}</span></code></pre> <div id="footer"> API documentation generated by <a href="http://apigen.org">ApiGen</a> </div> </div> </div> <script src="resources/combined.js?f570479fb940a2708164b77b8deed4a3479bbd2b"></script> <script src="elementlist.js?f3317c00edcadc1003848fbec2359e6fc9a4cc9e"></script> </body> </html>
Raffaello/symfony2-example
doc/source-class-Application.Sonata.UserBundle.Document.Group.html
HTML
mit
8,027
<html><body> <h4>Windows 10 x64 (18363.836)</h4><br> <h2>_WHEA_EVENT_LOG_ENTRY_TYPE</h2> <font face="arial"> WheaEventLogEntryTypeInformational = 0n0<br> WheaEventLogEntryTypeWarning = 0n1<br> WheaEventLogEntryTypeError = 0n2<br> </font></body></html>
epikcraw/ggool
public/Windows 10 x64 (18363.836)/_WHEA_EVENT_LOG_ENTRY_TYPE.html
HTML
mit
265
<sky-toggle-switch ariaLabel="Super effective" [checked]="isChecked" [disabled]="isDisabled" [tabIndex]="customTabIndex" (toggleChange)="checkChanged($event)" > <sky-toggle-switch-label> Simple toggle </sky-toggle-switch-label> </sky-toggle-switch> <sky-toggle-switch *ngIf="multiple"> Option 2 </sky-toggle-switch>
blackbaud/skyux
libs/components/forms/src/lib/modules/toggle-switch/fixtures/toggle-switch.component.fixture.html
HTML
mit
329
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 選舉資料查詢 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>中選會選舉資料庫網站</title> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css"> <script type="text/javascript"> function AddToFaves_hp() { var is_4up = parseInt(navigator.appVersion); var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1; var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1; var thePage = location.href; if (thePage.lastIndexOf('#')!=-1) thePage = thePage.substring(0,thePage.lastIndexOf('#')); if (is_ie && is_4up && !is_mac) window.external.AddFavorite(thePage,document.title); else if (is_ie || document.images) booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60'); //booker_hp.focus(); } </script> </head> <body class="frame"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 標題:選舉資料庫網站 --> <div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;"> <div style="float: left;"> <img src="http://db.cec.gov.tw/images/main_title.gif" /> </div> <div style="width: 100%; height: 48px;"> <div style="text-align: center;"> <img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw" style="text-decoration: none;">回中選會網站</a> </span> </div> </div> <div style="width: 100%; height: 8px; background-color: #fde501;"> </div> </div> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 頁籤 --> <div style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;"> <div style="text-align: center;"> <a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a> <a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a> <!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> --> <!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> --> <a href="histQuery.jsp?voteCode=20120101T1A2&amp;qryType=ctks&amp;prvCode=06&amp;cityCode=008&amp;areaCode=02&amp;deptCode=010&amp;liCode=0199#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a> <a href="mailto:[email protected];[email protected]"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a> </div> </div> <div style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;"> </div> <div class="query"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 子頁面:查詢候選人得票數 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 標題 --> <div class="titlebox"> <div class="title"> <div class="head">第 08 屆 立法委員選舉(區域)&nbsp;候選人得票數</div> <div class="date">投票日期:中華民國101年01月14日</div> <div class="separator"></div> </div> </div> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 查詢:候選人得票數,縣市多選區,如區域立委 --> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" /> <!-- 投開票所表頭 --> <table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" > <tr class="title"> <td nowrap align="center">地區</td> <td nowrap align="center">姓名</td> <td nowrap align="center">號次</td> <td nowrap align="center">得票數</td> <td nowrap align="center">得票率</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap rowspan=2 align=center>嘉義縣第02選區大林鎮明和里第0258投開票所</td> <td nowrap align="center">陳明文</td> <td nowrap align="center">1</td> <td nowrap align="right">618</td> <td nowrap align="right"> 55.52%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">陳以真</td> <td nowrap align="center">2</td> <td nowrap align="right">495</td> <td nowrap align="right"> 44.47%</td> </tr> </table> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; "> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" /> </span> <span style="margin: 0px 10px 0px 10px; "> <a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a> </span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" /> </span> <span style="margin-right: 100px;">&nbsp;</span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" /> </span> <span style="margin: 0px 10px 0px 10px; "> <a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a> </span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" /> </span> </div> </div> </body> </html>
g0v/projectV
mirror/prvCode_07/cityCode_008-areaCode_02-deptCode_010/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_008-areaCode_02-deptCode_010-liCode_0199.html
HTML
mit
5,549
<link rel="ractive" href="./ItemColor.html"> <link rel="ractive" href="./ToggleWithItemColor.html"> <link rel="ractive" href="./Tabs.html"> <link rel="ractive" href="./Input.html"> <link rel="ractive" href="./Toggle.html"> <div id="config_page"> <div id="preview"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 355 355" enable-background="new 0 0 355 355" xml:space="preserve"> {{#if platform !== 'chalk' }} <g> <rect fill="{{ backgroundColor }}" x="33.635" y="11.156" width="287.73" height="335.685"/> <g fill="{{ timeColor }}"> <path d="M271.2,11.2l-5.8,10c-0.6,1-0.2,2.2,0.7,2.7c0.3,0.2,0.7,0.3,1,0.3c0.7,0,1.4-0.4,1.7-1l6.9-12H271.2z"/> <path d="M45.3,100l-11.6-6.7v4.6l9.6,5.6c0.3,0.2,0.7,0.3,1,0.3c0.7,0,1.4-0.4,1.7-1 C46.5,101.8,46.2,100.6,45.3,100z"/> <text text-anchor="middle" x="260" y="65" style="font-family:'Nupe-CondensedRegular'; font-size:42;">{{ military_time ? 13 : 1 }}</text> <text text-anchor="middle" x="67" y="130" style="font-family:'Nupe-CondensedRegular'; font-size:42;">51</text> </g> </g> {{else}} <circle fill="{{ backgroundColor }}" cx="177.5" cy="177.5" r="177.5"/> <g fill="{{ timeColor }}"> <path d="M263.8,22.4l-4.4,7.6c-0.6,1-0.2,2.2,0.7,2.8c0.3,0.2,0.7,0.3,1,0.3c0.7,0,1.4-0.4,1.8-1l4.4-7.6 C266.2,23.7,265,23,263.8,22.4z"/> <path d="M31.5,95.9c0.3,0.2,0.7,0.3,1,0.3c0.7,0,1.4-0.4,1.8-1c0.6-1,0.2-2.2-0.7-2.8l-8.9-5.1 c-0.7,1.2-1.4,2.3-2,3.5L31.5,95.9z"/> <text text-anchor="middle" x="250" y="70" style="font-family:'Nupe-CondensedRegular'; font-size:42;">{{ military_time ? 13 : 1 }}</text> <text text-anchor="middle" x="55" y="125" style="font-family:'Nupe-CondensedRegular'; font-size:42;">51</text> </g> {{/if}} <g> {{#if weather_enabled}} <text x="177" y="123" text-anchor="middle" fill="{{ infoColor }}" style="font-family:'Nupe-CondensedRegular'; font-size:42;">b18°</text> {{/if}} {{#if date_displayed}} <text x="255" y="195.5" text-anchor="middle" fill="{{ infoColor }}" style="font-family:'Nupe-CondensedRegular'; font-size:42;">31</text> {{/if}} {{#if platform != 'aplite' && health_enabled}} <text x="177" y="250" text-anchor="middle" fill="{{ infoColor }}" style="font-family:'Nupe-CondensedRegular'; font-size:42;">y8.5k</text> {{/if}} <text x="100" y="195.5" text-anchor="middle" fill="{{ infoColor }}" style="font-family:'Nupe-CondensedRegular'; font-size:42;">{{ btBatteryText }}</text> </g> <path fill="{{ hourHandColor }}" d="M177,184.4c-1.5,0-3.1-0.6-4.2-1.8c-2.3-2.3-2.3-6.1,0-8.5l55.2-55.2c2.3-2.3,6.1-2.3,8.5,0 c2.3,2.3,2.3,6.1,0,8.5l-55.2,55.2C180.1,183.8,178.5,184.4,177,184.4z"/> {{#if !rainbow_mode}} <path fill="{{ minuteHandColor }}" d="M177.5,184.3c-1.5,0.1-3.1-0.3-4.4-1.3l-80.3-66.1c-2.6-2.1-2.9-5.9-0.8-8.4c2.1-2.6,5.9-2.9,8.4-0.8 l80.3,66.1c2.6,2.1,2.9,5.9,0.8,8.4C180.5,183.4,179,184.2,177.5,184.3z"/> {{else}} <g> <path fill="#FF0000" d="M113.3,120.5c0.1,1.5-0.3,3.1-1.3,4.4c-2.1,2.6-5.9,2.9-8.4,0.8l-10.8-8.9c-2.6-2.1-2.9-5.9-0.8-8.4 c2.1-2.6,5.9-2.9,8.4-0.8l10.8,8.9C112.5,117.5,113.2,119,113.3,120.5z"/> <rect x="109.1" y="117.5" transform="matrix(-0.6358 0.7719 -0.7719 -0.6358 286.6337 119.6763)" fill="#FF5500" width="12" height="20"/> <rect x="124.6" y="130.1" transform="matrix(-0.6358 0.7719 -0.7719 -0.6358 321.9594 128.6248)" fill="#FFAA00" width="12" height="20.3"/> <rect x="140.7" y="142.9" transform="matrix(-0.6358 0.7719 -0.7719 -0.6358 358.4296 137.8651)" fill="#00AA00" width="12" height="21.3"/> <rect x="159" y="155.5" transform="matrix(-0.6358 0.7719 -0.7719 -0.6358 399.951 148.3838)" fill="#0055FF" width="12" height="26.1"/> </g> {{/if}} <circle fill="{{ rainbow_mode ? '#AA00FF' : hourHandColor }}" cx="177.5" cy="178.499" r="9.991"/> </svg> </div> <div id="preview_spacer"></div> <div id="content"> <div class="section"> <div>Themes</div> </div> <div id="theme_modal" class="modal"> <div class="modal-content"> <Input header="Write theme name" value="{{ themeName }}"/> <Tabs source="{{ themeSource }}" value="{{ overrideTheme }}" header="Select theme to override"/> <div class="item-container"> <div class="item-container-content"> <div class="item" id="modal_button_container"> <a class="item-button" on-click="closeModal">CANCEL</a> <a class="item-button" on-click="saveTheme:{{ themeName }},{{ overrideTheme }}">SAVE</a> </div> </div> </div> </div> </div> <div class="item-container"> <div class="item-container-content"> <div id="themes" class="item"> {{#each themes:i}} <input type="button" class="{{ selected_theme === i ? 'disabled' : ''}} secondary-button item-button theme-button {{ bw ? 'theme-button-n2' : 'theme-button-n4' }}" value="{{ name }}" on-click="theme_selected:{{ i }}"> {{/each}} </div> {{#if !bw }} <div class="button-container" id="save_theme_button_container"> <input id="save_theme_button" type="button" class="item-button secondary-button" value="SAVE CURRENT THEME" on-click="openModal"> </div> {{/if}} </div> </div> <div class="section"> </div> {{#if !bw }} <ItemColor color="{{ hour_hand_color }}" label="Hour hand color"/> <ToggleWithItemColor toggleLabel="Use rainbow minute hand" toggleValue="{{ rainbow_mode }}" colorItemValue="{{ minute_hand_color }}" colorItemLabel="Minute hand color" footer="Overrides color selection for the minute hand" toggleFirst/> <ItemColor color="{{ time_color }}" label="Numbers and ticks color"/> <ItemColor color="{{ background_color }}" label="Background color"/> {{/if}} <Toggle label="Vibrate every full hour" value="{{ vibrate_on_the_hour }}" footer="{{ platform === 'aplite' ? '' : 'Off during sleep tracked with Pebble Health' }}" /> <Toggle label="24h format" value="{{ military_time }}"/> <div class="section"> <div>Complications</div> </div> {{#if !bw }} <ItemColor color="{{ info_color }}" label="Color"/> {{/if}} <Toggle label="Date" value="{{ date_displayed }}" inverted/> <Toggle value="{{ weather_enabled }}" label="Weather"/> {{#if weather_enabled}} <div intro-outro='slide'> <Input header="Fixed location (empty to use phone location)" placeholder="Ex: Dublin,Ireland" value="{{ location }}"/> <Tabs source="{{ temparetureUnitSource }}" value="{{ temperature_unit }}" header="Temperature unit"/> <Tabs source="{{ refreshRateSource }}" value="{{ refresh_rate }}" header="Refresh rate"/> </div> {{/if}} {{#if platform != 'aplite'}} <Toggle value="{{ health_enabled }}" label="Steps (requires Pebble Health)"/> {{/if}} <Toggle value="{{ bluetoothIconEnabled }}" label="Bluetooth disconnected icon"/> {{#if bluetoothIconEnabled }} <div intro-outro='slide'> <Tabs source="{{ bluetoothSource }}" value="{{ bluetooth_icon }}"/> </div> {{/if}} <Toggle value="{{ batteryIconEnabled }}" label="Low battery icon"/> {{#if batteryIconEnabled }} <Tabs source="{{ batteryDisplayedAtSource }}" value="{{ battery_displayed_at }}" header="Display a battery icon when battery goes below"/> {{/if}} <div class="donation"> Minimalin is open source software. If you want, you can easily make a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZJYBKJHT2EXT4">donation here</a>. </div> <div class="item-container"> <div id="reset_button_container" class="button-container"> <input id="reset_button" type="button" class="item-button" value="RESET DEFAULT THEMES" on-click="reset-defaults"> </div> </div> </div> <div id="footer" class="item-container"> <div class="button-container"> <input id="submit_button" type="button" class="item-button" value="APPLY" on-click="save"> </div> </div> </div> <style> @font-face{ font-family:"Nupe-CondensedRegular"; src:url("./fonts/Nupe.ttf") format("truetype"); font-weight:normal; font-style:normal; font-variant:normal; } * { font-family: sans-serif; word-wrap: break-word; } #config_page { display: inline-block; min-width: 400px; } #content { min-width: 500px margin-top: 10px; padding-bottom: 40px; } .hidden { visibility: hidden; } .item-button:active:not(.disabled) { transform: translateY(1px); } .section { background-color: #eaeaea; height: 30px; } .section div { margin-top: 25px; margin-left: 10px; font-size: 14pt; font-weight: bold; } .subsection { height: 50px; } .subsection div { background: #F7F7F7; height: 100%; padding-top: 20px; padding-left: 10px; font-size: 14pt; font-weight: bold; } .item-container { margin-top: 0px; } .donation { padding: 10px 10px 0px 10px; font-size: 0.7em; } #reset_button_container { padding: 10px; } .modal { padding-top: 100px ; display: none; position: fixed; z-index: 2; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); } .modal-content { margin: auto auto auto; background-color: #f7f7f7; z-index: 5; padding: 20px; border: 1px solid #f7f7f7; border-radius: 4px; width: 80%; box-shadow: 0 19px 38px rgba(0,0,0,0.15), 0 15px 12px rgba(0,0,0,0.15); } .modal-content * { font-size: 14pt; } .modal-content .tab-button { font-size: 12pt; } .modal-content .item-container-content { border: 0px; } .modal-content .item-container:first-child { padding-bottom: 4px; } .modal-content .item { padding-top: 8px; } .modal-content .tab-button { padding: 6px 0; } .modal-content .item-input { padding: 10px 10px 4px 10px; } .modal-content .item-input-wrapper { height: 40px; } #modal_button_container .item-button { display: table-cell; position: relative; text-align: right; right: -1px; font-weight: 500; background-color: transparent; color: #ff4700; padding-top: 10px; } #modal_button_container { display: table; box-sizing: border-box; table-layout: fixed; position: relative; text-align: center; padding: 8px 10px 0px 0px; margin-left: 50%; right: 0px; width: 50%; margin-bottom: -10px; } #themes { margin: 10px 0; display: flex; justify-content: space-between; } .theme-button-n4 { width: 22%; } .theme-button-n2 { width: 45%; } .secondary-button { color: #ff4700; background-color: white; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } .theme-button { display: inline-block; } .theme-button.disabled { box-shadow: initial; color: rgba(0, 0, 0, 0.26); background-color: rgba(0, 0, 0, 0.12); border-color: rgba(0, 0, 0, 0.26); } #save_theme_button_container { margin: 10px 0; padding: 0 10px; } #save_theme_button { width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } #reset_button { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); width: 100%; color: black; background-color: #c1c1c1; height: 40px; } #preview { position: fixed; z-index: 1; top: 0; left: 0; width: 100%; background-color: rgb(234, 234, 234); border-bottom: 1px solid #dedede; box-shadow: 0px 5px 5px rgba(0,0,0,0.12); padding: 10px 0px; } #preview svg { display: block; margin: 0px; margin-left: auto; margin-right: auto; width: 50%; max-width: 355px; max-height: 355px; } #preview_spacer { padding: 10px 0px; width: 50vw; height: 50vw; max-width: 355px; max-height: 355px; } #footer { position: fixed; z-index: 1; bottom: 0; left:0; width: 100%; box-shadow: 0px -3px 3px rgba(0,0,0,0.12); } #footer input { height: 40px; } #footer input { width: 100%; border-radius: 0; } </style> <script> component.exports = { computed: { bluetoothSource: function(){ return [ { label: "Bluetooth icon", value: 1 }, { label: "Broken heart", value: 2 } ]; }, batteryDisplayedAtSource: function(){ return [ { label: "10%", value: 10 }, { label: "20%", value: 20 }, { label: "30%", value: 30 } ]; }, temparetureUnitSource: function(){ return [ { label: "Celsius", value: 0 }, { label: "Fahrenheit", value: 1 } ]; }, refreshRateSource: function(){ return [ { label: "5 min", value: 5 }, { label: "20 min", value: 20 }, { label: "40 min", value: 40 } ]; }, infoColor: function(){ return this.color(this.get('info_color')) }, timeColor: function(){ return this.color(this.get('time_color')) }, hourHandColor: function(){ return this.color(this.get('hour_hand_color')) }, minuteHandColor: function(){ return this.color(this.get('minute_hand_color')) }, backgroundColor: function(){ return this.color(this.get('background_color')) }, btBatteryText: function(){ var info; switch(this.get("bluetooth_icon")){ case 1: info = "z"; break; case 2: info = "Z"; break; default: info = ""; } if(this.get("battery_displayed_at") != -1){ info += "w"; } return info; }, themeSource: function(){ var themeSource = []; this.get('themes').forEach( function(element, index) { themeSource.push({ label: element.name, value: element }); }); return themeSource; }, bw: function(){ var platform = this.get("platform"); return platform === "aplite" || platform === "diorite"; } }, color: function(value){ var hex = value.toString(16); return '#' + new Array(6 - hex.length + 1).join('0') + hex; }, currentTheme: function(){ return this.get('themes')[this.get('selected_theme')] || null; }, preventDefault: function(e) { e = e || window.event; if (e.preventDefault) e.preventDefault(); e.returnValue = false; }, closeModal: function(){ window.ontouchmove = null; this.find('#theme_modal').style.display = "none"; window.history.back(); }, oninit: function(){ this.set('bluetoothIconEnabled', this.get('bluetooth_icon') !== 0); this.observe('bluetoothIconEnabled', function(enabled){ var icon = this.get('bluetooth_icon'); this.set('bluetooth_icon', enabled ? icon || 1 : 0); }); this.set('batteryIconEnabled', this.get('battery_displayed_at') !== -1); this.observe('batteryIconEnabled', function(enabled){ var value = this.get('battery_displayed_at'); if(enabled){ this.set('battery_displayed_at', value !== -1 ? value : 10); }else{ this.set('battery_displayed_at', -1); } }); this.on('theme_selected', function(event, i){ this.set('selected_theme', i); this.set(event.context); }); this.on('ToggleWithItemColor.clicked', function(event){ this.set('selected_theme', false); }); this.on('ItemColor.setColor', function(){ this.set('selected_theme', false); }); this.on('reset-defaults', function() { var themes = this.get('defaults').themes; var themesCopy = JSON.parse(JSON.stringify(themes)); this.set('themes', themesCopy); var selectedTheme = this.get('selected_theme'); if(selectedTheme !== undefined && selectedTheme !== false){ this.set(themesCopy[selectedTheme]); } }); this.on('closeModal', function(){ this.closeModal(); }); this.on('saveTheme', function(e, name, theme){ theme.name = name; theme.rainbow_mode = this.get('rainbow_mode'); theme.hour_hand_color = this.get('hour_hand_color'); theme.minute_hand_color = this.get('minute_hand_color'); theme.info_color = this.get('info_color'); theme.background_color = this.get('background_color'); theme.time_color = this.get('time_color'); var themes = this.get('themes'); for(var i = 0; i < themes.length; i++){ if(theme === themes[i]){ this.set('selected_theme', i); break; } } this.update('themes'); this.find('#theme_modal').style.display = "none"; window.history.back(); }) this.on('openModal', function() { window.ontouchmove = this.preventDefault; window.location.hash = "#save_theme"; var currentTheme = this.currentTheme(); var firstTheme = this.get('themes')[0]; this.set('themeName', currentTheme ? currentTheme.name : firstTheme.name); this.set('overrideTheme', currentTheme ? currentTheme : firstTheme); this.find('#theme_modal').style.display = "block"; }); this.on('save', function() { var response_data = { selected_theme: this.get('selected_theme'), minute_hand_color: this.get('minute_hand_color'), hour_hand_color: this.get('hour_hand_color'), date_displayed: this.get('date_displayed'), battery_displayed_at: this.get('battery_displayed_at'), health_enabled: this.get('health_enabled'), bluetooth_icon: this.get('bluetooth_icon'), background_color: this.get('background_color'), time_color: this.get('time_color'), info_color: this.get('info_color'), weather_enabled: this.get('weather_enabled'), refresh_rate: this.get('refresh_rate'), temperature_unit: this.get('temperature_unit'), vibrate_on_the_hour: this.get('vibrate_on_the_hour'), rainbow_mode: this.get('rainbow_mode'), location: this.get('location') || '', military_time: this.get('military_time'), themes: this.get('themes') }; var returnTo = query('return_to', 'pebblejs://close#'); document.location = returnTo + encodeURIComponent(JSON.stringify(response_data)); }); var ractive = this; window.addEventListener("hashchange", function(){ if(window.location.hash !== "#save_theme"){ window.ontouchmove = null; ractive.find('#theme_modal').style.display = "none"; } }); }, oncomplete: function(){ var ractive = this; this.find(".modal-content").addEventListener("click", function(e){ e.stopPropagation(); }); this.find(".modal").addEventListener("click", function(){ ractive.closeModal(); }); } } </script>
groyoh/minimalin
config/template/ConfigView.html
HTML
mit
19,146
<div class="directive-container" id="module:directives.directive:ons-if-platform"> <div> <section class="description"> <p>Conditionally display content depending on the platform / browser. Valid values are &quot;ios&quot;, &quot;android&quot;, &quot;blackberry&quot;, &quot;chrome&quot;, &quot;safari&quot;, &quot;firefox&quot;, and &quot;opera&quot;.</p> </section> <span class="anchor" id="ons-if-platform-attributes"></span> <section> <h4>Example</h4> <pre><code class="xml">&lt;div ons-if-platform=&quot;android&quot;&gt; ... &lt;/div&gt;</code></pre> </section> <section> <h4>Attributes</h4> <table> <tbody> <span class="anchor" id="ons-if-platform-ons-if-platform"></span> <tr ng-repeat="attribute in directive.attributes"> <td class="attribute-name">ons-if-platform</td> <td>Either &quot;opera&quot;, &quot;firefox&quot;, &quot;safari&quot;, &quot;chrome&quot;, &quot;ie&quot;, &quot;android&quot;, &quot;blackberry&quot;, &quot;ios&quot; or &quot;windows&quot;.</td> </tr> </tbody> </table> </section> <span class="anchor" id="ons-if-platform-methods"></span> <h4>See also</h4> <ul class="seealso"> <li class="guide"><a href="overview.html#UtilityAPIs">Other utility APIs</a></li> <li class="seealso"><a href="#ons-if-orientation">ons-if-orientation component</a></li> </ul> </div> </div>
markau/TimesTablesTest
lib/onsenui-1.2.0/docs/en/api/directives/directive/ons-if-platform.html
HTML
mit
1,675
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.4.9: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.4.9 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_value.html">Value</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Value Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1_value.html">v8::Value</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a643fcf5c7c6136d819b0b4927f8d1724">Equals</a>(Handle&lt; Value &gt; that) const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Int32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IntegerValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a95c39ad189c09630dd90ee5c1a7e89a1">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a6baff625780eac51413f2392250e81be">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#abcdd87539238a68f8337bae7d0a9c1ac">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a7aed90ede9bf48b10f18cdb97d50fd1e">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a265c208159ff3163ecda1e9f71b99115">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a33f329c93a9f417e2d05b438e6e5429c">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a70d4afaccc7903e6a01f40a46ad04188">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a0757712320a9bcfe5fc0a099524d986f">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a32003b217768f535a4728bbd16ebd7d5">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a360f1fe4a8ee74382f571a12eb14a222">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a36ba10231b5aaf6c63d8589cd53c9a73">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#ae93277798682f4be9adc204a16c40591">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a2674a47b2550eb456a7ecfaf09d2f97e">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#adeeae3576aecadc4176f94a415a70a90">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>NumberValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StrictEquals</b>(Handle&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_value.html#ab6b19a1e5aa5df50dfbb5d2ffa60bcdc">ToArrayIndex</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToBoolean</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToDetailString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInt32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToInteger</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToNumber</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToObject</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToUint32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Uint32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:47:11 for V8 API Reference Guide for node.js v0.4.9 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
v8-dox/v8-dox.github.io
1e7769d/html/classv8_1_1_value-members.html
HTML
mit
12,289
<p> Shout: {{ text | shout }}, Exclaim: {{ text | shout:true }}</p>
kvarun18/angular-2-examples
src/app/angular2/14-custom-pipes/custom-pipes.component.html
HTML
mit
67
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 4b3b7548-3dbe-4207-998c-004fe632d32a </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#DotNetOpenAuth.OAuth.Consumer">DotNetOpenAuth.OAuth.Consumer</a></strong></td> <td class="text-center">98.06 %</td> <td class="text-center">92.26 %</td> <td class="text-center">100.00 %</td> <td class="text-center">92.26 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="DotNetOpenAuth.OAuth.Consumer"><h3>DotNetOpenAuth.OAuth.Consumer</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Collections.Specialized.NameObjectCollectionBase</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.NameValueCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Collections.Specialized.NameValueCollection)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Remove(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Resources.NeutralResourcesLanguageAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Resources.UltimateResourceFallbackLocation)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Resources.UltimateResourceFallbackLocation</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.AsymmetricAlgorithm</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.HashAlgorithm</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ComputeHash(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.HMAC</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Create</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.KeyedHashAlgorithm</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Key(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.RSACryptoServiceProvider</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SignData(System.Byte[],System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.X509Certificates.X509Certificate2</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_PrivateKey</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Text.Encoding</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ASCII</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpRequestBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpUtility</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ParseQueryString(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/do/dotnetopenauth.oauth.consumer.4.3.4.13329/DotNetOpenAuth.OAuth.Consumer-net45-full.html
HTML
mit
26,723
<nav class="navbar is-fixed is-fullwidth has-background-transparent"><div class="container"><div class="navbar-brand"><a class="navbar-item" href="/"><img src="./images/pavilions-logo_horiz.png"/></a><span class="navbar-burger burger" id="burgerMenu"><span></span><span></span><span></span></span></div><div class="navbar-menu" id="navMenu"><div class="navbar-end"><a class="navbar-item" href="/">Home</a><a class="navbar-item" href="/showcase-template.html">Showcase</a><div class="navbar-item"><div class="buttons"><a class="button has-background-purple has-text-white" href="#contact">Contact</a></div></div></div></div></div></nav>
Zaggamok/zaggamok.github.io
includes/nav-mobile.html
HTML
mit
635
<template name="elementList"> <span class="anchor" id="list"></span> <section> <h1>List</h1> <p>List is an element containing a group of clickable items. Different from a <b>bootstrap</b> list group, one item can contain several horizontal components. </p> <span class="anchor" id="list-example"></span> <section> <h2>Example</h2> {{> TEList listExample}} <div class="well"> <p><b>First Item</b> is clicked {{ItemOne}} times.</p> <p><b>Second Item</b> is clicked {{ItemTwo}} times.</p> <p><i class="fa fa-lg fa-bank"></i> is clicked {{IconTwo}} times.</p> <p><i class="fa fa-lg fa-car"></i> is clicked {{ItemThreeIconOne}} times.</p> <p><b>Cell Two</b> is clicked {{ItemThreeCellTwo}} times.</p> <p>Row three, excluding <i class="fa fa-lg fa-car"></i> and <b>Cell Two</b> is clicked {{ItemThree}} times.</p> <p>The remaining area in the list is clicked {{List}} times. (click <b>Item Four</b>)</p> </div> <p>The template name is <code>TEList</code></p> <p>The parent template including the <code>TEList</code> looks like:</p> {{> TECodeRemote filename="list-example.txt" lang="handlebars"}} <p>The <code>list</code> is an object passed to the list element. </p> <p>For each list item, its horizontal component, and its icon, you can specify the <code>id</code>, <code>class</code>, <code>href</code>, and <code>action</code> to control its behavior. </p> <p>Note, if <code>title</code> or <code>description</code> is specified in an item cell, the <code>icons</code> array is ignored. However, <code>icons</code> can co-exist with <code>title</code> and <code>description</code> in a list item. The <code>icons</code> are aligned to the right of the text content. </p> <p>The <code>action</code> callback takes four arguments: the event, the calling template, the jquery item of the list row, and the jquery item of the closest <code>a</code> tag. </p> {{> TECodeLocal lang="coffeescript" content=listExampleObj}} </section> </section> </template> <template name="sideBarList"> <li> <a href="#list">List</a> <ul class="nav"> <li> <a href="#list-example">Example</a> </li> </ul> </li> </template>
sf-wind/meteor-template-elements-demo
client/list/list.html
HTML
mit
2,412
<!DOCTYPE html> <html lang="pt-BR" class="no-js"> {% include head.html %} <body> {% if page.url != '/index.html' %} <input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox"> {% include sidebar-nav.html %} {% include menu.html %} {% endif %} {{ content }} {% if page.url != '/index.html' %} {% include sidebar-toggle.html %} {% endif %} {% if page.url == '/index.html' %} {% include footer.html %} {% endif %} {% include footer-scripts.html %} </body> <script id="dsq-count-scr" src="//livethemoment-2.disqus.com/count.js" async></script> </html>
livethemoment/livethemoment.github.io
_layouts/default.html
HTML
mit
635
{% from "components/big-number.html" import big_number_with_status %} {% from "components/message-count-label.html" import message_count_label %} <div class="ajax-block-container"> <div class="grid-row"> <div id="total-email" class="{{column_width}}"> {{ big_number_with_status( statistics['email']['requested'], message_count_label(statistics['email']['requested'], 'email', suffix='sent'), statistics['email']['failed'], statistics['email']['failed_percentage'], statistics['email']['show_warning'], failure_link=url_for(".view_notifications", service_id=service_id, message_type='email', status='failed'), link=url_for(".view_notifications", service_id=service_id, message_type='email', status='sending,delivered,failed'), smaller=smaller_font_size ) }} </div> <div id="total-sms" class="{{column_width}}"> {{ big_number_with_status( statistics['sms']['requested'], message_count_label(statistics['sms']['requested'], 'sms', suffix='sent'), statistics['sms']['failed'], statistics['sms']['failed_percentage'], statistics['sms']['show_warning'], failure_link=url_for(".view_notifications", service_id=service_id, message_type='sms', status='failed'), link=url_for(".view_notifications", service_id=service_id, message_type='sms', status='sending,delivered,failed'), smaller=smaller_font_size ) }} </div> {% if 'letter' in current_service['permissions'] %} <div id="total-letters" class="{{column_width}}"> {{ big_number_with_status( statistics['letter']['requested'], message_count_label(statistics['letter']['requested'], 'letter', suffix='sent'), statistics['letter']['failed'], statistics['letter']['failed_percentage'], statistics['letter']['show_warning'], failure_link=url_for(".view_notifications", service_id=service_id, message_type='letter', status='failed'), link=url_for(".view_notifications", service_id=service_id, message_type='letter', status=''), smaller=smaller_font_size ) }} </div> {% endif %} </div> </div>
gov-cjwaszczuk/notifications-admin
app/templates/views/dashboard/_totals.html
HTML
mit
2,219
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> </head> <body bgcolor="white"> <p> Provides meta-classifiers like for example the Bagging algorithm. </p> <!-- Put @see and @since tags down here. --> </body> </html>
diyerland/saveAll
algorithm/java-ml/javaml-0.1.7/javaml-0.1.7-src/net/sf/javaml/classification/meta/package.html
HTML
mit
240
<h1 style="display:inline">{{currentUser}}'s lists</h1> <form name="input" class="navbar-form navbar-left pull-right" role="form" ng-submit="addMovieList(input.$valid)" novalidate> <div class="input-group"> <input type="text" class="form-control" ng-model="listname" ng-class="{ 'has-error' : input.listname.$invalid && !input.listname.$pristine }" placeholder="Name your new list..." required> <p ng-show="input.listname.$invalid && !input.listname.$pristine" class="help-block">Title is required.</p> <div class="input-group-btn"> <button class="btn btn-default" type="submit" ng-disabled="input.$invalid"> <i class="glyphicon glyphicon-plus"></i> </button> </div> </div> </form> <div class="clearfix"></div> <table class="table table-striped" style="margin-top:20px"> <thead> <tr> <th>List name</th> <th>Movies</th> <th>Visibility</th> <th>Creation date</th> </tr> </thead> <tbody> <tr ng-repeat="list in lists"> <td><a href="{{currentUser}}/lists/{{list.id}}">{{list.name}}</a></td> <td> <i class="glyphicon glyphicon-film"></i> &nbsp;{{list.movies}} </td> <td ng-switch on="list.visibility"> <span ng-switch-when="PUBLIC"> <i class="glyphicon glyphicon-eye-open"></i> &nbsp;Public </span> <span ng-switch-when="PRIVATE"> <i class="glyphicon glyphicon-eye-close"></i> &nbsp;Private </span> </td> <td>{{list.creationDate.split("T")[0]}}</td> </tr> </tbody> </table>
malytic/movielister
webapp/src/main/webapp/partials/user-lists.html
HTML
mit
1,824
<HTML><HEAD> <TITLE>Review for Crucible, The (1996)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0115988">Crucible, The (1996)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Ben+Hoffman">Ben Hoffman</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> THE CRUCIBLE A film review by Ben Hoffman Copyright 1997 Ben Hoffman</PRE> <P>Arthur Miller is surely one of the great American authors of our time having written Death of a Salesman, All My Sons, After the Fall, The Price, and The Incident at Vichy, among others. The Crucible dates back to 1953 and deals with the red-baiting of the McCarthy era, The play has since been performed all around the world including China. Miller wrote the play because, he said, "I was being surrounded by a feverish flood of accusations od Communism coming from everywhere. There was no way to deal with that in ordinary conversations because if you cast any doubt on the veracity of the accusations you might well be linked to the Devil, which at that time was Communism. In The Crucible, Miller turns to our own Salem witch hunts where a mere accusation that you were in league with the Devil was enough to ruin your life, to have you executed. As with McCarthy and the House Un-American Committee, no proof was needed; a point of the finger sufficed to ruin lives.</P> <P>Today, with witches and Communism no longer the "threat," there are still the religious Fundamentalists, the mis-named Moral Majority, orthodoxy on college campuses. Says Director Nicholas Hytner, "These are our contemporary Salems."</P> <P>The story is that of Abigail Williams (Winona Ryder) who has had an affair with John Proctor (Daniel Day Lewis). When he realizes that he has committed a sin, a great injustice to his faithful wife, he rejects Abigail and returns to his wife, Elizabeth (Joan Allen), his real love. Abigail, however, will not let him off that easily. In the climate of Salem she is able to accuse his wife of witchcraft as the whole Massachusetts goes Devil-crazy.</P> <P>Excellent acting by everyone (notably Paul Scofield as Judge Danforth) brings a reality to the film and an understanding of what it is like to live in a world where a mere accusation can destroy everyone.</P> <PRE>Directed by Nicholas Hytner.</PRE> <PRE>Rating: 3.5 Bytes</PRE> <PRE>4 Bytes = Superb 3 Bytes = Too good to miss 2 Bytes = Average 1 Byte = Save your money</PRE> <PRE>Ben Hoffman</PRE> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/6846.html
HTML
mit
3,463
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>standard file</title> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> </head> <body> <div> <p> <input type="text"> <span></span> </div> <img src=""> </body>
noikiy/htmlcs
test/lib/rules/tag-pair/case.html
HTML
mit
373
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>projective-geometry: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.0 / projective-geometry - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> projective-geometry <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-16 12:44:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-16 12:44:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;[email protected]&quot; homepage: &quot;https://github.com/coq-contribs/projective-geometry&quot; license: &quot;GPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ProjectiveGeometry&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: geometry&quot; &quot;keyword: projective&quot; &quot;keyword: Fano&quot; &quot;keyword: homogeneous coordinates model&quot; &quot;keyword: flat&quot; &quot;keyword: rank&quot; &quot;keyword: Desargues&quot; &quot;keyword: Moulton&quot; &quot;category: Mathematics/Geometry/General&quot; &quot;date: 2009-10&quot; ] authors: [ &quot;Nicolas Magaud &lt;[email protected]&gt;&quot; &quot;Julien Narboux &lt;[email protected]&gt;&quot; &quot;Pascal Schreck &lt;[email protected]&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/projective-geometry/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/projective-geometry.git&quot; synopsis: &quot;Projective Geometry&quot; description: &quot;&quot;&quot; This contributions contains elements of formalization of projective geometry. In the plane: Two axiom systems are shown equivalent. We prove some results about the decidability of the the incidence and equality predicates. The classic notion of duality between points and lines is formalized thanks to a functor. The notion of &#39;flat&#39; is defined and flats are characterized. Fano&#39;s plane, the smallest projective plane is defined. We show that Fano&#39;s plane is desarguesian. In the space: We prove Desargues&#39; theorem.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/projective-geometry/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=a026365f626d1aba11171844a47ca881&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-projective-geometry.8.6.0 coq.8.12.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0). The following dependencies couldn&#39;t be met: - coq-projective-geometry -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-projective-geometry.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
coq-bench/coq-bench.github.io
clean/Linux-x86_64-4.10.2-2.0.6/released/8.12.0/projective-geometry/8.6.0.html
HTML
mit
7,639
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>windows::basic_handle::native_type</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="Asio"> <link rel="up" href="../windows__basic_handle.html" title="windows::basic_handle"> <link rel="prev" href="native_handle_type.html" title="windows::basic_handle::native_handle_type"> <link rel="next" href="operator_eq_.html" title="windows::basic_handle::operator="> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="native_handle_type.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../windows__basic_handle.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="operator_eq_.html"><img src="../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="asio.reference.windows__basic_handle.native_type"></a><a class="link" href="native_type.html" title="windows::basic_handle::native_type">windows::basic_handle::native_type</a> </h4></div></div></div> <p> <a class="indexterm" name="idp163516960"></a> (Deprecated: Use native_handle_type.) The native representation of a handle. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">HandleService</span><span class="special">::</span><span class="identifier">native_handle_type</span> <span class="identifier">native_type</span><span class="special">;</span> </pre> <h6> <a name="asio.reference.windows__basic_handle.native_type.h0"></a> <span><a name="asio.reference.windows__basic_handle.native_type.requirements"></a></span><a class="link" href="native_type.html#asio.reference.windows__basic_handle.native_type.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">asio/windows/basic_handle.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="native_handle_type.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../windows__basic_handle.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="operator_eq_.html"><img src="../../../next.png" alt="Next"></a> </div> </body> </html>
dhh1128/intent
old/src/external/asio-1.10.2/doc/asio/reference/windows__basic_handle/native_type.html
HTML
mit
3,417
<body> <header> <h1>Berkshire Hathaway inc.</h1> <h2><span>3555 Farnam Street</span><span>Suite 1440 Omaha, NE 68131</span></h2> <h3>Official Home Page</h3> <img src="http://memes.doublie.com/wp-content/uploads/2015/07/0029.jpg" alt="Warren Buffett" id="warren"> </header> <div class="line-divider"></div> <main> <section class="column"> <ul> <li><a href="#">A Message From Warren E. Buffett</a></li> <li><a href="#">Annual & Interim Reports</a><section class="note">Updated May 2, 2014</section></li> <li><a href="#">Special Letters From Warren & Charlie RE:Past, Present and Future</a></li> <li><a href="#">Link to SEC Filings</a></li> <li><a href="#">Links to Bershire Subsidiary Companies</a></li> <li><a href="#">Corporate Governance</a></li> <li><a href="#">Owner's Manual</a></li> <li><a href="#">Letters from Warren E. Buffett Regarding Pledges to Make Gifts of Berkshire Stock</a></li> </ul> </section> <section class="column"> <ul> <li><a href="#">News Releases</a><section class="note">Updated July 1, 2014</section></li> <li><a href="#">Warren Buffett Letters to Berkshire Shareholders</a><section class="note">Updated March 1, 2014</section></li> <li><a href="#">Charlie Munger's Letters to Wesco Shareholders</a></li> <li><a href="#">Annual Meeting Information</a></li> <li><a href="#">Celebrating 50 Years of a Profitable Partnership</a><section class="note">(A commemorative book first sold at the 2015 Annual Meeting and now for sale on eBay.)</section></li> <li><a href="#">Comparative Rights and Relative Prices of Class A and B Stock</a></li> <li><a href="#">Order Berkshire Activewear On-line</a></li> </ul> </section> </main> <div class="line-divider"></div> <aside> <p> <span><img src="/Users/tori/DevBootcamp/Phase0/phase-0/week-2/imgs/geico.gif"></span><span> FOR A FREE CAR INSURANCE RATE QUOTE THAT COULD SAVE YOU SUBSTANTIAL MONEY</span> <a href="#">WWW.GEICO.COM</a> OR CALL 1-888-395-6349, 24 HOURS A DAY </p> </aside> <div class="line-divider"></div> <footer> <p>If you have any comments about our WEB page, you can either write us at the address shown above or e-mail us at <a href="mailto:[email protected]">[email protected]</a>. However, due to the limited number of personnel in our corporate office, we are unable to provide a direct response.</p> <div class="line-divider"></div> <a href="#">Legal Disclaimer</a> <p> Copyright&#9400 1978-2015 Berkshire Hathaway Inc. </p> </footer> </body>
jpults/phase-0
week-3/my-berkshire-site.html
HTML
mit
2,718
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">拾人涕唾</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄕ<sup class="subfont">ˊ</sup> ㄖㄣ<sup class="subfont">ˊ</sup> ㄊ|<sup class="subfont">ˋ</sup> ㄊㄨㄛ<sup class="subfont">ˋ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">shí rén tì tuò</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">比喻蹈襲他人的言論或主張。見宋.嚴羽《滄浪詩話.附答吳景仙書》:「僕之詩辯,乃斷千百年公案,……是自家閉門鑿破此片田地,即非傍人籬壁,拾人涕唾得來者。」或作「拾唾」、「拾人唾涕」、「拾人唾餘」。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">出現頻次較低的參考成語表</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/28000-28999/28580-22.html
HTML
mit
1,406
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">德劭年高</td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/3000-3999/3043-33.html
HTML
mit
571
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title>Wikipedia Names Your Band</title> <link rel="stylesheet" media="screen" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css"> <link rel="stylesheet" media="screen" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/fonts/fonts-min.css"> <link rel="stylesheet" media="screen" type="text/css" href="/stylesheets/these_are_forms.css" /> <link rel="stylesheet" media="screen" type="text/css" href="/stylesheets/application.css" /> </head> <body> <h1> Wikipedia Names Your Band <button class="all"> <img src="/images/famfamfam/silk/arrow_refresh.png" width="16" height="16" alt="Regenerate All" /> refresh all </button> </h1> <h2> A totally random way to make your new random band's new random album cover. Make one! <sup><a href="http://www.buzzfeed.com/peggy/wikipedia-names-your-band">1</a></sup> </h2> <form class="no_hover"> <ul> <li class="half_left"> <div class="half_container"> <span> <button class="artist"> <img src="/images/famfamfam/silk/arrow_refresh.png" width="16" height="16" alt="Regenerate Artist" /> </button> <div id="artist"></div> <label>Artist name</label> </span> </div> </li> <li class="half_right"> <div class="half_container"> <span> <button class="album"> <img src="/images/famfamfam/silk/arrow_refresh.png" width="16" height="16" alt="Regenerate Album" /> </button> <div id="album"></div> <label>Album name (shorten it, maybe?)</label> </span> </div> </li> <li> <span> <div id="artwork"></div> <button class="artwork"> <img src="/images/famfamfam/silk/arrow_refresh.png" width="16" height="16" alt="Regenerate Artwork" /> </button> </span> </li> </ul> <p> <button class="picnik"> Edit my album cover with <img src="http://www.picnik.com/badges/picnik_badge_88x31.gif" width="88" height="31" alt="Picnik" /> </button> <button class="lucky"> I'm feeling lucky <em>(Experimental)</em> </button> </p> </form> <p> Share your album cover on <a href="http://albumjam.com/">AlbumJam</a> or <a href="http://www.cover-game.net/">cover-game.net</a> </p> <p id="twitter"> created by <a href="http://github.com/jpmckinney">jpmckinney on GitHub</a> / <img src="/images/email.png" width="165" height="12" alt="" /> </p> <a href="http://github.com/jpmckinney/wnyb/tree/master"> <img id="github" src="http://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub" /> </a> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="/javascripts/jquery.query.js"></script> <script type="text/javascript" src="/javascripts/index.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-19450830-3']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
jpmckinney/wikipedia-names-your-band
static/experimental.html
HTML
mit
3,527
<HTML><HEAD> <TITLE>Review for Erin Brockovich (2000)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0195685">Erin Brockovich (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Mac+VerStandig">Mac VerStandig</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>Erin Brockovich 3 Stars (Out of 4) Reviewed by Mac VerStandig <A HREF="mailto:[email protected]">[email protected]</A> <A HREF="http://www.moviereviews.org">http://www.moviereviews.org</A> March 15, 2000 USA Release Date - March 17, 2000</PRE> <P>---Once in release, a copy of this review will be posted to <A HREF="http://www.moviereviews.org/erin_brockovich.htm">http://www.moviereviews.org/erin_brockovich.htm</A> ---</P> <P>There is something about Erin Brockovich that makes it virtually impossible for the film not to please. Perhaps it is Julia Roberts' overflowing cleavage, perfectly round nostrils or famously plump lips that have made her the quintessential movie star of our time. Perhaps it is director Steven Soderbergh's deft guidance and meticulous attention to reality. Perhaps it is the compelling story that demands the audience's respect with its early claim of truth.</P> <P>`I'm great with people' begs a desperate Erin Brockovich (Julia Roberts) in a job interview. She doesn't get the position. But that's nothing new; this 30-something super mom has grown accustomed to raising her three youngsters while trying to simultaneously shield their eyes from her $16 bank account. So when from out of nowhere a speeding doctor's high-priced Jaguar strikes her car, a lawsuit looks to be the answer to her problems.</P> <P>Brockovich is ridiculed on the stand as her unemployment and two failed marriages are brought to light and the jury is convinced she's an irresponsible woman trying to sucker a good and honest doctor out of his money. But fate works in mysterious ways and soon Brockovich has a job . . . working for the lawyer who lost her case.</P> <P>Erin Brockovich isn't so much about the life of the woman's name it shares as the thrilling legal battle that she wages working for the aforementioned attorney. In filing some papers for a pro-bono real estate case, she stumbles onto oddities that lead her to investigate mass contamination in a small community's water supply and the multi-billion-dollar corporation that is trying to cover it up.</P> <P>The movie's only substantial flaw is that rather than dedicating all of its time to the intriguing lawsuit, a fair amount of attention is given to Brockovich's personal life and the old-fashioned cliché of her being married to her job and putting her family second. The film simply doesn't need these scenes. There is already an emotional angle as Brockovich becomes sympathetic and friendly to the sick and dying families that have had their life ruined by the local water supply (she even professes to know all 600 of their phone numbers by heart). The most enjoyable scenes of the movie take place in a back office where strategies are discussed and a conference room where settlements are negotiated - not the bedroom where her kids complain about her not being home for dinner.</P> <P>Erin Brockovich has the potential to be a major Oscar candidate as its style plays to the Academy's liking. What doesn't, however, is the release date. Oscar voters traditionally love true stories like Quiz Show, A Civil Action and, more recently, The Hurricane as well as brilliant lead female performances like the one Roberts turns in. But the Academy's memory is notoriously non-existent so a March release normally means a shutout on Oscar night.</P> <P>For Steven Soderbergh this might be his best work to date. Having previously overseen sex, lies, and videotape, Out of Sight and, more recently, The Limey, all to critical acclaim, the director seems more confident than ever in his ninth film. Other than Roberts and teh notable Albert Finney, Soderbergh had no major actors to work with but still manages to get mighty performances out of his supporting cast while still keeping an appropriately bright spotlight on his diva star.</P> <P>America seems to be very interested in its own laws and how they are upheld. John Grisham's books fly off the shelves, O. J. captivated television audiences for over a year and Rodney King sparked riots. America is equally fond of grade-A crowd-pleasing movies with the local cinema being a key part of our culture. Erin Brockovich is the perfect combination of both.</P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
xianjunzhengbackup/code
data science/machine_learning_for_the_web/chapter_4/movie/23569.html
HTML
mit
5,459
<html> <head>Test file</head> <title>Test file</title> <body>Test</body> </html>
sachindavids/MyAppSkeleton
AdminUI/test.html
HTML
mit
81
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Class Aluc\Service\ReservasSrv | ALUC</title> <link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71"> <link rel="stylesheet" href="resources/style.css?70c1d062672daa3f906b72e4f5d03d4bc5c4174d"> </head> <body> <nav id="navigation" class="navbar navbar-default navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <a href="index.html" class="navbar-brand">ALUC</a> </div> <div class="collapse navbar-collapse"> <form id="search" class="navbar-form navbar-left" role="search"> <input type="hidden" name="cx" value=""> <input type="hidden" name="ie" value="UTF-8"> <div class="form-group"> <input type="text" name="q" class="search-query form-control" placeholder="Search"> </div> </form> <ul class="nav navbar-nav"> <li> <a href="namespace-Aluc.Service.html" title="Summary of Aluc\Service"><span>Namespace</span></a> </li> <li class="active"> <span>Class</span> </li> <li class="divider-vertical"></li> <li> <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a> </li> </ul> </div> </div> </nav> <div id="left"> <div id="menu"> <div id="groups"> <h3>Namespaces</h3> <ul> <li class="active"> <a href="namespace-Aluc.html"> Aluc<span></span> </a> <ul> <li> <a href="namespace-Aluc.Common.html"> Common </a> </li> <li> <a href="namespace-Aluc.Dao.html"> Dao </a> </li> <li> <a href="namespace-Aluc.Models.html"> Models </a> </li> <li class="active"> <a href="namespace-Aluc.Service.html"> Service </a> </li> <li> <a href="namespace-Aluc.Views.html"> Views </a> </li> </ul></li> <li> <a href="namespace-None.html"> None </a> </li> </ul> </div> <div id="elements"> <h3>Classes</h3> <ul> <li><a href="class-Aluc.Service.AdministradorSrv.html">AdministradorSrv</a></li> <li><a href="class-Aluc.Service.ErrorSrv.html">ErrorSrv</a></li> <li><a href="class-Aluc.Service.EscritorioSrv.html">EscritorioSrv</a></li> <li class="active"><a href="class-Aluc.Service.ReservasSrv.html">ReservasSrv</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <div id="content" class="class"> <h1>Class ReservasSrv</h1> <div class="description"> <p>Clase que maneja todas las solicitudes a /reservas</p> </div> <div class="alert alert-info"> <b>Namespace:</b> <a href="namespace-Aluc.html">Aluc</a>\<a href="namespace-Aluc.Service.html">Service</a><br> <b>Located at</b> <a href="source-class-Aluc.Service.ReservasSrv.html#9-238" title="Go to source code">Aluc/Service/ReservasSrv.php</a> <br> </div> <div class="panel panel-default"> <div class="panel-heading"><h2>Methods summary</h2></div> <table class="summary table table-bordered table-striped methods" id="methods"> <tr data-order="init" id="_init"> <td class="attributes"><code> public static </code> </td> <td class="name"><div> <a class="anchor" href="#_init">#</a> <code><a href="source-class-Aluc.Service.ReservasSrv.html#16-19" title="Go to source code">init</a>( )</code> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> <tr data-order="home" id="_home"> <td class="attributes"><code> public static </code> </td> <td class="name"><div> <a class="anchor" href="#_home">#</a> <code><a href="source-class-Aluc.Service.ReservasSrv.html#33-64" title="Go to source code">home</a>( <span> <var>$data</var></span> )</code> <div class="description short"> <p>/reservas</p> </div> <div class="description detailed hidden"> <p>/reservas</p> <p>Muestra la página principal de las reservas donde se listan las reservas actuales de un usuario (en caso de entrar como usuario) o las reservas de todos (en caso de entrar como moderador o administrador).</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$data</var></dt> <dd></dd> </dl></div> </div> </div></td> </tr> <tr data-order="nueva" id="_nueva"> <td class="attributes"><code> public static </code> </td> <td class="name"><div> <a class="anchor" href="#_nueva">#</a> <code><a href="source-class-Aluc.Service.ReservasSrv.html#66-107" title="Go to source code">nueva</a>( <span> <var>$data</var></span> )</code> <div class="description short"> <p>/reservas/nueva</p> </div> <div class="description detailed hidden"> <p>/reservas/nueva</p> <p>Crea una nueva reserva. El usuario debe estar logeado para realizar la reserva, se realiza una solicitud vía post.</p> </div> </div></td> </tr> <tr data-order="cancelar" id="_cancelar"> <td class="attributes"><code> public static </code> </td> <td class="name"><div> <a class="anchor" href="#_cancelar">#</a> <code><a href="source-class-Aluc.Service.ReservasSrv.html#110-148" title="Go to source code">cancelar</a>( <span> <var>$data</var></span> )</code> <div class="description short"> <p>/reservas/cancelar</p> </div> <div class="description detailed hidden"> <p>/reservas/cancelar</p> <p>Cancela una reserva. El usuario debe estar logeado para realizar esta acción, se realiza una solicitud vía post.</p> </div> </div></td> </tr> <tr data-order="codigo_qr" id="_codigo_qr"> <td class="attributes"><code> public static </code> </td> <td class="name"><div> <a class="anchor" href="#_codigo_qr">#</a> <code><a href="source-class-Aluc.Service.ReservasSrv.html#150-186" title="Go to source code">codigo_qr</a>( <span> <var>$data</var></span> )</code> <div class="description short"> <p>/reservas/codigo-qr</p> </div> <div class="description detailed hidden"> <p>/reservas/codigo-qr</p> <p>Obtiene el código qr de una reserva, se realiza una solicitud vía get.</p> </div> </div></td> </tr> <tr data-order="verificar" id="_verificar"> <td class="attributes"><code> public static </code> </td> <td class="name"><div> <a class="anchor" href="#_verificar">#</a> <code><a href="source-class-Aluc.Service.ReservasSrv.html#189-220" title="Go to source code">verificar</a>( <span> <var>$data</var></span> )</code> <div class="description short"> <p>/reservas/verificar</p> </div> <div class="description detailed hidden"> <p>/reservas/verificar</p> <p>Verifica una reservación mediante un lector qr ubicado en el laboratorio. Esta acción sólo la puede hacer un lector QR registrado.Se realiza una solicitud vía post.</p> </div> </div></td> </tr> <tr data-order="urls" id="_urls"> <td class="attributes"><code> public static array </code> </td> <td class="name"><div> <a class="anchor" href="#_urls">#</a> <code><a href="source-class-Aluc.Service.ReservasSrv.html#222-237" title="Go to source code">urls</a>( )</code> <div class="description short"> <p>URLS para el direccionamiento (url routing).</p> </div> <div class="description detailed hidden"> <p>URLS para el direccionamiento (url routing).</p> <h4>Returns</h4> <div class="list"> array </div> </div> </div></td> </tr> </table> </div> </div> </div> <div id="footer"> ALUC API documentation generated by <a href="http://apigen.org">ApiGen</a> </div> </div> <script src="resources/combined.js"></script> <script src="elementlist.js"></script> </body> </html>
trivialbox/aluc
docs/class-Aluc.Service.ReservasSrv.html
HTML
mit
8,122
<div class="jumbotron"> <div class="alert" ng-show="notificationAlert.show" ng-class="{'alert-error': notificationAlert.type == 'error', 'alert-success': notificationAlert.type == 'success', 'alert-info': notificationAlert.type == 'info'}"> {{notificationAlert.message}} </div> <form name="EditProductForm" class="form-horizontal"> <fieldset> <legend>Product details</legend> <div class="control-group" ng-class="{ error: EditProductForm.Name.$invalid }"> <label class="control-label" for="Name">Name</label> <div class="controls"> <input type="text" id="Name" class="input-large" ng-model="product.name" placeholder="Name of the product..." required> </div> </div> <div class="control-group" ng-class="{ error: EditProductForm.Description.$invalid }"> <label class="control-label" for="Description">Description</label> <div class="controls"> <input type="text" id="Description" class="input-large" ng-model="product.description" placeholder="The products's description..."> </div> </div> <div class="control-group"> <label class="control-label">Product Features <i class="icon-plus-sign" title="Add new product feature" ng-click="addProductFeature()"></i></label> <div class="controls"> <ul class="unstyled"> <li ng-repeat="feature in product.productFeatures"> <div class="input-append"> <input class="input-large" type="text" ng-model="feature.Value" required> <button class="btn" type="button" ng-click="removeProductFeature($index)"><i class="icon-remove-sign"></i></button> </div> </li> </ul> </div> </div> <div class="form-actions"> <button type="submit" class="btn btn-primary" ng-click="updateProduct(product)" ng-disabled="EditProductForm.$invalid">Save changes</button> <button type="button" class="btn" ng-click="cancel()">Cancel</button> </div> </fieldset> </form> </div>
dnauck/License.Manager
src/License.Manager/partials/product-detail.html
HTML
mit
2,364
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_65) on Tue Feb 23 15:34:56 CET 2016 --> <title>R-Index</title> <meta name="date" content="2016-02-23"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="R-Index"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-16.html">Prev Letter</a></li> <li><a href="index-18.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-17.html" target="_top">Frames</a></li> <li><a href="index-17.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">Q</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">U</a>&nbsp;<a href="index-21.html">V</a>&nbsp;<a href="index-22.html">Z</a>&nbsp;<a name="I:R"> <!-- --> </a> <h2 class="title">R</h2> <dl> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/tui/MainTUI.html#readInput--">readInput()</a></span> - Static method in class com.peterverzijl.softwaresystems.qwirkle.tui.<a href="../com/peterverzijl/softwaresystems/qwirkle/tui/MainTUI.html" title="class in com.peterverzijl.softwaresystems.qwirkle.tui">MainTUI</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/Player.html#removeBlock-com.peterverzijl.softwaresystems.qwirkle.Block-">removeBlock(Block)</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.<a href="../com/peterverzijl/softwaresystems/qwirkle/Player.html" title="class in com.peterverzijl.softwaresystems.qwirkle">Player</a></dt> <dd> <div class="block">Removes a block of the same kind from the players hand.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/Player.html#removeBlock-int-">removeBlock(int)</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.<a href="../com/peterverzijl/softwaresystems/qwirkle/Player.html" title="class in com.peterverzijl.softwaresystems.qwirkle">Player</a></dt> <dd> <div class="block">Removes a block by index.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/Player.html#removeBlocksFromHand-java.util.List-">removeBlocksFromHand(List&lt;Node&gt;)</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.<a href="../com/peterverzijl/softwaresystems/qwirkle/Player.html" title="class in com.peterverzijl.softwaresystems.qwirkle">Player</a></dt> <dd> <div class="block">Removes a block from a players hand.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/Board.html#removeFrontier-com.peterverzijl.softwaresystems.qwirkle.Node-">removeFrontier(Node)</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.<a href="../com/peterverzijl/softwaresystems/qwirkle/Board.html" title="class in com.peterverzijl.softwaresystems.qwirkle">Board</a></dt> <dd> <div class="block">Searches for the node in the list with possible moves and removes it.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/networking/LobbyServer.html#removeGame-com.peterverzijl.softwaresystems.qwirkle.networking.GameServer-">removeGame(GameServer)</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.networking.<a href="../com/peterverzijl/softwaresystems/qwirkle/networking/LobbyServer.html" title="class in com.peterverzijl.softwaresystems.qwirkle.networking">LobbyServer</a></dt> <dd> <div class="block">Removes a game server from the game server list.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/networking/GameServer.html#removeHanlder-com.peterverzijl.softwaresystems.qwirkle.networking.ClientHandler-">removeHanlder(ClientHandler)</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.networking.<a href="../com/peterverzijl/softwaresystems/qwirkle/networking/GameServer.html" title="class in com.peterverzijl.softwaresystems.qwirkle.networking">GameServer</a></dt> <dd> <div class="block">Removes a client from our list of clients.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/networking/LobbyServer.html#removeHanlder-com.peterverzijl.softwaresystems.qwirkle.networking.ClientHandler-">removeHanlder(ClientHandler)</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.networking.<a href="../com/peterverzijl/softwaresystems/qwirkle/networking/LobbyServer.html" title="class in com.peterverzijl.softwaresystems.qwirkle.networking">LobbyServer</a></dt> <dd> <div class="block">Removes a client handler from the clients list.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/networking/Server.html#removeHanlder-com.peterverzijl.softwaresystems.qwirkle.networking.ClientHandler-">removeHanlder(ClientHandler)</a></span> - Method in interface com.peterverzijl.softwaresystems.qwirkle.networking.<a href="../com/peterverzijl/softwaresystems/qwirkle/networking/Server.html" title="interface in com.peterverzijl.softwaresystems.qwirkle.networking">Server</a></dt> <dd> <div class="block">Removes a client from the server.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/Game.html#removePlayer-com.peterverzijl.softwaresystems.qwirkle.Player-">removePlayer(Player)</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.<a href="../com/peterverzijl/softwaresystems/qwirkle/Game.html" title="class in com.peterverzijl.softwaresystems.qwirkle">Game</a></dt> <dd> <div class="block">Removes a player from the game.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/networking/Protocol.Client.html#REQUESTGAME">REQUESTGAME</a></span> - Static variable in class com.peterverzijl.softwaresystems.qwirkle.networking.<a href="../com/peterverzijl/softwaresystems/qwirkle/networking/Protocol.Client.html" title="class in com.peterverzijl.softwaresystems.qwirkle.networking">Protocol.Client</a></dt> <dd> <div class="block">Request a game from the server with a number of players [int].</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/HumanTUIPlayer.html#resetBoard--">resetBoard()</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.<a href="../com/peterverzijl/softwaresystems/qwirkle/HumanTUIPlayer.html" title="class in com.peterverzijl.softwaresystems.qwirkle">HumanTUIPlayer</a></dt> <dd> <div class="block">Creates a new board.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/BlockBag.html#returnBlock-com.peterverzijl.softwaresystems.qwirkle.Block-">returnBlock(Block)</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.<a href="../com/peterverzijl/softwaresystems/qwirkle/BlockBag.html" title="class in com.peterverzijl.softwaresystems.qwirkle">BlockBag</a></dt> <dd> <div class="block">Adds the block to the block bag.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/gameengine/Vector2.html#RIGHT--">RIGHT()</a></span> - Static method in class com.peterverzijl.softwaresystems.qwirkle.gameengine.<a href="../com/peterverzijl/softwaresystems/qwirkle/gameengine/Vector2.html" title="class in com.peterverzijl.softwaresystems.qwirkle.gameengine">Vector2</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/gameengine/Vector3.html#RIGHT--">RIGHT()</a></span> - Static method in class com.peterverzijl.softwaresystems.qwirkle.gameengine.<a href="../com/peterverzijl/softwaresystems/qwirkle/gameengine/Vector3.html" title="class in com.peterverzijl.softwaresystems.qwirkle.gameengine">Vector3</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/networking/Client.html#run--">run()</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.networking.<a href="../com/peterverzijl/softwaresystems/qwirkle/networking/Client.html" title="class in com.peterverzijl.softwaresystems.qwirkle.networking">Client</a></dt> <dd> <div class="block">Reads the messages in the socket connection.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/networking/ClientHandler.html#run--">run()</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.networking.<a href="../com/peterverzijl/softwaresystems/qwirkle/networking/ClientHandler.html" title="class in com.peterverzijl.softwaresystems.qwirkle.networking">ClientHandler</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/networking/LobbyServer.html#run--">run()</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.networking.<a href="../com/peterverzijl/softwaresystems/qwirkle/networking/LobbyServer.html" title="class in com.peterverzijl.softwaresystems.qwirkle.networking">LobbyServer</a></dt> <dd> <div class="block">Sets up the server and enters the loop where we wait for clients to call us.</div> </dd> <dt><span class="memberNameLink"><a href="../com/peterverzijl/softwaresystems/qwirkle/tui/ChatTUI.html#run--">run()</a></span> - Method in class com.peterverzijl.softwaresystems.qwirkle.tui.<a href="../com/peterverzijl/softwaresystems/qwirkle/tui/ChatTUI.html" title="class in com.peterverzijl.softwaresystems.qwirkle.tui">ChatTUI</a></dt> <dd> <div class="block">Starts the chat TUI</div> </dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">J</a>&nbsp;<a href="index-11.html">L</a>&nbsp;<a href="index-12.html">M</a>&nbsp;<a href="index-13.html">N</a>&nbsp;<a href="index-14.html">O</a>&nbsp;<a href="index-15.html">P</a>&nbsp;<a href="index-16.html">Q</a>&nbsp;<a href="index-17.html">R</a>&nbsp;<a href="index-18.html">S</a>&nbsp;<a href="index-19.html">T</a>&nbsp;<a href="index-20.html">U</a>&nbsp;<a href="index-21.html">V</a>&nbsp;<a href="index-22.html">Z</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-16.html">Prev Letter</a></li> <li><a href="index-18.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-files/index-17.html" target="_top">Frames</a></li> <li><a href="index-17.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
PeterVerzijl/Qwirkle
doc/index-files/index-17.html
HTML
mit
13,989
<!DOCTYPE html> <html> <head> <title>Map Visualizer</title> <style> body { background-color: #2A2A2A; color: #C8C8C8; } </style> <script src="http://cdnjs.cloudflare.com/ajax/libs/seedrandom/2.4.0/seedrandom.min.js"></script> <script src="defines.js"></script> <script src="utilityFunctions.js"></script> <script src="mapService.js"></script> <script src="baseTypes.js"></script> <script src="commonDisplayFunctions.js"></script> <script src="gridDisplayFunctions.js"></script> <script type="text/javascript"> CELL_BORDER = -3; CELL_HALL = -2; CELL_EMPTY = -1; var DIR_N = 0; var DIR_E = 1; var DIR_S = 2; var DIR_W = 3; var DIR_U = 4; var DIR_D = 5; var ORIENT_H = 0; var ORIENT_V = 1; var ms = new mapService(); var tpl = new template( 30, 30 ); var svgns = "http://www.w3.org/2000/svg"; var d = new Date(); var baseScale = 8; var displayArea = { x: 1200, y: 1200 }; var nval = 0; // distinct id for rects var currPoint = { x: 0, y: 0 }; var cursor = null; var currentLayer = 0; window.onload = function(){ makeGrid(); drawLayer( tpl, currentLayer ); //drawMap(ms, 2); }; document.onkeypress = function(evt) { evt = evt || window.event; var charCode = evt.keyCode || evt.which; var charStr = String.fromCharCode(charCode); //alert(charStr); if ( charStr == 'm' ){ // show the room base setCurrentLayer(0); } if ( charStr == '1' ){ setCurrentLayer(1); } if ( charStr == '2' ){ setCurrentLayer(2); } if ( charStr == '3' ){ setCurrentLayer(3); } if ( charStr == 'r'){ setCurrentColor(0); } if ( charStr == 'g'){ setCurrentColor(1); } if ( charStr == 'b'){ setCurrentColor(2); } if ( charStr == 'n' ){ drawMap(ms, 0); } }; function setCurrentLayer( index ){ currentLayer = index; drawLayer( tpl, currentLayer ); } function setCurrentColor( color ){ tpl.getLayer( currentLayer ).setColor( color ); } function mousemove( evt ) { var t = coordsFromMouse( evt ); if ( cursor === null ) { c = "#AA8"; var mapEl = document.getElementById('map'); cursor = makeSquareOnGrid( t.x, t.y, 1, 1, c, 1, baseScale, mapEl ); } var o = 1; var scale = baseScale; cursor.setAttributeNS(null, 'x', (t.x * scale) + o ); cursor.setAttributeNS(null, 'y', (t.y * scale) + o ); evt.preventDefault(); } function mousedown( evt ) { var t = coordsFromMouse( evt ); currPoint = t; evt.preventDefault(); } function mouseup( evt ) { var t = coordsFromMouse( evt ); var c = CELL_ACTIVE; if ( evt.shiftKey ){ c = CELL_EMPTY; } if ( t.x == currPoint.x && t.y == currPoint.y ){ setPoint( t.x, t.y, c ); } else { fillRect( currPoint, t, c ); } cursor = null; //drawMap( ms, 1 ); drawLayer( tpl, currentLayer ); evt.preventDefault(); } function fillRect( p1, p2, c ) { if ( p1.x < p2.x ) { sx = p1.x; ex = p2.x; } else { sx = p2.x; ex = p1.x; } if ( p1.y < p2.y ) { sy = p1.y; ey = p2.y; } else { sy = p2.y; ey = p1.y; } if ( ex > getMapArea().x ) { ex = getMapArea().x; } if ( ey > getMapArea().y ) { ey = getMapArea().y; } for ( var x = sx; x <= ex; x++ ){ for ( var y = sy; y <= ey; y++ ){ setPoint( x, y, c ); } } } function coordsFromMouse( evt ) { pt.x = evt.clientX; pt.y = evt.clientY; var t = screenToGrid( pt.x, pt.y ); return t; } function screenToGrid( sx, sy ) { var xoff = 10; var yoff = 10; var cellx = 8; var celly = 8; // The cursor point, translated into svg coordinates //var cursorpt = pt.matrixTransform(svg.getScreenCTM().inverse()); var tx = Math.floor(( sx - xoff ) / cellx); var ty = Math.floor(( sy - yoff ) / celly); return { x: tx, y: ty } } function getMapArea() { return { x: ms.mapArea.x, y: ms.mapArea.y }; } function setPoint( x, y, c ) { //ms.matrix[t.x][t.y] = c; tpl.setPoint( x, y, currentLayer, c ); } </script> </head> <body> <svg id="svgOne" xmlns="http://www.w3.org/2000/svg" version="1.1" width="1200" height="1200" onmousedown="mousedown(evt)" onmouseup="mouseup(evt)" onmousemove="mousemove(evt)"> <g id="background" width="1200" height="1200"></g> <g id="lookup" width="1200" height="1200"></g> <g id="map" width="1200" height="1200"></g> </svg> </body> <script> var svg = document.getElementById("svgOne"); var pt = svg.createSVGPoint(); // Created once for document </script> </html>
ajaxlex/cyclone-engine
gridStuff/index2.html
HTML
mit
5,504
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Sun Apr 06 21:59:10 CST 2014 --> <title>³ÌÐò°ü westion.www.testµÄʹÓÃ</title> <meta name="date" content="2014-04-06"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="³ÌÐò°ü westion.www.testµÄʹÓÃ"; } //--> </script> <noscript> <div>ÄúµÄä¯ÀÀÆ÷ÒѽûÓà JavaScript¡£</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Ìø¹ýµ¼º½Á´½Ó"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="µ¼º½"> <li><a href="../../../overview-summary.html">¸ÅÀÀ</a></li> <li><a href="package-summary.html">³ÌÐò°ü</a></li> <li>Àà</li> <li class="navBarCell1Rev">ʹÓÃ</li> <li><a href="package-tree.html">Ê÷</a></li> <li><a href="../../../deprecated-list.html">Òѹýʱ</a></li> <li><a href="../../../index-files/index-1.html">Ë÷Òý</a></li> <li><a href="../../../help-doc.html">°ïÖú</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>ÉÏÒ»¸ö</li> <li>ÏÂÒ»¸ö</li> </ul> <ul class="navList"> <li><a href="../../../index.html?westion/www/test/package-use.html" target="_top">¿ò¼Ü</a></li> <li><a href="package-use.html" target="_top">ÎÞ¿ò¼Ü</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">ËùÓÐÀà</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="³ÌÐò°ü westion.www.test µÄʹÓÃ" class="title">³ÌÐò°ü westion.www.test<br>µÄʹÓÃ</h1> </div> <div class="contentContainer">ûÓÐwestion.www.testµÄÓ÷¨</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Ìø¹ýµ¼º½Á´½Ó"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="µ¼º½"> <li><a href="../../../overview-summary.html">¸ÅÀÀ</a></li> <li><a href="package-summary.html">³ÌÐò°ü</a></li> <li>Àà</li> <li class="navBarCell1Rev">ʹÓÃ</li> <li><a href="package-tree.html">Ê÷</a></li> <li><a href="../../../deprecated-list.html">Òѹýʱ</a></li> <li><a href="../../../index-files/index-1.html">Ë÷Òý</a></li> <li><a href="../../../help-doc.html">°ïÖú</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>ÉÏÒ»¸ö</li> <li>ÏÂÒ»¸ö</li> </ul> <ul class="navList"> <li><a href="../../../index.html?westion/www/test/package-use.html" target="_top">¿ò¼Ü</a></li> <li><a href="package-use.html" target="_top">ÎÞ¿ò¼Ü</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">ËùÓÐÀà</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ZJUT/jh_www
javadoc/westion/www/test/package-use.html
HTML
mit
3,604
{{<layout}} {{$pageTitle}} Licensing platform {{/pageTitle}} {{$content}} <main id="content" role="main"> <div class="grid-row"> <div class="column-two-thirds"> <p><a href="current_status_1">Back</a></p> <h2 class="heading-xlarge"></h2> <div class="form-group"> <label class="form-label" for="importer">Net mass (kg)</label> <input class="form-control" id="importer" type="text"> </div> <div class="form-group"> <label class="form-label" for="importer">Quota</label> <input class="form-control" id="importer" type="text"> </div> <div class="form-group"> <label class="form-label" for="importer">Quantity</label> <span class="form-hint">How many items are being exported?</span> <input class="form-control" id="importer" type="text"> </div> <p><a href="cites_declaration"><button class="button">Next</button></a></p> </div> <div class="column-third"> <!-- <div class="export-links"> <ul> <li><a href="#">Sign out</a></li> <li><a href="#">Previous export declarations</a></li> <li><a href="#">Previous licences and permits</a></li> </ul> </div> --> </div> </div> </main> </div> {{/content}} {{/layout}}
antimega/cites-prototype
app/views/cites-solo/new_export_2.html
HTML
mit
1,246
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>14.1. csv — CSV File Reading and Writing &mdash; Python 3.3.6 documentation</title> <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '3.3.6', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/sidebar.js"></script> <link rel="search" type="application/opensearchdescription+xml" title="Search within Python 3.3.6 documentation" href="../_static/opensearch.xml"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="top" title="Python 3.3.6 documentation" href="../index.html" /> <link rel="up" title="14. File Formats" href="fileformats.html" /> <link rel="next" title="14.2. configparser — Configuration file parser" href="configparser.html" /> <link rel="prev" title="14. File Formats" href="fileformats.html" /> <link rel="shortcut icon" type="image/png" href="../_static/py.png" /> <script type="text/javascript" src="../_static/copybutton.js"></script> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="configparser.html" title="14.2. configparser — Configuration file parser" accesskey="N">next</a> |</li> <li class="right" > <a href="fileformats.html" title="14. File Formats" accesskey="P">previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="http://www.python.org/">Python</a> &raquo;</li> <li> <a href="../index.html">3.3.6 Documentation</a> &raquo; </li> <li><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li><a href="fileformats.html" accesskey="U">14. File Formats</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="module-csv"> <span id="csv-csv-file-reading-and-writing"></span><h1>14.1. <a class="reference internal" href="#module-csv" title="csv: Write and read tabular data to and from delimited files."><tt class="xref py py-mod docutils literal"><span class="pre">csv</span></tt></a> &#8212; CSV File Reading and Writing<a class="headerlink" href="#module-csv" title="Permalink to this headline">¶</a></h1> <p id="index-0">The so-called CSV (Comma Separated Values) format is the most common import and export format for spreadsheets and databases. CSV format was used for many years prior to attempts to describe the format in a standardized way in <span class="target" id="index-1"></span><a class="rfc reference external" href="http://tools.ietf.org/html/rfc4180.html"><strong>RFC 4180</strong></a>. The lack of a well-defined standard means that subtle differences often exist in the data produced and consumed by different applications. These differences can make it annoying to process CSV files from multiple sources. Still, while the delimiters and quoting characters vary, the overall format is similar enough that it is possible to write a single module which can efficiently manipulate such data, hiding the details of reading and writing the data from the programmer.</p> <p>The <a class="reference internal" href="#module-csv" title="csv: Write and read tabular data to and from delimited files."><tt class="xref py py-mod docutils literal"><span class="pre">csv</span></tt></a> module implements classes to read and write tabular data in CSV format. It allows programmers to say, &#8220;write this data in the format preferred by Excel,&#8221; or &#8220;read data from this file which was generated by Excel,&#8221; without knowing the precise details of the CSV format used by Excel. Programmers can also describe the CSV formats understood by other applications or define their own special-purpose CSV formats.</p> <p>The <a class="reference internal" href="#module-csv" title="csv: Write and read tabular data to and from delimited files."><tt class="xref py py-mod docutils literal"><span class="pre">csv</span></tt></a> module&#8217;s <a class="reference internal" href="#csv.reader" title="csv.reader"><tt class="xref py py-class docutils literal"><span class="pre">reader</span></tt></a> and <a class="reference internal" href="#csv.writer" title="csv.writer"><tt class="xref py py-class docutils literal"><span class="pre">writer</span></tt></a> objects read and write sequences. Programmers can also read and write data in dictionary form using the <a class="reference internal" href="#csv.DictReader" title="csv.DictReader"><tt class="xref py py-class docutils literal"><span class="pre">DictReader</span></tt></a> and <a class="reference internal" href="#csv.DictWriter" title="csv.DictWriter"><tt class="xref py py-class docutils literal"><span class="pre">DictWriter</span></tt></a> classes.</p> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <dl class="last docutils"> <dt><span class="target" id="index-2"></span><a class="pep reference external" href="http://www.python.org/dev/peps/pep-0305"><strong>PEP 305</strong></a> - CSV File API</dt> <dd>The Python Enhancement Proposal which proposed this addition to Python.</dd> </dl> </div> <div class="section" id="module-contents"> <span id="csv-contents"></span><h2>14.1.1. Module Contents<a class="headerlink" href="#module-contents" title="Permalink to this headline">¶</a></h2> <p>The <a class="reference internal" href="#module-csv" title="csv: Write and read tabular data to and from delimited files."><tt class="xref py py-mod docutils literal"><span class="pre">csv</span></tt></a> module defines the following functions:</p> <span class="target" id="index-3"></span><dl class="function"> <dt id="csv.reader"> <tt class="descclassname">csv.</tt><tt class="descname">reader</tt><big>(</big><em>csvfile</em>, <em>dialect='excel'</em>, <em>**fmtparams</em><big>)</big><a class="headerlink" href="#csv.reader" title="Permalink to this definition">¶</a></dt> <dd><p>Return a reader object which will iterate over lines in the given <em>csvfile</em>. <em>csvfile</em> can be any object which supports the <a class="reference internal" href="../glossary.html#term-iterator"><em class="xref std std-term">iterator</em></a> protocol and returns a string each time its <tt class="xref py py-meth docutils literal"><span class="pre">__next__()</span></tt> method is called &#8212; <a class="reference internal" href="../glossary.html#term-file-object"><em class="xref std std-term">file objects</em></a> and list objects are both suitable. If <em>csvfile</em> is a file object, it should be opened with <tt class="docutils literal"><span class="pre">newline=''</span></tt>. <a class="footnote-reference" href="#id3" id="id1">[1]</a> An optional <em>dialect</em> parameter can be given which is used to define a set of parameters specific to a particular CSV dialect. It may be an instance of a subclass of the <a class="reference internal" href="#csv.Dialect" title="csv.Dialect"><tt class="xref py py-class docutils literal"><span class="pre">Dialect</span></tt></a> class or one of the strings returned by the <a class="reference internal" href="#csv.list_dialects" title="csv.list_dialects"><tt class="xref py py-func docutils literal"><span class="pre">list_dialects()</span></tt></a> function. The other optional <em>fmtparams</em> keyword arguments can be given to override individual formatting parameters in the current dialect. For full details about the dialect and formatting parameters, see section <a class="reference internal" href="#csv-fmt-params"><em>Dialects and Formatting Parameters</em></a>.</p> <p>Each row read from the csv file is returned as a list of strings. No automatic data type conversion is performed unless the <tt class="docutils literal"><span class="pre">QUOTE_NONNUMERIC</span></tt> format option is specified (in which case unquoted fields are transformed into floats).</p> <p>A short usage example:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="kn">import</span> <span class="nn">csv</span> <span class="gp">&gt;&gt;&gt; </span><span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;eggs.csv&#39;</span><span class="p">,</span> <span class="n">newline</span><span class="o">=</span><span class="s">&#39;&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">csvfile</span><span class="p">:</span> <span class="gp">... </span> <span class="n">spamreader</span> <span class="o">=</span> <span class="n">csv</span><span class="o">.</span><span class="n">reader</span><span class="p">(</span><span class="n">csvfile</span><span class="p">,</span> <span class="n">delimiter</span><span class="o">=</span><span class="s">&#39; &#39;</span><span class="p">,</span> <span class="n">quotechar</span><span class="o">=</span><span class="s">&#39;|&#39;</span><span class="p">)</span> <span class="gp">... </span> <span class="k">for</span> <span class="n">row</span> <span class="ow">in</span> <span class="n">spamreader</span><span class="p">:</span> <span class="gp">... </span> <span class="nb">print</span><span class="p">(</span><span class="s">&#39;, &#39;</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">row</span><span class="p">))</span> <span class="go">Spam, Spam, Spam, Spam, Spam, Baked Beans</span> <span class="go">Spam, Lovely Spam, Wonderful Spam</span> </pre></div> </div> </dd></dl> <dl class="function"> <dt id="csv.writer"> <tt class="descclassname">csv.</tt><tt class="descname">writer</tt><big>(</big><em>csvfile</em>, <em>dialect='excel'</em>, <em>**fmtparams</em><big>)</big><a class="headerlink" href="#csv.writer" title="Permalink to this definition">¶</a></dt> <dd><p>Return a writer object responsible for converting the user&#8217;s data into delimited strings on the given file-like object. <em>csvfile</em> can be any object with a <tt class="xref py py-func docutils literal"><span class="pre">write()</span></tt> method. If <em>csvfile</em> is a file object, it should be opened with <tt class="docutils literal"><span class="pre">newline=''</span></tt> <a class="footnote-reference" href="#id3" id="id2">[1]</a>. An optional <em>dialect</em> parameter can be given which is used to define a set of parameters specific to a particular CSV dialect. It may be an instance of a subclass of the <a class="reference internal" href="#csv.Dialect" title="csv.Dialect"><tt class="xref py py-class docutils literal"><span class="pre">Dialect</span></tt></a> class or one of the strings returned by the <a class="reference internal" href="#csv.list_dialects" title="csv.list_dialects"><tt class="xref py py-func docutils literal"><span class="pre">list_dialects()</span></tt></a> function. The other optional <em>fmtparams</em> keyword arguments can be given to override individual formatting parameters in the current dialect. For full details about the dialect and formatting parameters, see section <a class="reference internal" href="#csv-fmt-params"><em>Dialects and Formatting Parameters</em></a>. To make it as easy as possible to interface with modules which implement the DB API, the value <a class="reference internal" href="constants.html#None" title="None"><tt class="xref py py-const docutils literal"><span class="pre">None</span></tt></a> is written as the empty string. While this isn&#8217;t a reversible transformation, it makes it easier to dump SQL NULL data values to CSV files without preprocessing the data returned from a <tt class="docutils literal"><span class="pre">cursor.fetch*</span></tt> call. All other non-string data are stringified with <a class="reference internal" href="stdtypes.html#str" title="str"><tt class="xref py py-func docutils literal"><span class="pre">str()</span></tt></a> before being written.</p> <p>A short usage example:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">csv</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;eggs.csv&#39;</span><span class="p">,</span> <span class="s">&#39;w&#39;</span><span class="p">,</span> <span class="n">newline</span><span class="o">=</span><span class="s">&#39;&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">csvfile</span><span class="p">:</span> <span class="n">spamwriter</span> <span class="o">=</span> <span class="n">csv</span><span class="o">.</span><span class="n">writer</span><span class="p">(</span><span class="n">csvfile</span><span class="p">,</span> <span class="n">delimiter</span><span class="o">=</span><span class="s">&#39; &#39;</span><span class="p">,</span> <span class="n">quotechar</span><span class="o">=</span><span class="s">&#39;|&#39;</span><span class="p">,</span> <span class="n">quoting</span><span class="o">=</span><span class="n">csv</span><span class="o">.</span><span class="n">QUOTE_MINIMAL</span><span class="p">)</span> <span class="n">spamwriter</span><span class="o">.</span><span class="n">writerow</span><span class="p">([</span><span class="s">&#39;Spam&#39;</span><span class="p">]</span> <span class="o">*</span> <span class="mi">5</span> <span class="o">+</span> <span class="p">[</span><span class="s">&#39;Baked Beans&#39;</span><span class="p">])</span> <span class="n">spamwriter</span><span class="o">.</span><span class="n">writerow</span><span class="p">([</span><span class="s">&#39;Spam&#39;</span><span class="p">,</span> <span class="s">&#39;Lovely Spam&#39;</span><span class="p">,</span> <span class="s">&#39;Wonderful Spam&#39;</span><span class="p">])</span> </pre></div> </div> </dd></dl> <dl class="function"> <dt id="csv.register_dialect"> <tt class="descclassname">csv.</tt><tt class="descname">register_dialect</tt><big>(</big><em>name</em><span class="optional">[</span>, <em>dialect</em><span class="optional">]</span>, <em>**fmtparams</em><big>)</big><a class="headerlink" href="#csv.register_dialect" title="Permalink to this definition">¶</a></dt> <dd><p>Associate <em>dialect</em> with <em>name</em>. <em>name</em> must be a string. The dialect can be specified either by passing a sub-class of <a class="reference internal" href="#csv.Dialect" title="csv.Dialect"><tt class="xref py py-class docutils literal"><span class="pre">Dialect</span></tt></a>, or by <em>fmtparams</em> keyword arguments, or both, with keyword arguments overriding parameters of the dialect. For full details about the dialect and formatting parameters, see section <a class="reference internal" href="#csv-fmt-params"><em>Dialects and Formatting Parameters</em></a>.</p> </dd></dl> <dl class="function"> <dt id="csv.unregister_dialect"> <tt class="descclassname">csv.</tt><tt class="descname">unregister_dialect</tt><big>(</big><em>name</em><big>)</big><a class="headerlink" href="#csv.unregister_dialect" title="Permalink to this definition">¶</a></dt> <dd><p>Delete the dialect associated with <em>name</em> from the dialect registry. An <a class="reference internal" href="#csv.Error" title="csv.Error"><tt class="xref py py-exc docutils literal"><span class="pre">Error</span></tt></a> is raised if <em>name</em> is not a registered dialect name.</p> </dd></dl> <dl class="function"> <dt id="csv.get_dialect"> <tt class="descclassname">csv.</tt><tt class="descname">get_dialect</tt><big>(</big><em>name</em><big>)</big><a class="headerlink" href="#csv.get_dialect" title="Permalink to this definition">¶</a></dt> <dd><p>Return the dialect associated with <em>name</em>. An <a class="reference internal" href="#csv.Error" title="csv.Error"><tt class="xref py py-exc docutils literal"><span class="pre">Error</span></tt></a> is raised if <em>name</em> is not a registered dialect name. This function returns an immutable <a class="reference internal" href="#csv.Dialect" title="csv.Dialect"><tt class="xref py py-class docutils literal"><span class="pre">Dialect</span></tt></a>.</p> </dd></dl> <dl class="function"> <dt id="csv.list_dialects"> <tt class="descclassname">csv.</tt><tt class="descname">list_dialects</tt><big>(</big><big>)</big><a class="headerlink" href="#csv.list_dialects" title="Permalink to this definition">¶</a></dt> <dd><p>Return the names of all registered dialects.</p> </dd></dl> <dl class="function"> <dt id="csv.field_size_limit"> <tt class="descclassname">csv.</tt><tt class="descname">field_size_limit</tt><big>(</big><span class="optional">[</span><em>new_limit</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#csv.field_size_limit" title="Permalink to this definition">¶</a></dt> <dd><p>Returns the current maximum field size allowed by the parser. If <em>new_limit</em> is given, this becomes the new limit.</p> </dd></dl> <p>The <a class="reference internal" href="#module-csv" title="csv: Write and read tabular data to and from delimited files."><tt class="xref py py-mod docutils literal"><span class="pre">csv</span></tt></a> module defines the following classes:</p> <dl class="class"> <dt id="csv.DictReader"> <em class="property">class </em><tt class="descclassname">csv.</tt><tt class="descname">DictReader</tt><big>(</big><em>csvfile</em>, <em>fieldnames=None</em>, <em>restkey=None</em>, <em>restval=None</em>, <em>dialect='excel'</em>, <em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#csv.DictReader" title="Permalink to this definition">¶</a></dt> <dd><p>Create an object which operates like a regular reader but maps the information read into a dict whose keys are given by the optional <em>fieldnames</em> parameter. The <em>fieldnames</em> parameter is a <a class="reference internal" href="collections.abc.html#module-collections.abc" title="collections.abc: Abstract base classes for containers"><tt class="xref py py-mod docutils literal"><span class="pre">sequence</span></tt></a> whose elements are associated with the fields of the input data in order. These elements become the keys of the resulting dictionary. If the <em>fieldnames</em> parameter is omitted, the values in the first row of the <em>csvfile</em> will be used as the fieldnames. If the row read has more fields than the fieldnames sequence, the remaining data is added as a sequence keyed by the value of <em>restkey</em>. If the row read has fewer fields than the fieldnames sequence, the remaining keys take the value of the optional <em>restval</em> parameter. Any other optional or keyword arguments are passed to the underlying <a class="reference internal" href="#csv.reader" title="csv.reader"><tt class="xref py py-class docutils literal"><span class="pre">reader</span></tt></a> instance.</p> </dd></dl> <dl class="class"> <dt id="csv.DictWriter"> <em class="property">class </em><tt class="descclassname">csv.</tt><tt class="descname">DictWriter</tt><big>(</big><em>csvfile</em>, <em>fieldnames</em>, <em>restval=''</em>, <em>extrasaction='raise'</em>, <em>dialect='excel'</em>, <em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#csv.DictWriter" title="Permalink to this definition">¶</a></dt> <dd><p>Create an object which operates like a regular writer but maps dictionaries onto output rows. The <em>fieldnames</em> parameter is a <a class="reference internal" href="collections.abc.html#module-collections.abc" title="collections.abc: Abstract base classes for containers"><tt class="xref py py-mod docutils literal"><span class="pre">sequence</span></tt></a> of keys that identify the order in which values in the dictionary passed to the <tt class="xref py py-meth docutils literal"><span class="pre">writerow()</span></tt> method are written to the <em>csvfile</em>. The optional <em>restval</em> parameter specifies the value to be written if the dictionary is missing a key in <em>fieldnames</em>. If the dictionary passed to the <tt class="xref py py-meth docutils literal"><span class="pre">writerow()</span></tt> method contains a key not found in <em>fieldnames</em>, the optional <em>extrasaction</em> parameter indicates what action to take. If it is set to <tt class="docutils literal"><span class="pre">'raise'</span></tt> a <a class="reference internal" href="exceptions.html#ValueError" title="ValueError"><tt class="xref py py-exc docutils literal"><span class="pre">ValueError</span></tt></a> is raised. If it is set to <tt class="docutils literal"><span class="pre">'ignore'</span></tt>, extra values in the dictionary are ignored. Any other optional or keyword arguments are passed to the underlying <a class="reference internal" href="#csv.writer" title="csv.writer"><tt class="xref py py-class docutils literal"><span class="pre">writer</span></tt></a> instance.</p> <p>Note that unlike the <a class="reference internal" href="#csv.DictReader" title="csv.DictReader"><tt class="xref py py-class docutils literal"><span class="pre">DictReader</span></tt></a> class, the <em>fieldnames</em> parameter of the <a class="reference internal" href="#csv.DictWriter" title="csv.DictWriter"><tt class="xref py py-class docutils literal"><span class="pre">DictWriter</span></tt></a> is not optional. Since Python&#8217;s <a class="reference internal" href="stdtypes.html#dict" title="dict"><tt class="xref py py-class docutils literal"><span class="pre">dict</span></tt></a> objects are not ordered, there is not enough information available to deduce the order in which the row should be written to the <em>csvfile</em>.</p> </dd></dl> <dl class="class"> <dt id="csv.Dialect"> <em class="property">class </em><tt class="descclassname">csv.</tt><tt class="descname">Dialect</tt><a class="headerlink" href="#csv.Dialect" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference internal" href="#csv.Dialect" title="csv.Dialect"><tt class="xref py py-class docutils literal"><span class="pre">Dialect</span></tt></a> class is a container class relied on primarily for its attributes, which are used to define the parameters for a specific <a class="reference internal" href="#csv.reader" title="csv.reader"><tt class="xref py py-class docutils literal"><span class="pre">reader</span></tt></a> or <a class="reference internal" href="#csv.writer" title="csv.writer"><tt class="xref py py-class docutils literal"><span class="pre">writer</span></tt></a> instance.</p> </dd></dl> <dl class="class"> <dt id="csv.excel"> <em class="property">class </em><tt class="descclassname">csv.</tt><tt class="descname">excel</tt><a class="headerlink" href="#csv.excel" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference internal" href="#csv.excel" title="csv.excel"><tt class="xref py py-class docutils literal"><span class="pre">excel</span></tt></a> class defines the usual properties of an Excel-generated CSV file. It is registered with the dialect name <tt class="docutils literal"><span class="pre">'excel'</span></tt>.</p> </dd></dl> <dl class="class"> <dt id="csv.excel_tab"> <em class="property">class </em><tt class="descclassname">csv.</tt><tt class="descname">excel_tab</tt><a class="headerlink" href="#csv.excel_tab" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference internal" href="#csv.excel_tab" title="csv.excel_tab"><tt class="xref py py-class docutils literal"><span class="pre">excel_tab</span></tt></a> class defines the usual properties of an Excel-generated TAB-delimited file. It is registered with the dialect name <tt class="docutils literal"><span class="pre">'excel-tab'</span></tt>.</p> </dd></dl> <dl class="class"> <dt id="csv.unix_dialect"> <em class="property">class </em><tt class="descclassname">csv.</tt><tt class="descname">unix_dialect</tt><a class="headerlink" href="#csv.unix_dialect" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference internal" href="#csv.unix_dialect" title="csv.unix_dialect"><tt class="xref py py-class docutils literal"><span class="pre">unix_dialect</span></tt></a> class defines the usual properties of a CSV file generated on UNIX systems, i.e. using <tt class="docutils literal"><span class="pre">'\n'</span></tt> as line terminator and quoting all fields. It is registered with the dialect name <tt class="docutils literal"><span class="pre">'unix'</span></tt>.</p> <div class="versionadded"> <p><span class="versionmodified">New in version 3.2.</span></p> </div> </dd></dl> <dl class="class"> <dt id="csv.Sniffer"> <em class="property">class </em><tt class="descclassname">csv.</tt><tt class="descname">Sniffer</tt><a class="headerlink" href="#csv.Sniffer" title="Permalink to this definition">¶</a></dt> <dd><p>The <a class="reference internal" href="#csv.Sniffer" title="csv.Sniffer"><tt class="xref py py-class docutils literal"><span class="pre">Sniffer</span></tt></a> class is used to deduce the format of a CSV file.</p> <p>The <a class="reference internal" href="#csv.Sniffer" title="csv.Sniffer"><tt class="xref py py-class docutils literal"><span class="pre">Sniffer</span></tt></a> class provides two methods:</p> <dl class="method"> <dt id="csv.Sniffer.sniff"> <tt class="descname">sniff</tt><big>(</big><em>sample</em>, <em>delimiters=None</em><big>)</big><a class="headerlink" href="#csv.Sniffer.sniff" title="Permalink to this definition">¶</a></dt> <dd><p>Analyze the given <em>sample</em> and return a <a class="reference internal" href="#csv.Dialect" title="csv.Dialect"><tt class="xref py py-class docutils literal"><span class="pre">Dialect</span></tt></a> subclass reflecting the parameters found. If the optional <em>delimiters</em> parameter is given, it is interpreted as a string containing possible valid delimiter characters.</p> </dd></dl> <dl class="method"> <dt id="csv.Sniffer.has_header"> <tt class="descname">has_header</tt><big>(</big><em>sample</em><big>)</big><a class="headerlink" href="#csv.Sniffer.has_header" title="Permalink to this definition">¶</a></dt> <dd><p>Analyze the sample text (presumed to be in CSV format) and return <a class="reference internal" href="constants.html#True" title="True"><tt class="xref py py-const docutils literal"><span class="pre">True</span></tt></a> if the first row appears to be a series of column headers.</p> </dd></dl> </dd></dl> <p>An example for <a class="reference internal" href="#csv.Sniffer" title="csv.Sniffer"><tt class="xref py py-class docutils literal"><span class="pre">Sniffer</span></tt></a> use:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;example.csv&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">csvfile</span><span class="p">:</span> <span class="n">dialect</span> <span class="o">=</span> <span class="n">csv</span><span class="o">.</span><span class="n">Sniffer</span><span class="p">()</span><span class="o">.</span><span class="n">sniff</span><span class="p">(</span><span class="n">csvfile</span><span class="o">.</span><span class="n">read</span><span class="p">(</span><span class="mi">1024</span><span class="p">))</span> <span class="n">csvfile</span><span class="o">.</span><span class="n">seek</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span> <span class="n">reader</span> <span class="o">=</span> <span class="n">csv</span><span class="o">.</span><span class="n">reader</span><span class="p">(</span><span class="n">csvfile</span><span class="p">,</span> <span class="n">dialect</span><span class="p">)</span> <span class="c"># ... process CSV file contents here ...</span> </pre></div> </div> <p>The <a class="reference internal" href="#module-csv" title="csv: Write and read tabular data to and from delimited files."><tt class="xref py py-mod docutils literal"><span class="pre">csv</span></tt></a> module defines the following constants:</p> <dl class="data"> <dt id="csv.QUOTE_ALL"> <tt class="descclassname">csv.</tt><tt class="descname">QUOTE_ALL</tt><a class="headerlink" href="#csv.QUOTE_ALL" title="Permalink to this definition">¶</a></dt> <dd><p>Instructs <a class="reference internal" href="#csv.writer" title="csv.writer"><tt class="xref py py-class docutils literal"><span class="pre">writer</span></tt></a> objects to quote all fields.</p> </dd></dl> <dl class="data"> <dt id="csv.QUOTE_MINIMAL"> <tt class="descclassname">csv.</tt><tt class="descname">QUOTE_MINIMAL</tt><a class="headerlink" href="#csv.QUOTE_MINIMAL" title="Permalink to this definition">¶</a></dt> <dd><p>Instructs <a class="reference internal" href="#csv.writer" title="csv.writer"><tt class="xref py py-class docutils literal"><span class="pre">writer</span></tt></a> objects to only quote those fields which contain special characters such as <em>delimiter</em>, <em>quotechar</em> or any of the characters in <em>lineterminator</em>.</p> </dd></dl> <dl class="data"> <dt id="csv.QUOTE_NONNUMERIC"> <tt class="descclassname">csv.</tt><tt class="descname">QUOTE_NONNUMERIC</tt><a class="headerlink" href="#csv.QUOTE_NONNUMERIC" title="Permalink to this definition">¶</a></dt> <dd><p>Instructs <a class="reference internal" href="#csv.writer" title="csv.writer"><tt class="xref py py-class docutils literal"><span class="pre">writer</span></tt></a> objects to quote all non-numeric fields.</p> <p>Instructs the reader to convert all non-quoted fields to type <em>float</em>.</p> </dd></dl> <dl class="data"> <dt id="csv.QUOTE_NONE"> <tt class="descclassname">csv.</tt><tt class="descname">QUOTE_NONE</tt><a class="headerlink" href="#csv.QUOTE_NONE" title="Permalink to this definition">¶</a></dt> <dd><p>Instructs <a class="reference internal" href="#csv.writer" title="csv.writer"><tt class="xref py py-class docutils literal"><span class="pre">writer</span></tt></a> objects to never quote fields. When the current <em>delimiter</em> occurs in output data it is preceded by the current <em>escapechar</em> character. If <em>escapechar</em> is not set, the writer will raise <a class="reference internal" href="#csv.Error" title="csv.Error"><tt class="xref py py-exc docutils literal"><span class="pre">Error</span></tt></a> if any characters that require escaping are encountered.</p> <p>Instructs <a class="reference internal" href="#csv.reader" title="csv.reader"><tt class="xref py py-class docutils literal"><span class="pre">reader</span></tt></a> to perform no special processing of quote characters.</p> </dd></dl> <p>The <a class="reference internal" href="#module-csv" title="csv: Write and read tabular data to and from delimited files."><tt class="xref py py-mod docutils literal"><span class="pre">csv</span></tt></a> module defines the following exception:</p> <dl class="exception"> <dt id="csv.Error"> <em class="property">exception </em><tt class="descclassname">csv.</tt><tt class="descname">Error</tt><a class="headerlink" href="#csv.Error" title="Permalink to this definition">¶</a></dt> <dd><p>Raised by any of the functions when an error is detected.</p> </dd></dl> </div> <div class="section" id="dialects-and-formatting-parameters"> <span id="csv-fmt-params"></span><h2>14.1.2. Dialects and Formatting Parameters<a class="headerlink" href="#dialects-and-formatting-parameters" title="Permalink to this headline">¶</a></h2> <p>To make it easier to specify the format of input and output records, specific formatting parameters are grouped together into dialects. A dialect is a subclass of the <a class="reference internal" href="#csv.Dialect" title="csv.Dialect"><tt class="xref py py-class docutils literal"><span class="pre">Dialect</span></tt></a> class having a set of specific methods and a single <tt class="xref py py-meth docutils literal"><span class="pre">validate()</span></tt> method. When creating <a class="reference internal" href="#csv.reader" title="csv.reader"><tt class="xref py py-class docutils literal"><span class="pre">reader</span></tt></a> or <a class="reference internal" href="#csv.writer" title="csv.writer"><tt class="xref py py-class docutils literal"><span class="pre">writer</span></tt></a> objects, the programmer can specify a string or a subclass of the <a class="reference internal" href="#csv.Dialect" title="csv.Dialect"><tt class="xref py py-class docutils literal"><span class="pre">Dialect</span></tt></a> class as the dialect parameter. In addition to, or instead of, the <em>dialect</em> parameter, the programmer can also specify individual formatting parameters, which have the same names as the attributes defined below for the <a class="reference internal" href="#csv.Dialect" title="csv.Dialect"><tt class="xref py py-class docutils literal"><span class="pre">Dialect</span></tt></a> class.</p> <p>Dialects support the following attributes:</p> <dl class="attribute"> <dt id="csv.Dialect.delimiter"> <tt class="descclassname">Dialect.</tt><tt class="descname">delimiter</tt><a class="headerlink" href="#csv.Dialect.delimiter" title="Permalink to this definition">¶</a></dt> <dd><p>A one-character string used to separate fields. It defaults to <tt class="docutils literal"><span class="pre">','</span></tt>.</p> </dd></dl> <dl class="attribute"> <dt id="csv.Dialect.doublequote"> <tt class="descclassname">Dialect.</tt><tt class="descname">doublequote</tt><a class="headerlink" href="#csv.Dialect.doublequote" title="Permalink to this definition">¶</a></dt> <dd><p>Controls how instances of <em>quotechar</em> appearing inside a field should be themselves be quoted. When <a class="reference internal" href="constants.html#True" title="True"><tt class="xref py py-const docutils literal"><span class="pre">True</span></tt></a>, the character is doubled. When <a class="reference internal" href="constants.html#False" title="False"><tt class="xref py py-const docutils literal"><span class="pre">False</span></tt></a>, the <em>escapechar</em> is used as a prefix to the <em>quotechar</em>. It defaults to <a class="reference internal" href="constants.html#True" title="True"><tt class="xref py py-const docutils literal"><span class="pre">True</span></tt></a>.</p> <p>On output, if <em>doublequote</em> is <a class="reference internal" href="constants.html#False" title="False"><tt class="xref py py-const docutils literal"><span class="pre">False</span></tt></a> and no <em>escapechar</em> is set, <a class="reference internal" href="#csv.Error" title="csv.Error"><tt class="xref py py-exc docutils literal"><span class="pre">Error</span></tt></a> is raised if a <em>quotechar</em> is found in a field.</p> </dd></dl> <dl class="attribute"> <dt id="csv.Dialect.escapechar"> <tt class="descclassname">Dialect.</tt><tt class="descname">escapechar</tt><a class="headerlink" href="#csv.Dialect.escapechar" title="Permalink to this definition">¶</a></dt> <dd><p>A one-character string used by the writer to escape the <em>delimiter</em> if <em>quoting</em> is set to <a class="reference internal" href="#csv.QUOTE_NONE" title="csv.QUOTE_NONE"><tt class="xref py py-const docutils literal"><span class="pre">QUOTE_NONE</span></tt></a> and the <em>quotechar</em> if <em>doublequote</em> is <a class="reference internal" href="constants.html#False" title="False"><tt class="xref py py-const docutils literal"><span class="pre">False</span></tt></a>. On reading, the <em>escapechar</em> removes any special meaning from the following character. It defaults to <a class="reference internal" href="constants.html#None" title="None"><tt class="xref py py-const docutils literal"><span class="pre">None</span></tt></a>, which disables escaping.</p> </dd></dl> <dl class="attribute"> <dt id="csv.Dialect.lineterminator"> <tt class="descclassname">Dialect.</tt><tt class="descname">lineterminator</tt><a class="headerlink" href="#csv.Dialect.lineterminator" title="Permalink to this definition">¶</a></dt> <dd><p>The string used to terminate lines produced by the <a class="reference internal" href="#csv.writer" title="csv.writer"><tt class="xref py py-class docutils literal"><span class="pre">writer</span></tt></a>. It defaults to <tt class="docutils literal"><span class="pre">'\r\n'</span></tt>.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">The <a class="reference internal" href="#csv.reader" title="csv.reader"><tt class="xref py py-class docutils literal"><span class="pre">reader</span></tt></a> is hard-coded to recognise either <tt class="docutils literal"><span class="pre">'\r'</span></tt> or <tt class="docutils literal"><span class="pre">'\n'</span></tt> as end-of-line, and ignores <em>lineterminator</em>. This behavior may change in the future.</p> </div> </dd></dl> <dl class="attribute"> <dt id="csv.Dialect.quotechar"> <tt class="descclassname">Dialect.</tt><tt class="descname">quotechar</tt><a class="headerlink" href="#csv.Dialect.quotechar" title="Permalink to this definition">¶</a></dt> <dd><p>A one-character string used to quote fields containing special characters, such as the <em>delimiter</em> or <em>quotechar</em>, or which contain new-line characters. It defaults to <tt class="docutils literal"><span class="pre">'&quot;'</span></tt>.</p> </dd></dl> <dl class="attribute"> <dt id="csv.Dialect.quoting"> <tt class="descclassname">Dialect.</tt><tt class="descname">quoting</tt><a class="headerlink" href="#csv.Dialect.quoting" title="Permalink to this definition">¶</a></dt> <dd><p>Controls when quotes should be generated by the writer and recognised by the reader. It can take on any of the <tt class="xref py py-const docutils literal"><span class="pre">QUOTE_*</span></tt> constants (see section <a class="reference internal" href="#csv-contents"><em>Module Contents</em></a>) and defaults to <a class="reference internal" href="#csv.QUOTE_MINIMAL" title="csv.QUOTE_MINIMAL"><tt class="xref py py-const docutils literal"><span class="pre">QUOTE_MINIMAL</span></tt></a>.</p> </dd></dl> <dl class="attribute"> <dt id="csv.Dialect.skipinitialspace"> <tt class="descclassname">Dialect.</tt><tt class="descname">skipinitialspace</tt><a class="headerlink" href="#csv.Dialect.skipinitialspace" title="Permalink to this definition">¶</a></dt> <dd><p>When <a class="reference internal" href="constants.html#True" title="True"><tt class="xref py py-const docutils literal"><span class="pre">True</span></tt></a>, whitespace immediately following the <em>delimiter</em> is ignored. The default is <a class="reference internal" href="constants.html#False" title="False"><tt class="xref py py-const docutils literal"><span class="pre">False</span></tt></a>.</p> </dd></dl> <dl class="attribute"> <dt id="csv.Dialect.strict"> <tt class="descclassname">Dialect.</tt><tt class="descname">strict</tt><a class="headerlink" href="#csv.Dialect.strict" title="Permalink to this definition">¶</a></dt> <dd><p>When <tt class="docutils literal"><span class="pre">True</span></tt>, raise exception <a class="reference internal" href="#csv.Error" title="csv.Error"><tt class="xref py py-exc docutils literal"><span class="pre">Error</span></tt></a> on bad CSV input. The default is <tt class="docutils literal"><span class="pre">False</span></tt>.</p> </dd></dl> </div> <div class="section" id="reader-objects"> <h2>14.1.3. Reader Objects<a class="headerlink" href="#reader-objects" title="Permalink to this headline">¶</a></h2> <p>Reader objects (<a class="reference internal" href="#csv.DictReader" title="csv.DictReader"><tt class="xref py py-class docutils literal"><span class="pre">DictReader</span></tt></a> instances and objects returned by the <a class="reference internal" href="#csv.reader" title="csv.reader"><tt class="xref py py-func docutils literal"><span class="pre">reader()</span></tt></a> function) have the following public methods:</p> <dl class="method"> <dt id="csv.csvreader.__next__"> <tt class="descclassname">csvreader.</tt><tt class="descname">__next__</tt><big>(</big><big>)</big><a class="headerlink" href="#csv.csvreader.__next__" title="Permalink to this definition">¶</a></dt> <dd><p>Return the next row of the reader&#8217;s iterable object as a list, parsed according to the current dialect. Usually you should call this as <tt class="docutils literal"><span class="pre">next(reader)</span></tt>.</p> </dd></dl> <p>Reader objects have the following public attributes:</p> <dl class="attribute"> <dt id="csv.csvreader.dialect"> <tt class="descclassname">csvreader.</tt><tt class="descname">dialect</tt><a class="headerlink" href="#csv.csvreader.dialect" title="Permalink to this definition">¶</a></dt> <dd><p>A read-only description of the dialect in use by the parser.</p> </dd></dl> <dl class="attribute"> <dt id="csv.csvreader.line_num"> <tt class="descclassname">csvreader.</tt><tt class="descname">line_num</tt><a class="headerlink" href="#csv.csvreader.line_num" title="Permalink to this definition">¶</a></dt> <dd><p>The number of lines read from the source iterator. This is not the same as the number of records returned, as records can span multiple lines.</p> </dd></dl> <p>DictReader objects have the following public attribute:</p> <dl class="attribute"> <dt id="csv.csvreader.fieldnames"> <tt class="descclassname">csvreader.</tt><tt class="descname">fieldnames</tt><a class="headerlink" href="#csv.csvreader.fieldnames" title="Permalink to this definition">¶</a></dt> <dd><p>If not passed as a parameter when creating the object, this attribute is initialized upon first access or when the first record is read from the file.</p> </dd></dl> </div> <div class="section" id="writer-objects"> <h2>14.1.4. Writer Objects<a class="headerlink" href="#writer-objects" title="Permalink to this headline">¶</a></h2> <p><tt class="xref py py-class docutils literal"><span class="pre">Writer</span></tt> objects (<a class="reference internal" href="#csv.DictWriter" title="csv.DictWriter"><tt class="xref py py-class docutils literal"><span class="pre">DictWriter</span></tt></a> instances and objects returned by the <a class="reference internal" href="#csv.writer" title="csv.writer"><tt class="xref py py-func docutils literal"><span class="pre">writer()</span></tt></a> function) have the following public methods. A <em>row</em> must be a sequence of strings or numbers for <tt class="xref py py-class docutils literal"><span class="pre">Writer</span></tt> objects and a dictionary mapping fieldnames to strings or numbers (by passing them through <a class="reference internal" href="stdtypes.html#str" title="str"><tt class="xref py py-func docutils literal"><span class="pre">str()</span></tt></a> first) for <a class="reference internal" href="#csv.DictWriter" title="csv.DictWriter"><tt class="xref py py-class docutils literal"><span class="pre">DictWriter</span></tt></a> objects. Note that complex numbers are written out surrounded by parens. This may cause some problems for other programs which read CSV files (assuming they support complex numbers at all).</p> <dl class="method"> <dt id="csv.csvwriter.writerow"> <tt class="descclassname">csvwriter.</tt><tt class="descname">writerow</tt><big>(</big><em>row</em><big>)</big><a class="headerlink" href="#csv.csvwriter.writerow" title="Permalink to this definition">¶</a></dt> <dd><p>Write the <em>row</em> parameter to the writer&#8217;s file object, formatted according to the current dialect.</p> </dd></dl> <dl class="method"> <dt id="csv.csvwriter.writerows"> <tt class="descclassname">csvwriter.</tt><tt class="descname">writerows</tt><big>(</big><em>rows</em><big>)</big><a class="headerlink" href="#csv.csvwriter.writerows" title="Permalink to this definition">¶</a></dt> <dd><p>Write all the <em>rows</em> parameters (a list of <em>row</em> objects as described above) to the writer&#8217;s file object, formatted according to the current dialect.</p> </dd></dl> <p>Writer objects have the following public attribute:</p> <dl class="attribute"> <dt id="csv.csvwriter.dialect"> <tt class="descclassname">csvwriter.</tt><tt class="descname">dialect</tt><a class="headerlink" href="#csv.csvwriter.dialect" title="Permalink to this definition">¶</a></dt> <dd><p>A read-only description of the dialect in use by the writer.</p> </dd></dl> <p>DictWriter objects have the following public method:</p> <dl class="method"> <dt id="csv.DictWriter.writeheader"> <tt class="descclassname">DictWriter.</tt><tt class="descname">writeheader</tt><big>(</big><big>)</big><a class="headerlink" href="#csv.DictWriter.writeheader" title="Permalink to this definition">¶</a></dt> <dd><p>Write a row with the field names (as specified in the constructor).</p> <div class="versionadded"> <p><span class="versionmodified">New in version 3.2.</span></p> </div> </dd></dl> </div> <div class="section" id="examples"> <span id="csv-examples"></span><h2>14.1.5. Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> <p>The simplest example of reading a CSV file:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">csv</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;some.csv&#39;</span><span class="p">,</span> <span class="n">newline</span><span class="o">=</span><span class="s">&#39;&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">f</span><span class="p">:</span> <span class="n">reader</span> <span class="o">=</span> <span class="n">csv</span><span class="o">.</span><span class="n">reader</span><span class="p">(</span><span class="n">f</span><span class="p">)</span> <span class="k">for</span> <span class="n">row</span> <span class="ow">in</span> <span class="n">reader</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">row</span><span class="p">)</span> </pre></div> </div> <p>Reading a file with an alternate format:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">csv</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;passwd&#39;</span><span class="p">,</span> <span class="n">newline</span><span class="o">=</span><span class="s">&#39;&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">f</span><span class="p">:</span> <span class="n">reader</span> <span class="o">=</span> <span class="n">csv</span><span class="o">.</span><span class="n">reader</span><span class="p">(</span><span class="n">f</span><span class="p">,</span> <span class="n">delimiter</span><span class="o">=</span><span class="s">&#39;:&#39;</span><span class="p">,</span> <span class="n">quoting</span><span class="o">=</span><span class="n">csv</span><span class="o">.</span><span class="n">QUOTE_NONE</span><span class="p">)</span> <span class="k">for</span> <span class="n">row</span> <span class="ow">in</span> <span class="n">reader</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">row</span><span class="p">)</span> </pre></div> </div> <p>The corresponding simplest possible writing example is:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">csv</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;some.csv&#39;</span><span class="p">,</span> <span class="s">&#39;w&#39;</span><span class="p">,</span> <span class="n">newline</span><span class="o">=</span><span class="s">&#39;&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">f</span><span class="p">:</span> <span class="n">writer</span> <span class="o">=</span> <span class="n">csv</span><span class="o">.</span><span class="n">writer</span><span class="p">(</span><span class="n">f</span><span class="p">)</span> <span class="n">writer</span><span class="o">.</span><span class="n">writerows</span><span class="p">(</span><span class="n">someiterable</span><span class="p">)</span> </pre></div> </div> <p>Since <a class="reference internal" href="functions.html#open" title="open"><tt class="xref py py-func docutils literal"><span class="pre">open()</span></tt></a> is used to open a CSV file for reading, the file will by default be decoded into unicode using the system default encoding (see <a class="reference internal" href="locale.html#locale.getpreferredencoding" title="locale.getpreferredencoding"><tt class="xref py py-func docutils literal"><span class="pre">locale.getpreferredencoding()</span></tt></a>). To decode a file using a different encoding, use the <tt class="docutils literal"><span class="pre">encoding</span></tt> argument of open:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">csv</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;some.csv&#39;</span><span class="p">,</span> <span class="n">newline</span><span class="o">=</span><span class="s">&#39;&#39;</span><span class="p">,</span> <span class="n">encoding</span><span class="o">=</span><span class="s">&#39;utf-8&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">f</span><span class="p">:</span> <span class="n">reader</span> <span class="o">=</span> <span class="n">csv</span><span class="o">.</span><span class="n">reader</span><span class="p">(</span><span class="n">f</span><span class="p">)</span> <span class="k">for</span> <span class="n">row</span> <span class="ow">in</span> <span class="n">reader</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">row</span><span class="p">)</span> </pre></div> </div> <p>The same applies to writing in something other than the system default encoding: specify the encoding argument when opening the output file.</p> <p>Registering a new dialect:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">csv</span> <span class="n">csv</span><span class="o">.</span><span class="n">register_dialect</span><span class="p">(</span><span class="s">&#39;unixpwd&#39;</span><span class="p">,</span> <span class="n">delimiter</span><span class="o">=</span><span class="s">&#39;:&#39;</span><span class="p">,</span> <span class="n">quoting</span><span class="o">=</span><span class="n">csv</span><span class="o">.</span><span class="n">QUOTE_NONE</span><span class="p">)</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="s">&#39;passwd&#39;</span><span class="p">,</span> <span class="n">newline</span><span class="o">=</span><span class="s">&#39;&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">f</span><span class="p">:</span> <span class="n">reader</span> <span class="o">=</span> <span class="n">csv</span><span class="o">.</span><span class="n">reader</span><span class="p">(</span><span class="n">f</span><span class="p">,</span> <span class="s">&#39;unixpwd&#39;</span><span class="p">)</span> </pre></div> </div> <p>A slightly more advanced use of the reader &#8212; catching and reporting errors:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">csv</span><span class="o">,</span> <span class="nn">sys</span> <span class="n">filename</span> <span class="o">=</span> <span class="s">&#39;some.csv&#39;</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="n">filename</span><span class="p">,</span> <span class="n">newline</span><span class="o">=</span><span class="s">&#39;&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">f</span><span class="p">:</span> <span class="n">reader</span> <span class="o">=</span> <span class="n">csv</span><span class="o">.</span><span class="n">reader</span><span class="p">(</span><span class="n">f</span><span class="p">)</span> <span class="k">try</span><span class="p">:</span> <span class="k">for</span> <span class="n">row</span> <span class="ow">in</span> <span class="n">reader</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">row</span><span class="p">)</span> <span class="k">except</span> <span class="n">csv</span><span class="o">.</span><span class="n">Error</span> <span class="k">as</span> <span class="n">e</span><span class="p">:</span> <span class="n">sys</span><span class="o">.</span><span class="n">exit</span><span class="p">(</span><span class="s">&#39;file {}, line {}: {}&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">filename</span><span class="p">,</span> <span class="n">reader</span><span class="o">.</span><span class="n">line_num</span><span class="p">,</span> <span class="n">e</span><span class="p">))</span> </pre></div> </div> <p>And while the module doesn&#8217;t directly support parsing strings, it can easily be done:</p> <div class="highlight-python3"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">csv</span> <span class="k">for</span> <span class="n">row</span> <span class="ow">in</span> <span class="n">csv</span><span class="o">.</span><span class="n">reader</span><span class="p">([</span><span class="s">&#39;one,two,three&#39;</span><span class="p">]):</span> <span class="nb">print</span><span class="p">(</span><span class="n">row</span><span class="p">)</span> </pre></div> </div> <p class="rubric">Footnotes</p> <table class="docutils footnote" frame="void" id="id3" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label">[1]</td><td><em>(<a class="fn-backref" href="#id1">1</a>, <a class="fn-backref" href="#id2">2</a>)</em> If <tt class="docutils literal"><span class="pre">newline=''</span></tt> is not specified, newlines embedded inside quoted fields will not be interpreted correctly, and on platforms that use <tt class="docutils literal"><span class="pre">\r\n</span></tt> linendings on write an extra <tt class="docutils literal"><span class="pre">\r</span></tt> will be added. It should always be safe to specify <tt class="docutils literal"><span class="pre">newline=''</span></tt>, since the csv module does its own (<a class="reference internal" href="../glossary.html#term-universal-newlines"><em class="xref std std-term">universal</em></a>) newline handling.</td></tr> </tbody> </table> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3><a href="../contents.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">14.1. <tt class="docutils literal"><span class="pre">csv</span></tt> &#8212; CSV File Reading and Writing</a><ul> <li><a class="reference internal" href="#module-contents">14.1.1. Module Contents</a></li> <li><a class="reference internal" href="#dialects-and-formatting-parameters">14.1.2. Dialects and Formatting Parameters</a></li> <li><a class="reference internal" href="#reader-objects">14.1.3. Reader Objects</a></li> <li><a class="reference internal" href="#writer-objects">14.1.4. Writer Objects</a></li> <li><a class="reference internal" href="#examples">14.1.5. Examples</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="fileformats.html" title="previous chapter">14. File Formats</a></p> <h4>Next topic</h4> <p class="topless"><a href="configparser.html" title="next chapter">14.2. <tt class="docutils literal"><span class="pre">configparser</span></tt> &#8212; Configuration file parser</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../bugs.html">Report a Bug</a></li> <li><a href="../_sources/library/csv.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="configparser.html" title="14.2. configparser — Configuration file parser" >next</a> |</li> <li class="right" > <a href="fileformats.html" title="14. File Formats" >previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="http://www.python.org/">Python</a> &raquo;</li> <li> <a href="../index.html">3.3.6 Documentation</a> &raquo; </li> <li><a href="index.html" >The Python Standard Library</a> &raquo;</li> <li><a href="fileformats.html" >14. File Formats</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; <a href="../copyright.html">Copyright</a> 1990-2014, Python Software Foundation. <br /> The Python Software Foundation is a non-profit corporation. <a href="http://www.python.org/psf/donations/">Please donate.</a> <br /> Last updated on Oct 12, 2014. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2. </div> </body> </html>
martrik/HPCodeWarsSamples
Documentation/python-3.3.6-docs-html/library/csv.html
HTML
mit
59,572
<html> <head> <title>GrandCentral Demo</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> <style> .panel-heading h4 { margin:0; } form { margin-bottom:0; } .container { padding-top:25px; } </style> </head> <body> <div class="container"> <div class="row"> <div class="col-xs-12 col-md-8"> <div class="panel panel-default"> <div class="panel-heading"> <h4>Add event trigger to bus <button class="debug btn btn-default btn-xs pull-right">debug</button></h4> </div> <form class="panel-body form-inline"> <div class="form-group"> <input type="text" placeholder="Name" id="name" class="form-control"/> </div> <div class="form-group"> <input type="text" placeholder="Interval" id="interval" class="form-control"/> </div> <div class="form-group"> <button type="submit" id="add" class="btn btn-primary btn-block">Add</button> </div> </form> </div> <div class="panel panel-default"> <div class="panel-heading"> <h4>Existing triggers</h4> </div> <table class="table existing-triggers panel-body"> <thead> <tr> <th>Name</th> <th width="100">Interval</th> <th width="75">&nbsp;</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="grandcentral.js"></script> <script> $("#add").on('click', function(e) { e.preventDefault(); var name = $("#name").val(), interval = $("#interval").val(); if (name !== "") { var t = { name: name, gcInterval: interval, gcCallback: function (obj) { console.log("test!"); console.log(this); console.log(obj.name + " triggered! ["+obj._gcGuid+"]"); } } var $s = $('<tr>' + '<td>' + name + '</td>' + '<td>' + interval + '</td>' + '<td>' + '<button class="remove-trigger btn btn-danger btn-block">' + '<i class="glyphicon glyphicon-trash"></i>' + '</button>' + '</td>' + '</tr>'); var queued = window.GrandCentral.add(t); $s.data('guid',queued._gcGuid); $(".existing-triggers tbody").append($s); } }); $(".existing-triggers").on('click','.remove-trigger', function() { var $this = $(this).closest("tr"); GrandCentral.remove(GrandCentral.find($this.data('guid'))); $this.remove(); }); $(".debug").on('click', function(e) { var $this = $(this); if ($this.hasClass("active")) { GrandCentral.debug = false; $this.removeClass('active').removeClass('btn-success'); } else { GrandCentral.debug = true; $this.addClass('active').addClass('btn-success'); } }); </script> </body> </html>
EvanHammond/GrandCentralJs
demo/index.html
HTML
mit
3,250
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width initial-scale=1"> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"> <link rel="stylesheet" href="/css/main.css"> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}"> <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="/feed.xml" /> </head>
chadluo/analogum
_includes/head.html
HTML
mit
661