path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
examples/selectorlibs/ender/index.html
willurd/backbone.unclassified.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Ender &mdash; Backbone Unclassified</title> </head> <body> <h1>Avec Ender</h1> <div id="container"></div> <script src="../../lib/prefixfree.js"></script> <script src="ender.js"></script> <script src="../../lib/underscore.js"></script> <scrip...
_other/docs/symbols/CI.DataSource.html
khaliiid/visualizer
<!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 name="generator" content="JsDoc To...
app/src/components/search/result/actions/actions.html
freelook/info
<fli-search-result-actions-twitter class="fli-grid" ng-if="fli.route.sub=== 'twitter'"></fli-search-result-actions-twitter> <fli-search-result-actions-vk class="fli-grid" ng-if="fli.route.sub=== 'vk'"></fli-search-result-actions-vk>
docs/pupil-rs/0.1.3/pupil/builtins/index.html
CasualX/CasualX.github.io
<!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 `builtins` mod in crate `pupil`."> <meta name="keywords" co...
partials/toggle-up.html
sascha53/Font-Awesome-SVG-PNG
{{- $id := "toggle-up" -}} {{- $name := add "icon-" $id -}} {{- if not (.Scratch.Get $name) -}} {{- .Scratch.Set $name true -}} <svg class="clip" xmlns="http://www.w3.org/2000/svg" width="0" height="0"> <defs> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" id="{{ $id }}" fill="currentcolor"><path d="M1...
extensions/multiple_uploads/assets/multiple_uploads.publish_index.css
astudio/remixhair
#multiple-uploads-iframe { width: 100%; min-height: 500px; }
restrito/js/RGraph/default.html
leovene/e-sic
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <title>RGraph: HTML5 charts library</title> <link rel="stylesheet" href="css/website.css" type="text/css" media="screen" /> <link rel="stylesheet" href="css/animations.css" type="text/css" media="screen" /> <link...
app/app_core/templates/footer.html
knowledge-sharing-campaign/site
<!DOCTYPE html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="/static/slippry/dist/slippry.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery....
_drafts/2012-09-24-vfacsept-malaysian-law.html
jijames/dfir.science
--- layout: post title: VFACSept Malaysian law date: '2012-09-24T16:41:00.002+09:00' author: Joshua tags: modified_time: '2012-09-24T16:41:38.388+09:00' blogger_id: tag:blogger.com,1999:blog-2701259639305045003.post-710314488882678556 blogger_orig_url: http://www.cybercrimetech.com/2012/09/vfacsept-malaysian-law.html ...
doc/tomcat-9.0-doc/api/org/apache/tomcat/dbcp/pool2/impl/EvictionPolicy.html
piterlin/piterlin.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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>EvictionPolicy (Apache Tomcat 9.0.0.M11 API Documentation)</title><scri...
JavaScript/Homework/Data types and Variables - Homework/Problem 4 Typeof null/index.html
ilian1902/TelerikAcademy
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <h1>Problem 4. Typeof null</h1> <script src="TypeOfNull.js"></script> </body> </html>
drivers/CMSIS/docs/Pack/html/packChk.html
ryankurte/stm32f4-base
<!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>packChk.exe</t...
ePF_API_doxy-0.1.x-dev/html/ep___a_p_i_8php.html
veriKami/ePF_API_doc
<!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...
app/partials/app.html
matthewkol186/WebPlaylist
<div> <a href ng-click="store.inlist = !(store.inlist)" class="backbutton">back</a> <h1 id="title"> weblistr</h1> <div> <ul id = "links" > <li ng-repeat="product in store.multilist[store.numon]"> <div> <h2> {{(store.multilist[store.numon].indexOf(product)+1)}} </h2> <a href ng-click="store.rem...
src/components/channels.css
jnmorse/freecodecamp-twitchtv
.container { display: grid; grid-template-columns: repeat(auto-fill, minmax(15em, 1fr)); gap: 1.5rem; } .onlineContainer { display: grid; grid-template-columns: repeat(auto-fill, minmax(30em, 1fr)); gap: 1.5rem; padding-bottom: 1em; border-bottom: 2px solid hsl(200, 50%, 30%); margin-bottom: 1em; }
doc/jdk6_cn/org/omg/IOP/class-use/TaggedComponentHolder.html
piterlin/piterlin.github.io
<!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-beta2) on Mon Mar 19 19:32:35 CST 2007 --> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE> 类 org.omg.IOP.TaggedComponentH...
chapter6/flask/pset2/templates/caesar.html
cs50sacramento/source-code-1617
{% extends "layout.html" %} {% block title %} Caesar {% endblock %} {% block main %} <p> Enter the text you would like to encrypt and the shift number: </p> <form action="{{ url_for('caesar') }}" method="post"> <fieldset> <div class="form-group"> <input name="plaint...
doc/hu/szabot/transloadit/package-tree.html
szabot0412/transloadit-Android-sdk
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="hu"> <head> <!-- Generated by javadoc (version 1.7.0_17) on Fri Feb 07 12:16:31 CET 2014 --> <title>hu.szabot.transloadit Class Hierarchy</title> <meta name="date" content="2014-02-07"> <l...
mirror/prvCode_07/cityCode_002-areaCode_04-deptCode_003/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_002-areaCode_04-deptCode_003-liCode_0108.html
g0v/projectV
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 選舉資料查詢 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>中選會選舉資料庫網站</title> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css"> <script typ...
bonfires/sum-all-odd-fibonacci-numbers/index.html
witblacktype/freeCodeCamp_projects
<!doctype html> <html> <head> <meta charset="UTF-8"> <script type='text/javascript' src='logic.js'></script> </head> <body> <h3>Bonfire: Sum All Odd Fibonacci Numbers</h3> <p>Use your browser developer tools to inspect the javascript console output.</p> </body> </html>
ZimbraWebClient/WebRoot/yui/2.5.1/layout/assets/skins/sam/layout-skin.css
nico01f/z-pec
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Web Client * Copyright (C) 2008, 2009, 2010 Zimbra, Inc. * * The contents of this file are subject to the Zimbra Public License * Version 1.3 ("License"); you may not use this file except in * compliance with the License. You may obtain a copy o...
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.3/concat/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>concat: 50 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="styl...
src/app/components/comp-2778/comp-2778.component.html
angular/angular-cli-stress-test
<p> comp-2778 works! </p>
OLT-124.html
itsmachine/itsmachine.github.io
<!doctype html> <html> <head> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:691940,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h...
public/Windows 10 x64 (18362.449)/_POP_RW_LOCK.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18362.449)</h4><br> <h2>_POP_RW_LOCK</h2> <font face="arial"> +0x000 Lock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br> +0x008 Thread : Ptr64 <a href="./_KTHREAD.html">_KTHREAD</a><br> </font></body></html>
data science/machine_learning_for_the_web/chapter_4/movie/29173.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Tailor of Panama, The (2001)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0236784">Tailor of Panama, The (2001)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/Revie...
client/common_components/navbar/navbar.html
opeter94/supermarket
<link href="/common_components/navbar/navbar.css" rel="stylesheet" type="text/css"> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation" ng-controller="NavbarController"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-heade...
partials/list.html
hemant3370/Hospital-Directory-India
<section> <div class="search"> <h1>Hospital Directory</h1> <label>Search: </label> <input type="text" name="text" ng-model="key" placeholder="Search for hospitals" autofocus> <button ng-click="ListController()" class="btn" >Search</button> <label class="formgroup">by: <select ng-model="mandiOrder" > <option value=...
public/lib/angular-material/modules/closure/select/select-default-theme.css
abhishekjairath/ph_proto
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.7.1-master-bbbec18 */ md-select.md-THEME_NAME-theme:focus .md-select-label { border-bottom-color: '{{primary-color}}'; color: '{{ foreground-1 }}'; } md-select.md-THEME_NAME-theme:focus .md-select-label.md-placeholder { ...
_includes/head.html
deepnavy/deepnavy.github.io
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>{% if page.title %}{{ page.title | strip_html }} &#8211; {% endif %}{{ site.title | strip_html }}</title> <link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com"> <link rel="dns-prefetch" href="//cdn.mathjax...
test/fixtures/test.multi.css
Code-Y/postcss-cyspriter
.cys-retina { cys-src: 'retina'; cys-padding: 20; cys-retina: true; cys-decorate: false; cys-layout: 'diagonal'; } .cys-magic { cys-src: 'magicsel'; cys-padding: 20; cys-decorate: false; cys-includeSize: true; } .cys-icons { cys-src: icons; }
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:micromega/dev/2014-12-04_04-05-19.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...
web/docs/series/2015-11-10/frites-biere-et-pc/index.html
dieng444/smart-search
<!DOCTYPE html> <!--[if IE 9]><html class="lt-ie9" lang="fr"><![endif]--> <!--[if !IE]><!--><html lang="fr"><!--<![endif]--> <head> <title>Frites, bière et PC - Série (2012) - chaka boudinov - SensCritique</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> ...
Reports/ir/ircdotnet.0.5.0/IrcDotNet-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> ...
Reports/dk/dkackman.mockhttp.1.0.1/MockHttp.Store-portable-netcore45%2Bwpa81.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> ...
doc/gov/nasa/worldwind/util/class-use/SectorTree.html
caadxyz/Macro-Thinking-Micro-action
<!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_17) on Thu Jan 14 02:04:20 PST 2010 --> <TITLE> Uses of Class gov.nasa.worldwind.util.SectorTree (NASA World Wind) </TITLE> <META NAME="date" CONTEN...
clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.1+1/random/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>random: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
manpages/man8/cmirrord_selinux.8.html
yuweijun/yuweijun.github.io
<!DOCTYPE html> <HTML><head><TITLE>Manpage of cmirrord_selinux</TITLE> <meta charset="utf-8"> <link rel="stylesheet" href="/css/main.css" type="text/css"> </head> <body> <header class="site-header"> <div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div> <div class="site-d...
general_ip/ieee754_fp_adder_subtractor/ieee754_fp_adder_subtractor.sim/sim_1/behav/xsim.dir/ieee754_fp_adder_subtractor_behav/webtalk/usage_statistics_ext_xsim.html
lasalvavida/Zybo-Open-Source-Video-IP-Toolbox
<HTML><HEAD><TITLE>Device Usage Statistics Report</TITLE></HEAD> <BODY TEXT='#000000' BGCOLOR='#FFFFFF' LINK='#0000EE' VLINK='#551A8B' ALINK='#FF0000'><H3>XSIM Usage Report</H3><BR> <TABLE BORDER='1' CELLSPACING='0' WIDTH='100%'> <TR ALIGN='CENTER' BGCOLOR='#A7BFDE'><TD COLSPAN='4'><B>software_version_and_target_dev...
css/animate.css
aarongilmore/slim.github.io
@charset "UTF-8"; body { -webkit-backface-visibility: hidden; } .animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; ...
doc/tomcat-9.0-doc/servletapi/javax/servlet/http/HttpSessionAttributeListener.html
piterlin/piterlin.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 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>HttpSessionAttributeListener (Servlet 4.0 API Documentation - Apache To...
html/234567055112.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...
resources/pages/404.html
cynnyx/doormat
<!DOCTYPE HTML> <html> <head> <title>404</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> </head> <body><div class="cynny"> <img...
public/Windows 10 x64 (18363.592)/_MMLISTS.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.592)</h4><br> <h2>_MMLISTS</h2> <font face="arial"> ZeroedPageList = 0n0<br> FreePageList = 0n1<br> StandbyPageList = 0n2<br> ModifiedPageList = 0n3<br> ModifiedNoWritePageList = 0n4<br> BadPageList = 0n5<br> ActiveAndValid = 0n6<br> TransitionPage...
_layouts/post.html
quattromani/clinicaladvisorysolutions
--- layout: default comments: true --- <article> <h1>{{ page.title }}</h1> {% if post.sub-title != null %} <h3>{{ page.sub-title }}</h3> {% endif %} <strong> <time datetime="{{ page.date }}">{{ page.date | date_to_string }}</time> </strong> <div class="row"> <div class="three-fifths"> <div ...
epa-grants/research/raw/01542.html
1wheel/scraping
<!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]--> <!--[if IE 8]><html class="lt-ie9 no...
_site/ramona-turns-3/index.html
colomafarre/colomafarre.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Ramona turned 3*</title> <meta name="description" content="On May 29th 2018,...
clean/Linux-x86_64-4.07.1-2.0.6/released/8.10.0/lazy-pcf/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>lazy-pcf: 23 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="st...
tags/React-Native/index.html
sfmDev/sfmdev.github.io
<!doctype html> <html class="theme-next pisces use-motion" lang="zh-Hans"> <head> <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 http-equiv="Cache-Control" content="no-transform" />...
hashs-database/hashs/misc___ui___jquery.ui.slider.css
GoZOo/Drupaloscopy
7.0-alpha3:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef 7.0-alpha4:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef 7.0-alpha5:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef 7.0-alpha6:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef 7.0-alpha7:112e9...
doc/html/classCp3mm_1_1Parser_1_1ParserError.html
Baltasarq/cp3mm
<!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>Cp3--: Cp3mm::Parser::ParserError Class Reference</title> <link href="t...
test/server-side-rendering/samples/head-multiple-title/_expected-head.html
sveltejs/svelte
<title>B</title>
public/js/three.js/examples/webvr_rollercoaster.html
billroy/jchart
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webvr - roller coaster</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <link type="text/css" rel="stylesheet" href="main.css"> <!-- WebXR Device API (For Chrome M76+), expires 10/16...
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/jquery.mCustomScrollbar.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/css/css_comp...
clean/Linux-x86_64-4.10.0-2.0.6/extra-dev/8.11.dev/algebra/dev.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>algebra: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
clean/Linux-x86_64-4.13.1-2.0.10/released/8.14.1/cfml/20181201.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>cfml: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
css/style.css
skbhardwaj/n-substring-algorithm
body { font-size: 20px; font-family: 'Arial',sans-serif; word-wrap: break-word; } h1,h2,h3,h4,h5,h6 { margin: 0 auto; padding: 0; } h3 { text-align: center; } input { font-size: 0.75em; border: 1px solid #000; } ol{ max-height: 200px; overflow-y: scroll; margin-left: 10%; } ol li { text-ali...
src/styles.css
brianmhunt/Airconf-2014-Knockout
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700); @import url(http://fonts.googleapis.com/css?family=Source+Code+Pro); body { font-family: 'Open Sans', sans-serif; font-size: 18px; background-color: white; } input { display: block; width: 80%; padding: 5px 0.5em; border-radius: 12p...
2017/08/03/108/index.html
liuyandong/liuyandong.github.io
<!doctype html> <html class="theme-next pisces" lang="zh-Hans"> <head> <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 http-equiv="Cache-Control" content="no-transform" /> <meta http-equ...
docker/rootfs/usr/local/lib/swipl/doc/Manual/chr-syntaxandsemantics.html
TeamSPoon/logicmoo_workspace
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>SWI-Prolog 8.3.28 Reference Manual: Section 9.2</title><link rel="home" href="index.html"> <link rel="contents" href="Contents.html"> <link rel="index" href="DocIndex.html"> <link rel="summary" href="summary...
app/index.html
TrojanHackersSapient/designalley
<!doctype html> <html lang=""> <head> <meta charset="utf-8"> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Design Alley</title> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <!-- Place favicon.ico in the root ...
examples/codes/component - create.html
MrSoya/impex
<!DOCTYPE html> <html > <head> <title>Impex Demo</title> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <style type="text/css"> .tip{ position: absolute; padding: 3px 1rem; color: #fff; background...
tpl.main/pages/friendship_schools/report.css
lifelink1987/old.life-link.org
/* Report */ /* Report&School Row */ #content section .row_report, #content section .row_school { self { width:587px; font-size:13px; } > a, > div.line { display:inline-block; height:24px; padding:0 5px; } > div.line { border-bottom:1px dotted $lightgrey; background-color:$white; border-radiu...
doc/api/classes/ActiveRecord/ActiveRecordError.html
kristoferrobin/p2p
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ActiveRecord::ActiveRecordError</title> <meta http-equiv="Content...
libs/boost_1_50_0/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_point_2.html
djsedulous/namecoind
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>for_each_point</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../../index.html"...
all-data/10000-10999/10839-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/fha/v9/planningv2/create-plan-times2.html
dwpdigitaltech/healthanddisability
{% extends path1+"/_layout-index.html" %} {% block assess_content %} <style> </style> <main id="content" role="main" class="main-content"> <div class="container"> <div class="grid-row"> <div class="column-three-quarters"> <a href="javascript: history.go(-1)" class="link-back">...
ajax/libs/semantic-ui/1.6.3/components/site.css
bootcdn/cdnjs
/* * # Semantic UI - 1.6.3 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Page *******************************/ html, body ...
mirror/prvCode_07/cityCode_006-areaCode_02-deptCode_010/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_006-areaCode_02-deptCode_010-liCode_0208.html
g0v/projectV
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 選舉資料查詢 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>中選會選舉資料庫網站</title> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css"> <script typ...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/fe3e73696a066b18d6561957183b2f37503b0e8a61a0d6dabc03f85762c1ebf9.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="./57739470bdd1a75995a1341d0b22608338847cf97b6fdb4f2f02e9a21a64019f.html">Teleport</a> <hr> ...
2fc5eeb/html/structv8_1_1_jit_code_event_1_1line__info__t.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...
light_templates_registration_password_reset_form.html
Teino1978-Corp/Teino1978-Corp-light_.gitignore
{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} <div class="breadcrumbs"> </div> {% endblock %} {% block title %}{{ title }}{% endblock %} {% block content_title %}<h1>{{ title }}</h1>{% endblock %} {% block content %} <p>{% trans "Forgotten your password? Enter your email address below,...
assets/css/style.css
LoreCindy/contratacion
body{ background-image:url("../fondo.jpg"); background-color: #8195F5; color:red; } #main{ width:960px; margin:50px auto; font-family:raleway; } span{ color:red; } h2{ text-align:center; border-radius: 10px 10px 0 0; margin: -10px -40px; padding: 10px; margin-top: 30px; } #login{ width:300px; bord...
apps/venture_web/assets/css/components/MessageForm.css
ernie/venture
.messageFormInputs { width: 100%; height: 2em; display: flex; } .nickButton { flex-basis: 17%; height: 100%; flex-grow: 0; flex-shrink: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0.2em; } .messageForm { display: flex; flex-basis: 83%; } .messageForm > input {...
v4/user-agent-detail/22/28/22286344-c9fb-48b6-b08e-8babb1e31c21.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.1.1; PAP4044DUO Build/PrestigioPAP4044DUO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 YaBrowser/14.7.1916.15743.00 Mobile Safari/537.36</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ma...
2014/01/08/Learning-Ruby-Throught-a-Book/index.html
jpibarra1130/jpibarra1130.github.com
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Learning Ruby Through a Book</title> <meta name="description" content="Learning a Ruby through a book"> <meta name="author" content="Paolo Ibarra"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <lin...
resources/python-doc/library/chunk.html
ShiKaiWi/python-practice
<!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>21.6. chunk — Read IFF chunked data &mdash; Python ...
_includes/navigation.html
pengineered/pengineered.github.io
<ul class="menu-item"> <li class="home"><a href="/home/">{{ site.title }}</a></li> {% for link in site.data.navigation %} {% if link.url contains 'http' %} {% assign domain = '' %} {% else %} {% assign domain = site.url %} {% endif %} <li><a href="{{ domain }}{{ link.url }}" {% if ...
public/tags/procastination/index.html
opoyc/partiallyrandom
<!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 http-equiv="content-type" content="t...
src/node_modules/zombie/node_modules/html5/data/tree-construction/tests21.dat-18/input.html
robashton/zombify
<svg><![CDATA[<svg>]]></path>
docs/functions_vars_p.html
ps3dev/PSL1GHT
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co...
public/style.css
ercelt/vectorview
#flexbox { display: -ms-flex; display: -webkit-flex; display: flex; width: 100%; } #left_col { flex-grow: 1; } #viewport { flex-grow: 3; } .col_element { margin: 4px; margin-top: 0px; } .list_item { font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter...
docs/index.html
mydea/scubajs
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>scuba.js</title> <link rel="stylesheet" href=""> <link rel="stylesheet" href="./assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="./assets/css/main.css" id="site_styles"> <link rel="stylesheet" href="./ass...
v5/user-agent-detail/11/e4/11e4bcfe-2161-4c4c-b507-92373824dd11.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.3; HTC One with MoDaCo.SWITCH Beta 10 Build/JWR66V.H10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36</title> <link rel="styleshe...
web_dev/udacity_web_development/misc/lesson2.html
miguelgazela/playground
<h1>Hello Afonso</h1> <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="main.css"> </head> <form action="http://www.google.com/search"> <input name="q"> <input type="submit"> </form> </html>
profile.html
drduh/config
<!-- https://github.com/drduh/config/blob/master/profile.html --> <style type="text/css"> body { background-color: #002b36; color: #839496; font-size: 3em; } p { margin-top: 0; font-size: 0.5em; } </style> <script> function refresh() { var d = new Date() var local_time = d.toLocaleTimeString(); var user_ag...
frontend/style.css
abutsa/jpv0
/*----------------------------------------------------------------------------------- Theme Name: Canvas Theme URI: http://themes.semicolonweb.com/html/canvas Description: The Multi-Purpose Template Author: SemiColonWeb Author URI: http://themeforest.net/user/semicolonweb Version: 4.5.1 ---------------...
usm/main/templates/main/user_homepage.html
CS2014/USM
{% extends "main/login_base.html" %} {% block login_content %} {% if user.society_set.all %} <h2 style="margin-top:10px;">Select your society:</h2> <div class="clearfix"></div> <div> {% for society in user.society_set.all %} <form action="{{society.slug}}/"> <button style="margin: 0 0 10px 0 !important...
Docs/api/html/classOgre_1_1RTShader_1_1ProgramSet-members.html
ttair/TuxSinbad
<html> <head> <title>OGRE: Member List - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link type="text/css" rel="stylesheet" href="doxygen.css"> <link type="text/css" rel="stylesheet" href="tabs.css"> </head> <body> <!-- Generated by Doxygen 1.7.1 --> <div class=...
clean/Linux-x86_64-4.10.2-2.0.6/released/8.11.1/coinductive-reals/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coinductive-reals: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstr...
clean/Linux-x86_64-4.12.0-2.0.8/released/8.14.0/ruler-compass-geometry/8.7.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>ruler-compass-geometry: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../boots...
clean/Linux-x86_64-4.09.1-2.0.6/extra-dev/8.11.dev/ext-lib/0.10.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
docs/functions_vars_q.html
Fraunhofer-IIS/ogre
<!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...
exam1.html
lirui0207/lirui1025
<!DOCTYPE html> <html lang="en"> <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>H5课程简介 - 北京菜鸟在线</title> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"> <link rel="stylesheet...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.0/mathcomp-analysis/0.3.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>mathcomp-analysis: Black list 🏴‍☠️</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstra...
index.html
GarrisonJ/GarrisonJ.github.io
--- layout: default --- <div class="home"> {% if site.theme.header_text %} <div class="call-out">{{ site.theme.header_text }}</div> {% endif %} <div class="posts"> {% for post in paginator.posts %} <div class="post-teaser"> <header> <p> <a class="post-link" href="{{ post.url ...
clean/Linux-x86_64-4.09.1-2.0.6/released/8.13.1/zchinese/8.9.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>zchinese: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.13.2/markov/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>markov: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.1+2/mathcomp-multinomials/1.5.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-multinomials: 1 m 1 s</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min...
app/views/RFIController/comment.html
ngageoint/rfi-generator
#{if request.params.full} #{extends "shell.html"/} #{/if} <script type="text/javascript"> $(function() { var $parent = #{if request.params.full}$("body");#{/if}#{else}$("#comment_rfi_modal");#{/else} $parent.find("blockquote, .alert").linkify(); #{if !request.params.full} ...