path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
RTCMultiConnection/demos/remote-stream-forwarding.html | garyfeng/WebRTC-Experiment | <!--
> Muaz Khan - github.com/muaz-khan
> MIT License - www.webrtc-experiment.com/licence
> Documentation - www.RTCMultiConnection.org
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>WebRTC Remote Stream Forwarding ® Muaz Khan</title>
<meta http-equiv="Content-Type" content="text/html; ch... |
src/_layouts/post.html | pipboy3000/count0.org | ---
layout: default
---
<div class="container">
<div class="article">
<h2 class="article-title">{{ page.title }}</h2>
<div class="article-meta">{{ page.date | date: "%Y年%m月%d日" }}</div>
<div class="article-body">
{{ content }}
</div>
<div class="article-footer">
<a href="/archives/in... |
frinat/frontend/templates/full.html | frinat/fribourg-natation.ch | {% extends "base.html" %}
{% load cms_tags %}
{% block title %}{{ block.super }}{% endblock %}
{% block main %}
<section>
{% placeholder "content" %}
</section>
{% endblock main %}
{% block bodyclasses %}{{ block.super }} full{% endblock %}
{% block sidebar %}
{% endblock %} |
public/modules/projects/views/edit-project.client.view.html | keegansanford/Colab | <section data-ng-controller="ProjectsController" data-ng-init="findOne()">
<div class="page-header">
<h1>Edit Project Proposal</h1>
</div>
<div class="col-md-12">
<form name="projectForm" class="form-horizontal" data-ng-submit="update(projectForm.$valid)" novalidate>
<fieldset>
<div class="form-group" ng-... |
documents/build/html/usingopengl2.html | ring-lang/ring |
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Using RingOpenGL and RingAllegro for 3D Graphics — Ring 1.17 documentation</title>
<link rel="stylesheet" href="_static/css/them... |
Java_tutorial/ui/overview/compHierarchy.html | pitpitman/GraduateWork |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<title>The Component Hierarchy</title>
</head>
<body BGCOLOR="#ffffff">
<table width="100%">
<tr>
<td align=left>
<a href="egClasses.html"><img src="../../images/PreviousArrow.gif" width=26 height=26 align=bottom border=0 alt="Previo... |
css/base/base.css | Hishengs/heyui | /**
* primary:3a9aff 2989ee
* success:8fbe33 7ead22
* info:8fbeef 7eadde
* warning:ff6700 ee5600
* danger:e53935 d42824
* */
*{
font-family: 'Microsoft Yahei';
}
body,html{
font-size: 10px;
/* width: 100%;
height: 100%;
padding: 0;
margin: 0; */
}
@media screen and (max-width:960px) {
body,html{font-size: ... |
AngularEggHead/app17-elements/Index.html | danielmackay/Angular-Egghead | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>AngularJS Tutorials</title>
<link href="../Content/bootstrap.min.css" rel="stylesheet" />
</head>
<body>
<div ng-app="app">
<dumb-password></dumb-password>
</div>
<script src="../scripts/angular.min.js"></script>
... |
docs/class-ApiAxleTest.AllTests.html | fillup/apiaxle-module | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class ApiAxleTest\AllTests | fillup/apiaxle</title>
<script type="text/javascript" src="resources/combined.js?3551695169"></script>
<script type="text/javasc... |
docs/api/algorithms/compGeometry/clustering/twopointcorrelation/package-summary.html | tectronics/two-point-correlation | <!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_51) on Mon Jun 30 01:29:13 PDT 2014 -->
<title>algorithms.compGeometry.clustering.twopointcorrelation</title>
<meta name="date" content... |
public/roll.html | vinceallenvince/FloraJS-Flocking | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content = "user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-b... |
src/Lc/LcBundle/Resources/public/css/grayscale.css | theredfoxfire/lc | /*!
* Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
width: 100%;
height: 100%;
font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff... |
aurelia-axel-northwind/views/search/order/search-order.html | cmichaelgraham/aurelia-axel-northwind | <template>
<h1>Order Search</h1>
</template> |
myresume.html | wangc528/portfolio | <!DOCTYPE html>
<html>
<title>Chen's Resume</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="w3.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://fonts.googleapis.com/cs... |
templates/skeleton/css/plugins/autocomplete.css | VirtuosiMedia/VM-UI-Framework | /**
* VM UI Framework
* A modern, grid-based CSS, layout, and UI framwork for HTML5
* Copyright Virtuosi Media, Inc. 2012
* Released under an MIT-License
*/
/**
* Auto-complete
*/
.autocompleteList, .autocompletePrompt {
background: #FFF;
border: 0.1em solid #CCC;
-moz-box-sizing: border-box;
... |
_site/art-of-delegation.html | lenamasek/lenamasek.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="author" content="Chris Turner" />
<meta name="description" content="Personal blog and resume">
<l... |
02 - Particles Library/solution/index.html | filR/course-advanced-web-dev-2017 | <!doctype>
<html>
<head>
<title>CSS GRID</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<style>
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
#particles-js {
position: ... |
assets/themes/material-card/css/pic.css | hackerchai/android-blog | .demo-blog .coffee-pic .mdl-card__media {
background-image: url('../images/coffee.jpg');
}
.demo-blog .about-pic .mdl-card__media {
background-image: url('../images/keyboard.jpg');
}
.demo-blog .avatar-pic .mdl-card__media {
background-image: url('../images/avatar.jpg');
}
.demo-blog .brown-color .mdl-card__med... |
public/Windows 10 x64 (18363.535)/_LOADER_RESET_REASON.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.535)</h4><br>
<h2>_LOADER_RESET_REASON</h2>
<font face="arial"> +0x000 Supplied : UChar<br>
+0x008 Basic : <a href="./<anonymous-tag>.html"><anonymous-tag></a><br>
+0x010 AdditionalInfo : [8] Uint4B<br>
</font></body></html> |
_layouts/post.html | qst0/taut.tech | ---
layout: default
---
<article class="post">
<h1>{{ page.title }}</h1>
<div class="entry">
{{ content }}
</div>
<div class="date">
Last updated {{ page.date | date: "%B %e, %Y" }}
</div>
{% include disqus.html %}
</article>
{% for js in page.jsarr %}
<script type="text/javascript">
{%... |
refman/install_2sidebar_8php.html | forstermatth/LIIS | <!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... |
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.5.dev/contrib:generic-environments/dev/index.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet... |
info/mathjs.org/docs/reference/functions/sec.html | jneuendorf/mathJS | <!DOCTYPE HTML>
<html>
<head>
<title>math.js | an extensive math library for JavaScript and Node.js</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="title" content="math.js">
<meta name="keywords" content="mathjs, math.js, math, js, javascript, node, library, expression,... |
all-data/5000-5999/5170-22.html | BuzzAcademy/idioms-moe-unformatted-data | <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>... |
app/views/programmeTwo/apprentice-view/index.html | SkillsFundingAgency/das-alpha-ui | {% extends "layout.html" %}
{% block page_title %}
Apprenticeships
{% endblock %}
{% block content %}
<link href="/public/stylesheets/filtering.css" media="screen" rel="stylesheet" type="text/css" />
<style>
.apprentice-nav a {
{% include "includes/nav-on-state-css.html" %}
}
</style>
<main id="conte... |
Application/Home/View/Order/showOrder.html | hookidea/yiwukongjian | <link rel="stylesheet" type="text/css" href="/Public/Home/Css/showOrder.css?v=0.2">
<div class="container">
<div class="suibian">
<ul class="middle_nav">
<li><a href="/User/showUser">我的资料</a></li>
<li><a href="/Good/getUserList">商品管理</a></li>
<li><a href="/Beg/getUserList">求购管理</a></li>
<l... |
tags/哈希/index.html | jiyangg/jiyangg.github.io | <!DOCTYPE html>
<html class="theme-next gemini use-motion" lang="zh-Hans">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-col... |
588040d/html/classv8_1_1_assert_no_g_c_scope.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... |
content_ga3/account-configuration-predefined-content-get-default-items.html | LivePersonInc/dev-hub | <!DOCTYPE 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">
<meta name="description" content="">
<meta name="keywords" content=" ">
<title>Get Default Predefined Content Items | LivePerson Technical Document... |
index.html | robsonbittencourt/rbittencourt.com | ---
layout: page
title: Últimos Posts
excerpt: "A simple and clean responsive Jekyll theme for words and photos."
---
<ul class="post-list">
{% for post in site.posts limit:10 %}
<li><article><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmls... |
ittc/cache/templates/cache/stats_dashboard.html | state-hiu/ittc-server-django | {% extends "base.html" %}
{% load static %}
{% block extra_head %}
<style>
#chart_zoom g.stack._0 > rect.bar {
stroke: none;
fill: blue;
}
#chart_zoom g.stack._1 > rect.bar {
stroke: none;
fill: red;
}
#chart_zoom g.stack._2 > rect.bar {
stroke: none;
fill: green;
}
#chart_zoom g.dc-legend-ite... |
doc/html/editpost_8php.html | waitman/red | <!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... |
home/templates/home/new_number.html | rafaelmv/smsuela | {% extends '../base.html' %}
{% block title %}
<title>
Agregar Número
</title>
{% endblock %}
{% block content %}
<h2>Agregar número telefónico</h2>
<form method="POST" enctype="multipart/form-data">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Agregar</button>
</form>
<a href... |
_includes/abtbreadcrumb.html | Ali-Baba-Tajine/Ali-Baba-Tajine-Jekyll01 | <ul class="breadcrumb">
<li><a href="#">Front End Template</a></li>
<li class="active">Home</li>
</ul> |
Telerik - HTML/Homework evaluation/01. 1/Problem 3/friends.html | fr0wsTyl/TelerikAcademy-2015 | <!DOCTYPE html>
<html>
<head>
<title>Doge Social Network</title>
</head>
<body style="background-color: skyblue">
<p style="font-size:30px; font-weight:bold">Doge Social Network</p>
<ul type="disc">
<li><a href="home.html"> Home</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="friends.html">Frie... |
public/modules/categories/views/categories.client.view.html | Highgalaxy3r1/metroApp | <section data-ng-controller="CategoriesController">
<div class="container">
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-4">
<div class="form-group">
<div class="input-group">
<span class="input-group-addon" id="basic-addon1">
<span class="glyphicon glyphicon-search"... |
_attachments/2009-11-10-goldberg_invitation05.html | nu-lts/jekyll-snippets | ---
layout: attachment
title: Is Everything Black and White?
categories: []
tags: []
status: inherit
type: attachment
published: false
meta:
_wp_attached_file: 2009/11/Goldberg_Invitation05.pdf
_wp_attachment_metadata: a:0:{}
---
|
callbacks.empty.html | pandoraui/jquery-chm | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>callbacks.empty() | jQuery API 中文手册</title>
<meta name="author" content="jQuery 中文手册 - hemin.cn/jq/">
<meta name="description" content="jQuery中文手册(在线版),作者:hemin,在线手册:hemin.cn/jq/,下载:hemin.cn/jq/downloads/">
<link type="text/css" rel="stylesheet" href="style/... |
client/components/member/member.html | michaeldperez/teambuilder | <div>
<h3>{{$ctrl.firstname}} {{$ctrl.lastname}}</h3>
<p>Position: {{$ctrl.jobtitle}}</p>
<p>Email: {{$ctrl.email}}</p>
</div> |
categories/服务器/page/2/index.html | wudaown/wudaown.github.io | <!doctype html>
<html class="theme-next pisces use-motion">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta... |
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.0/fcsl-pcm/1.3.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>fcsl-pcm: 2 m 22 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel... |
members/lord-teverson.html | JeniT/childs-guide-to-parliament | ---
# DO NOT EDIT!
# This file is automatically generated by get-members. If you change it, bad
# things will happen.
layout: default
title: "Lord Teverson"
house: lords
---
<div class="row">
<div class="col-md-8">
{% include members/lord-teverson.html %}
<h3>What is Lord Teverson interested i... |
_includes/comments.html | gjdanis/gjdanis.github.io | <div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES * * */
var disqus_shortname = 'gjdanis';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
d... |
patient-search.html | FleetDemo/demo | <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html... |
templates/titanic.html | chrispiech/cs109-2017-spr | <head>
%include templates/parts/head.html
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/mathjs/3.1.0/math.min.js"></script>
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.j... |
templates/hero-landing-page/css/main.css | yelluw/Bootparts | /*
Hero Landing Page template styles.
*/
/****** Override Bootparts styles ******/
.hero-subscription-form .right-bottom .form-container {
border-radius: 0px;
padding-bottom: 20px;
}
.image-with-text, .text-with-image {
background: #fff;
padding-top: 50px;
padding-bottom: 50px;
}
.thr... |
views/example3.html | pofider/jsreport-embedding | <!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Client side html widgets</title>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
... |
html/pdf/W29035.pdfs.html | datamade/elpc_bakken | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<A name=1></a><hr>
<A name=2></a><hr>
<A name=3></a><hr>
<A name=4></a><hr>
<A name=5></a><hr>
<A name=6></a><hr>
<A name=7></a><hr>
<A name=8></a><hr>
<A name=9></a>Directional Survey Certification<br>
Operator:... |
docs/class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_create_payload-members.html | Shopify/unity-buy-sdk | <!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... |
people/gpxf3n0j.html | slowe/panelshows | <html>
<head>
<title>Duncan Weir'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>
<!--#i... |
clean/Linux-x86_64-4.10.0-2.0.6/extra-dev/8.11.dev/poltac/0.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>poltac: 1 m 0 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="styl... |
history/bruno.html | valenemendiola/valenemendiola.github.io | ---
title: Bruno Timeline
layout: timeline
---
<link rel="stylesheet" href="{{ site.baseurl }}/css/bruno.css">
<section class="panel-footer"></section>
<section id="timeline" class="bg-primary">
<div class="container">
<div class="row">
<div class="text-center">
<h2 class="section-heading">Bruno Timeline</h... |
Reports/ya/yandex.translator.1.3.0/Yandex.Translator-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>
... |
app/index.html | bitspill/Sia-UI | <!DOCTYPE html>
<html>
<head>
<title>Sia</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/pure-min.css">
<link rel="stylesheet" href="css/grids-responsive-min.css">
<link rel="stylesheet" href="css/roboto-condensed-min.cs... |
cw-data/1000-1999/CW0000001156.html | BuzzAcademy/idioms-moe-unformatted-data | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="zh-TW">
<head>
<title>æè²é¨ãæèªå
¸ã</title>
<meta http-equiv="Pragma" content="no-cache">
<meta name="AUTHOR" content="FlySheet Information Services, Inc.">
<meta h... |
src/app/archive/archive.component.html | Znow/ZnowBlog | <ol class="list-unstyled">
<li *ngFor="let archive of archives"><a href="#">{{archive}}</a></li>
</ol>
<!--<ol class="list-unstyled">
<li><a href="#">March 2014</a></li>
<li><a href="#">February 2014</a></li>
<li><a href="#">January 2014</a></li>
<li><a href="#">December 2013</a></li>
<li><a href="#">Novemb... |
docs/html/iter_8h.html | yuikns/argcv | <!-- HTML header for doxygen 1.8.7-->
<!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... |
kettle-data-integration/docs/api/org/pentaho/di/ui/job/entries/ftpdelete/package-frame.html | ColFusion/PentahoKettle | <!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_27) on Wed Nov 21 16:03:52 EST 2012 -->
<TITLE>
org.pentaho.di.ui.job.entries.ftpdelete
</TITLE>
<META NAME="date" CONTENT="2012-11-21">
<LINK REL ... |
DjangoWebProject/gitinvolved/templates/admin/base_site.html | raoariel/git-involved | {% extends "admin/base.html" %}
{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %}
{% block branding %}
<h1 id="site-name"><a href="{% url 'admin:index' %}">Git Involved Administration</a></h1>
{% endblock %}
{% block nav-global %}{% endblock %}
|
conf/tmpl.html | Switajski/react-processed-grid | <!DOCTYPE html>
<html lang="en-us">
<head>
<title>{%= o.htmlWebpackPlugin.options.title %}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<link rel="stylesheet" href="node_modules/react-datag... |
LanguageStatistic/templates/LanguageStatistic/index.html | alani1/KALanguageReport | {% extends "LanguageStatistic/main.html" %}
{% load staticfiles %}
{% block body %}
<h1>Status for Khan Academy's I18N Initiatives </h1>
<div id="tabs"><ul>
<li><a href="#Test">Test</a></li>
<li><a href="#Live">Live</a></li>
<li><a href="#Rockstar">Rockstar</a>
</li></ul>
{% if targets %}
{% for t in target... |
2014/08/hidden-social-section-showcase/index.html | sanghkaang/sanghkaang.github.io |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Hugo 0.54.0 with theme Tranquilpeak 0.4.3-BETA">
<title>Hidden social section showcase</title>
... |
crm_web/crm/templates/user_add.html | san-na/crm | {% extends "layout.html" %} {% block content %}
<h3>用户管理</h3>
<div>
<ul class="breadcrumb">
<li>
<a href="{{url_for('Common.index')}}">Home</a> <span class="divider">/</span>
</li>
<li>
<a href="{{url_for('Common.user_setting')}}">用户管理</a><span class="divider">/</span>
</li>
<li>
... |
doc-api/classes/Erubis/InterpolationEnhancer.html | netshade/erubis | <?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>Module: Erubis::InterpolationEnhancer</title>
<meta http... |
app/templates/post.html | guan080/personal_website | {%extends 'base.html'%}
{%block page_content%}
<div class="post">
<h3 class="entry-title">
<a href="{{ url_for('post', posttitle=post.title) }}">{{ post.title }}</a>
</h3>
<div class="entry-meta">
<ul class="list-inline post-meta">
<li><a href="{{ url_for('about') }}">老官</a></li... |
public/Windows 10 x64 (18362.418)/_EVENT_FILTER_HEADER.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.418)</h4><br>
<h2>_EVENT_FILTER_HEADER</h2>
<font face="arial"> +0x000 Id : Uint2B<br>
+0x002 Version : UChar<br>
+0x003 Reserved : [5] UChar<br>
+0x008 InstanceId : Uint8B<br>
+0x010 Size : Uint4B<br>
+0x01... |
src/style.css | ErezNagar/Skinny-Progress-Bar | body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
color: grey;
text-decoration: none;
}
.hero {
height: 200px;
margin-top: 50px;
text-align: center;
background-image: linear-gradient(to right, #880E4F 0, #C2185B 100%);
}
.hero p {
color: white;
opacit... |
assets/css/app.css | ndimatteo/aa-theme | @font-face {
font-family: 'DIN Web Light';
src: url('fonts/DINWeb-Light.eot');
src: url('fonts/DINWeb-Light.eot?#iefix') format('embedded-opentype'), url('fonts/DINWeb-Light.woff') format('woff');
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: 'DIN Web LightItal... |
docs/javadoc/allclasses-frame.html | bhgomes/jaql | <!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_72) on Mon May 22 22:54:16 EDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>All Classes (JAQL SDK)</titl... |
web/shieldui/css/light-bootstrap/window.min.css | Etxea/adeges_extranet | /* Shield UI 1.6.10 Trial Version | Copyright 2013-2014 Shield UI Ltd. | www.shieldui.com/eula */
.sui-window{border-color:#e7e7e7;color:#333;background-color:#fff;box-shadow:0 0 7px #e7e7e7}.sui-window-titlebar{color:#fff;border-color:#4fa7ef;background-color:#428bca}.sui-window-content{background-color:#fff}.sui-wind... |
_site/wiki/Use-IPOP-on-Ubuntu-and-Raspberry-Pi,-Manually.html | vahid-dan/ipop-project.github.io |
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.5.1 by Michael Rose
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
-->
<html lang="en" class="no-js">
<head>
<... |
demo/index-fr.html | nico3333fr/van11y-accessible-hide-show-aria | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<meta charset="utf-8" />
<title>Démos : Panneaux dépliants accessibles (show/hide) avec ARIA et en Vanilla Javascript - Van11y </title>
<link href="./styles.css" rel="stylesheet" media="all" />
<meta name="description" conten... |
app/views/latest/delete_record.html | dwpdigitaltech/ejs-prototype | {% extends "layout.html" %}
{% block propositionHeader %}
{% include "includes/propositional_navigation.html" %}
{% endblock %}
{% block content %}
<main id="content" role="main">
{% include "includes/main_nav.html" %}
<div class="main-content">
<h1 class="heading-large">Settings - Maintain recor... |
ocr_extracted/W29086_text/page33.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29086_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;">
... |
AngularJS/SnapSvgAndHtml5Mode/components/home/home.html | karin112358/Samples | <p>Home site</p> |
layouts/shortcodes/button.html | tattwamasi/hugo-guild-theme | {{/*
{{% button href="https://getgrav.org/" %}}Get Grav{{% /button %}}
{{% button href="https://getgrav.org/" icon="fa-play" %}}Get Grav with awesome icon{{% /button %}}
*/}}
<a {{ with .Get "href"}} href="{{.}}" target="_blank" {{ end }}
class="button {{ with.Get "icon"}}icon {{.}}{{end}}">
{{ .Inner }}
</a>
|
_includes/icons/icon-zoom.html | baillieo/baillieo.github.io | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><title>ran</title><path class="b" d="M269.72,618a11,11,0,1,1-15.54,0A11,11,0,0,1,269.72,618Z" transform="translate(-249.97 -613.79)"/><line class=... |
editor/index.html | FacilityApi/FacilityApi.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">
<title>Facility Editor</title>
<script src="https://use.fontawesome.com/7ae57e4dd9.js"></script>
<link href=... |
wp-content/cache/wp-cache-efade4f118b7327aaeb8c0bd5e3c6380.html | me115/me115.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" lang="zh-CN">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>大CC</title>
<link rel... |
framework/documentation/api/play/libs/class-use/F.Tuple.html | lafayette/JBTT | <!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_20) on Mon May 02 10:23:15 CEST 2011 -->
<TITLE>
Uses of Class play.libs.F.Tuple (Play! API)
</TITLE>
<META NAME="date" CONTENT="2011-05-02">
<LINK... |
9f73df5/html/classv8_1_1Module-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... |
index.html | OleksandrVladymyrov/FBShareDialog | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="Oleksandr Vladymyrov">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="img/favi... |
commons-el-1.0/docs/api/org/apache/commons/el/PropertySuffix.html | kennetham/LTA-Traffic-Demo | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Wed Jun 18 10:17:06 PDT 2003 -->
<TITLE>
PropertySuffix (JSP 2.0 Expression Language Implementation (Version 1.0))
</TITLE>
<LINK REL ="stylesheet" TYPE="te... |
examples/react-gh-pages/tips/controlled-input-null-value-ko-KR.html | voorhoede/fastatic | <!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>제어되는 input 내의 null 값 | React</title>
<meta name="viewport" content="width=device-width">
<meta property="og:title" content="제어되는 input 내의 null 값 | React">
<meta... |
deps/boost_1_77_0/libs/geometry/doc/html/geometry/reference/algorithms/difference/difference_3.html | davehorton/drachtio-server | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>difference</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="../../../../index.html" title=... |
docs/javadoc/1.0.0/org/mini2Dx/yarn/types/YarnType.html | mini2Dx/jarn | <!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_101) on Sat Jul 08 21:03:43 CEST 2017 -->
<title>YarnType (jarn 1.0.0 API)</title>
<meta name="date" content="2017-07-08">
<link rel="styleshee... |
css/main.css | ivanshen/Se7en | td {
border:solid 1px grey;
padding: 20px;
text-align: center;
text-decoration: none;
}
td:hover {
background: aqua;
}
.selected{
background: aqua;
}
.notSelected{
background: #f8f8f8;
}
body {
font: 400 16px 'Muli', sans-serif;
}
.inner {
padding: 30px;
}
/*Table*/
table{
margin... |
style.css | aravindkk/Single-room-chat-application | body {
background: url(img/brickwall.png) repeat 0 0;
}
header {
margin-bottom: 2em;
}
header a {
width: 100%;
height: auto;
margin: 45px auto 0;
display: block;
}
#userss {
border:3px solid black;
position:absolute;
background:url(img/witewall_3.png) repeat 0 0;
top:10%;
left:6... |
client/views/320_love/myso/myso.html | andrewlintz/LifeMngr | <template name="mysoPage">
<h1>My Love</h1>
</template> |
bower_components/AdminLTE/pages/UI/modals.html | takahashi56/auto-repair | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminAutobody Modals</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!... |
media/doc/html/classqe_1_1core_1_1_quark_behaviour-members.html | EricChenC/quark_engine | <!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... |
pelican/crimeandpunishment/fdcp26.html | charlesreid1/wordswordswords | {% extends 'bookbase.html' %}
{% block title %}
CHAPTER I
— {{ SITENAME }}{% endblock %}
{% block content %}
{% include '_include/crimeandpunishment26.html' %}
{% endblock %}
|
app/resources/components/views/admin/dash.html | zueirafc/client-app | <h1>ESTATÍSTICAS</h1>
<div class="ui piled segment">
<div class="ui huge four statistics">
<div class="statistic">
<div class="value">
22.581
</div>
<div class="label">
POSTS APROVADOS
</div>
</div>
<div class="statistic">
<div class="value">
980
... |
assets/widgets/owlcarousel/owlcarousel.css | TABuApp/tabu-admin | /*
* Core Owl Carousel CSS File
*/
.slider-wrapper .owl-wrapper:after {
line-height: 0;
display: block;
visibility: hidden;
clear: both;
height: 0;
content: '.';
}
.slider-wrapper {
position: relative;
display: none;
-ms-touch-action: pan-y;
}
.slider-wrapper .owl-wrapper {
p... |
public/Windows 10 x64 (18363.900)/_WHEAP_ERROR_RECORD_WRAPPER.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.900)</h4><br>
<h2>_WHEAP_ERROR_RECORD_WRAPPER</h2>
<font face="arial"> +0x000 WorkEntry : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x010 Length : Uint4B<br>
+0x014 ProcessorNumber : Uint4B<br>
+0x018 Flags : <a href="./_WHEAP_... |
doc/files/src_storage_filesystem.js.html | casatt/muskepeer-client | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src\storage\filesystem.js - muskepeer-client</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... |
webapp/opentamilapp/templates/tamilinayavaani_spell_check.html | Ezhil-Language-Foundation/open-tamil | {% extends "main.html" %}
{% load static %}
{% load i18n %}
{% block title %}{% trans "Tamil-Inayavaani SpellChecker + Tamil-Sandhi Checker" %}{% endblock %}
{% block content %}
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<script src={% static 'tinymce/js/jquery/jquery-1.12.1.min.js' %}></script>
... |
2017/10/23/una-aplicacin-inconstitucional.html | carlesbellver/carlesbellver.github.io | <!DOCTYPE html>
<html lang="ca-es" data-theme="">
<head>
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>La vista cansada</title>
<meta name="de... |
docs/archive/documents/117.html | alter-rebbe/collector | ---
layout: tei
tei: '../tei/117.xml'
prev: '116'
self: '117'
next: '118'
---
|
memeapp/app/pages/feed/feed.html | samfcmc/ionic2_tutorial | <ion-navbar *navbar>
<ion-title>Feed</ion-title>
</ion-navbar>
<ion-content padding class="feed">
<div class="spinner" *ngIf="loading" >
<ion-spinner class="spinner"></ion-spinner>
</div>
<p *ngIf="error">An error ocurred. Try again</p>
<p *ngIf="(!memes || memes.length == 0) && !loading" >Nothing to show...<... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.