code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3
values | license stringclasses 5
values | size int64 2 1.05M |
|---|---|---|---|---|---|
<!DOCTYPE html><!-- DO NOT EDIT. This file auto-generated by generate_closure_unit_tests.js --><!--
Copyright 2017 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
--><html><head><meta charset="UTF-8">
<script s... | scheib/chromium | third_party/google-closure-library/closure/goog/labs/net/webchannel/webchannelbase_test.html | HTML | bsd-3-clause | 766 |
<html>
<head>
<title>Destroy and Hide Element in Animation End Event</title>
<style type="text/css" media="screen">
.box {
height: 100px;
width: 100px;
margin: 10px;
background-color: blue;
-webkit-animation-duration: 0.2s;
-webkit-animation-iteration-count: 2;
}
... | hgl888/blink-crosswalk-efl | LayoutTests/animations/animation-iteration-event-destroy-renderer.html | HTML | bsd-3-clause | 1,846 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template stability_counter_type</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index... | NixaSoftware/CVis | venv/bin/doc/html/boost/heap/stability_counter_type.html | HTML | apache-2.0 | 3,942 |
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not... | Novemser/TomcatTest | webapps/examples/index.html | HTML | apache-2.0 | 1,127 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>amMap examples</title>
<link rel="stylesheet" href="../ammap/ammap.css" type="text/css">
<script src="... | si-quimera/avante | webroot/bower_components/ammap3/samples/_JSON_changingProjections.html | HTML | mit | 4,106 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - raymarching - reflect</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style type="text/css">
html, body {
height: 100%;
}
body {
backgrou... | jeffgoku/three.js | examples/webgl_raymarching_reflect.html | HTML | mit | 8,110 |
<!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_26) on Thu Nov 08 03:57:19 PST 2012 -->
<TITLE>
Uses of Class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.SortDictMR
</TITLE>
<META NAME="da... | jy4618272/graphbuilder | doc/com/intel/hadoop/graphbuilder/idnormalize/mapreduce/class-use/SortDictMR.html | HTML | apache-2.0 | 6,266 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js canvas - point light</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
background-color: #000000;
margin: 0px;
overflow: hidden;
}
... | camellhf/three.js.sourcecode | org/examples/canvas_lights_pointlights.html | HTML | apache-2.0 | 3,635 |
<!DOCTYPE html>
<title>@scroll-timeline: Element-based offsets</title>
<link rel="help" src="https://drafts.csswg.org/scroll-animations-1/#scroll-timeline-at-rule">
<link rel="help" src="https://drafts.csswg.org/scroll-animations-1/#element-based-offset-section">
<script src="/resources/testharness.js"></script>
<scrip... | scheib/chromium | third_party/blink/web_tests/external/wpt/scroll-animations/css/at-scroll-timeline-element-offsets.html | HTML | bsd-3-clause | 8,899 |
<!DOCTYPE html>
<meta charset=utf-8>
<title>Document.implementation</title>
<link rel=help href="https://dom.spec.whatwg.org/#dom-document-implementation">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function() {
var impl... | youtube/cobalt | third_party/web_platform_tests/dom/nodes/Document-implementation.html | HTML | bsd-3-clause | 802 |
<!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_34) on Mon Jun 03 22:20:33 BST 2013 -->
<TITLE>
Uses of Interface org.newdawn.slick.command.InputProviderListener (Slick - The 2D Library)
</TITLE>
... | j-dong/trashjam2017 | libs/slick2d/javadoc/org/newdawn/slick/command/class-use/InputProviderListener.html | HTML | mit | 10,570 |
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id='container'>
<div id='element'></div>
</div>
<script>
var element = document.getElementById('element');
var container = document.getElementById('container');
test(function() {
element... | chromium/chromium | third_party/blink/web_tests/external/wpt/web-animations/responsive/verticalAlign.html | HTML | bsd-3-clause | 647 |
<!DOCTYPE html>
<!--
Copyright (c) 2014 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following di... | hgl888/web-testing-service | wts/tests/webgl/webglrenderingcontext_SHADER_TYPE_value.html | HTML | bsd-3-clause | 2,363 |
<!--
Copyright (c) Microsoft Corporation. All rights reserved
-->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link rel="stylesheet" href="/css/scenario2_Polling.css" />
<script src="/js/scenario2_Polling.js"></script>
</head>
<body>
<div>
<p>Polls for inc... | gforguru/Windows-universal-samples | inclinometer/js/html/scenario2_polling.html | HTML | mit | 881 |
<!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>ublas: boost::numeric::ublas::scalar_matrix< T, ALLOC >::const_it... | NixaSoftware/CVis | venv/bin/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1scalar__matrix_1_1const__iterator2.html | HTML | apache-2.0 | 13,170 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Skinning a Chart Example</title>
<style type="text/css">
/*margin and padding on body element
can introduce errors in determining
... | recap/weevilscout | yui/examples/charts/charts-skins_clean.html | HTML | apache-2.0 | 3,862 |
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type="text/javascript" src="../jquery-1.11.3.js"></script>
</head>
<body>
<header>
<h1>The Header</h1>
</header>
<section>
<div id="content">
<strong>Messages: </strong>
<ul id="message-list">
<... | TelerikAcademy/JavaScript-UI-and-DOM | Topics/08. jQuery Overview/demos/1. selection/1. selectors.html | HTML | mit | 987 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>TinyXml: tinyxml.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><bod... | wubenqi/zutils | zutils/base2/xml/third_party/tinyxml/docs/tinyxml_8h-source.html | HTML | apache-2.0 | 169,690 |
GetVersionTest test PASSED
| aakashysharma/opengse | testing/client-side/java/watchdog/resources/servlet-golden/javax_servlet_http/Cookie/GetVersionTest.html | HTML | apache-2.0 | 27 |
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors ma... | PolymerLabs/x-inspector | index.html | HTML | bsd-3-clause | 2,125 |
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Grid Layout Test: Self-Alignment and stretch on fixed-sized tracks</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#alignment">
<link rel="help" href="https... | chromium/chromium | third_party/blink/web_tests/external/wpt/css/css-grid/alignment/grid-self-alignment-stretch-005.html | HTML | bsd-3-clause | 2,595 |
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<title>Canvas test: 2d.path.arcTo.zero.1</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/html/canvas/resources/canvas-tests.js"></script>
<... | scheib/chromium | third_party/blink/web_tests/external/wpt/html/canvas/element/path-objects/2d.path.arcTo.zero.1.html | HTML | bsd-3-clause | 1,331 |
<div class="row">
<div class="col-sm-2 hidden-xs">
</div>
<div class="col-sm-8">
<div class="w-xl w-auto-xs center-block">
<div class="btn-group btn-group-justified text-center text-sm">
<div class="btn-group">
<a class="wrapper-xs block">
<i class="block text-md m-t-xs ic... | lovechuck/ng2net | web/wwwroot/angulr/tpl/layout_footer_mobile.html | HTML | mit | 1,134 |
<!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>RakNet: RakNet::Net... | JayStilla/AIEComplexSystems | dep/RakNet/Help/Doxygen/html/classRakNet_1_1NetworkIDObject.html | HTML | mit | 14,906 |
<!DOCTYPE html>
<title>Should not crash when inserting an element inside a :first-line pseudo.</title>
<link rel="help" href="https://drafts.csswg.org/css-pseudo-4/#first-line-pseudo">
<style>
p:first-line, p:first-letter {
font-family: serif;
}
</style>
<script src="/resources/testharness.js"></script>
<script src="... | scheib/chromium | third_party/blink/web_tests/external/wpt/css/css-pseudo/first-line-first-letter-insert-crash.html | HTML | bsd-3-clause | 560 |
<dom-module id="x-basic">
<template>
<div id="boundChild"
value="{{ value }}"
negvalue="{{!bool}}"
attrvalue$="{{attrvalue}}"
computedvalue="{{computedvalue}}"
computedvaluetwo="{{computedvaluetwo}}"
camel-case="{{value}}"
computed-inline="{{computeInline(value,add, divid... | kristianmandrup/polymer | test/unit/bind-elements.html | HTML | bsd-3-clause | 13,835 |
<!DOCTYPE html>
<html ng-app="myApp">
<head>
<title>GoogleMap-Based App</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script src="https://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.5/angular.js"></script... | itsmemz53/Project-DB | www/lib/ngmap/testapp/map_app.html | HTML | mit | 6,144 |
{% extends base_template %}
{% block content %}
<div class="container">
<div class="row" style="margin-top: 40px; margin-bottom: 20px">
<div class="col-sm-offset-3 col-sm-6">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="icon-key"></i> Reset Password</h4>
</div>
<di... | saurabh6790/medsyn-lib | website/templates/pages/update-password.html | HTML | mit | 1,757 |
<script>
function frameLoaded() {
if (window.opener)
window.opener.postMessage('done', '*');
}
</script>
<iframe onload="frameLoaded()" src="data:text/html,<html><iframe src='http://127.0.0.1:8080/security/mixedContent/resources/boring.html'></iframe></html>"></iframe>
| joone/chromium-crosswalk | third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-data-url-frame-with-frame.html | HTML | bsd-3-clause | 276 |
{{extend 'default.mobile/layout.html'}}
<script>
function delkey(id) {
jQuery('#'+id).hide();
jQuery('#'+id+' INPUT').val(String.fromCharCode(127));
jQuery('#'+id+' TEXTAREA').val(String.fromCharCode(127));
return false;
}
</script>
{{block sectionclass}}edit_language{{end}}
<h2>{{=T('Editing Language file')}... | pouyana/teireader | webui/applications/admin/views/default.mobile/edit_language.html | HTML | mit | 371 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Stateful Array Grid Example</title>
<!-- ** CSS ** -->
<!-- base library -->
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
<!-- overrides to base library -->
<!-- ... | dinubalti/FirstSymfony | web/public/js/lib/ext-3.4.1/examples/grid/array-grid.html | HTML | mit | 1,930 |
<!DOCTYPE html>
<html>
<!--
Copyright 2011 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="UTF-8" />
<title>
Closure Un... | LeoLombardi/tos-laimas-compass | tos-laimas-compass-win32-x64/resources/app/node_modules/closure-util/.deps/library/b06c979ecae7d78dd1ac4f7b09adec643baac308/closure/goog/style/style_webkit_scrollbars_test.html | HTML | mit | 1,013 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="style-src 'unsafe-inline'; script-src 'unsafe-inline'">
<style>
.target {
background-color: blue;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body class="target">
<script>
document.write(... | danakj/chromium | third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/inline-style-allowed.html | HTML | bsd-3-clause | 398 |
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>CSS Reftest Reference</title>
<link rel="author" title="Yusuf Sermet" href="mailto:ysermet@mozilla.com">
<style>
rb,
rbc,
rt,
rtc {
background-color: yellow;
font-size: 2em;
}
rbc {
... | scheib/chromium | third_party/blink/web_tests/external/wpt/css/css-contain/contain-paint-ignored-cases-ruby-containing-block-001-ref.html | HTML | bsd-3-clause | 990 |
<!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
#invalid-spanner { display:none; -webkit-column-span:all; }
</style>
Test passes if it does not CRASH.
<div style="-webkit-column-count:1;">
<div>
<span id="inline" style="display:none;"></span>
<... | scheib/chromium | third_party/blink/web_tests/fast/multicol/span/table-caption-crash.html | HTML | bsd-3-clause | 782 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
... | ka215/WP-Gentelella | vendors/gentelella/production/media_gallery.html | HTML | mit | 25,729 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Background and Borders Test: background-clip: padding-box with background-color</title>
<link rel="author" title="Julien Chaffraix" href="mailto:jchaffraix@webkit.org">
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB... | scheib/chromium | third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-clip-008.html | HTML | bsd-3-clause | 1,304 |
<!DOCTYPE html>
<html>
<head>
<link href='../dist/fullcalendar.css' rel='stylesheet' />
<link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../lib/jquery/dist/jquery.js'></script>
<script src='../lib/moment/moment.js'></script>
<script src='../dist/fullcalendar.js'></script>
<scri... | microuser/HTML4PHP | webroot/resources/fullcalendar/tests/triggers.html | HTML | mit | 5,805 |
<html>
<body>
Reports <b>enum</b> classes.
Such statements are not supported under Java 1.4 or earlier JVMs.
<!-- tooltip end -->
<p>
</body>
</html> | Yihy/resources_cn | src/main/resources/inspectionDescriptions/EnumClass.html | HTML | apache-2.0 | 150 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blockly Demo: Toolbox</title>
<script src="../../blockly_compressed.js"></script>
<script src="../../blocks_compressed.js"></script>
<script src="../../msg/js/en.js"></script>
<style>
body {
background-color: #fff;
font-family: sans... | ChildrenOfUr/Ilmenscript | web/blockly/demos/toolbox/index.html | HTML | bsd-3-clause | 12,710 |
<html>
<head>
<title>{{.Title}}</title>
<link rel="stylesheet" type="text/css" href="res/style.css" />
<link rel="icon" type="image/ico" href="res/favicon.ico" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script type="text/javascript" src="res/third_party... | ench0/external_skia | tools/bug_chomper/templates/bug_chomper.html | HTML | bsd-3-clause | 4,205 |
<html>
<head>
<title>Tremor - function - ov_test_open</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>Tremor documentation</p></td>
<td align=right><p class=tiny>Tre... | kyleconroy/golds | vendor/sdl2_mixer/external/libvorbisidec-1.2.1/doc/ov_test_open.html | HTML | mit | 1,901 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example6-debug</title>
<script src="../../../angular.js"></script>
<script src="app.js"></script>
</head>
<body ng-app="spicyApp1">
<div ng-controller="SpicyController">
<button ng-click="chiliSpicy()">Chili</b... | marcoR80/simple-app-mobile | www/vendor/angular-1.3.9/docs/examples/example-example6/index-debug.html | HTML | mit | 441 |
<!DOCTYPE html>
<html class="reftest-wait">
<title>WebVTT rendering, ::cue(c), outline properties</title>
<link rel="match" href="class_outline_properties-ref.html">
<style>
html { overflow:hidden }
body { margin:0 }
::cue(c) {
font-family: sans-serif;
outline-style: solid;
outline-color: #00f;
outline-... | scheib/chromium | third_party/blink/web_tests/external/wpt/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/class_outline_properties.html | HTML | bsd-3-clause | 772 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>testing - The Go Programming Language</title>
<link type="text/css" rel="stylesheet" href="/doc/style.css">
<script type="text/javascript" src="/doc/godocs.js"></script>
<link rel="search" type="application/ope... | cmars/ltt | vendor/src/github.com/PuerkitoBio/goquery/testdata/gotesting.html | HTML | mit | 21,397 |
{% load rest_framework %}
<fieldset>
{% if field.label %}
<div class="form-group" style="border-bottom: 1px solid #e5e5e5">
<legend class="control-label col-sm-2 {% if style.hide_label %}sr-only{% endif %}" style="border-bottom: 0">
{{ field.label }}
</legend>
</div>
{% endif %}
<p>L... | OpenWinCon/OpenWinNet | web-gui/myvenv/lib/python3.4/site-packages/rest_framework/templates/rest_framework/horizontal/list_fieldset.html | HTML | apache-2.0 | 384 |
<html>
<head>
<script src="npapi.js"></script>
<script>
function DeletePluginWithinScript() {
var plugin_div = document.getElementById("PluginDiv");
plugin_div.innerHTML = "Object Deleted";
onSuccess("execute_script_delete_in_paint", 1);
}
</script>
</head>
<body>
<div id="statusPanel" style="border: 1px soli... | plxaye/chromium | src/content/test/data/npapi/execute_script_delete_in_paint.html | HTML | apache-2.0 | 709 |
<p>Here's a simple block:</p>
<div>
foo
</div>
<p>This should be a code block, though:</p>
<pre><code><div>
foo
</div>
</code></pre>
<p>As should this:</p>
<pre><code><div>foo</div>
</code></pre>
<p>Now, nested:</p>
<div>
<div>
<div>
foo
</div>
... | puyanLiu/LPYFramework | 前端练习/11面向对象/document/14 ES6和面向对象/es6入门 浏览器版本/app/bower_components/marked/test/tests/inline_html_simple.html | HTML | apache-2.0 | 784 |
<body>
<a id="link" href="joint-session-history-grandchild2.html">Grandchild1</a>.
</body>
<script>
window.onload = function() {
document.getElementById("link").click();
}
</script>
| scheib/chromium | third_party/blink/web_tests/external/wpt/html/browsers/history/joint-session-history/joint-session-history-grandchild1.html | HTML | bsd-3-clause | 192 |
<!DOCTYPE html>
<meta charset="utf-8">
<title>brand-checks.js dedicated worker wrapper file</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
'use strict';
fetch_tests_from_worker(new Worker('brand-checks.js'));
</script>
| youtube/cobalt | third_party/web_platform_tests/streams/writable-streams/brand-checks.dedicatedworker.html | HTML | bsd-3-clause | 297 |
<!DOCTYPE html>
<html ng-app="ionic">
<head>
<script src="../../dist/js/ionic.bundle.js"></script>
<meta charset="utf-8">
<title>Buttons</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<link href="../../dist/css/ionic.css" rel="styles... | Testoni/ionic | test/css/buttons-pseudo-icon-compare.html | HTML | mit | 2,136 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-algebra-tactics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.04.2-2.0.5/released/8.6/mathcomp-algebra-tactics/0.2.0.html | HTML | mit | 7,482 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>gappa: 1 m 11 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.12.1/gappa/1.4.4.html | HTML | mit | 9,574 |
<head>
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-cmn-Hans" xml:lang="zh-cmn-Hans">
<meta charset="utf-8">
<meta name="X-UA-Compatible" content="IE=edge">
<meta name="content-language" content="zh">
<meta name="Content-Security-Policy" content="">
<meta name="viewport" content="width=device-width initial-scal... | sunswayne/javawayne | _includes/head.html | HTML | mit | 3,600 |
<!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>GLM_GTX_matrix_cross_product: Cross product matrix form</title>
<link h... | kiwaiii/pbc | src/external/glm-0.9.2.4/doc/html/a00180.html | HTML | mit | 4,298 |
<!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_152-release) on Mon Dec 04 08:54:34 MST 2017 -->
<title>H-Index</title>
<meta name="date" content="2017-12-04">
<link rel="stylesheet" type="te... | CMPUT301F17T08/habit_rabbit | docs/JavaDoc/index-files/index-8.html | HTML | mit | 32,192 |
<!doctype html>
<html>
<head>
<title>Example Domain</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="application/ld+json">
{
"@context": "https://... | meedan/pender | test/data/page-with-json-ld.html | HTML | mit | 634 |
<html><body>
<h4>Windows 10 x64 (18363.778)</h4><br>
<h2>_WHEA_ERROR_RECORD_HEADER_VALIDBITS</h2>
<font face="arial"> +0x000 PlatformId : Pos 0, 1 Bit<br>
+0x000 Timestamp : Pos 1, 1 Bit<br>
+0x000 PartitionId : Pos 2, 1 Bit<br>
+0x000 Reserved : Pos 3, 29 Bits<br>
+0x000 ... | epikcraw/ggool | public/Windows 10 x64 (18363.778)/_WHEA_ERROR_RECORD_HEADER_VALIDBITS.html | HTML | mit | 372 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1 class="title">Title</h1>
<p class="description">Lorem ipsum</p>
<p class="textnodes">
Line0<br>
Line1
</p>
<p class="deep-textnodes">
... | IonicaBizau/scrape-it | test/public/index.html | HTML | mit | 1,806 |
<!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 name="Content-Type" content="text/html; charset=UTF-8" />
<title>Class: Kennedy::Granter</title>
<link rel="s... | abloom/kennedy | doc/Kennedy/Granter.html | HTML | mit | 15,429 |
<!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_35) on Sun Mar 31 19:35:55 BST 2013 -->
<TITLE>
uk.ac.ed.inf.proj.xmlnormaliser.parser.fd Class Hierarchy
</TITLE>
<META NAME="date" CONTENT="2013-0... | tomtau/xml_normaliser | doc/uk/ac/ed/inf/proj/xmlnormaliser/parser/fd/package-tree.html | HTML | mit | 7,600 |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>date.py</title>
<link rel="stylesheet" href="pycco.css">
</head>
<body>
<div id="background"></div>
<div id='container'>
<div class='section'>
<div class='docs'><h1>date.py</h1></div>
</div>
<div clas... | charany1/googlecl | docs/date.html | HTML | mit | 75,699 |
<div id="footer">
<div class="footerleft">
© 2009 by Owners. Some rights reserved.
</div>
<div class="footerright">
<a href="http://www.djangoproject.com"><img alt="Made With Django" src="{{ MEDIA_URL }}img/madewithdjango.gif" /></a>
</div>
</div> | tarequeh/little-ebay | example/templates/footer.html | HTML | mit | 284 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29217_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;">
... | datamade/elpc_bakken | ocr_extracted/W29217_text/page2.html | HTML | mit | 8,186 |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>spgl.grandom</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script ... | SarahPythonista/acmpy | docs/spgl.grandom-pysrc.html | HTML | mit | 18,762 |
---
layout: default
---
<article class="post" id="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<!-- <hr class="separator" /> -->
{% if page.sub_title %}
<h2 class="post-sub-title">{{ page.sub_title }}</h2>
{% endif %}
</header>
{% assign pages = site.pag... | andrewserong/annamcilwraith | _layouts/books_page.html | HTML | mit | 2,010 |
<!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... | bwerocks/bwerocks.github.io | index.html | HTML | mit | 5,144 |
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<title>🐾 Teach Brian How to Code</title>
<link rel="stylesheet" href="stylesheets/blog-stylesheet.css" type="text/css">
</head>
<body>
<div class="sub-div">
<p><a href="../index.html">Back to Home</a></p>
</div>
<main>
<h6>Becoming Javascript... | sarahkwak/sarahkwak.github.io | blog/t13-js_queen.html | HTML | mit | 9,566 |
<!DOCTYPE html>
<html>
<head>
<title>HeartWinds: A Tale of the Spirit (The Place of Passage Book 4) - Kindle</title>
<link rel="shortcut icon" type="image/png" href="https://d3u8ewz6c11pt5.cloudfront.net/static/kshare/0.22/1c2904b8e11a/img/KP_favicon.png" />
<link rel="apple-touch-icon-precomposed" sizes="6... | jsepia/ogtest | bb/quote.html | HTML | mit | 2,522 |
{% extends "base.html" %}
{% load i18n mezzanine_tags accounts_tags %}
{% block meta_title %}{{ profile_user|username_or:"get_full_name" }}{% endblock %}
{% block title %}{{ profile_user|username_or:"get_full_name" }}{% endblock %}
{% block body_id %}account{% endblock %}
{% block extra_head %}
{% load static %}
<lin... | SISTEMAsw/TAMP | gui/theme/templates/accounts/account_profile.html | HTML | mit | 4,562 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Category: weekly | Node.js 한국 커뮤니티</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Node.js 한국 커뮤니티">
<meta property="og:url"... | marocchino/iojs-ko | categories/weekly/page/2/index.html | HTML | mit | 14,702 |
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>MLBStats - Examples</title>
</head>
<body>
<script type="text/javascript" src="../min/MLBStats.min.js"></script>
<script>
//MANUAL
MLBStats.manual();
//MLBStats OBJECT for full list of functions
//console.log(MLBStats);
//Return VERSION version
ML... | jakeehall/MLBStats | examples/index.html | HTML | mit | 7,554 |
<ui-field-row>
<tabset>
<tab ng-repeat="$tab in vm.tabs track by $index">
<tab-heading>
<span ng-class="{ 'text-danger': vm.hasAnyError() }">{{ $tab[vm.labelProperty] | translate }}</span>
</tab-heading>
<ui-fieldset class="col-sm-11" property="{{ $tab[vm.... | kasrakhosravi/angular-ui-form | src/field-tab/field-tab.bs.html | HTML | mit | 605 |
<h1>Home !</h1>
<div *ngFor="let section of sections; let i = index;">
<h2>Section {{ i+1 }}</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ... | LM-G/genesis | src/app/home/home.component.html | HTML | mit | 581 |
<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>... | BuzzAcademy/idioms-moe-unformatted-data | all-data/5000-5999/5892-22.html | HTML | mit | 1,731 |
<!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="./3a53e86e684c0c0d8ec94026a6c6cddd65c4734d1c56be5c3688a365b15b79c7.html">Teleport</a>
<hr>
... | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/41feaac8099a5ecfc920a64b9ab4843bb27a9299a61d9891afcdd3cecef8f631.html | HTML | mit | 550 |
<!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="./479da3fde049afdcfae688956fbfc53d473182c349512d898e7885cca4670f83.html">Teleport</a>
<hr>
... | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/22367818b9b4b7a58d90a35202f6857d918cbc2f77ff8e187fc604789c6faec4.html | HTML | mit | 550 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Open Knowledge">
<meta name="description" content="The Global Open Data Index assesse... | okfn/opendataindex-2015 | place/trinidad-and-tobago/postcodes/2014/index.html | HTML | mit | 8,194 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Router</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root>Loading...</app-root>
</body>
</html>
| struggler-lh/angular-demo | router/router/src/index.html | HTML | mit | 293 |
<html>
<head>
<title>Scatter</title>
<link href="theme.min.css" rel="stylesheet"/>
<script src="http://unpkg.com/jquery"></script>
<script src="http://unpkg.com/verge"></script>
<script src="jquery-overlap.js"></script>
</head>
<body>
<div class="cont... | gavinvonk/scatter | popup.html | HTML | mit | 1,134 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Tag: alsa - Storax</title>
<meta charset="utf-8" />
<meta name="author" content="David Zuber" />
<link rel="stylesheet" href="/media/css/main.css" type="text/css">
</head>
<body class="container">
<div>
<header class="masthead">
<... | storax/storax.github.io | tags/alsa/index.html | HTML | mit | 2,058 |
<!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 `tag_lang_items` constant in crate `rustc_typeck`.">
<meta ... | ArcherSys/ArcherSys | Rust/share/doc/rust/html/rustc_typeck/metadata/common/constant.tag_lang_items.html | HTML | mit | 3,963 |
<!-- ***********************************************************************
media card
***********************************************************************
-->
<div class="my-subcard" flex="75" layout-padding layout="column" layout-align="center center">
<form ng-submit="vm.onSubmit4()" id="theForm4" nam... | fweber1/Annies-Ancestors | add/templates/stories.view.html | HTML | mit | 1,745 |
<html><body>
<h4>Windows 10 x64 (18363.476)</h4><br>
<h2>_VF_KE_CRITICAL_REGION_TRACE</h2>
<font face="arial"> +0x000 Thread : Ptr64 <a href="./_ETHREAD.html">_ETHREAD</a><br>
+0x008 StackTrace : [7] Ptr64 Void<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18363.476)/_VF_KE_CRITICAL_REGION_TRACE.html | HTML | mit | 262 |
<!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... | v8-dox/v8-dox.github.io | 7d425a0/html/classv8_1_1_function_template.html | HTML | mit | 28,909 |
<?xml version="1.0" encoding="utf-8"?>
<!-- This comment will force IE7 to go into quirks mode. -->
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type... | fschwiet/ManyConsole | lib/Sasa-v0.9.3-docs/Contents/1/351.html | HTML | mit | 3,674 |
<!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... | GoC-Spending/data-corporations | html/234567167350.html | HTML | mit | 55,913 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>NVAPI Reference Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<table width="99%" border="0" cellspacing="1" cellpadding="1">
... | helifax/OGL-3DVision-Wrapper | src/libs/NVAPI_337_old/docs/NVAPI_Reference_Developer_html/struct__NV__GSYNC__STATUS__PARAMS.html | HTML | mit | 5,006 |
<!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>95233-18-4.smi.png.html</title>
</head>... | andrewdefries/ToxCast | Figure3/ToxCast_nnm/WorkHere/95233-18-4.smi.png.html | HTML | mit | 1,735 |
<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.6.2 -->
<div class=... | lennonchan/OgreSource | Docs/api/html/classOgre_1_1ShadowVolumeExtrudeProgram-members.html | HTML | mit | 32,283 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!--
Smart developers always View Source.
This application was bu... | SestrenExsis/LD28_Warmup2 | bin-debug/LD28_Warmup2.html | HTML | mit | 5,666 |
<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>... | BuzzAcademy/idioms-moe-unformatted-data | all-data/11000-11999/11753-22.html | HTML | mit | 1,607 |
<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="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>... | BuzzAcademy/idioms-moe-unformatted-data | all-data/3000-3999/3476-32.html | HTML | mit | 1,366 |
<!-- HTML header for doxygen 1.8.6-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" conte... | lucasbrsa/OpenCV-3.2 | docs/3.2/d7/d86/classcv_1_1dnn_1_1CropLayer.html | HTML | mit | 27,578 |
<hr class="hr-line">
<div class="buttons" style="font-size:30px;">
{% if site.github-url %}<a class="social-btn" href="http://github.com/{{ site.github-url }}" target="_blank" rel="noopener noreferrer"><i class="fa fa-fw fa-github"></i></a>{% endif %}
... | ggggbbybby/ggggbbybby.github.io | _includes/social-links.html | HTML | mit | 5,448 |
{% if site.facebook_app_id %}
<br />
<br />
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ko_KR/sdk.js#xfbml=1&version=v2.6&appId={{ site.facebook_app_id }... | brosbj/brosbj.github.io | _includes/facebook.html | HTML | mit | 547 |
<section data-ng-controller="ArtsController" data-ng-init="find()">
<div class="page-header">
<h1>Arts</h1>
</div>
<div class="list-group">
<a data-ng-repeat="art in arts" data-ng-href="#!/arts/{{art._id}}" class="list-group-item">
<small class="list-group-item-text">
Posted on
<s... | bassemlhm/artBangBang | public/modules/arts/views/list-arts.client.view.html | HTML | mit | 732 |
{% extends "master.html" %}
{% from "_formhelpers.html" import render_field_in_row %}
{% block title %}New Host Category{% endblock %}
{%block tag %}home{% endblock %}
{% block content %}
<h2>Add host category</h2>
<p>
Back to <a href="{{ url_for('host_view', host_id=host.id) }}">
{{ host.name }}</a>
</p>
<p>... | Devyani-Divs/mirrormanager2 | mirrormanager2/templates/fedora/host_category_new.html | HTML | mit | 916 |
---
layout: post
title: Enterprise Library 4.1 Released
tags: [.NET, Enterprise Library]
redirect_from:
- /blog/2008/10/enterprise-library-41-released.html
---
<p>The latest version of the Enterprise Library can be downloaded <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=1643758B-2986-47F7-... | mikeobrien/mikeobrien.github.com | _posts/2008-10-29-enterprise-library-41-released.html | HTML | mit | 619 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-solvable: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.... | coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.0-2.0.6/extra-dev/8.11.dev/mathcomp-solvable/1.6.4.html | HTML | mit | 7,697 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.