path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
doc/matrizdispersascp_gemspec~.html | Alu0100673647/prct12 | <!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>matrizdispersascp.gemspec~ - RDoc Documentation</title>
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "./";
</script>
<script t... |
public/v2/css/flat.css | juijs/store.jui.io | body {
font-family: 'Ubuntu', sans-serif;
}
html {
background-color: #e5e6eb;
background-position: 0 0;
background-repeat: repeat;
}
body {
background-color:white;
padding:0px;
max-width: 1200px;
margin: 0px auto;
}
body {
padding-top:100px;
}
body.modal-open {
overflow:hidd... |
web/public/styleabout.css | cssuh/Defacto | html{
height : 100%;
width : 100%;
padding : 0;
margin : 0;
}
body{
font-family : 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
line-height : 1.80em;
color : black;
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
}
.about-root{
height: 100%;
... |
Examples/pMim/mirpathways/mmu_mir_96_Chronic myeloid leukemia.html | ellispatrick/sydSeq | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TableID1a84598f268c</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<style type="text/css">
body {
color: #444444;
fo... |
docs/why-router5.html | router5/router5.github.io | <!doctype html>
<html>
<head>
<base href="/">
<title>router5 | flexible and powerful routing solution for web applications</title>
<!-- Meta -->
<meta name="description" content="router5 is an HTML5 router, simple but powerful.">
<meta name="viewport" content="width=device-width,initial-scale=1">
... |
src/html/withdraw_apply.html | Charlesjiang1993/dangdi-ui | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" href="../styles/common.css">
<script src="../js/common.js"></script>
</head>
<body>
提现申请
</body>
</html> |
src/Viteloge/CoreBundle/Resources/descriptions/30092.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Connaux est
une ville située dans le département de Gard en Languedoc-Roussillon. Elle totalisait 1 611 habitants en 2008.</p>
<p>La commune offre de multiples aménagements, elle propose entre autres un terrain de tennis, un terrain de sport, une salle de combat et ... |
src/app/landing/landing.html | ja-stevenson/Quick-Queue | <div class="container">
<div class="starter-template">
<h1>Quick Queue</h1>
<p class="lead">The smart restaurant waiting list</p>
<a class="btn btn-lg btn-primary" href="#/register" role="button">Get started now!</a>
</div>
<div class="row">
<div class="col-md-4">
... |
_ng1_docs/1.0.20/interfaces/params.paramdeclaration.html | ui-router/ui-router.github.io | ---
redirect_from: /docs/1.0.20/interfaces/params.paramdeclaration.html
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ParamDeclaration | @uirouter/angularjs</title>
<meta name="description" content="">
<meta name="viewpor... |
categories/golang/page/1.html | insanebulk/insanebulk.github.io | <!DOCTYPE html><html><head><title>https://example.org/categories/golang.html</title><link rel="canonical" href="https://example.org/categories/golang.html"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://examp... |
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.2/monae/0.3.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>monae: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... |
_layouts/page.html | iraquitan/iraquitan.github.io | ---
layout: default
---
<article class="post">
<header class="post-header">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h1 class="post-title">{{ page.title }}</h1>
</div>
</div>
</div>
</... |
Figure3/Tox21_nnm/WorkHere/83-79-4.smi.png.html | andrewdefries/ToxCast | <!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"></meta>
<title>83-79-4.smi.png.html</title>
</head>
<b... |
portality/templates/base.html | ContentMine/old_site | <!DOCTYPE html>
<html dir="ltr" lang="en">
{% include 'head.html' %}
<body>
<a href="#getinvolved" class="hidden-phone"><img style="position:fixed;top:0;right:0;z-index:10000000;" src="/static/beta.png" /></a>
<div class="navbar navbar-fixed-top" style="border-radius:0;-webkit-border-radius:0;-moz-border-ra... |
scripts/themefiles/index.html | geekodour/gitpushblog | {% extends 'snippets/base.html' %}
{% block title %}{{ bc.meta.blog_name }}{% endblock title %}
{% block inlinejavascript %}
{{ super() }}
window.blogInfo.pageType = 'index';
{% endblock %}
{% block pagecontent %}
<ul>
{% for post in posts %}
<li>
<div class="post-date">
<span>{{ post.date|... |
examples/webvr_daydream.html | colombod/three.js | <!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webvr - daydream</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<!-- Origin Trial Token, feature = WebVR (For Chrome M59+), origin = https://threejs.org, expires = 2017-07-28 -->
<... |
excercise-clock.html | SEBHN/SlothHomepage | <!DOCTYPE html>
<html lang="en">
<head>
<title>SlothPI - The math sloth</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fo... |
index.html | yinnping/yinnping.github.io | ---
layout: post-index
title: Latest Posts
description: "Describe this nonsense."
tags: [Jekyll, theme, themes, responsive, blog, modern]
comments: false
image:
feature: cover.jpg
credit: unsplash
creditlink: https://unsplash.com/
---
{% for post in paginator.posts %}
<article class="hentry">
<he... |
blog_backup/algorithms/279.html | tedye/leetcode | <strong><a href="http://leetcode.com/problems/perfect-squares/" target="_blank">Question</a></strong>
<blockquote>
</blockquote>
<!--more-->
<strong>Analysis</strong>
<strong><a href="https://github.com/tedye/leetcode/blob/master/Python/leetcode.279.perfect-squares.py" target="_blank">Code</a></strong>
<pre class... |
author/i.-markiewicz/index.html | lpantano/lpantano.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="generator" content="Wowchemy 5.0.0-beta.1 for Hugo">
... |
resume.template.html | adebali/adebali.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>{{basics.name}}</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"><... |
samurai-examples/dribbble/demo/www/html/blue/dribbble-welcome.html | cyndibaby905/samurai-native |
<!DOCTYPE html>
<html class="no-js no-scroll" lang="">
<head>
<title>Shot</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="description" content=""/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="navbar-bg-co... |
JavaDoc/splash/package-summary.html | kfpotts1/mp.Me | <!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_121) on Wed May 10 15:59:48 EDT 2017 -->
<title>splash</title>
<meta name="date" content="2017-05-10">
<link rel="stylesheet" type="text/css" h... |
src/css/_fonts.css | jorgeatgu/astral | :root {
--sansSystem: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, sans-serif;
--serifSystem: georgia,times,serif;
--monospace: 'SFMono-Regular', Consolas, Menlo, Courier, monospace;
}
.font-system {
font-famil... |
_site/2017/09/29/nd-grader-in.html | craigwmcclellan/craigwmcclellan.github.io | <!DOCTYPE html>
<html lang="en">
<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">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - Nd Grader In </title>
<link href=... |
docs/javadoc-rxjava1/allclasses-frame.html | Zellius/RxLocationManager | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<!-- Generated by javadoc (1.8.0_71) on Sun May 21 16:01:22 MSK 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Clas... |
html/modules/pong-layout-editor/pong-layout-editor.css | ma-ha/rest-web-ui | editdiv { border: 1px solid silver; }
.btToolbar{ margin-left: 5px; }
.btToolbar button {
width: 1em; height: 1em;
background: white;
}
.layoutEditorZoom {
position:absolute;
right:10px; top:30px;
}
.layoutEditorZoom select {
font-size:8pt;
} |
documentation/NATS.Client/html/class_n_a_t_s_1_1_client_1_1_n_a_t_s_stale_connection_exception.html | cstlaurent/csnats | <!-- HTML header for doxygen 1.8.10-->
<!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" cont... |
modules/reports/client/views/form-report.client.view.html | mattpetters/mean_stack_demo | <section>
<div class="page-header">
<h1>{{vm.report._id ? 'Edit Report' : 'New Report'}}</h1>
</div>
<div class="col-md-12">
<form name="vm.form.reportForm" class="form-horizontal" ng-submit="vm.save(vm.form.reportForm.$valid)" novalidate>
<fieldset>
<div class="form-group" show-errors>
... |
profiles/AphroHaaku.html | aphroleague/aphroleague.github.io | <html>
<head>
<title>Aphro League</title>
<link href="../vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,... |
doc/wayland_kbd/keysyms/constant.XKB_KEY_XF86ApplicationRight.html | mcanders/bevy | <!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 `XKB_KEY_XF86ApplicationRight` constant in crate `wayland_kbd`.... |
librerias/dependencies/google-http-client-dependencies.html | Martin78b/CalendarioTaller | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia at Dec 13, 2014 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/3a63386821ad3c09df0c35e3c0d85b32168d48f984c92c13f983434bf3166d53.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="./022322865bdbd78de563475c412e2858c935429c564223f64373e1eb6d6fc207.html">Teleport</a>
<hr>
... |
app/templates/products/add.html | oeilgauche/vicuna | {% extends "backend/base.html" %}
{% block content %}
{% if action == 'add' %}
<h1>Add a product</h1>
{% elif action == 'edit' %}
<h1>Edit "{{ form.name.data }}"</h1>
{% endif %}
{% include "backend/flash.html" %}
<form method="post" action="" name="add">
{{ form.hidden_tag() }}
<div class="row form-g... |
default.css | renmengye/deep-dashboard | text {
font: 12px sans-serif;
}
h1 {
font: 20px sans-serif;
font-weight: 700;
}
h2 {
font: 18px sans-serif;
font-weight: 700;
}
h3 {
font: 14px sans-serif;
font-weight: 500;
font-style: italic;
margin-left: 10px;
color: #888;
}
a:link {
color: #000;
text-decoration: n... |
public_html/partials/gd.html | kingburrito666/LiamLarsen | <div class="section">
<h2>
Study
</h2>
<ul class="timeline">
<div class="vertical-line"></div>
<li>
<div class="time">2018</div>
<a href="https://simons-rock.edu/">
<img src="assets/img/src.svg">
</a>
<div class="info">... |
back-end/phyrosite/phyrosite/templates/landing/base.html | xtornasol512/phyroserver | <!DOCTYPE html>
<html lang="en" class="no-js">
<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>{% block title %}{%endblock title%}</title>
<link rel="canonical... |
static/css/fonts.css | pcecconi/mapground | @charset "UTF-8";
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(../fonts/RobotoCondensed-Light.eot);
src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/RobotoCondensed-Light.eot) format('embedded-opentype'), url(../fonts/RobotoCon... |
_includes/index/vitaliy/about-vitaliy.html | zasadnyy-inc/personal-site | <section id="about" class="about-me about-vitaliy">
<div class="content-wrapper">
<div class="col-lg-8 col-lg-offset-2">
<div class="about-photo col-centered flow-img img-circle" style="background-image: url({{ "/img/vitaliy/photo.jpg" | prepend: site.baseurl }})"></div>
<h3>About Me</h... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/5aa9871aa069cf74bf7aaac1b15dbff397e9f7943311fe289f1110f26c1dabe9.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="./9816d31c6d224b363095f6fd9e5f852d372a05e8aaacddf6f742e06805651f96.html">Teleport</a>
<hr>
... |
PortalEnrollment/static/PortalRaid/css/profil.css | elryndir/GuildPortal | #profile {
background-color: #bdc3c7;
}
#img-profile {
padding-top: 10px;
padding-bottom: 10px;
}
.image-profile {
padding-bottom: 10px;
}
.watermark {
bottom: 5px;
right: 5px;
opacity: 0.3;
z-index: 99;
color: white;
} |
external_push/templates/external_push/thingspeak_push_target_view.html | thorrak/fermentrack | {% extends "sitewide/flat_ui_template.html" %}
{% load custom_tags %}
{% block title %}ThingSpeak Push Target {{ push_target }}{% endblock %}
{% block content %}
<h1 class="page-header">{{ push_target.name }}</h1>
{% if form.errors %}
<div class="text-danger">Please correct the error {{ form.errors }} below.</di... |
clean/Linux-x86_64-4.12.1-2.0.8/released/8.15.0/firing-squad/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>firing-squad: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.mi... |
python/page/2/index.html | yanzhugoh/yanzhugoh.github.io | <!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Python</title>
<style>
html body {
font-family: 'Raleway', sans-serif;
background-color: white;
}
... |
clean/Linux-x86_64-4.02.3-2.0.6/released/8.7.1+2/hammer/1.3.2+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"... |
GesturesVisualizer/LeapSDK/docs/C++/API_Reference/class_leap_1_1_frame-members.html | kaathleen/LeapGesture-library | <!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"/>
<title>Leap Motion C++ API... |
public/Windows 10 x64 (19042.572) 20H2/PROFILE_DEPARTURE_STYLE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19042.572) 20H2</h4><br>
<h2>PROFILE_DEPARTURE_STYLE</h2>
<font face="arial"> PDS_UPDATE_DEFAULT = 0n1<br>
PDS_UPDATE_ON_REMOVE = 0n2<br>
PDS_UPDATE_ON_INTERFACE = 0n3<br>
PDS_UPDATE_ON_EJECT = 0n4<br>
</font></body></html> |
dc_campaign_finance_data_processor/processor/templates/processor/index.html | codefordc/dc-campaign-finance-data-processor | <header>
<h2>Start Processing!</h2>
</header>
<section>
<div>
Stuff goes here
</div>
</section>
|
c05-css3/table.html | honger05/webpack-arale | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>display table</title>
<style>
.container {
display: table;
}
.row {
display: table-row;
}
.cell {
display: table-cell;
width: 200px;
height: 100px;
border: 1px solid purple;
paddin... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/eae57ceca9683ba274fb60ec00613997d504cd4f1e51219b3c36b3676bf8e8b7.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="./a5b9cba16cf6a5259b146001b5a2255d262b8e87b892293daa4a496ada21cecd.html">Teleport</a>
<hr>
... |
archives/index.html | okoala/okoala.github.com | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Archives | Koala</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="考拉的博客">
<meta property="og:type" content="website">
<meta property="og:title" content="Koala">
<meta pro... |
style.css | zahiruddinnorzain/app_nombor | body{
text-align: center;
background-color:#0084b4;
font-family: 'Roboto', sans-serif;
color: #fdfdfd;
}
h2{
font-size: 15px;
}
blockquote {
/* this border-left will affect the left body background color */
border-left: 1px solid #0084b4;
}
p{
color: #fdfdfd;
font-size: 10px;
}
/*bootstrap*/
.jumbo... |
data science/machine_learning_for_the_web/chapter_4/movie/15885.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Star Trek: Insurrection (1998)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120844">Star Trek: Insurrection (1998)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/R... |
app/options/label.html | wyqbailey/Mobile-UI | <div>
<label>文字内容</label>
<input type="text" size="30" rel="text" name="text">
</div>
<div>
<label>文字大小</label>
<select rel="css" name="font-size">
<option value="12px">12px</option>
<option value="14px">14px</option>
<option value... |
html-css/inlamningar/Inlamning3/css/box.css | NTnails/fwd16_LamLeLy | html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
/* Design CSS Setup Box */
.pure-button{
color:seagreen;
font-stretch: normal;
width: 100%;
background: gold;
}
.wrapper {
max-width: 100%;
margin: 0 auto;
padding:0px;
}
.box-container {
display:flex;
max-width: 960px;
... |
_book/learning/week6/index.html | nicolele/book | <!DOCTYPE HTML>
<html lang="en" >
<!-- Start book book -->
<head>
<!-- head:start -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Week 6 | book</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<m... |
place/philippines/spending/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 state of government open data ... |
themes/carbon-blue.css | Jacse/themes-for-brackets | /*
BearTheme is bare theme for styling Adobe Brackets (Code Mirror) editor. Some elements need be overwritien, if you find comment with "may need !important", give it a try.
Good luck, have fun!
*/
.dark .sidebar-selection,
.dark .filetree-selection {
/* Selected file or folder */
background: #2f3234;
bord... |
samples/_output/tiling.html | Tiago-Ling/pixi-haxe | <!DOCTYPE html>
<html lang="en">
<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">
<title>haxe-pixi-tiling</title>
<script type="text/javascript" src="libs/pixi.min.js... |
teams/overwatch/players/Resp4wn.html | esportsinitiative/esportsinitiative.github.io | ---
layout: player
title: "Resp4wn"
---
{% assign player = site.data.teams.overwatch["Resp4wn"] %}
{% assign player-left = site.data.teams.overwatch["Jolt"] %}
{% assign player-right = site.data.teams.overwatch["Soup"] %}
{% include player.html player=player player-left=player-left player-right=player-right %}
|
WebContent/ma/1-7-1/jquery/light/list-view.html | nickevin/WebCollection | <!DOCTYPE html>
<!--[if IE 9 ]><html class="ie9"><![endif]-->
<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>Material Admin</title>
<!-- Vendo... |
ProductiveRage.Immutable.Extensions.Tests/Tests.html | ProductiveRage/Bridge.Immutable.Extensions | <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Bridge ProductiveRage.Immutable.Extensions.Tests</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-1.23.0.css">
<style>
/* Hide this option because it doesn't wor... |
modules/data-table/demo/data-table.html | lumapps/lumX | <div class="main-section">
<h1 class="main-section__title">Data table</h1>
<p class="main-section__intro">
<code>lx-data-table</code> is a directive that creates a data table.
</p>
<lx-component lx-title="Basic usage" lx-path="/includes/modules/data-table/includes/basic.html" lx-js-path="/js/d... |
index.html | MatiasFito/catch-game | <html>
<head>
<title>Atrapa Corazones</title>
<script src="phaser.js"></script>
<script src="menu.js"></script>
<script src="juego.js"></script>
<script src="perder.js"></script>
<script src="ganar.js"></script>
<script src="principal.js"></script>
</head>... |
help.html | seece/tuplain | <!DOCTYPE html>
<html lang="en">
<head>
<title>tuplain</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>
<style>
</style>
<body>
<h1>Tuplain User's Guide</h1>
<p>
Tuplain is a simple "YouTube doubler" that allows ... |
resource/docs/string/charCodeAt.html | shehuaqigai/JSBOOK | <pre>
定义和用法
charCodeAt() 方法可返回指定位置的字符的 Unicode 编码。
这个返回值是 0 - 65535 之间的整数。
方法 charCodeAt() 与 charAt() 方法执行的操作相似,
只不过前者返回的是位于指定位置的字符的编码,
而后者返回的是字符子串。
语法
stringObject.charCodeAt(index)
参数 描述
index 必需。表示字符串中某个位置的数字,即字符在字符串中的下标。
提示和注释
注释:字符串中第一个字符的下标是 0。
如果 index 是负数,或大于等于字符串的长度,则 charCodeAt() 返回 NaN。
实例
在字... |
_layouts/media.html | candychang/candychang.github.io | ---
layout: default
---
<div id="main" role="main">
<article class="wrap" itemscope itemtype="http://schema.org/Article">
{% if page.image.feature %}
<div class="page-feature">
<div class="page-image">
<img src="{{ site.url }}/images/{{ page.image.feature }}" class="page-feature-image" alt="{{ page.title }... |
html/234567065225.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... |
views/sidebar.html | araddon/potlatchblog |
<h3>Recent Posts</h3>
<ul>
{% for entry in recententries %}
<li><a href="/entry/{{ entry.slug }}">{{ entry.title }}</a></li>
{% endfor %}
</ul>
<!--
<h3>Tag Cloud</h3>
<ul>
tags
</ul> -->
<h3>Archives</h3>
<ul>
{% for a in archives %}
... |
Publish/Web/Data/History.html | immortalmice/Real-time-Air-Quality-Map | <!DOCTYPE html>
<html>
<head>
<link href="icon.ico" rel="SHORTCUT ICON">
<title>ProbePot</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="../CSS/style.css">
... |
doc/nalgebra/trait.Cast.html | mcanders/bevy | <!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 `Cast` trait in crate `nalgebra`.">
<meta name="keywords" c... |
static/components/fancytree-2.9.0/test/test-ext-keyboard.html | H4213/WeLyon1.0 | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Test Keyboard - Fancytree</title>
<script src="//code.jquery.com/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.min.js" type="text/javascript"></s... |
html/234567018749.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/storing-rectangles.html | chbrown/sandbox | <!DOCTYPE html>
<meta charset="utf-8">
<h2>Currently broken. Sorry.</h2>
<section>
<canvas width="800" height="400" id="board"></canvas>
<!-- <button id="reset">Reset</button> -->
<!-- <button id="fit">Fit</button> -->
</section>
<script>
// Rectangle math. No side-effects.
function overlap(rect1, rect2) {
ret... |
public/app/main/home.html | Telerik-Hackathon-2014/YourFood | <div class="container home-page"><a id="home-page-login" href="#/login"></a><a id="home-page-register" href="#/signup"></a><button id="home-page-learn" ng-click="scrollToLearn()"></button><div id="home-page-learn-container"></div><a id="home-page-join-us" href="#/login"></a></div> |
utility/js/mode/r/index.html | Kipsora/KitJudge | <!doctype html>
<title>CodeMirror: R mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="r.js"></script>
<style>
.CodeMirror {
border-top: 1px solid silver;... |
public/Windows 10 x64 (18362.86)/_ARBITER_CONFLICT_INFO.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.86)</h4><br>
<h2>_ARBITER_CONFLICT_INFO</h2>
<font face="arial"> +0x000 OwningObject : Ptr64 <a href="./_DEVICE_OBJECT.html">_DEVICE_OBJECT</a><br>
+0x008 Start : Uint8B<br>
+0x010 End : Uint8B<br>
</font></body></html> |
WebContent/component/dhtmlxSuite_v403_std/sources/dhtmlxMenu/codebase/skins/dhtmlxmenu_dhx_skyblue.css | blale-zhang/codegen | /*
Product Name: dhtmlxSuite
Version: 4.0.3
Edition: Standard
License: content of this file is covered by GPL. Usage outside GPL terms is prohibited. To obtain Commercial or Enterprise license contact sales@dhtmlx.com
Copyright UAB Dinamenta http://www.dhtmlx.com
*/
/* skin detected, extra file: skins/dhx_skyblue.l... |
ocr_extracted/W16373_text/page22.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W16373_extracted</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
... |
mvp/index.html | simplifierlab/simplifierlab.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Simplifierlab | MVP</title>
<link rel="shortcut icon" type="image/ico" href="../favicon.ico">
<link rel="preconnect... |
index.html | owl-spider/ten-principles | <!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... |
woocommerce.docset/Contents/Resources/Documents/docs/source-function-woocommerce_template_single_sharing.html | GioSensation/woocommerce-dash-docset | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>File woocommerce-template.php | WooCommerce</title>
<script type="text/javascript" src="resources/combined-1359452498.js"></script>
<script type="text/javasc... |
src/rbx2/rbx2_gui/test_grid.html | fujy/ROS-Project | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<script type="text/javascript" src="js/easeljs.min.js"></script>
<script type="text/javascript" src="js/eventemitter2.min.js"></script>
<script type="text/javascript" src="js/mjpegcanvas.min.js"></script>
<script type="text/javascript" src="js/nav2... |
docs/files/src_io_SoftPotEvent.js.html | soundanalogous/Breakout | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src/io/SoftPotEvent.js - Breakout</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="styleshee... |
doc/overview-summary.html | vangav/vos_backend | <!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 Sat Oct 22 19:44:39 CEST 2016 -->
<title>Overview</title>
<meta name="date" content="2016-10-22">
<link rel="stylesheet" type="text/css"... |
apps/appConfigurator/directives/beautyOnOff/beautyOnOff.css | Tschuck/valence-bond | /* https://proto.io/freebies/onoff/ */
.onoffswitch {
position: relative; width: 100px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border: 2px solid #999999... |
projects/demo/src/app/components/icon/icon.component.html | GetTerminus/terminus-ui | <ts-card tsVerticalSpacing>
<h3 tsCardTitle tsVerticalSpacing>Standard icons</h3>
<ts-icon>home</ts-icon>
<ts-icon>wallpaper</ts-icon>
<ts-icon theme="accent">storage</ts-icon>
<ts-icon theme="warn">open_in_new</ts-icon>
<ts-icon svgIcon="csv"></ts-icon>
<ts-icon svgIcon="engage" theme="primary"></ts-ico... |
HTML/Homeworks/04.Forms-and-Frames/3.Notebook Store/style.css | tpulkov/TelerikAcademy-2016-2017-Web | #LaptopTitles{
font-size: 30px;
color:#4E387E;
text-decoration: underline;
word-spacing: 28px;
text-align: center;
}
body{
background-color:#E3E4FA;
font-size: 26px;
font-family: georgia, comic, monospace, arial, times;
}
hr{
width: 3px, 100%;
}
table, td, tr{
text-align: center;
}
input[type=range]... |
app/templates/index.html | mattmurch/GuessThatSong | <!-- extend base layout -->
{% extends "base.html" %}
{% block content %}
<p><h3> What Is This Song? </h3>
<audio controls autoplay>
<source src="static/{{correctchoice}}" type="audio/mp3">
Your browser does not support this audio format.
</audio></p>
<p><form method="po... |
javadoc/4.0-alpha/org/robolectric/annotation/processing/generator/package-tree.html | robolectric/robolectric.github.io | <!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_131-google-v7) on Wed May 09 11:21:02 PDT 2018 -->
<title>org.robolectric.annotation.processing.generator Class Hierarchy</title>
<meta name="d... |
payment_successful.html | intaset/EHST | ---
layout: default
title: EHST'17 - PayPal Payment Successful
meta: Your payment has been successful!
keyword: solar thermal energy, solar cell theory and applications, biomass, biofuel, bioenergy, smart buildings, smart lightings, wind energy, geothermal energy, wave energies, tide energies, nuclear energies, prospec... |
Figure3/Tox21_nnm/WorkHere/56124-62-0.smi.png.html | andrewdefries/ToxCast | <!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"></meta>
<title>56124-62-0.smi.png.html</title>
</head>... |
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.0~camlp4/hott/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>hott: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
public/Windows 10 x64 (18362.329)/_POWER_INFORMATION_LEVEL_INTERNAL_TTMTCAPI.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.329)</h4><br>
<h2>_POWER_INFORMATION_LEVEL_INTERNAL_TTMTCAPI</h2>
<font face="arial"> PowerInformationInternalTtmFirst = 0n4096<br>
PowerInternalTtmOpenTerminal = 0n4096<br>
PowerInternalTtmCreateTerminal = 0n4097<br>
PowerInternalTtmEvacuateDevices = 0n4098<br>
... |
mousai/prototype_v5b/Mario Basanov.html | jjmois/jjmois.github.io | <!DOCTYPE html>
<meta charset="utf-8">
<head>
<link rel="stylesheet" href="plangular.css"/>
<link rel="stylesheet" href="mousai.css"/>
<title>Mousai</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="http://d3js.o... |
3rdparty/topMenu/popup/css/dialog-wilma.css | pankrator/Graph-Simulation | .dialog--open .dialog__overlay {
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.dialog__content {
padding: 0;
background: transparent;
}
.dialog__content {
margin-top: -70px;
}
.dialog.dialog--o... |
test.html | jedepaepe/cinema | <!DOCTYPE html>
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<style>
... |
touch.html | vorosanda/SANDA | <!DOCTYPE html>
<html>
<body>
<p>UI version: 2017.11.08.0</p>
<p id = "id_logic_level_version">Business level version:</p>
<canvas width = "400" height = "400" id = "id_canvas"></canvas>
<script src = "touch.js">
</script>
</body>
</html> |
javadoc/src-html/com/restfb/types/send/PhoneMessageRecipient.html | restfb/restfb.github.io | <!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>Source code</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="source: package: com.restfb.types.send, class: PhoneMessageRecipient">
<meta name="generator" content="javadoc/Sour... |
doc/html/Variant_2source_2subdomain_2Domain_8hpp.html | will-iam/Variant | <!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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.