path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
app/index.html | BhaskarVeligeti/React-SpringBoot | <!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head th:fragment="htmlhead">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content=""></meta>
<meta charset="ISO-8859-1"></meta>
<me... |
demos/app-banner2/index.html | albina-i-f/albina-i-f.github.io | <!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Заголовок</title>
<meta name="description" content="">
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-sc... |
app/view_management/menu.html | BabysbreathJJ/zuims-restaurant | <div class="lty-product-management" ng-controller="MenuCtrl">
<div class="btn-group" role="group">
<button class="btn btn-primary" style="margin-left: 30px" ng-click="menuList()">
<span class="glyphicon glyphicon-th-list"></span>菜单列表
</button>
<!--button class="btn btn-primary" n... |
src/main/resources/com/deveo/plugin/jenkins/DeveoNotifier/help-accountKey.html | jenkinsci/deveo-plugin | <div>Deveo authorizes requests to its APIs with the permissions of individual Deveo accounts. To identify the account that's being used with Deveo Notifier to create events to Deveo, its account key needs to be defined here. Please note that this account is usually a project bot account. To find the account key, please... |
app/views/log/new.html | ydna-/Pistekirjanpito | {% extends "base.html" %}
{% block content %}
<ol class="breadcrumb">
<li><a href="{{base_path}}/courses">Kurssit</a></li>
<li><a href="{{base_path}}/courses/{{course.id}}">{{course.name}} ({{course.term}})</a></li>
<li><a href="{{base_path}}/courses/{{course.id}}/exercises/{{exercise.id}}">Harjoitus {{exer... |
index.html | aisthesis/song-player | <!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.jplayer.min.js"></script>
<script type="text/javascript" src="js/add-on/jplayer.playlist.min.js"></script>
<script ty... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/91b03aaff4e1020ea7c54fbcdd3d176a9d61e236b3c431ac5a254406a29596f9.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="./b4d14255546f8065c3ea85a602a75cfa55cc1d067532c81b1677f40afa2b0df7.html">Teleport</a>
<hr>
... |
Rust/share/doc/rust/html/std/rt/util/index.html | ArcherSys/ArcherSys | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `util` mod in crate `std`.">
<meta name="keywords" content=... |
doc/java/jdk7/javax/swing/text/html/parser/ContentModel.html | fbiville/annotation-processing-ftw | <!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.6.0_18) on Thu Dec 18 17:18:09 PST 2014 -->
<title>ContentModel (Java Platform SE 7 )</title>
<meta name="date" content="2014-12-18">
<meta... |
tags/deep-learning/index.html | siyuanzhao/siyuanzhao.github.io |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme" content="hugo-academic">
<meta name="generator" content="Hugo 0.41" />
<meta name="author" conten... |
events/2019_11_20_game_dev/index.html | cssbristol/css-website-2015 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/favicons/apple-touch-icon-... |
css/modal.css | jasonleaster/BreakOutJs | .modal-overlay {
position: fixed;
top: 0; left: 0; bottom: 0; right: 0;
background: rgba( 17, 67, 87, 0.95 );
display: none;
}
.modal-box {
position: fixed;
top: 50%; left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
transform: translateX(-50%) translateY(-50%) scale(0);
width: ... |
www/configuration.html | kurahako/globo2 | <ons-page>
<ons-toolbar>
<ons-back-button>Back</ons-back-button>
</ons-toolbar>
<div class="center">設定</div>
<p>会員情報の変更</p>
<p>通知設定</p>
<p>支払い・受け取り方法</p>
<p>売上管理</p>
<p>ポイントの確認</p>
<p>利用規約</p>
<p>バージョン1.0.0</p>
<p>ログアウト</p>
</ons-page>
|
plugins/gui/public/stylesheets/console.css | dcshock/forklift-kafka | body, html {
margin: 0;
overflow: hidden;
height:100%;
}
@media {
#console {
position: absolute;
top: 50px;
left: 0;
width: 100%;
height: 100%;
/*overflow-y: scroll;*/
}
}
#console {
background-color: #262626;
text-align: left;
height:98%... |
1686-14-2.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=1686-14-2.txt alt=1686-14-2.txt></img><body>
"x"
"1" "VON DER HUDE,W, SEELBACH,A, BASLER,A, EPOXIDES: COMPARISON OF THEINDUCTION OF SOS REPAIR IN ESCHERICHIA COLI PQ37 AND THE BACTERIAL MUTAGENICITYIN THE AMES TEST, MUTAT. RES. 231(2):205-18, 1990"
</body></html>
|
examples/localstorage/index.html | phated/oviews | <!DOCTYPE HTML>
<html>
<head>
<title>LocalStorage Override OView List</title>
<script src="../../test/vendor/dojo/dojo.js" data-dojo-config="async: true"></script>
<script>
require({
baseUrl: './',
packages: [
{ name: 'dojo', location: '../../test/vendor/dojo' },
... |
webkb/faculty/misc/http:^^www.cis.uab.edu^info^faculty^reilly^reilly.html | ML-SWAT/Web2KnowledgeBase | Date: Monday, 25-Nov-96 22:58:41 GMT
Server: NCSA/1.3
MIME-version: 1.0
Content-type: text/html
<!-- This is a template for the personal home pages of our faculty -->
<!-- members. Of course, customization is welcome. -->
<!-- No special characters are needed for you except p. This creates --... |
css/style.css | EnvironmentalDashboard/time-series | /** ELEMENTS **/
*:focus {
outline: none;
}
html, body {
height: 100%;
width: 100%;
}
body {
margin: 0px;
padding: 0px;
font-family: 'Roboto', Helvetica, sans-serif;
/*background: #ecf0f1;*/
background: #fff;
}
object, iframe {
width: 100%;
height: auto;
display: block;
margin-top: 10px;
/*pos... |
site/public/styles/main.css | fiveisprime/npm-pulse | body,
html {
font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 18px;
line-height: 1.72222;
color: #34495e;
background-color: #ffffff;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Lato", Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.1;
color: inherit;
text-tra... |
css/styles.css | minizatic/d3-binary-clock | body{
background: rgb(10, 10, 10);
}
div.container{
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
width: 700px;
height: 500px;
}
g.column circle{
fill: rgb(30, 30, 30);
transition: all 0.2s ease;
}
g.column circle.on{
fill: rgb(0, 80, 180);
box-shadow: 0 0 15px rgb(0, 80, 180... |
gamesoup/templates/admin/expressions/index-partial.html | ktonon/GameSoup | <div class="module">
<table>
<caption><a class="section" href="{% url expressions:index %}">Expressions</a></caption>
<tr>
<th><a href="{% url expressions:render "grammar" %}">Grammar</a></th>
<td> </td>
<td> </td>
</tr>
<tr>
... |
index.html | vidcode/kickstarter-share-page | <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta chars... |
contact.html | 20MileInteractive/reef | <!-- @include _top -->
<!-- @include _nav -->
<div class="row">
<h2 class="page-title">Contact REEF - Cape Cod Builder</h2>
<div class="large-7 columns">
<form id="contact-form">
<fieldset>
<legend>Your Information <span>Required</span></legend>
<div class="row">
<div class="large-12 colu... |
Angular4.x/jmsCommon/ui-src/components/Modal/popup/modal-popup.css | jmarkstevens/AngularPatterns | .ModalPopup {
background-color: Moccasin;
color: DarkGreen;
left: 60px;
padding: 30px;
position: fixed;
text-align: center;
top: 60px;
width: 500px;
}
|
_site/new-suggestions/articles/christmas-ideas-roundup/index.html | suffolklibraries/sljekyll | <!doctype html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
... |
static/views/links/contact.html | PaulKlym/linksave | <div class="main light" >
<div id="body" >
<p>Contact me here</p>
</div>
</div>
|
web/assets/compiled/backend.css | dysan1376/parafarma | @charset 'UTF-8';
/*
* blueimp Gallery CSS 2.11.0
* blueimp Gallery Indicator CSS 1.1.0
* https://github.com/blueimp/Gallery
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
.blueimp-gallery,
.blueimp-gallery > .slides ... |
html/Logic.html | hacklash/Software-Foundations | <!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link href="coqdoc.css" rel="stylesheet" type="text/css"/>
<title>Logic: Logic in Coq... |
tests/img.html | simao/mdunify | <img src="data:image/png;base64,
iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGP
C/xhBQAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YGARc5KB0XV+IA
AAAddEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q72QlbgAAAF1J
REFUGNO9zL0NglAAxPEfdLTs4BZM4DIO4C7OwQg2JoQ9LE1exdlYvBBeZ7jq
ch9//q1uH4TLzw4d6+ErXMMcXuHWxId3KOETnnXXV6M... |
app/styles/app.css | neilspink/speed-comparison-client | td
{
padding:0 20px 0 20px;
}
.fixed-table-container thead th .sortable {
cursor: pointer;
background-position: right;
background-repeat: no-repeat;
padding-right: 30px;
}
.fixed-table-container thead th .both {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAk... |
2016/07/18/Tracking-tests-network-statistics-with-Docker.html | sskorol/sskorol.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tracking tests' network statistics with Docker</title>
<meta name="HandheldFriendly" conte... |
docs/android/net/MailTo.html | anas-ambri/androidcompat | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable... |
dist/css/ngFormValidator.css | smikodanic/angular-form-validator | .redborder {
border: 2px solid #E0B4B4 !important;
background: #FFF6F6 !important;
color: #9F3A38 !important;
box-shadow: none !important;
outline: none !important;
}
input {
outline: none !important;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !impor... |
2.2.4-SNAPSHOT/modules/olog-service/apidocs/edu/msu/nscl/olog/class-use/XmlLogAdapter.html | Olog/olog.github.com | <!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_11) on Tue Sep 24 09:27:26 EDT 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class... |
src/css/_variables.css | mya-ake/webpack2-boilerplate-simple | $c-bg: #fdfdfd;
$c-text: #393939;
$c-title-bg: rgba(255, 255, 255, 0.7); |
Frizione/docs/framework/helma.Zip.html | hankly/frizione | <html>
<head>
<title>
Zip - Helma Javascript Reference
</title>
<meta http-equiv="Content-Script-Type" content="text/javascript">
<script src="scripts.js"></script>
<link rel="stylesheet" href="styles.css" media="screen" />
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
... |
target/asdoc/package-frame.html | yangboz/as3ImageMagick | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><!-- saved from url=(0014)about:internet --><html>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GODPAPER</title><link rel="stylesheet" href="style.css" type="text/css" media="scre... |
historia.html | mariobp/Cartagonova | <!DOCTYPE html>
<html lang="es">
<head>
<!--Import Google Icon Font-->
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<!--Import materialize.css-->
... |
public/Windows 10 x64 (18362.239)/_MI_CONTROL_AREA_WAIT_BLOCK.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.239)</h4><br>
<h2>_MI_CONTROL_AREA_WAIT_BLOCK</h2>
<font face="arial"> +0x000 Next : Ptr64 <a href="./_MI_CONTROL_AREA_WAIT_BLOCK.html">_MI_CONTROL_AREA_WAIT_BLOCK</a><br>
+0x008 WaitReason : Uint4B<br>
+0x00c WaitResponse : Uint4B<br>
+0x010 Gate ... |
docs/cl-rest-server/6a.html | mmontone/cl-rest-server | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Common Lisp REST Server 0.2, Feb 15, 2022
Mariano Montone
Copyright (C) 2014, Mariano Montone
-->
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to th... |
106636-46-8.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=106636-46-8.txt alt=106636-46-8.txt></img><body>
"x"
"1" "KAZIUS, J, MCGUIRE, R AND BURSI, R. DERIVATION AND VALIDATION OF TOXICOPHORES FOR MUTAGENICITY PREDICTION. J. MED. CHEM. 48: 312-320, 2005"
</body></html>
|
Reports/mv/mvvm-sidekick.1.4.20150605.16300000/MVVMSidekick_Metro-win8.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>
... |
web/Bisnis/728x90/mw.html | mobileads-com/MADS_Project_BCA |
<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">
</head>
<body>
<!--
Rich Media Ad Tag
Platform: Mobilewalla
RM Type: NON-MRAID
-->
<script type='text/javascript'>
var rma ={
'campaignId':'f7ed4f... |
src/app/components/comp-1049/comp-1049.component.html | angular/angular-cli-stress-test | <p>
comp-1049 works!
</p>
|
public/app/themes/cross_hatch/grid.css | amishne/mipui | .the-map {
background-image: url("empty_tile1_grid.png");
}
/*
.floor-cell-vertical {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAYCAYAAADZEIyjAAAAIElEQVQoU2NkQAIdHR3/KyoqGEFCYAIGRiVGg4S0xAAAXsVgGbj4jmUAAAAASUVORK5CYII=") white;
}
.floor-cell-horizontal {
background: url("data:image/pn... |
a-lenda-dos-guardioes/index.html | cinetenisverde/cinetenisverde.github.io | <!DOCTYPE html>
<html lang="en-us" dir="ltr" itemscope itemtype="http://schema.org/Article">
<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>A Lenda dos Guardiões</title>
<meta name=... |
docs/docs/api/mil/nga/tiff/compression/class-use/DeflateCompression.html | ngageoint/geopackage-tiff-java | <!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_25) on Mon Apr 01 09:54:20 MDT 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class mil.nga.tiff.c... |
clean/Linux-x86_64-4.11.1-2.0.7/extra-dev/dev/hammer-tactics/1.1.1+8.9.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-tactics: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... |
doc_index.html | justinmk/neovim.github.io | ---
layout: default
title: Documentation
canonical_url: /doc/
---
{% include nav.html active='Documentation' %}
<section class="front-section">
<div class="container">
<div class="col-wide">
<h1>Documentation</h1>
<p>
The following resources are available online for users and developers of... |
assets/css/style.css | whatsupmailbox/whatsupmailbox.github.io | @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,100,700);
@import url(http://fonts.googleapis.com/css?family=Sacramento);
/*!
... |
blog/2017/a-great-story.html | genejones/genejones.github.io | <!DOCTYPE html>
<head>
<meta charset="utf-8"/>
<title>A Great Story - A Blog Article by Gene Jones</title>
<link rel="stylesheet" href="/tufte.css"/>
<link rel="stylesheet" href="/gjones.css"/>
<link rel="stylesheet" href="/latex.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<... |
examples/webgpu_instance_uniform.html | jpweeks/three.js | <!DOCTYPE html>
<html lang="en">
<head>
<title>three.js - WebGPU - Instance Uniform</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link type="text/css" rel="stylesheet" href="main.css">
<!-- WebGPU (For Chrome 94-97)... |
MapBox/MapBoxHTML.html | avkanes/Coalesce | <!DOCTYPE html>
<html>
<head>
<body link="White">
<link href="https://fonts.googleapis.com/css?family=Bungee+Shade|Raleway:500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sarala" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/c... |
mbls/1d600deb_aa7a0f5b_0.html | notus629/notus629.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style>/*<![CDATA[*/
table{border: 1px solid gray;}
td{border: 1px dotted gray;}
p{margin: ... |
css/basic.css | rfi-francais-facile/rfi-francais-facile.github.io | html, body {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
padding: 0px;
margin: 0px;
}
html {
font-size: 62.5%;
}
body {
font-size: 2rem;
}
x-appbar, section[role="region"] {
margin-bottom: 10px;
}
x-card > * {
margin-left: 10px;
}
x-card > x-appbar, x-ca... |
templates/rating.html | devmukul44/Play_Crawler | <!DOCTYPE html>
<html lang="en">
<head>
<title>< Play_Crawler /></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/aja... |
rdoc/classes/Nytimes/Articles/AuthenticationError.html | harrisj/nytimes-articles | <?xml version="1.0" encoding="iso-8859-1"?>
<!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>Class: Nytimes::Articles::AuthenticationError</title>
<m... |
index.html | corinmanning/corinmanning.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="">
<link rel="icon" href="img/favicon.jpg"... |
fliggage/view/dashboard.html | linzhiqi/fliggage | <div class="page-header text-center">
<h1><span class="fa fa-anchor"></span> Your dashboard</h1>
</div>
<div id="dashboard-offer">
<h2>Offer</h2>
<div class="row" ng-repeat="baggage in offerList | orderBy: '-time'"">
<div class="col-sm-12">
<div class="well">
<h3 styl... |
docs/sdk/site/api/Picturepark.SDK.V1.Contract.BusinessRuleTracedEvaluation.html | Picturepark/Picturepark.SDK.DotNet | <!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class BusinessRuleTracedEvaluation
| Picturepark.SDK.V1 API </title>
<meta name="viewport" content="width=device-width">
<meta name="title" con... |
unit1_projects/week7_cultural_blog.html | leeju/leeju.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
type="image/png"
href="images/leejustin.jpg">
<head>
<title>Justin Lee - Cultural Blog</title>
<link href='http://... |
out2.0/first_day/adv.html | HackerEcology/BeginnerCourse | <!DOCTYPE HTML>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; IE=EDGE" />
<title>adv | Beginner Course for Hackers</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"... |
tests/fixtures/preserveCalcSpaces.expected.css | pieter-lazzaro/cssnano | div{width:calc(100vw / 2 - 6px + 0)} |
src/app/app.component.css | michael-golfi/eurols | md-sidenav-container {
position:fixed;
height:100%;
width: 100%;
}
md-icon {
margin-right: 20px;
}
md-sidenav {
background-color: #fafafa;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
width: 200px;
padding: 5px;
}
.content {
padding-top: 15px... |
templates/xbmc_photos/index.html | Zerack/zoll.me | {% extends 'xbmc_photos/base_xbmc.html' %}
{% block container_xbmc %}
<div class="row">
<div class="span9">
<div class='img-polaroid'>
<div id="carousel" class="carousel slide" style="margin-bottom: 0px;">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slid... |
Practice/Intro-To-Java-8th-Ed-Daniel-Y.-Liang/Chapter-7/Chapter07P03/doc/constant-values.html | tliang1/Java-Practice | <!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_102) on Mon Jan 16 18:14:04 PST 2017 -->
<title>Constant Field Values</title>
<meta name="date" content="2017-01-16">
<link rel="stylesheet" ty... |
docs/api/classes/ya.mixins.GetSet.html | devjseu/YAMVC | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ya.mixins.GetSet - yam</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="..... |
Exercises/Development/BetaReductionAppNextStep.html | hosamshahin/OpenDSA | <!DOCTYPE html>
<html data-require="math">
<head>
<title>Applicative-Order β-Reduction</title>
<script src="../../lib/jquery.min.js"></script>
<script src="../../lib/jquery-ui.min.js"></script>
<script src="../../JSAV/lib/jquery.transit.js"></script>
<script src="../../JSAV/lib/raphael.js"></script>
... |
app/assets/stylesheets/foundation-6.2.4-custom/css/foundation.css | forwk1990/wechart-checkin | /**
* Foundation for Sites by ZURB
* Version 6.2.4
* foundation.zurb.com
* Licensed under MIT Open Source
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
... |
src/app/lobby/lobby.component.html | SyntaxStacks/studious-fiesta | <div class="lobby-container">
<md-sidenav-container>
<md-sidenav mode="side" opened="true">
Users:
<ul class="lobby-user-list">
<li class="lobby-user-list-item">
{{ username }}
</li>
</ul>
</md-sidenav>
<div class="my-content">
<button id="submit" md-button (click)="play()" >Play</button... |
WebSocket/src/main/resources/templates/login.html | linlinyeyu/spring-boot-all | <!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
<head>
<meta charset="UTF-8" />
<title>登录页面</title>
</head>
<body>
<div th:if="${param.error}">
无效的账号和密码
</div>
<div th:if="${param.logout}">
你已注销
</div>
<form th:action="@{/login}" method=... |
_site/2016/07/25/sql.html | kindr3d/kindr3d.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SQL – kindr3d</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Follow us on our journey through RGSoC">
<meta name... |
gallery_submission.php-id=597.html | heyitsgarrett/envelopecollective | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Submission 597</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
<img src="gallery/subm... |
doc/java/jdk7/javax/annotation/package-frame.html | fbiville/annotation-processing-ftw | <!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.6.0_18) on Thu Dec 18 17:18:27 PST 2014 -->
<title>javax.annotation (Java Platform SE 7 )</title>
<meta name="date" content="2014-12-18">
<... |
devsummit/2012/roadkill/css/impress.css | agrc/Presentations | /**
* This is a stylesheet for a demo presentation for impress.js
*
* It is not meant to be a part of impress.js and is not required by impress.js.
* I expect that anyone creating a presentation for impress.js would create their own
* set of styles.
*/
/* http://meyerweb.com/eric/tools/css/reset/
... |
sbml-test-cases/cases/semantic/00112/00112-model.html | stanleygu/sbmltest2archive | <p>
The model contains two compartments named compartment and compartment1.
There are two species named S1 and S3 and two parameters named k1 and k2.
Compartment "compartment" contains species S1. Compartment "compartment"1
contains species S3. The model contains two reactions defined as:</p>
<table style="width:30em... |
Unify/HTML/page_home9.html | witnick/Comp353Project | <!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Creative | Unify - Responsive Website Template</title>
<!-- Meta -->
<meta charset="utf-8">
<meta na... |
docs/com/model/algorithm/class-use/DiagonalStrategy.Direction.html | Bubblebitoey/Softspec-Hw1-5810546056-5810546552 | <!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_92) on Tue Mar 07 15:55:19 ICT 2017 -->
<title>Uses of Class com.model.algorithm.DiagonalStrategy.Direction</title>
<meta name="date" content="... |
web/htdocs/blog/first-breath/index.html | huntprod/lensjs | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,target-densitydpi=device-dpi" />
<meta name="generator" content="verse" />
<meta name="twitter:card" content="summary">
<meta property="og:type" content="article">
<meta prop... |
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.1/mathcomp-field/1.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>mathcomp-field: 6 m 34 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... |
docs/blog/flex-pelican-theme.html | barryorourke/Flex |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link href='//f... |
2011-12/2011-12-19---2/index.html | limitist-log/limitist-log.github.io | <html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div style="text-align: center; height: 75px; padding:1px; text-transform:capitalize; backgr... |
_site/gcp-data-architect-certification/index.html | kevllino/kevllino.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GCP Data Architect certification - Europa Tech Ltd</title>
<!-- Edit site and author settings in `_config.yml` to make the social details your own -->
<meta content="Europa Tech Ltd" property="og:site_name">
<meta content="GCP Data A... |
homepage/platforms/android/assets/www/index.html | orjantufte/cordovahome | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apach... |
huafu/src/html/index.html | huysh3/Web2.0 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<meta name="full-screen" content="yes">
<title>首页</title>
<link rel="stylesheet" href="../css/style-index.css" media="scre... |
06_Capstone/meal_calendar/client/flatly.css | tblong/Responsive-Website-Development-and-Design | @import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");
/*@import url('/node_modules/fullcalendar/dist/fullcalendar.css');*/
/*!
* bootswatch v3.3.6
* Homepage: http://bootswatch.com
* Copyright 2012-2016 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
/*!
* Bootstrap v3.3.6 (http... |
lib/assets/images/photon/plugins/elrte/images/photon/css/css_compiled/js/plugins/jquery.pnotify.min.js.html | user-tony/photon-rails | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="ht... |
lib/assets/images/photon/plugins/elrte/css/css_compiled/css/css_compiled/js/js/plugins/jquery.flot.pie.js.html | user-tony/photon-rails | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photo... |
_deploy/tellmeweathernow.html | yashrajsingh/yashrajsingh.net | <!DOCTYPE html>
<html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<title>TellMeWeatherNow!</title>
<meta name="title" conten... |
deps/boost/libs/geometry/doc/html/geometry/reference/algorithms/intersects/intersects_2_two_geometries.html | laborautonomo/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>intersects (two geometries)</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="../../../.... |
assets/jquery/deferred.isRejected.html | hisune/hisune-coder-tools | <!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>deferred.isRejected()</title>
<meta name="author" content="jQuery 中文手册... |
categories/iptabbles/index.html | klionsec/klionsec.github.io | <!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<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="专注于web和内网攻防研究,安全开发,安全运维,架构安全,热衷于高质量实用干货分享,提供全方位网络安全培训,... |
demos/scrollspy.html | poppinlp/demos | <!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Scrollspy demo</title>
<link href="assets/doggy.css" rel="stylesheet" type="text/css" />
<style>
h1 {
text-align:center;
}
article {
width:300px;
... |
_includes/footer.html | shrimpdata/shrimpdata.github.io | <!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>{{ site.address_street }}
<br>{{ site.address_c... |
generators/app/templates/public/pages/index-page.html | footworkjs/generator-footwork | <article class="fade-in">
<div class="col-md-6">
<h3>Welcome to Footwork.js</h3>
<p>Welcome to the footwork.js example/skeleton application.</p>
<p>You can select a <a href="http://reddit.com">reddit.com</a> sub-reddit to view at the top, or type a custom one below:</p>
<ul>
<li><a href="htt... |
index.html | andrewztan/peereditr_homepage | <!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>PeerEditr - Landing Page</title... |
public/Windows 10 x64 (19041.208) 2004/_EX_PARTITION.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19041.208) 2004</h4><br>
<h2>_EX_PARTITION</h2>
<font face="arial"> +0x000 PartitionObject : Ptr64 <a href="./_EPARTITION.html">_EPARTITION</a><br>
+0x008 WorkQueues : Ptr64 Ptr64 Ptr64 <a href="./_EX_WORK_QUEUE.html">_EX_WORK_QUEUE</a><br>
+0x010 WorkQueueManagers :... |
8.uiroute/2.include/index.html | pengyanxue/201601angular | <!DOCTYPE html>
<html ng-app="uiMod">
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<ul>
<li><a ui-sref="user">用户管理</a></li>
<li><a ui-sref="book">书籍管理</a></li>
<li><a ui-sref="profile">个人设置</a></li>
</ul>
<div ui-view></div>
<script src="../lib/angular.js"></script>
<scr... |
deps/blpapi/doc/html/classblpapi_1_1TopicList-members.html | dahang/nblpapi | <!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"/>
<title>BLPAPI C++: Class blpapi::TopicList Members</title>
<link href="tabs.cs... |
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.1/squiggle-eq/1.0.3.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>squiggle-eq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.