path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
app/templates/edit_post.html
caser789/xuejiao-blog
{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %} XueJiao's Blog - Edit Post {% endblock %} {% block page_content %} <div class="page-header"> <h1>Edit Post</h1> </div> <div> {{ wtf.quick_form(form) }} </div> {% endblock %} {% block scripts %} {{ super() }} {{ pagedown.incl...
webroot/orgchart/css/jquery.orgchart.css
si-quimera/avante
/* * jQuery OrgChart Plugin * https://github.com/dabeng/OrgChart * * Demos of jQuery OrgChart Plugin * http://dabeng.github.io/OrgChart/local-datasource/ * http://dabeng.github.io/OrgChart/ajax-datasource/ * http://dabeng.github.io/OrgChart/ondemand-loading-data/ * http://dabeng.github.io/OrgChart/option-create...
doc/api/classes/ActionDispatch/Routing/Mapper/Concerns.html
zhuzhang/auc
<?xml version="1.0" encoding="utf-8"?> <!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> <title>ActionDispatch::Routing::Mapper::Concerns</title> <meta http-equi...
particles.html
CynthiaTong/cs380-final-project
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Particles</title> <link rel="stylesheet" type="text/css" href="css/particles.css"> <link rel="shortcut icon" href="../media/favicon.ico"> </head> <body> <div id="container"> </div> <script sr...
blog/blog_index.html
AlGreen88/AlGreen88.github.io
<!DOCTYPE html> <html> <head> <title>Blog Index</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="../stylesheets/default.css"> </head> <body> <div id="header"> <ul> <li><span id="name">The Blog</span></li> <...
app/assets/stylesheets/layout.css
KlimekM/boredgames
* { font-family: Helvetica; } header { background-color: #222222; height: 100px; } nav { background-color: #00bc8c; } nav h1 { display: inline-block; font-size: 75px; width: 45%; height: 110px; } nav ul li { font-size: 24px; } nav p { display: inline-block; } #no-top-margin { margin-top: 0; } ...
archive/category/events/feed/index.html
mca62511/charityakita-static
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slas...
index.html
xhanley/xhanley.github.io
<!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>MelbourneSpace</title> <!-...
animations/stairs/stairsOut.css
UstymUkhman/Dynamic.css
@keyframes stairsOut { from, 25%, 50%, 76%, 99%, to { transform-origin: 50% 100%; } 51%, 75% { transform-origin: 50% 0%; } from { transform: translateY(0) perspective(400px) scale3d(1, 1, 1) rotateX(720deg); } 25% { transform: translateY(0) perspective(400px) scale3d(1, 1, 1) rotateX(72...
reports/index.html
ahomu/Phalanx
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Plato - JavaScript Introspection</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!--[if lt IE 9]> <script src="http://html5shim.googl...
ca31986/html/classv8_1_1Debug_1_1EventDetails-members.html
v8-dox/v8-dox.github.io
<!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" con...
data science/machine_learning_for_the_web/chapter_4/movie/17438.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Affliction (1997)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0118564">Affliction (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Bob+Bloom">Bob Bl...
map.html
dodify/website-historicbath
<!DOCTYPE html> <!-- Historic Bath map page. Map view of the index page. @copyright 2015 dodify Ltd. @license See LICENSE in repository root --> <html> <head> <title>Historic Bath - Travel Back in Time</title> <meta http-equiv="Content-Type" content="text/html; charset=...
Docs/api/html/OgreSceneQuery_8h.html
milram/ogre-1.7.4-osx
<html> <head> <title>OGRE: OgreSceneQuery.h File Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1...
deps/boost/doc/html/boost_asio/reference/ip__tcp/v6.html
laborautonomo/poedit
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ip::tcp::v6</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../boost_asio.html" title="Bo...
ef0ca2a/html/classv8_1_1_string_1_1_external_string_resource-members.html
v8-dox/v8-dox.github.io
<!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" con...
IS661/keypath/home.html
vikram1092/vikram1092.github.io
<!DOCTYPE html> <html> <head> <title>Home</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <link href="resources/css/jquery-ui-themes.css" type="text/css" r...
src/Application/GpBundle/Resources/public/css/table.css
dynamicguy/gpweb
/* Table Style */ table { width: 100%; margin: 0 0 15px; text-align: left; font-size: inherit; border-collapse: collapse; border: 1px solid #c4c4c4; } table thead { color: #666; } table th { font-weight: normal; padding: 5px 8px; color: #666; background: #e5e5e5; } table td { padding: 8px; color: #000;...
clean/Linux-x86_64-4.10.2-2.0.6/released/8.13.2/coq2html/1.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coq2html: 17 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="st...
templates/ad_resetpwd.html
stuysu/roomres.stuysu.org
{% extends "index2.html" %} {% block content %} <center> {% if not message == "" and success %} <div class="alert alert-success"> {{message}} <h2>{{newP}}</h2> </div> {% endif %} {% if not message == "" and not success %} <div class="alert alert-danger"> {{message}} </div> {% endif %} ...
src/main/webapp/admin/settings.tpl.html
PauliNiva/Sotechat
<div class="alert alert-danger"> <strong>VARO!</strong> Vain testikäyttöön! Tarkoitettu viestihistorian siivoamiseen ennen chatin esittelyä. Toiminto ei poista rekisteröityjä käyttäjiä, mutta muutoin palauttaa palvelimen alkutilaan (unohtaa kirjoitetut viestit, aktiiviset sessiot, yms.) </div> <button t...
machine-learning/f1_score.html
tpin3694/tpin3694.github.io
v<!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"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> ...
docs/api/v0.6.1/ev3dev-lang-java/ev3dev/utils/JarResource.html
ev3dev-lang-java/ev3dev-lang-java.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (9-ea) on Wed Jun 07 19:17:16 BST 2017 --> <title>JarResource</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="...
index.html
fedeoasi/scala-presentation
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Introduction to Scala</title> <meta name="description" content="Introduction to Scala"> <meta name="author" content="Federico Caimi"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-...
utils/pmd-bin-5.2.2/docs/pmd-plsql/xref-test/net/sourceforge/pmd/package-frame.html
byronka/xenos
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>PMD PL/SQL 5.2.2 Reference Package net.sourceforge.pmd</title> <link ...
ZimbraCommon/jars-test/easymock-3.0/clover/org/easymock/tests2/ReflectionUtilsTest_testFindMethod_NotFound_4d.html
nico01f/z-pec
<!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"/> <link rel="SHORTCUT ICON" href="../../.....
docs/index.html
Onra/inspiringquote
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>One Random Inspiring Quote</title> <link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet"> </head> <body> <div id="root"></div> <script type="text/javascript" src="bundle.js"></script> </body> </html>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.14.0/color/1.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>color: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
resources/css/order_details.css
0455482/avtoplin_new
.border { border: 1px solid black; } .input_container { margin-bottom: 35px; } .md-button.md-icon-button { margin-left: 0; padding-left: 0; margin-right: 0; } .md-datepicker-input-container { margin-left: 0; } .md-datepicker-input-container { min-width: 150px; } .old_order_modal label { ...
data science/machine_learning_for_the_web/chapter_4/movie/9807.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Red Corner (1997)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0119994">Red Corner (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Harvey+S.+Karten"...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/27b9147bd4b61f776ebdf7ed0d6915d68f7ae82647524ed85c2c8330569d3d20.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./2b3f3a06971bc3bb4b0ad0d540ce6829d7649b90cd8221a92dbbcafc74a7484a.html">Teleport</a> <hr> ...
templates/article.html
debugger22/notmyidea
{% extends "base.html" %} {% block title %}{{ article.title|striptags }}{% endblock %} {%block opengraph %} <meta property="og:url" content="{{ SITEURL }}/{{ article.url }}" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Shortlog | {{ article.title|striptags ...
place/bermuda/health/index.html
okfn/opendataindex-2015
<!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="author" content="Open Knowledge"> <meta name="description" content="The Global Open Data Index assesse...
docs/_includes/elements/color-square.html
YellowDi/Elenore
<span class="el-color" style="background: {{ include.value }};"></span> <code>{{ include.value }}</code>
_site/articles/sample-link-post/index.html
hsudarspy/hsudarspy.github.io
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
deps/boost_1_77_0/libs/beast/doc/html/beast/ref/boost__beast__static_string/compare/overload5.html
davehorton/drachtio-server
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>static_string::compare (5 of 9 overloads)</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href=...
www/index.html
kaesetoast/podpuri
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>testtest</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="assets/vendor/bootstr...
public/src/card/card-analytics-dialog.html
ChannelsNetwork/channels-server
<link rel="import" href="../controls/dialog-view.html"> <link rel="import" href="../../bower_components/polymer/lib/elements/dom-repeat.html"> <dom-module id="card-analytics-dialog"> <template> <style is="custom-style" include="app-styles"> :host { display: block; } .container { ...
public/css/theme.css
frederickjansen/s15-p3
/* Copy pasted from Bootstrap docs */ .bs-callout { padding: 20px; margin: 20px 0; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; } .bs-callout-info { border-left-color: #5cb85c; } .bs-callout-info h4 { color: #5cb85c; } .bs-callout h4 { margin-top: 0; margin-bottom: 5px; } .bs-callout...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/fb7d8307217a15b4adaae990dca54574273365b0a58ecb56e44af7aca59736a0.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./88286d49843b0af46fcddac3fdbf8cea1a984d111b1837f1d2fa98ac9c838331.html">Teleport</a> <hr> ...
web/templates/room_detail.html
a710128/Lesson9
<style> #room-detail { padding-left: 25px; padding-right: 35px; } #room-detail-desc { warp-word: break-word; word-break: break-all; padding-left: 25px; color: #888; } #room-detail-worker { color: #666; } #room-detail-roomid { color: #888; font-size: 10px; padding-left: 45px; }...
manage/manage-web/src/main/webapp/WEB-INF/templates/welcome.html
pikaqiuHX/basic
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <h1>welcome</h1> <h2>welcome</h2> <h3>welcome</h3> <h4>welcome</h4> <h5>welcome</h5> </body> </html>
talks/DissertationDefense_05.2018/theme.css
mjsmith037/mjsmith037.github.io
/** * White theme for reveal.js. This is the opposite of the 'black' theme. * * Copyright (C) 2015 Hakim El Hattab, http://hakim.se */ /********************************************* * GLOBAL STYLES *********************************************/ body { background: #2b3141; background-color: #2b3141;} .reveal...
example/batches/index.html
specialcode/cobblestone
<!DOCTYPE html> <html> <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"> <meta name="scaffolded-by" content="https://github.com/google/stagehand"> <title>Cobblestone Example</title> <script d...
application/views/view.html
FreshLeaf8865/Darknet_SE
<?php defined('BASEPATH') OR exit('No direct script access allowed'); include('simple_html_dom.php'); ?> <!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" con...
data science/machine_learning_for_the_web/chapter_4/movie/2660.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Lion King, The (1994)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0110357">Lion King, The (1994)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Ethan+Sol...
public/Windows 10 x64 (19042.610)/wil_FeatureEnabledStateKind.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19042.610)</h4><br> <h2>wil_FeatureEnabledStateKind</h2> <font face="arial"> wil_FeatureEnabledStateKind_Service = 0n1<br> wil_FeatureEnabledStateKind_User = 0n2<br> wil_FeatureEnabledStateKind_Test = 0n3<br> </font></body></html>
dev/res/templates/components/head/_head-MSApp.html
uncleF/TemplateX
<meta name="msapplication-TileColor" content="@tx-theme"> <meta name="msapplication-TileImage" content="/msTileIcon.png">
wp-content/themes/activello/inc/libraries/epsilon-framework/assets/js/epsilon-previewer.html
Projeto-Deixa-Eu-Te-Contar/projeto-deixa-eu-te-contar.github.io
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <base href="http://www.deixaeuteconta.com.br" /> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /DETC/wp-content/themes/activello\inc\libraries\epsilon-framework\assets\js\epsilon-previewer.js was not found on this serv...
clean/Linux-x86_64-4.11.0-2.0.7/released/8.11.2/concurrency-pluto/1.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>concurrency-pluto: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap....
ocr_extracted/W30059_text/page10.html
datamade/elpc_bakken
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W30059_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> ...
app/index.html
leancode-inc/kanban-angular-require
<!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <!-- build:css(.) styles/vendor.css --> <!-- b...
Reports/cc/cci.unofficial.1.0.13.1/Microsoft.Cci.MutableCodeModel-net40.html
kuhlenh/port-to-core
<!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> ...
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.1/founify/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>founify: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
qunittest/index.html
ajlopez/AjLispJs
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>AjLisp Test Suite</title> <link rel="stylesheet" href="qunit.css" type="text/css" media="screen"> <script type="text/javascript" src="../lib/ajlisp.js"></script> <script type="text/javascript" src="../dependencies/jquery-1.6.2.min.js"></script> <script...
public/2013/02/08/love-is-in-the-air-the-challenge/.html
ipedrazas/blog.pedrazas.me
<!DOCTYPE html> <html> <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> Love is in the Air — The Challenge | blog.ipedrazas.me </title> <link href="/feeds/all.atom.xml" type="applic...
clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.5/qcert/2.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qcert: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
public/Windows 10 x64 (19041.572)/_KPROCESS_PPM_POLICY.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.572)</h4><br> <h2>_KPROCESS_PPM_POLICY</h2> <font face="arial"> ProcessPpmDefault = 0n0<br> ProcessPpmThrottle = 0n1<br> ProcessPpmSemiThrottle = 0n2<br> ProcessPpmNoThrottle = 0n3<br> ProcessPpmWindowMinimized = 0n4<br> ProcessPpmWindowOccluded = 0n5<br> ...
treehouse/object-oriented_js/calculator/style.css
quotethegeek/code-louisville
* { font-family: Helvetica, Arial, sans-serif; text-align: center; }
docs/3.2/dc/db0/structcv_1_1cudev_1_1vec__math__detail_1_1SatCastHelper.html
lucasbrsa/OpenCV-3.2
<!-- HTML header for doxygen 1.8.6--> <!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" conte...
styles/custom.css
caljrimmer/financial-redux-app
.sidebar-item p b { color:#fff; } .sparklines .line{ stroke: #b2dfdb; } .open path, .close path, .high path, .low path { stroke: #FFF; fill: #FFF; } .teal { color:#e0f2f1; } .teal b { color:#fff; } .teal.card { height: 384px } .teal .card-action a { color:#fff; border-bottom:1px dot...
data science/machine_learning_for_the_web/chapter_4/movie/27268.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Emperor's New Groove, The (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?0120917">Emperor's New Groove, The (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF...
clean/Linux-x86_64-4.05.0-2.0.6/released/8.11.1/compcert/3.7+8.12~coq_platform.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>compcert: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
editor/css/describe.css
SpectrumBroad/xible
.xible>.describe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.9); overflow: auto; } /* close button */ .xible > .edit > button, .xible > .describe > button { position: sticky; float: right; display: block; right: 0...
ui/index.html
jdin/npm-play
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width" /> <title>Test NPM with Play</title> <link rel="stylesheet" href="/assets/main.css" /> </head> <body ng-app="npm-play"> <b>Hi!</b> this is index.html!...
file_manager/stylesheets/styles.css
msimmer/tag-manager
.wrapper #maincontent ul.tags{ margin:10px 0 15px 15px; } img{ max-height: 100%; width: auto; max-width: 100%; margin: 0 auto; } ul.tags { text-align: left; } ul.master { text-align: left; list-style: none; margin: 0 0 15px 30px!important; } ul.master li{ position: relative; } ul.master .active-sor...
hashs-database/hashs/core___themes___stable___css___toolbar___toolbar.module.css
GoZOo/Drupaloscopy
8.0.0-rc4:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.1:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.2:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.3:cbef47b5eda1997942e3ecc53680aedef870a86e615b7b7c3657482e1e6289cf 8.0.4:cbef47b5eda1997942e3ecc536...
index.html
skydusk/skydusk.github.io
--- layout: home title: Home sitemap: priority: 1.0 changefreq: 'weekly' lastmod: 2014-07-07T16:57:30+05:30 --- {% for post in paginator.posts %} <div class="unit whole single-post-excerpt"> <h2><a href="{{ post.url }}">{{ post.title }}</a></h2> <div class="meta-info"> <span class="meta"><time class="timeago postli...
data science/machine_learning_for_the_web/chapter_4/movie/1905.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Man to Man (1992)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0104806">Man to Man (1992)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Max+Hoffmann">Max...
website/index.html
naso/spike-path
<!DOCTYPE html><html><head><title>codedoodl.es - spike path</title><link rel=stylesheet type=text/css href=css/main.css><meta name=viewport content="width=device-width, initial-scale=1"></head><body><div id=app></div><script src=js/lib.js></script><script src=js/app.js></script></body></html>
clean/Linux-x86_64-4.10.1-2.0.6/released/8.12.0/intuitionistic-nuprl/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>intuitionistic-nuprl: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstr...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.2/qarith-stern-brocot/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>qarith-stern-brocot: 3 m 17 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.m...
src/Viteloge/CoreBundle/Resources/descriptions/18071.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Contres est un village localisé dans le département de Cher en Centre. Elle comptait 28 habitants en 2008.</p> <p>Si vous envisagez de demenager à Contres, vous pourrez aisément trouver une maison à vendre. </p> <p>Le parc d'habitations, à Contres, se décomposait ...
a/tuning.html
yumikohey/yumikohey.github.io
<!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>SB Admin - Bootstrap Admin Temp...
BOOST/boost_1_61_0/libs/xpressive/doc/html/boost/xpressive/regex_match.html
calvinfarias/IC2015-2
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Function regex_match</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../index.html" title...
docs/3.2/d7/de4/structcv_1_1cudev_1_1VecTraits_3_01double4_01_4-members.html
lucasbrsa/OpenCV-3.2
<!-- HTML header for doxygen 1.8.6--> <!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" conte...
keyref/DotNetTableFunctionsVerifyFuzzyCellTextContains.html
kid551/safsdev.test.github.io
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_VerifyFuzzyCellTextContains'></A>DotNetTableFunctions::<BIG>VerifyFuzzyCellTextContains</BIG> </H3> <TABLE><TR> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='Rational RobotJ'>RJ</SPAN></TD> </TR></TABLE> <DIV NAME="li...
keyref/FlexColorFunctionsSetColor.html
kid551/safsdev.test.github.io
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_SetColor'></A>FlexColorFunctions::<BIG>SetColor</BIG> </H3> <TABLE><TR> <TD class="borderStyle"><SPAN CLASS='Support' TITLE='Rational RobotJ'>RJ</SPAN></TD> </TR></TABLE> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""...
_includes/content.html
beechnut/newcomers
<h2>What's it about?</h2> <p>We unearth and question the assumptions underlying the ways we influence each other, our cities, and nature, and the ways they influence us.</p> <h2>We'll explore:</h2> <ul> <li>Intersectional justice</li> <li>Wise urbanism</li> <li>Restoration ecology</li> </ul> <p>We began develop...
_my_sections/contact.html
Lovatt/lovatt.github.io
--- title: contact --- <div class="section" id="{{ page.title }}"> <div class="is-pulled-right"> <a href="https://github.com/lovatt"> <i class="fa fa-2x fa-github"></i> </a> <a href="https://twitter.com/mrlovatt"> <i class="fa fa-2x fa-twitter"></i> </a> <a href="mail...
docs/interfaces/simplenode.html
dphilipson/graphs-and-paths
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>SimpleNode | Graphs and Paths</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../as...
docsets/AWS-CLI.docset/Contents/Resources/Documents/reference/s3api/put-bucket-request-payment.html
Smolations/more-dash-docsets
<!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" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>put-bucket-requ...
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.1+2/hammer/1.2.1+8.10.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.8.1/mathcomp-finmap/1.2.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-finmap: 1 m 9 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
src/html/index.html
sogrid/point-into-nine
<!doctype html> <html class="msie-9"> <head> <title>Areas of interest</title> <!--[if IE]><meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1"><![endif]--> <meta name='viewport' content='width=device-width'> <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]...
__site/magiastormenta (Conflitos entre maiúsculas e minúsculas)/src/app/app.component.html
RoenMidnight/grimorio-trpg
<app-cadastro-pessoa></app-cadastro-pessoa>
style.css
OrendeHQ/orendehq.github.io
@font-face { font-family: LatoLight; src: url(/fonts/Lato-Light.ttf); } * { font-weight: lighter; font-family: 'LatoLight', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; } .btn-outline-dark { color: #343a40; background-color: transparent; bord...
Backup/index2.html
NorCalDavid/NorCalDavid.github.io
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>About Page template By Adobe Dreamweaver CC</title> <link href="mainStyle.css" rel="stylesheet" type="text/css"> <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modif...
docs/API-Reference/android-sdk/0.10.0/com/mapzen/tangram/MapController.html
tangrams/tangram-docs
<!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_161) on Fri Nov 30 14:24:57 EST 2018 --> <title>MapController (tangram 0.10.0 API)</title> <meta name="date" content="2018-11-30"> <link rel="s...
html/234567129264.html
GoC-Spending/data-corporations
<!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...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.13.0/moment/1.1.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>moment: 30 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="styl...
Laboration.DoggieDayCare.WebClient/app/booking/endBooking.html
marcusnielsen/Laboration.DoggieDayCare
<form name="addBookingForm"> <div class="row"> <div class="col-md-6 col-md-offset-3"> <div class="form-group"> <label for="bookingNumber">Booking number</label> <input type="text" class="form-control" name="bookingNumber" data-ng-model="endBookingData.Id" />...
css/theme-green.css
katemills3/katemills3.github.io
/*! // Contents // ------------------------------------------------ 1. Global Styles 2. Mixins 3. Sections 4. Typography 5. Buttons 6. Colours 7. Covered BG 8. Sliders 9. Navigation 10. Headers 11. Story 12. Details 13. Gallery 14. Accommodation 15. Registry 16. RSVP 17. Footer /*!---------- GLOBAL S...
src/Viteloge/CoreBundle/Resources/descriptions/62206.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Campigneulles-les-Grandes est un village situé dans le département des Pas-de-Calais en Nord-Pas-de-Calais. On dénombrait 274 habitants en 2008.</p> <p>Si vous envisagez de emmenager à Campigneulles-les-Grandes, vous pourrez aisément trouver une maison à acheter. ...
lib/apache-poi/docs/apidocs/org/apache/poi/hwpf/model/PAPBinTable.html
nimbleapps/export_to_spreadsheet
<!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_19) on Fri Oct 29 16:39:38 MSD 2010 --> <TITLE> PAPBinTable (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2010-10-29"> <LI...
clean/Linux-x86_64-4.07.1-2.0.6/released/8.10.2/mini-compiler/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mini-compiler: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.m...
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.0/hammer/1.3+8.11.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>hammer: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
public/react/react-08.html
roybailey/research-html
<!DOCTYPE html> <html> <head> <meta http-equiv='Content-type' content='text/html; charset=utf-8'> <title>React Sample</title> <link rel="stylesheet" href="assets/css/base.css" /> </head> <body> <h1>Ryan Clark's basic menu</h1> <div id="container"> <p> If you can see this, React is not working ri...
html/234567149817.html
GoC-Spending/data-corporations
<!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...
html/234567113069.html
GoC-Spending/data-corporations
<!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...