path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
library/language/id/html/copyright_holders.html | torrentpier/torrentpier | <div id="infobox-body">
<p><h1>INFORMASI BAGI PEMEGANG HAK CIPTA</h1></p>
<p>Jika anda adalah hak cipta materi link (atau link) yang tersedia di situs ini, dan tidak ingin untuk menyebarkan informasi ini oleh pengguna tanpa persetujuan anda, kami akan senang untuk membantu anda dengan menghapus link yang sesuai.</p>
... |
assets/css/paper-kit.css | MarkClinton/Schedulr | /*!
=========================================================
* Paper Kit 2 - v2.0.1
=========================================================
* Product Page: http://www.creative-tim.com/product/paper-kit-2
* Copyright 2017 Creative Tim (http://www.creative-tim.com)
* Licensed under MIT (https://github.com/timc... |
public/css/style.css | eltonsantos/locaweb-twitter | html {
position: relative;
min-height: 100%;
}
body { background-color: #E8F4FB;}
ul { padding: 0px; }
li { list-style-type: none; }
.container {
width: auto;
max-width: 680px;
padding: 0 15px;
}
.container-tweet {
background-color: #fff;
border: 1px solid #1dcaff;
}
.container-tweet p {
color: #0... |
9c460d7/html/classv8_1_1WeakCallbackObject.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... |
css/review.css | 5731087821-PT/ChulaPopbusWebsite | @charset "utf-8";
/* CSS Document */
/*PACE-LOADING*/
.pace .pace-progress {
background: rgba(219,197,15,1.00);
}
/*BODY*/
body {
margin: 0px;
width: 100%;
height: 100%;
background: rgba(234,234,234,1.00) url(../images/pattern_bg.png) repeat;
overflow-x: hidden;
font-family: 'mulilight';
font-... |
_site/2009/03/20/t1367684249.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 - T1367684249 </title>
<link href="... |
src/components/radio/radio.html | vikerman/material2 | <!-- TODO(jelbourn): render the radio on either side of the content -->
<!-- TODO(mtlin): Evaluate trade-offs of using native radio vs. cost of additional bindings. -->
<label [attr.for]="inputId" class="md-radio-label">
<!-- The actual 'radio' part of the control. -->
<div class="md-radio-container">
<div clas... |
Figure4/FDA_Pesticides/PCID_17581.html | andrewdefries/ToxCast | https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=17581
|
app/css/common/colors.css | mohammed52/door-quote-automator | :root {
--colorBlack: #000;
--colorWhite: #fff;
--colorDodgerBlue: #2196F3;
--colorSalem: #0F9D58;
--colorDarkerSalem: #0b6e3e;
--colorPunch: #db4437;
--colorLoblolly: #c3c8ce;
--colorLimedSpruce: #333f48;
--c... |
_site/alumni/index.html | jf-lab/franklandlab | <!DOCTYPE html>
<html class="sticky-footer">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Josselyn Frankland Lab</title>
<!-- Bootstrap core C... |
core/templates/core/_top_givers.html | intip/merit-market | {% load gravatar i18n %}
{% for c in top_givers %}
<div class="row top-giver">
<div class="col-xs-12">
<img class="img-circle pull-left" src="{% gravatar_url c.user.email 40 %}">
<div class="info">
<b>{{c}}</b> {% trans 'has given' %} {% include 'core/_heart_badge.htm... |
ParcialMitch/dist/javadoc/index-files/index-10.html | MitchAguilar/POE | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_102) on Mon Oct 02 00:55:24 COT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>S-Index</title>
<met... |
harpy3/doc/api/classes/ActionView/LookupContext/Template.html | billwen/netopt | <?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>ActionView::LookupContext::Template</title>
<meta http-equiv="Con... |
test/features/gg/simple/style.css | corysimmons/postcss-ant | .g.x1 {
gg: columns(auto auto auto);
}
.g.x2 {
gg: columns(auto auto auto, 1/2 1/2) rows(100px 100px 100px, 200px 200px);
}
|
app/css/web-kit.css | a0tea00/ec-step-listing | /* Let's get this party started */
::-webkit-scrollbar {
width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
background: rgba(200,200,200,0.4);
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
... |
javascript/AdvApp/public/fragments/list.html | MentorSoftwareLtdTemp/courses |
<h4>Persons</h4>
<div class="row">
<tbl-item items="persons"></tbl-item>
</div>
<div class="row">
<div class="row">
<a id="btnAddRow"
class="btn btn-success" href="/add">Add</a>
<button id="btnLoadJson"
class="btn btn-sucess"... |
partials/schedule.html | leonkyr/NodeConf | <section class="schedule" id="schedule">
<div class="wrap">
<div class="row">
<div class="col-xs-12">
<h2 class="center m3">Schedule</h2>
</div>
</div>
<div class="row schedule-sunday">
<div class="col-xs-12 col-md-6">
<table cellspacing="0" cellpadding="0">
<th... |
src/error/500.html | nabil-g/siteweb | <!DOCTYPE html>
<html lang="fr-FR">
<head>
<title>Site de Nabil Ghedjati</title>
<link href='https://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href="https://fonts.google... |
_posts/2014-09-03-accenture-adventure-2014.html | nickl93/website | ---
layout: post
title: "UQCS Presents: A seminar with Accenture"
---
<p>Accenture is coming to UQ to speak to students about their graduate program, Accenture Adventure. This is a great opportunity to find out more about Accenture and the industry. Following the seminar, a free pizza lunch will be provided to all in ... |
doc/br/ufrn/imd/pitagoras/geneticz/dataStructures/class-use/ClusterNode.html | pentalpha/Geneticz | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (1.8.0_25) on Thu Jun 11 00:38:18 BRT 2015 -->
<title>Uses of Class br.ufrn.imd.pitagoras.geneticz.dataStructures.ClusterNode</title>
<meta name... |
app/partials/confirm.html | alerta/angular-alerta-webui | <div class="container">
<p></p>
<div class="container" ng-show="message">
<div class="alert alert-danger text-center" role="alert" ng-show="error">
<strong>{{ error }}</strong> {{ message }}
</div>
<div class="alert alert-success text-center" role="alert" ng-hide="error">
<strong>Thanks!</s... |
_site/journal/Hello-World.html | afnanahmad/afnanahmad.github.io | <!doctype html>
<html>
<head>
<title>
Hello World! | Afnan Ahmad
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<!-- RSS-v2.0
<link href="/feed.xml" ... |
vendor/assets/stylesheets/responsive.css | Cabuum/vanzeiro | /*!
* direction.less v0.1.0
*/
@media only screen and (min-width: 1824px) {
body {
height: 100%;
}
.page-container {
height: 100%;
}
/** Side bar widget **/
.footer-widget {
position: fixed;
}
/** Tables **/
.table th {
font-size: 14px;
}
.table td {
font-size: 14px;
}
.tab... |
login.html | ManuelBorja/mamajs | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Programa MAMA</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css" />
... |
doc/app/assets/stylesheets/pages_css_scss.html | Jarred10/MathRacerAssn4 | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>pages.css.scss - RDoc Documentation</title>
<link href="../../../fonts.css" rel="stylesheet">
<link href="../../../rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "../../../";
</script>
<script src="../..... |
_site/2018/01/20/it-was-wonderful.html | curtclifton/curtclifton.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>It Was Wonderful</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
<link rel="stylesheet" href="/style.css">
<link re... |
app/views/userprofile.html | clehamon/Watsdplan | <div ng-controller="UserprofileCtrl" class="container">
<div class="darkbackground">
<div class="fakedialog">
<button type="button" class="close" data-dismiss="modal" ng-click="changeView(3)">
<span class="glyphicon glyphicon-remove-sign"></span>
</button>
<h3 class="sign-head"> Edit profile</h... |
site/plugins/datatables/extensions/Responsive/examples/initialisation/ajax.html | SLM2A/site_adm | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>Responsive example - Ajax data</title>
<link rel="stylesheet" type="text/css" href="../../../..... |
lib/apache-poi/docs/apidocs/org/apache/poi/hwpf/usermodel/BorderCode.html | nimbleapps/export_to_spreadsheet | <!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_19) on Fri Oct 29 16:39:39 MSD 2010 -->
<TITLE>
BorderCode (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2010-10-29">
<LIN... |
app/views/verify/why-might-this-not-work-for-me.html | wayneddgu/fit2drive-ux | {% extends "layout.html" %}
{% block page_title %} You might not be able to verify - GOV.UK Verify - GOV.UK {% endblock %}
{% block head %}
{% include "includes/head.html" %}
{% include "includes/scripts.html" %}
<style type="text/css">
a#proposition-name { display: none; color: black !important; ... |
htmlcov/scenes_chess.html | GRUPO-ES2-GJLRT/XADREZ_ES2 | <!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'>
<meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' />
<title>Coverage for scenes/chess: 0%</title>
<link rel='sty... |
angular1/app/template/footer/footer.html | ricardorinco/MEAN-Finance | <strong>
Copyright © {{ consts.year }}
<a href="{{ consts.site }}" target="_blank">{{ consts.owner }}</a>.
</strong> |
doc/gov/nasa/worldwind/applications/gio/ebrim/class-use/UsageParameterParser.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:13 PST 2010 -->
<TITLE>
Uses of Class gov.nasa.worldwind.applications.gio.ebrim.UsageParameterParser (NASA World Wind)
</TITL... |
public/cv/index.html | onlytailei/tailei_page | <!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Lei Tai">
<meta name="description" content="Lei Tai Homepage">
<meta name="keywords" content="">
<meta http-equiv="content-language" content="en-u... |
templates/partials/embed-overlay.html | BohemianLoveChild/website |
<div class="overlay display-mid"
style="
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height:0;
... |
templates/calculator.html | edelsonc/SharkCube | <!doctype html>
<html>
<head>
<title>Magnetic Field Strenght Calculator</title>
<meta name=keywords content="magnetic field strength current">
<link href="/static/css/main_style.css" rel="stylesheet">
</head>
<body>
<form action="/quit" method="post">
<input class="quit_button" type="submit" ... |
public/modules/users/views/edit-users.client.view.html | tribalspirit/ape | <section data-ng-controller="UsersController" data-ng-init="findOne()">
<div class="page-header">
<h1>Edit User</h1>
</div>
<div class="col-md-4">
<form class="form-horizontal" data-ng-submit="update()" novalidate>
<fieldset>
<div class="form-group">
... |
_includes/head.html | andrewserong/annamcilwraith | <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="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@{{ site.twitter_username }}" />
<meta name="twitter:creator... |
public/Windows 10 x64 (18362.388)/_WHEA_PERSISTENCE_INFO.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.388)</h4><br>
<h2>_WHEA_PERSISTENCE_INFO</h2>
<font face="arial"> +0x000 Signature : Pos 0, 16 Bits<br>
+0x000 Length : Pos 16, 24 Bits<br>
+0x000 Identifier : Pos 40, 16 Bits<br>
+0x000 Attributes : Pos 56, 2 Bits<br>
+0x000 DoNot... |
gui/js/libs/jqplot/examples/hiddenPlot.html | EkaPurnama/posilly | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Plots in Hidden Containers</title>
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->
<link rel="stylesheet" type="text/css" href="... |
vivarium-site/src/main/html/sidebar.html | juckele/vivarium |
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf8" http-equiv="content-type">
<title>Vivarium</title>
<link rel="stylesheet" type="text/css" href="/main.css">
<link rel="icon" href="/favicon.ico" type="image/png">
</head>
<body id="background">
<sidebar>
<section>
<a... |
reports/files/node_modules_mocha_node_modules_jade_lib_nodes_doctype_js/index.html | Schibsted-Tech-Polska/stp.project_analysis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></... |
doc/HealthCareAbroad/MediaBundle/DependencyInjection/namespace-frame.html | richtermarkbaay/MEDTrip | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>HealthCareAbroad\MediaBundle\DependencyInjection | HealthCareAbroad API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css... |
Documentacion/html/classrocksdb_1_1DocumentDB-members.html | seguijoaquin/taller2-appserver | <!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... |
docs/dd/dbc/structbbb_1_1container_1_1iterator_1_1detail_1_1front__inserter__provider__not.html | 2bbb/bit_by_bit | <!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... |
doc/technotes/guides/jmx/overview/preface.html | piterlin/piterlin.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang=
"en">
<head>
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" conten... |
_includes/head_event.html | tearingItUp786/twentyfivetolife | <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="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>{% if page.title %}{{ page.title | escape... |
application/views/contact_us.html | bashiul-alam/MTLC | <!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>Contact Us</title>
<!-- Styles -->
<link href="http://fonts.googleapis.com/css?family=O... |
examples/example-6.html | prototype-59/scene3d | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta charset="utf-8">
<title>scene3d random graph</title>
<script src="http://www.x3dom.org/download/x3dom.js"></script>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/scene3d.jquery.js"></script>
<... |
tests/manual/es6-class-extend.html | kleisauke/fullcalendar | <!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<link href='../../dist/fullcalendar.css' rel='stylesheet' />
<link href='../../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../../node_modules/moment/moment.js'></script>
<script src='../../node_modules/jquery/dist/jquery.js'></script... |
src/coffee/templates/coffee/roaster_form.html | greg-ruane/coffee-catalog | {% extends 'coffee/base.html' %}
{% block title %}Add New Coffee Roaster{% endblock %}
{% block content %}
<div class="container-fluid">
<h4>Add New Roaster</h4>
<div class="row">
<div class="col-sm-12 col-md-7">
<div class="panel panel-default">
<div class="panel-body">
... |
stageopdracht/src/main/resources/static/vendors/jqvmap/examples/responsive.html | N00bface/Real-Dolmen-Stage-Opdrachten | <?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2017. MIT-license for Jari Van Melckebeke
~ Note that there was a lot of educational work in this project,
~ this project was (or is) used for an assignment from Realdolmen in Belgium.
~ Please just don't abuse my work
-->
<!DOCTYPE html PUBLIC "-//... |
src/app/jasframework/admin-center/privilege-admin/enterprise-admin/enterprise-admin.component.html | amclap/cloudlink-front-framework | <div class="enterprise-admin"> Hello EnterpriseAdminComponent! </div> |
index.html | modert/Logabet | <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFe... |
src/app/components/comp-4635/comp-4635.component.html | angular/angular-cli-stress-test | <p>
comp-4635 works!
</p>
|
tests/_report/Form_View_Helper.dashboard.html | WebpageFX/zf2-twb-bundle | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard for C:\Users\neilime\workspace-zf2\zf2-twb-bundle\src\TwbBundle/Form/View/Helper</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/... |
clean/Linux-x86_64-4.02.3-2.0.6/released/8.5.0~camlp4/ptsatr/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>ptsatr: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
_downloads/www.w3.org_tr_soap12_mtom.html | azu/reference-promises-spec | <!-- http://www.w3.org/TR/soap12-mtom -->
Error: download errorhttp://www.w3.org/TR/soap12-mtom |
sandbox/lily/django_orthg/orthg/static/Doxygen/docs/html/ssyequb_8f.html | LighthouseHPC/lighthouse | <!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>Lighthouse: lapack/... |
utils/pmd-bin-5.2.2/docs/pmd-java/testapidocs/net/sourceforge/pmd/lang/java/rule/strings/class-use/AvoidDuplicateLiteralsRuleTest.html | byronka/xenos | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_65) on Wed Dec 03 20:05:11 CET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class net.s... |
_site/ios/2016/03/02/runtimedoc-2/index.html | helloted/helloted.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-4165845420824687",
enable_page_level_ads: true
});
</script>
<meta charset="utf-8">
<me... |
doc/java/jdk8/javax/swing/event/class-use/ListDataListener.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:30 PST 2014 -->
<title>Uses of Interface javax.swing.event.ListDataListener (Java Platform SE 8 )</title>
<meta name="d... |
14417fd/html/classv8_1_1_heap_statistics.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... |
components/about/index.html | tkw1536/jMap | <!DOCTYPE html>
<html lang="en">
<head>
<title>jMap - ABOUT</title>
<link rel="stylesheet" href="../../libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="../../libs/bootstrap/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="../../css/renderer.css">
</head>
<body>
<div class="co... |
doc/Activity.html | K43GFX/templatemanager | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Class: Activity
— Documentation by YARD 0.9.9
</title>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" h... |
test/sports_soccer_authority.html | LettError/filibuster | <html><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Filibuster</title> <link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<body><h1>Results for "sports_soccer_authority"</h1>
<p><a href="index.html">Index</a></p>
<... |
_posts/2011-08-27-memeriksa-status-baterai-melalui-terminal.html | herpiko/herpiko.github.io | ---
layout: post
title: memeriksa status baterai melalui terminal
date: 2011-08-27 15:06:11.000000000 +07:00
type: post
published: true
status: publish
categories:
- uncategorized
tags:
- acpi
- battery
- battery check
- command line
- linux
- terminal
meta:
_edit_last: '7761285'
geo_latitude: '-8.588990'
geo_lon... |
out/JavaDoc/view/Layout.html | anderslatif/forbr_ndingen | <!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_73) on Tue May 31 10:36:54 CEST 2016 -->
<title>Layout</title>
<meta name="date" content="2016-05-31">
<link rel="stylesheet" type="text/css" h... |
_includes/homepage.html | wintermuted/blog | <br/>
<main role="main">
<div class="body-content container homepage">
<div class="row d-none d-xl-block">
<div class="col">
<h1 class"display-1">
Hi, I'm Jameson Nyeholt
<small class="text-muted">It's nice to meet you.</small>
... |
app/dashboard.component.css | woifal/angularTest |
[class*='col-'] {
float: left;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h3 {
text-align: center; margin-bottom: 0;
}
[class*='col-'] {
padding-right: 20px;
padding-bottom: 20px;
}
[class*='col-']:last-of-type {
padding-right:... |
tag/LaTeX/index.html | sdlyyxy/sdlyyxy.github.io | ---
layout: default
title: Tags
header: Posts By Tag
---
<div class="container docs-container" id="js-to-remove">
<div class="panel docs-content">
<div class="wrapper">
<div class="home">
{% for tag in site.tags %}
{% if tag[0] contains 'LaTeX'%}
<h2 id="{{ tag[0] }}-ref">{{ tag[... |
courseware/templates/student/course.html | kartikshah1/Test | {% extends "elearning_academy/logged_in.html" %}
{% block cssLinks %}
<link href="{{STATIC_URL}}courseware/css/courses.css" rel="stylesheet">
<link href="{{STATIC_URL}}discussion_forum/css/forum.css" rel="stylesheet">
<style>
.contentheading {
padding-bottom: 7px;
border-bottom: 3px solid burlywood... |
index.html | mecate/makernel-hub | <!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>MaKernel</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="st... |
docs/MuseumProvenance/DateExtractor.html | arttracks/museum_provenance | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Class: MuseumProvenance::DateExtractor
— Documentation by YARD 0.9.8
</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
... |
spec/dummy/app/views/pages/text_areas.html | OIT-ADS-Web/lettrics | You may enter <span id='counter1'>4000</span> characters.
<textarea class='lettrify' id="first" data-counter='#counter1'>
</textarea>
You may enter <span id='counter2'>1000</span> characters.
<textarea class='lettrify' id="second" data-counter='#counter2'>
</textarea>
|
lib/apache-poi/docs/apidocs/org/apache/poi/hslf/record/class-use/MainMaster.html | nimbleapps/export_to_spreadsheet | <!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_19) on Fri Oct 29 16:39:58 MSD 2010 -->
<TITLE>
Uses of Class org.apache.poi.hslf.record.MainMaster (POI API Documentation)
</TITLE>
<META ... |
Portable/Ruby2.3.0/lib/ruby/gems/2.3.0/gems/rubyXL-3.3.23/rdoc/RubyXL/PivotReference.html | lincoln131/rubyspanishxlsx | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>class RubyXL::PivotReference - rubyXL 3.3.23</title>
<script type="text/javascript">
var rdoc_rel_prefix = "../";
var index_rel_prefix = "../";
</script>
<script src="../js/jquery.js"></script>
<script src="../js/darkfish.js"></script>
<link href="../... |
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:euclidean-geometry/dev/index.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet... |
team.html | igemmunich/igemmunich.github.io | <!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Navbar template for Semantic-UI</title>
<meta name="description" content="">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<!-- build:css styles/vend... |
docs/apidocs/org/elkoserver/foundation/net/class-use/LoadMonitor.html | frandallfarmer/neohabitat-doc | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_121) on Tue Jan 17 00:48:04 GMT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface o... |
config/index.html | AdobeEditor/MEMPHIS | <!DOCTYPE html>
<html>
<head>
<title>MEMPHIS Configuration</title>
<link rel='stylesheet' type='text/css' href='css/slate.min.css'>
<script src='js/slate.min.js'></script>
<style>
.title {
padding: 15px 10px;
text-transform: uppercase;
font-family: 'PT Sans', sans-serif;
font-size: 1.2em;
... |
02.Components/Part-2/demo/step02.html | liujings8/vuejsStudy | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link rel="stylesheet" href="style.css">
<style>
/*
* 由于IE不支持<template>标签,所以template标签中的内容在IE下会直接显示出来。
* 将模板设为隐藏即可解决这个问题,template标签各浏览器支持请参考:http://caniuse.com/#feat=template
*/
... |
ocean/webgl_shaders_ocean_original.html | moritanian/rtc-world | <!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - geometry - terrain</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 {
color: #000;
font-family:Monospace;
font-size:13px;
mar... |
client/views/home/sam-profile/sam-profile.html | accurat/friends-in-space | <template name="fisSamProfile">
<div class="fis-sam-profile">
<div class="sam-profile sam-image"></div>
<div class="sam-data">
<div class="profile">
<span class="location">{{ samLocation }} ─</span>
<a class="name" href="https://twitter.com/astrosama... |
src/pages/About.css | janrybka/lawendowe | .mdl-cell iframe {
width: 100% !important;
height: 600px;
padding-top: 26px;
} |
src/app/login/login.component.html | Atrosh/REPET-FRONT | <form (ngSubmit)="onLogin()" #loginForm="ngForm" class="col-sm-10">
<div class="form-group">
<label for="inputEmail">Login</label>
<input type="text" class="form-control" id="inputEmail" aria-describedby="emailHelp"
placeholder="Enter login" [(ngModel)]="credentials.username" name="username" requir... |
java/docs/realtimeweb/weatherservice/domain/Report.html | RealTimeWeb/weather | <!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_45) on Wed Apr 09 23:47:33 EDT 2014 -->
<TITLE>
Report (weather service: version 2.0)
</TITLE>
<META NAME="date" CONTENT="2014-04-09">
<LINK REL ="... |
_site/2012/09/23/2012 ACMICPC Asia Regional Hangzhou Online Finding crosses搜索/index.html | ShinichR/shinichr.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">
<title>2012 ACM/ICPC Asia Regional Hangzhou Online Finding crosses搜索</title>
<meta name="description" content="#include<cstdio>#in... |
public/Windows 10 x64 (19041.450)/IRPLOCK.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19041.450)</h4><br>
<h2>IRPLOCK</h2>
<font face="arial"> IRPLOCK_CANCELABLE = 0n0<br>
IRPLOCK_CANCEL_STARTED = 0n1<br>
IRPLOCK_CANCEL_COMPLETE = 0n2<br>
IRPLOCK_COMPLETED = 0n3<br>
</font></body></html> |
WebContent/component/dhtmlxSuite_v403_std/sources/dhtmlxToolbar/codebase/skins/dhtmlxtoolbar_dhx_web.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_web.less ... |
docs/source/_templates/links.html | getfleety/coralillo | <h3>Useful links</h3>
<ul>
<li><a href="https://github.com/getfleety/coralillo">Github</a></li>
<li><a href="https://pypi.python.org/pypi/coralillo/">PyPi</a></li>
<li><a href="https://github.com/getfleety/coralillo/issues">Issues</a></li>
</ul>
|
all-data/3000-3999/3072-31.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="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>... |
client/src/index.html | ONSdigital/nsdc | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ONS</title>
<base href="/">
</head>
<body>
<nsdc-app>Loading...</nsdc-app>
</body>
</html>
|
src/app/home/entity-detail.component.html | luiscgoulart/angular2-app1 | <md-tab-group>
<md-tab>
<template md-tab-label>One</template>
<template md-tab-content>
<h1>Some tab content</h1>
<p>...</p>
</template>
</md-tab>
<md-tab>
<template md-tab-label>Two</template>
<template md-tab-content>
<h1>Some more tab content</h1>
<p>...</p>
</te... |
Django/DjangoDemo/home/templates/Classes/QDTypeViewController.html | AirChen/PythonPractic | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>QDTypeViewController Class Reference</title>
<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc"... |
styles/blog.css | thewizardplusplus/wizard-blog | /* addings for Twitter Bootstrap */
code {
word-break: break-all;
word-wrap: break-word;
white-space: normal;
}
.table-responsive {
border: none;
overflow: visible;
}
.page-header {
margin: 20px 0 0;
padding-bottom: 10px;
}
.page-header h4 {
margin: 0;
}
@media (min-width: 768px) {
.navbar-fixed-top .navba... |
src/templates/edit/field_layout.html | ankitw77/Frmbuldr | <div class='fb-edit-section-header'>Field Layout</div>
<select data-rv-value="model.<%= Formbuilder.options.mappings.FIELDLAYOUT %>">
<option value="one-column">One Column</option>
<option value="two-columns">Two Columns</option>
<option value="three-columns">Three Columns</option>
<option value="side-by-side">... |
Build/rooms.html | 20MileInteractive/wayside | <!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Hotels In Chatham | Chatham Wayside Inn</tit... |
static-source/ng-templates/visualizations/object-counting.html | adaptive-learning/matmat-web | <style>
table#object-counting {
margin:auto;
background: none;
border: none;
margin-top: 10px;
}
table#object-counting td{ font-size: 3rem; text-align: center;}
table#object-counting td.eq{ width: 2rem; }
table#object-counting td.re{ width: 10rem; text-align: left; }
... |
doc/api/files/__/_rvm/gems/ruby-2_2_0/gems/actionview-4_1_8/lib/action_view/helpers/tags/color_field_rb.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>color_field.rb</title>
<meta http-equiv="Content-Type" content="t... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.