path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
_posts/_site/2017-06-20-working-with-jar-files-in-java.html | Abhey/Abhey.github.io | <p>Whenever a developer wants to distribute a version of his software, then all he want is to distribute a single file and not a directory structure filled with class files. JAR files were designed for this purpose. A JAR file can contain both class files and other file types like sound and image files which may be inc... |
_site/2014/11/05/hps-sridhar-solur-shares-his-top-five-secrets-to.html | MDInsider/mdinsider.github.io |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MDInsider ♥ Open Source / HP's Sridhar Solur Shares His Top Five Secrets to Building Great Wearables </title>
<meta name="author" content="MDInsider, Inc.">
<meta name... |
registry/templates/authorize.html | sausages-of-the-future/registry | {% extends "base.html" %}
{% block title %}Confirm access{% endblock %}
{% block content %}
<div class="row authorize">
<div class="small-12 columns">
<h1>Permissions</h1>
<p>
<strong>
{% if client.organisation_type == 'central government' %}
The {{ client.name }} servic... |
www/templates/sidebar.html | gabormol/FinancePlannerLiteMobile | <ion-side-menus enable-menu-with-back-views="false">
<ion-side-menu-content>
<ion-nav-bar class="bar-energized">
<ion-nav-back-button>
</ion-nav-back-button>
<ion-nav-buttons side="left">
<button class="button button-icon button-clear ion-navicon" menu-toggle="left">
</button>
... |
examples/module1-data.html | iuap-design/neoui-kero | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title</title>
<link rel="stylesheet" href="//design.yonyoucloud.com/static/uploader/css/webuploader.css">
<link rel="stylesheet" href="//design.yonyoucloud.com/static/uui/latest/css... |
melktech-b2c-mobile/public/stylesheets/page/CommonInformation/PersonInformationView.css | daiyang1995/demo | .header-cancel, .header-save{
position: absolute;
color: #ffffff;
margin-top: 0.2rem;
margin-left: 0.4rem;
font-size: 0.28rem;
}
.header-save{
top: 0;
right: 0;
margin-right: 0.4rem;
}
.cue1{
font-size: 0.28rem ;
padding: 1.5% 3%;
}
#identityImg{
border-bottom: 0.02rem #d8d8d8 solid ;
}... |
client/admin/admin.html | hkniberg/carbonmanifesto | <template name="admin">
<h1>Admin</h1>
{{#unless user}}
{{> loginButtons}}
{{/unless}}
<div><a href="/">Back to the manifesto</a></div>
{{#if admin}}
<div>
{{#if pending.count}}
<h3>Translations waiting for approval <span class="badge">{{pending.count}}... |
docs/seminars2016/feb12.html | siddhartha-gadgil/www.math.iisc.ernet.in | ---
---
<p style="margin-top: -2px; margin-bottom: -2px;" align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>
<font color="#008000">Department of Mathematics</font></b></font></p>
<p style="margin-top: -2px; margin-bottom: -2px;" align="center"><b>
<font color="#008000" face="Verdana, Arial, ... |
public/modules/core/css/core.css | missmaggiemo/hairy-octo-avenger | .content {
margin-top: 50px;
}
.undecorated-link:hover {
text-decoration: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
.ng-invalid.ng-dirty {
border-color: #FA787E;
}
.ng-valid.ng-dirty {
border-color: #78FA89;
}
.browsehappy.jumbotron.hide,
b... |
animator.html | melnikovkolya/webflow | <!DOCTYPE html>
<html>
<head>
<style>
@import url(./css/style20120427.css);
.link {
stroke: #000;
}
.node {
fill: #ccc;
stroke: #000;
}
.node.sticky {
fill: #f00;
}
.x.axis line {
shape-re... |
src/styles/App.css | lucasvmiguel/reactapp | /* Base Application Styles */
body {
}
.index{
margin-left: auto;
margin-right: auto;
width: 900px;
}
|
post/another3/index.html | ionutvilie/ionutvilie.github.io | <!DOCTYPE html>
<html lang="en-us">
<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>Wow! Such Post!</title>
<meta name="description" content="A place to publish my incomprehensible ... |
reimun_old/resolutions/wpscripts/blank.html | ReiMUN/reimun.github.io | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /resolutions/wpscripts/blank.gif was not found on this server.<P>
</BODY></HTML>
|
scripts/server/public/notes/d8c03c3a7c231ce3a842f549b54ef77f.html | cefn/firmware-codesign-readinglog | <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!-- TITLE -->
<title>
The Timeless Way
of Building
</title>
</head>
<body>
<h1>
<a href="../papers/d8c03c3a7c231ce3a842f549b54e... |
app/assets/js/ckeditor/samples/old/sample.css | maukoese/jabali | /*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/license
*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del... |
template.html | justinforce/hello | <!DOCTYPE html>
<html>
<head>
<title>hello world</title>
<meta charset="utf-8" />
<style type="text/css">
body {
color: hotpink;
background: #262626;
margin-top: 1em;
font-size: 10em;
text-align: center;
transform: rotate(180deg);
-ms-transform... |
06-MaquinaDispensadoraSingleton/doc/index-files/index-6.html | Cesarfr/desarrollo-aplicaciones | <!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_91) on Thu Jun 09 16:48:59 CDT 2016 -->
<title>I-Index</title>
<meta name="date" content="2016-06-09">
<link rel="stylesheet" type="text/css" h... |
clean/Linux-x86_64-4.03.0-2.0.5/released/8.8.0/mathcomp-multinomials/1.3.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-multinomials: 1 m 20 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap... |
all-data/1000-1999/1027-34.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>... |
index.html | behzad88/aurelia-converters-sample | <!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>Aurelia Value Converters</title>
<link rel="stylesheet" type="text/css" href="jspm_packages/npm/font-awes... |
docs/partials/api/ng/provider/$animateProvider.html | zensh/serve-ngdocs | <a href='https://github.com/angular/angular.js/edit/master/src/ng/animate.js?message=docs($animateProvider)%3A%20describe%20your%20change...#L5' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/master/src/ng/an... |
index.html | sergeyloysha/vue-spinner-component | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vue Spinner Component</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700,900" rel="stylesheet">
</head>
<body>
... |
index.html | andrewjuey/andrewjuey.github.io | scribbles and scrabbles
|
docs/api/animation/AnimationAction.html | shinate/three.js | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
<h1>[name]</h1>
<div class="desc">
AnimationActions schedule the performan... |
src/main/webapp/WEB-INF/static/login.html | shallotsh/kylin | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="/css/reset.css" />
<link rel="stylesheet" href="/css/login.css" />
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
... |
css/badges.css | latoyale/latoyale.github.io | .report-card {
text-align:center;
}
.badges {
margin:10px 10px 25px;
padding:0;
}
.badges li {
display:inline-block;
margin:2px;
}
.badges li img {
width: 100%;
text-align: center;
-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-st... |
client/sign_in.html | dcurletti/KnowledgeScout | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sign In</title>
</head>
<body>
<form action="">
<input type="text" />
<a href="/sign_in">Login</a>
</form>
</body>
</html>
|
ProactiveLaw2/www/templates/citations.html | bclark8923/proactive-law | <ion-view view-title="Citations">
<ion-content>
<ion-list>
<ion-item ng-repeat="citation in citations" href="#/app/citations/{{citation.id}}">
{{citation.title}}
</ion-item>
</ion-list>
</ion-content>
</ion-view>
|
logya/sites/base/content/contact.html | yaph/logya | ---
title: Contact
created: 2020-10-07 00:25:42
template: page.html
noindex: 1
---
<div class="flex two-800">
<form role="form" id="sendmail">
<label>Subject: <input type="text" id="subject"></label>
<label for="message">Message</label>
<textarea id="message"></textarea>
<button type... |
ptrLight.min.css | aurasalexander/ptrLight | #ptr-light-indicator{width:35px;height:55px;margin:0 auto;transform:translateY(0);position:relative;top:-55px;transition:transform 300ms ease}#ptr-light-spinner{display:block;height:35px;width:35px;position:absolute;top:10px;background:url('reload.svg');background-size:contain}.rotateLoop{-webkit-animation:rotation .9s... |
docs/isambard.html | woolfson-group/isambard |
<!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.0">
<title>isambard package — ISAMBARD 1.4.1 docu... |
clean/Linux-x86_64-4.02.1-1.2.0/stable/8.4.dev/math-classes/1.0.2/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... |
toolchain/osx/gcc-arm-none-eabi-6-2017-q1-update/share/doc/gcc-arm-none-eabi/html/stabs/N_005fPC.html | ChangsoonKim/STM32F7DiscTutor | <html lang="en">
<head>
<title>N_PC - STABS</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="STABS">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Expanded-Reference.html#Expanded-Reference" title="E... |
6.Blog_Layout/assets/css/style_responsive.css | avinassh/Code-Examples-RWD | body {
font-family: georgia;
background-color: #f4f4f4;
margin: 15px auto;
width: 80%;
}
header {
font-size: 4em;
text-align: center;
background-color: rgb(66, 139, 202);
color: #fff;
padding: 10px 10px;
}
#blog {
max-width: 70%;
float: left;
margin-bottom: 10px;
line-height: 1.7em;
}
#about... |
src/map.css | MFlores2021/QuiGMap | svg {
font: 10px sans-serif;
}
path {
fill: steelblue;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
stroke-width: 0);
}
.brush .extent {
stroke: #fff;
fill-opacity: .125;
shape-rendering: crispEdges;
}
.arc{
fill: pink;
stroke: red;
... |
blog-posts/week3_technical.html | gphummer/gphummer.github.io | <!DOCTYPE html>
<html>
<head>
<title> @granthummer | grant's_blog </title>
<link rel="stylesheet" type="text/css" href="../stylesheets/blog-stylesheet.css" />
</head>
<body>
<div id="header">
<img id="header_image" src="../imgs/cool-g-100px-alpha.png" />
<ul id="upper_navbar">
<li> @granthummer </li>
|
... |
doc/files/doc/files/doc/files/doc/files/test/use_uuid_test_rb_html_html_html.html | henriquez/use_uuid | <!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>
<title>File: use_uuid_test_rb_html_html.html [RDoc Documentation]</title>
<meta http-equiv="Content-Type" content="text/html; chars... |
app/styles/app.css | yiom/blog-class | html, body {
text-align: center;
padding-top: 10px;
}
.post {
display: block;
text-align: left;
max-width: 400px;
margin: 10px auto;
padding: 10px;
background: #FFF;
border-radius: 2px;
-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, ... |
documentation/html/structget__size_3_010_00_01first__size_00_01sizes_8_8_8_01_4.html | mabur/gal | <!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... |
examples/primitive-objects/index.html | fridek/scenejs-physics | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<script type="text/javascript" src="../../lib/scenejs.js"></script>
<link href="../web/style.css" rel="stylesheet" type="text/css"/>
</head>
<div id="container">
... |
_posts/2016/05/2016-05-18-common-sense-review.html | swcarpentry/website | ---
layout: post
authors: ["Christopher Lortie"]
title: "A Common Sense Review of a Software Carpentry Workshop"
date: 2016-05-18
time: "02:30:00"
tags: ["Workshops"]
---
<p>
<em>Re-posted with permission from <a href="http://www.christopherlortie.info/a-common-sense-review-of-swcarpentry-workshop-by-remidaigle-julie... |
app/css/vitPlayer.css | meschiany/WebClientLecturus | div.addContent{
display:none;
}
|
doc/files/js_coreDataStructure_registerInfo.js.html | keenanleman/sap1simulator | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>js/coreDataStructure/registerInfo.js - SAP-1 Simulator</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
... |
vodnik/15.04/music-player-notrecognized.html | ubuntu-si/ubuntu.si | <!DOCTYPE html>
<html lang=sl>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Zakaj moj predvajalnik zvoka ob vklopu ni prepoznan?</title>
<script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascri... |
java/2013/com/sun/squawk/util/ByteArrayInputStreamWithSetBytes.html | arithehun/frc | <!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_29) on Thu Jan 03 13:25:25 EST 2013 -->
<TITLE>
ByteArrayInputStreamWithSetBytes (2013 FRC Java API)
</TITLE>
<META NAME="date" CONTENT="20... |
rtmidi-1.0.10/doc/html/classRtMidiIn-members.html | asselstine/JRtMidi | <HTML>
<HEAD>
<TITLE>The RtMidi Tutorial</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<a class="qindex" href="index.html">Tutorial</a> <a class="qindex" href="annotated.html">Class/Enum List</a> <a class="qindex" href="files.html">File List</... |
tags/go/p/1/index.html | CoderHui/CoderHui.github.io | <!DOCTYPE html><html><head><title>https://coderhui.github.io/tags/go/</title><link rel="canonical" href="https://coderhui.github.io/tags/go/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://coderhui.github.io/... |
testApp/app/views/device/torch.html | pentateu/steroids-js | <ul class="list">
<li class="performsTest" data-test="testTorchOn">
turnOn()
</li>
<li class="performsTest" data-test="testTorchOff">
turnOff()
</li>
<li class="performsTest" data-test="testTorchToggle">
toggle()
</li>
</ul>
|
app/html/signin.html | Keiranbeaton/basketball-bracket | <kb-sign-in base-url="baseUrl" config="httpConfig"></kb-sign-in>
|
_includes/snippets/de/facebook.html | kitesurf/kitesurf.github.io | {% if page.amp == true %}
<amp-iframe src="https://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FKitesurfMallorca&width240&height=250&colorscheme=light&show_faces=true&header=false&stream=false&show_border=false&appId=296657447029072" layout="responsive" sand... |
docs/d4/d18/structbbb_1_1container_1_1iterator_1_1iterator__providers_1_1forward__iterator__provider__impl.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... |
src/client/vendor/kendo/src/styles/dataviz/kendo.dataviz.css | hhuynhlam/Ulysses | /*
* Kendo UI v2015.1.408 (http://www.telerik.com/kendo-ui)
* Copyright 2015 Telerik AD. All rights reserved.
*
* Kendo UI commercial licenses may be obtained at
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
* If you do not own a commercial license, this file shall be governed by the trial licen... |
css/main.css | lauraelsner/glossary-index | /*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ===============================... |
sample-files/OpenLayers/js/v3.14.2/apidoc/ol.Graticule.html | UNM-GEOG-485-585/class-materials | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenLayers 3 API Reference - Class: Graticule</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<script src="scripts/jquery.min.js"> </script>
<!--[if lt IE 9]>... |
tag/Cahil/index.html | Aferide/Aferide.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Cahil - Aferide</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=... |
apps/glance2/frame/left.html | yunxu1019/efront | <div class="navbar-header">
<span class="fa fa-area-chart"></span>
Glance
<span class="dashboard_text">Design dashboard</span>
</div>
<menu class="sidebar-menu" mode=inline>
<li class="header">MAIN NAVIGATION</li>
<li class="treeview">
<span>
<i class="fa fa-dashboard"></i> <span... |
docs/2018/04/05/spostare-i-redolog-su-oracle-12.x/index.html | teopost/teopost.github.io | <!DOCTYPE html>
<html lang="es-419">
<head>
<title>Spostare i redolog su Oracle 12.x · stefanoteodorani.it</title>
<meta name="generator" content="Hugo 0.70.0" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" c... |
data science/machine_learning_for_the_web/chapter_4/movie/11066.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Tango Lesson, The (1997)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120275">Tango Lesson, The (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Jam... |
css/application.css | Savithra/ShapingUpWithAngularJS | .ng-invalid.ng-dirty{
border-color: red
}
.ng-valid.ng-dirty{
border-color: green
} |
generators/hardfloat/doc/HardFloat-Verilog.html | jameshegarty/rigel |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>Berkeley HardFloat Verilog Modules</TITLE>
</HEAD>
<BODY>
<H1>Berkeley HardFloat Release 1: Verilog Modules</H1>
<P>
John R. Hauser<BR>
2019 July 29<BR>
</P>
<H2>Cont... |
dist/demo/css/grid.css | derjasper/blue.frontend | /*! blue */
*, *:before, *:after {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
font-size: 100%; }
html {
height: 100%;
position: relative; }
body {
min-height: 100%; }
.container {
*zoom:... |
_ng1_docs/1.0.10/interfaces/common.obj.html | ui-router/ui-router.github.io | ---
redirect_from: /docs/1.0.10/interfaces/common.obj.html
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Obj | @uirouter/angularjs</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-w... |
javadoc/4.1/org/robolectric/shadows/ShadowVisualVoicemailSms.html | robolectric/robolectric.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_91) on Wed Dec 12 19:04:14 PST 2018 -->
<title>ShadowVisualVoicemailSms</title>
<meta name="date" content="2018-12-12">
<link rel="stylesheet" ... |
db-5.3.28.NC/docs/api_reference/STL/stlDbstlElemTraitsget_sequence_copy_function.html | iadix/iadixcoin | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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>get_s... |
_includes/infoSection.html | yontemhukuk/en | <div class="row">
<div class="col-lg-3 col-lg-offset-2">
<div class="info-section">
Contact Info
</div>
<div class="address text-muted">
M.Fevzi Çakmak cd. 1.Sok No:9 Daire:6 Şirinevler Meydanı Sirinevler/Bahcelievler/ Istanbul
TURKEY
</div>
<div class="email text-muted">
avukatbd@gmail.com
</d... |
doc/requirements/tags/print.S4.html | dmcnulla/rest_baby | <!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" />
<title>
Tag: @print.S4
— Docum... |
suite/libsass/units/expected.compact.css | mgreter/sass-specs | div { hey: 5150.91864in; ho: true; }
|
2_Drawing/3_2_Tree-generations.html | sebleedelisle/CreativeJS2D | <!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title></title>
<style type="text/css">
body {
background-color: #000000;
margin: 0px;
text-align:center;
}
</style>
</head>
<body>
<script src="../libs/creative.js"></script>
<script>
// canvas element and 2D context
var canvas = document.createEl... |
aurevoir/css/creative.css | akosszasz/akosszasz.github.io | body,
html {
width: 100%;
height: 100%;
}
body {
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
background-image: url("../img/header_s2.jpg");
background-position: top -270px center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-backg... |
Signum.React.Extensions/DiffLog/Templates/DiffLog.css | signumsoftware/framework | .colorIcon {
color: black;
padding: 2px;
margin: 0 2px;
}
.colorIcon.red {
background: #FF8B8B;
}
.colorIcon.mini.red {
background: #FFD1D1;
}
.colorIcon.green {
background: #72F272;
}
.colorIcon.mini.green {
background: #CE... |
utils/pmd-bin-5.2.2/docs/pmd-plsql/xref/net/sourceforge/pmd/lang/plsql/dfa/StatementAndBraceFinder.html | byronka/xenos | <!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" />
<title>StatementAndBraceFinder xref</title>
<link type... |
src/app/home/home.tpl.html | henchill/social-aggregator | <div ng-click="hideMenu()">
<!-- No Posts Found -->
<div id="setup" class="container" ng-show="users[userProfile.webid].gotposts == false">
<div class="row">
<div class="col-md-12">
<div class="panel panel-default text-center">
<h3>You haven't posted anything. T... |
_site/index.html | narcan/narcan.github.io | <!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!... |
cw-data/0-999/CW0000000455.html | BuzzAcademy/idioms-moe-unformatted-data | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="zh-TW">
<head>
<title>æè²é¨ãæèªå
¸ã</title>
<meta http-equiv="Pragma" content="no-cache">
<meta name="AUTHOR" content="FlySheet Information Services, Inc.">
<meta h... |
_site/Longer-Work-Hours-vs-Shorter-Work-Hours.html | takehiromouri/takehiromouri.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Takehiro Mouri" />
<meta name="description" content="Ruby on Rails developer. I read... |
assets/style/pagination2.css | ahmadsm/ahmadsm-ci3-hmvc-docs | body,td,th {
font-family: Georgia, "Times New Roman", Times, serif;
color: #333;
}
.contents{
margin: 20px;
padding: 20px;
list-style: none;
background: #F9F9F9;
border: 1px solid #ddd;
border-radius: 5px;
}
.contents li{
margin-bottom: 10px;
}
.loading-div{
position: absolute;
top: 0;
left: 0;
width: 1... |
templates/schedule.html | bkovacev/gae-student-portal | {% extends 'base.html' %}
{% block title %} Schedule{% endblock %}
{% block page_css %}
{% endblock %}
{% block page_tittle %} <h1>Class Schedule</h1> {% endblock %}
{% block content %}
<div class="container-fluid">
<div class="row">
<table class="table table-hover" id="sample-table-1">
... |
_comments/2008-01-12-2109-tillbaka-till-fildelningsdebatten.html | blay/minimal-mistakes | ---
post_id: /tillbaka-till-fildelningsdebatten
date: 2008-01-12 21:09
return_url: '2008-01-11-tillbaka-till-fildelningsdebatten.html'
name: 'Claes leo &gt;Lindwall'
email: 'claesleo@yaoo.se'
comment: '<p>Intressant att se att förespråkarna för illegal fildelning nu anser att upphovsmännen inte ska få yttra sig i d... |
docs/3.2/d7/dc2/structcv_1_1cudev_1_1VecTraits_3_01int1_01_4.html | lucasbrsa/OpenCV-3.2 | <!-- 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... |
_layouts/default.html | Gearov/Gearov.github.io | <!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="container content">
<header class="masthead">
<h3 class="masthead-title">
<a href="{{ site.baseurl }}" title="Home">{{ site.title }}</a>
<small>{{ site.tagline }}</small>
</h3>
<h3 clas... |
docs/dist/css/bootstrap.min.css | aravindaw/multi-view | /*!
* Bootstrap v3.3.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-a... |
tag/qualite/index.html | jcsirot/hubpress.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>qualite - Coding Stories</title>
<meta name="HandheldFriendly" content="True">
<meta name="... |
docs/class_shopify_1_1_u_i_toolkit_1_1_themes_1_1_error_popup-members.html | Shopify/unity-buy-sdk | <!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... |
2016/04/28/Word-Press-1.html | innovation-jp/innovation-jp.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>WordPressでプラグインを作ってみた その1 - イノベーション エンジニアブログ</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-... |
tests/index.html | ro0gr/ember-routable-tabs | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ember-routable-tabs:tests</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for "head"}}
{{content-fo... |
public/modules/instructors/views/instructor_signin.client.view.html | andela-ogaruba/AndelaAPI | <section data-ng-controller="InstructorsController">
<div class="container">
<div class="admin-view">
<div class="col-xs-offset-2 col-xs-8 col-md-offset-5 col-md-2">
<form data-ng-submit="instructor_signin()" class="signin" autocomplete="off">
<fieldset>
... |
index.html | academicjargon/Berkeley | <html>
<head>
<title>CS 61B: Homework and projects</title>
</head>
<body bgcolor='ffffff'>
<font size=6 color='009000'>
<a href="https://people.eecs.berkeley.edu/~jrs/61b/index.html">
CS 61B: Data Structures</a></font>
<font color='009000'>(Spring 2014)</font><br>
<font size=6 color='009000'>
Homework and Projects</... |
data science/machine_learning_for_the_web/chapter_4/movie/6246.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Faithful (1996)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0116269">Faithful (1996)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Clarissa+Oon">Clariss... |
doc/test/TestEasyKillBotVsCorners.html | justinslee/robocode-jsl-EasyKillBot | <!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_11) on Wed Mar 13 05:09:11 HST 2013 -->
<title>TestEasyKillBotVsCorners</title>
<meta name="date" content="2013-03-13">
<link rel="styl... |
templates/post.html | eknuth/slush-jekyll | ---
layout: post
title: "<%= title %>"
description: "<%= description %>"
category:
tags:
---
|
view/index.html | Painti/cs485 | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Math Battle</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<div id="top"></div>
<div id="koopa-fly"></div>
<form cl... |
js-setTimeout-and-setInterval/index.html | lipelip/DWM | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<title>setTimeout et setInterval</title>
<style type="text/css">
html, body {
height: 100%;
}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
a... |
clean/Linux-x86_64-4.03.0-2.0.5/released/8.6/mathcomp-character/1.6.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-character: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootst... |
public/Windows 10 x64 (19041.388)/_PEP_ACPI_RESOURCE_TYPE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19041.388)</h4><br>
<h2>_PEP_ACPI_RESOURCE_TYPE</h2>
<font face="arial"> PepAcpiMemory = 0n0<br>
PepAcpiIoPort = 0n1<br>
PepAcpiInterrupt = 0n2<br>
PepAcpiGpioIo = 0n3<br>
PepAcpiGpioInt = 0n4<br>
PepAcpiSpbI2c = 0n5<br>
PepAcpiSpbSpi = 0n6<br>
PepAcpiSp... |
functions_func_g.html | utilForever/CubbyFlow | <!-- HTML header for doxygen 1.8.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">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Mobile Devices -->
... |
public/modules/eventos/views/list-eventos.client.view.html | Armando1vida/gevento | <section data-ng-controller="EventosController" data-ng-init="find()">
<div class="page-header">
<h1>Eventos</h1>
</div>
<div class="list-group">
<a data-ng-repeat="evento in eventos" data-ng-href="#!/eventos/{{evento._id}}" class="list-group-item">
<small class="list-group-item-text">
... |
templates/item.html | pmarki/catalog |
{%extends "base.html" %}
{%block content %}
<h2 class="panel-heading"><span class="glyphicon glyphicon-file" aria-hidden="true"></span> Item details</h2>
<div class="panel-body">
<h3>
<span class="glyphicon glyphicon-menu-down" aria-hidden="true"></span> {{item.name}}
<small><span class="... |
v4/user-agent-detail/79/8e/798e8687-22e2-4e61-aee6-267cbe86b40b.html | ThaDafinser/UserAgentParserComparison |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; LG-P880 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
... |
html/functions_vars.html | Tanglo/CyberHose | <!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... |
src/components/Average/style.css | Vizzuality/iadb | .average {
position: relative;
padding: 10px;
color: white;
background: #333;
h2 {
margin: 0 auto;
font-size: 18px;
text-align: left;
text-transform: uppercase;
}
.rank {
font-size: 20px;
font-weight: bold;
}
.value,
.nat-value {
font-size: 20px;
font-weight: bol... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.