path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/27b45644a4aeab0bf286f54c26c233a0d76814679f08c0c9bc7cbb37761660e1.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./6fcbd68afe57dcc4f6069ef2eaa7daa01537af97cda8654e39ebaea45b423b67.html">Teleport</a>
<hr>
... |
Electrino/win10/Electrino/test-app/index.html | pojala/electrino | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<style>
body {
background: white;
font-size: 80%;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
We are using Electrino:
<script>
document.write(process.versions... |
src/forumHome/forum.html | petrKaspar/pwa-forum | <h1> Forum in Angular2 </h1>
<div class="forum jumbotron center-block">
<h2>Welcome user {{ userLogName }} {{ userLogID }}</h2>
<h3>Threads</h3>
<div *ngIf="threads_error">An error occurred while loading the foods!</div>
<p><a class="btn btn-primary btn-lg" role="button" (click)="logout()">Logout</a></p>
<p><... |
pyprint/themes/none/templates/index.html | RicterZ/pyprint | {% extends "layout.html" %}
{% block body %}
{% for post in data.posts %}
<br>
<a class="title" href="/{% if post.type == 'post' %}posts{% else %}diaries{% endif %}/{{ post.title|urlencode }}">{{ post.title }}</a>
<pre>
<code>
Posted at {{ post.created_time }}
======================
{{ post.content|markdown_image }}
<... |
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+2/atbr/8.5.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>atbr: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
client/views/home/approval_pending.html | pepahlavacek/achiever-source | <template name="approvalPending">
<div class="full">
<div class="container">
<div class="row">
<div class="col-md-5 text-center center-block login-box">
<div class="logo-big">
<img src="/images/logo-big.png" alt="Chute" />
</div>
<h1>Your account hasn't been... |
Game/images/me_files/xti(32).html | LexAndrews44/LexAndrews44.github.io | <!DOCTYPE html>
<!-- saved from url=(0511)https://www.facebook.com/xti.php?xt=21.%7B%22module_type%22%3Anull%2C%22item_type%22%3A%22spinner%22%2C%22display_style%22%3Anull%2C%22position_in_module%22%3Anull%2C%22id%22%3Anull%2C%22raw_id%22%3Anull%2C%22query%22%3A%22media-social%28lex%2Bandrews%29%22%2C%22session_id%22%3... |
src/search/component.html | camptocamp/ngeo | <div class="gmf-search">
<input
type="text"
ng-attr-placeholder="{{$ctrl.placeholder|translate}}"
class="form-control"
ng-model="$ctrl.inputValue"
ngeo-search="$ctrl.options"
ngeo-search-datasets="$ctrl.datasets"
ngeo-search-listeners="$ctrl.listeners"
/>
<span
class="gmf-clear-but... |
client/src/app/app.component.css | XavierXee/rock-paper-scissors_angular | body {
background: #98D083;
}
ul {
list-style-type: none;
}
span {
font-size: 26px;
}
li {
padding: 10px;
border-bottom: solid 1px #fff;
}
.date {
font-size: 12px;
} |
css/style.css | DavisAustin/test | body{
background: silver;
}
/* my name */
/* selector, property, value */
h1 {
color : black;
} |
2017/06/19/goodreads-analysis/index.html | mching/mching.github.io | <!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Goodreads Analysis - Dripping Data</titl... |
data science/machine_learning_for_the_web/chapter_4/movie/20578.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Two Hands (1999)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0145547">Two Hands (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Mark+R.+Leeper">Mar... |
app/Resources/public/css/mainaaa.css | manuroot/sf22myprojet | .main-col { width: 70%; display: inline-block; float: left; border-right: 1px solid #ccc; padding: 20px; margin-bottom: 20px; }
.sidebar { padding: 10px; display: inline-block; }
#footer { border-top: 1px solid #ccc; clear: both; text-align: center; padding: 10px; color: #aaa... |
_includes/css/syntax-light.css | ajoz/ajoz.github.io | /* ----[ BASE ]---- */
/* .highlight .hll*/
.highlight { background-color: #073642; color: #93a1a1 }
.highlight .c { color: #586e75 !important; font-style: italic !important } /* Comment */
.highlight .err { color: #dc322f !important; background: none !important } /* Error */
.highlight .cm {
color: #586e75 !impo... |
files/cf_template_functions.html | ShunSakurai/check_forbidden | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Check Forbidden results</title>
<style>
button, div { margin-bottom: 5px; margin-top: 5px; }
caption { font-size: 125%; font-weight: bold; padding: 10px 0 10px 0;}
tr input, td input { width: 100%; }
table { border: 1px ... |
Source/Client/StudentsLearning.Client/partials/edit-topic.html | Momus-Telerik-Academy/StudentsLearningServerDeployTest | <div class="topics-container-custom">
<div class="row">
<h2>{{Title}}</h2>
</div>
<hr style="border-color: #fff; margin-left: inherit; max-width: 80%;"/>
<div class="row">
<div class="col-md-8">
<iframe width="480" height="360" src="https://www.youtube.com/embed/{{VideoId}}?... |
documentation/apigen/class-Html4PhpUI_Datepicker.html | microuser/HTML4PHP | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Html4PhpUI_Datepicker | HTML4PHP</title>
<script type="text/javascript" src="resources/combined.js?4216411405"></script>
<script type="text/javascript"... |
blog/2012-12-30-my-top-5-wishes-for-the-future/index.html | mukeshsoni/mukeshsoni.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link href="/prism.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Customizing Bootstrap from twitter</title>
<link rel="modulepreload" href=... |
css/gmoyerbrailean.css | gmoyerbrailean/gmoyerbrailean.github.io | /* ================================== */
/* === Gregory Moyerbrailean 2014 === */
/* ================================== */
/*
Thanks as always to colorSchemeDesigner (now paletton)
for help with color schemes:
http://paletton.com/#uid=7000u0kw0oumTvnufuHCaj+KXeF
*/
/* ========================= */
/* ===== Fonts/Im... |
app/assets/stylesheets/application.css | schneiderderek/CardsAgainstHumanity | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path... |
gp/reports/Bundle_LocatorBundle.dashboard.html | dynamicguy/gpweb | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Bundle/LocatorBundle</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!--[if IE]><script src="excanvas.compressed.js"></script><![endif]-->
<script src="RGraph.common... |
src/index.html | RovenskyOleg/baby-feeding | <!DOCTYPE html>
<html>
<head>
<meta charset=UTF-8>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<!--<script src="../node_modules/chart.js/dist/Chart.bundle.min.js"></script>-->... |
gallery/hangzhou/index.html | vliux/vliux.github.io |
<meta charset="utf-8">
<title>杭州Hangzhou – By vliux.me</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="杭州Hangzhou – By vliux.me">
<meta property="og:description" content="我出生在这里。除了求学、北漂的五个春秋,我也一... |
demo/full/app/module/blog/view/index.html | appmux/adhesive.js | <h2>My Blog</h2>
<p data-ng-show="!auth.loggedIn">
<a href="#/login">Log in</a> to blog.
</p>
<p>Users with different permissions can perform different actions, i.e.:
edit/delete posts, create new post and administer the blog.</p>
<p>
<span style="font-weight: bold">Follow <a href="https://twitter.com/appmux">@... |
collections/_sculptures/wax-and-pins.html | andrewMacmurray/susie-macmurray | ---
title: wax and pins
order: 9
thumbnail: /img/sculptures/wax-and-pins/swarm_01.jpg
images:
- url: /wax-and-pins/harem_01.jpg
contain: true
caption: Harem 2013; 65cm x 25cm x 15cm; copper bull ring, violin bow hair, wax, steel pins
- url: /wax-and-pins/nest_01.jpg
contain: true
caption: Nest 2013;... |
doc/jdk6_cn/java/net/class-use/SocketOptions.html | piterlin/piterlin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 19:29:14 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
接口 java.net.SocketOptions 的使用 ... |
views/pages/site/security-vulnerabilities.html | go-aah/website | {{ define "title" -}}
{{ .Article.Title }} - {{ i18n . "page.site.title.suffix" }}
{{- end }}
{{ define "meta_tags" -}}
{{ $pageTitle := .Article.Title -}}
{{ $pageDesc := .Article.Desc -}}
<meta name="description" content="{{ $pageDesc }}">
<meta name="keywords" content="{{ .Article.Keywords }}">
<meta pr... |
index3.html | ANEMONAL/anemonal.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="description" content="">
<meta name="author" content="">
<meta property="og:site_name" content="... |
public/challenges/work2/index.html | MisterDoom/studenthack | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> This is a Standard Post</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="StudentHack V" />
<meta name="... |
javadoc/4.0/org/robolectric/shadows/gms/common/package-frame.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_161-google-v7) on Fri Nov 09 17:55:38 PST 2018 -->
<title>org.robolectric.shadows.gms.common</title>
<meta name="date" content="2018-11-09">
<l... |
css/theme/sky.css | CornellHackingClub/Presentation | /**
* Sky theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
.reveal a {
line-height: 1.3em; }
... |
resources/hsqldb-2.2.7/hsqldb/doc/apidocs/org/hsqldb/jdbc/class-use/JDBCSQLXML.SAX2XMLStreamWriter.html | RabadanLab/Pegasus | <!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_30) on Sun Jan 15 10:17:02 EST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.hsqldb.jdbc.JDB... |
ocr_extracted/W29227_text/page25.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29227_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;">
... |
src/404.html | jimmyangel/howl |
<!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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8... |
_posts/2005-08-10-repeatableoperationexceptionmapper.html | tomasr/winterdom.com | ---
layout: post
status: publish
published: true
title: RepeatableOperationExceptionMapper
author:
display_name: Tomas Restrepo
login: tomasr
email: tomas@winterdom.com
url: http://winterdom.com/
author_login: tomasr
author_email: tomas@winterdom.com
author_url: http://winterdom.com/
wordpress_id: 171
wordpress... |
doc/index-files/index-14.html | johnmurphy007/WebRepoCDHM | <!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_75) on Wed Jun 03 20:30:36 IST 2015 -->
<title>R-Index</title>
<meta name="date" content="2015-06-03">
<link rel="stylesheet" type="tex... |
page/52/index.html | carlesbellver/carlesbellver.github.io | <!DOCTYPE html>
<html lang="ca-es" data-theme="">
<head>
<meta name="generator" content="Hugo 0.76.2" />
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade"... |
_drafts/ae/index.html | binhbat/binhbat.github.io | ---
layout: page
title: ae-UAE
---
{% include postbycat key="ae" %} |
src/app/interacciones/tecnicos/tecnicos.component.html | Jrocam/UnidosEnSalud | <p>
tecnicos works!
</p>
|
clean/Linux-x86_64-4.02.3-2.0.6/released/8.6.1/template-coq/2.1~beta3.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>template-coq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.mi... |
dragons/02_oojs_jquery/daniel_tabion/day1_hw/01-two_column/style.css | ga-chicago/ga-chicago.github.io | #header {
font-size: 3em;
font-weight: bold;
background-color: #E5E4E2;
padding: 30px;
border: 1px solid grey;
margin: 5px;
}
#footer {
clear: both;
background-color: #E5E4E2;
padding: 30px;
border: 1px solid grey;
margin: 5px;
}
#section1 {
float: left;
background-color: #E5E4E2;
padding:... |
docs/archive/duotones/output/codemirror/duotone-darkdesert-cm.css | atelierbram/syntax-highlighting | /*
Name: Duotone-DarkDesert
Author: adapted from: Simurai (https://github.com/simurai/duotone-dark-syntax/)
CodeMirror template by Jan T. Sott (https://github.com/idleberg), adapted by Bram de Haan (https://github.com/atelierbram/)
*/
.cm-s-duotone-darkdesert-cm.CodeMirror { background: #292824; color: #7e7... |
doc/topics/tutorial.md.html | LuaDist2/moses | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
<title>Moses documentation</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div... |
_includes/header.html | coderdojo-japan/coderdojo-japan.github.io | <!DOCTYPE html>
<html lang="{{ page.lang }}">
<head>
<title>{{ page.title }}</title>
<meta name="apple-mobile-web-app-title" content="CoderDojo Japan" />
<meta name="application-name" content="CoderDojo Japan" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=... |
docs/api/OpenTl.Schema/TChannelForbidden/486B3223.html | OpenTl/OpenTl.Schema | <!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta n... |
documentation/docu-dev/srd/html/oivec_8h.html | OpenIndy/OpenIndy.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... |
angularjs-bootstrap/fonts/fonts.css | zhangjikai/samples | @font-face {
font-family: 'Orbitron';
font-style: normal;
font-weight: 400;
src: url(Orbitron-normal-400.woff) format('woff');
unicode-range: U+0-10FFFF;
}
@font-face {
font-family: 'Orbitron';
font-style: normal;
font-weight: 500;
src: url(Orbitron-normal-500.woff) format('woff');
unicode-range: U+0-10FFFF;... |
docs/design/evo/study/study-0001.html | labelle/evolution | <!doctype html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place your other CSS above Evo -->
<link rel="stylesheet" href="../../../evo/css/bootstrap-grid-only.css">
<!-- Place Evo below other CSS in the stacking order -->
<link rel="stylesheet" href="../../../evo/c... |
2016/04/01/23/index.html | danwangyiqie/danwangyiqie.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>No.235 动人美眉DINA性感丝袜美腿诱惑细高跟 12P | 发福利啦</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="" />
<meta name="description">
<meta property="og:type" co... |
Practice/Intro-To-Java-8th-Ed-Daniel-Y.-Liang/Chapter-6/Chapter06P08/doc/main/package-frame.html | tliang1/Java-Practice | <!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_102) on Sat Jan 14 18:30:19 PST 2017 -->
<title>main</title>
<meta name="date" content="2017-01-14">
<link rel="stylesheet" type="text/css" hre... |
css/style.css | aaronhourie/orloj | body {
margin: 0;
padding: 0;
background-color: #000;
}
p {
font-family: 'Open Sans Condensed', 'sans-serif';
color: #DDD;
}
#container {
width: 66.66%;
margin: auto;
}
#simSpace {
display:none;
}
#fastForward:hover{
color: #F00;
}
#fastForward:active{
color: #00F;
}
|
ReportImportTests/net.sf.jabref.model.entry.specialfields/index_SORT_BY_CLASS.html | JessicaDias/JabRef_ES2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html id="htmlId">
<head>
<title>Coverage Report :: net.sf.jabref.model.entry.specialfields</title>
<style type="text/css">
@import "../.css/coverage.css";
</style>
</head>
<body>
<div... |
static/components/search-box.html | d4l3k/campus | <link rel="import" href="../bower_components/paper-card/paper-card.html">
<link rel="import" href="../bower_components/paper-radio-button/paper-radio-button.html">
<link rel="import" href="../bower_components/paper-radio-group/paper-radio-group.html">
<link rel="import" href="../bower_components/paper-search/paper-sear... |
myvenv/lib/python3.4/site-packages/music21/documentation/build/html/moduleReference/moduleFiguredBassExamples.html | arnavd96/Cinemiezer | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>music21.figuredBass.examples — music21 Documentation</title>
<link rel="stylesheet" href="../_static/m21.css" type="text/css" />
<link rel="... |
ocr_extracted/W30024_text/page4.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W30024_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;">
... |
me/archive/tags/科幻/index.html | emptymalei/emptymalei.github.io | <!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>科幻 | Hypernova Travel</title>
<meta name="author" content="OctoMiao">
<meta name="description" content="Will science kill fiction?">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta propert... |
index.html | emerging-tech/sense-space | <!DOCTYPE html>
<html ng-app="SenseSpaceApp">
<head>
<title>Sense Space</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link rel='stylesheet' href='css/bootstrap.min.css' />
<link rel='stylesheet' href="css/leaflet.css"... |
_collection/artwork.html | tmray/tmray.github.com | ---
layout: page
title: "Artwork"
summary: "Artwork and design"
img: "/public/images/red-bird.png"
tag: [artwork, design]
---
<script src="/bower_components/lightbox2/src/js/lightbox.js"></script>
<link href="/bower_components/lightbox2/src/css/lightbox.css" rel="stylesheet" />
<div class="grid-items">
<div id="galle... |
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:lin-alg/dev/2014-11-29_03-38-54.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... |
_pages/exhibition/exhibitions.html | dnsos/ritasgeschichte | ---
layout: default
lang: en
ref: exhibitions
title: Exhibitions
permalink: "/en/exhibitions/"
excerpt: Overview of exhibitions in which this project was presented.
---
<section class="row exhibitions">
<section class="twelve columns">
<h2>RITA in exhibitions</h2>
<p>Thanks to the interdisciplinary cooperat... |
css/topcoat/css/topcoat-extra-dark.css | s4sagar/SDC-Vendor-Spend | .topcoat-select {
padding: 0;
margin: 0;
font: inherit;
color: inherit;
background: transparent;
border: none;
}
.topcoat-select {
vertical-align: top;
outline: none;
}
.topcoat-select {
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: n... |
public/static/components/social-feed/edit.html | jlsuttles/g5-widget-garden | <form>
<fieldset>
<legend>Blog Feed Setup</legend>
<div class="form-field">
{{ widget.blog_feed_url.id_hidden_field }}
<label for="{{ widget.blog_feed_url.value_field_id }}">
Enter the RSS/ATOM Feed URL
</label>
<input type="text"
placeholder="http://someurl.com/feed.r... |
templates/500.html | Apreche/yummy | {% extends "base.html" %}
{% block nav %}{% endblock %}
{% block body %}
<h2>500 - I Am Error</h2>
{% endblock %}
|
pcap/libc/constant.RTLD_LAZY.html | ebfull/ebfull.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `RTLD_LAZY` constant in crate `libc`.">
<meta name="keyword... |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.8.0/math-classes/1.0.7.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>math-classes: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.mi... |
Linking_Charities/homepage/templates/homepage/homepage.html | linkingcharities/linkingcharities | <!DOCTYPE html>
<html lang="en">
<head>
<title>Linking Charities</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/aja... |
deps/boost/doc/html/boost_asio/reference/local__basic_endpoint/data_type.html | laborautonomo/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::data_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="../../../boost... |
examples/react-basic/index.html | seedofjoy/bazooka | <!DOCTYPE html>
<html>
<head>
<title>Hello React!</title>
</head>
<body>
<div
data-bazooka="greeting"
data-message="Hello"
></div>
<script src="../../dist/react-basic.js"></script>
</body>
</html>
|
docs/files/src_pixi_filters_BlurYFilter.js.html | ctaquu/parallax-scroller | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src/pixi/filters/BlurYFilter.js - pixi.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="s... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ee2021efbd8d00137c7b2c4522ba0678b1e32ffd4e47509d1262309b2789b1df.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./0d87cef3dee18011c370f69d072356bb86eb6bf1cf449857b1d350573577ea71.html">Teleport</a>
<hr>
... |
docs/class_tempest_1_1_layout.html | enotio/Tempest | <!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... |
Companies/ICE/AirEngine/Ovs.Hotel.Ui/apps/common/atb/tabs/shoppinghistory/shoppinghistory.html | tazmanrising/IntiotgAngular | <div ng-controller="shoppingHistoryController as shoppingHistory">
<div style="text-align:right">
<kendo-button class='k-command' ng-click="shoppingHistory.refreshHistory();" style='width: 70px;'>Refresh</kendo-button>
</div>
<div kendo-grid="shoppingHistory.shoppingHistoryGrid"
style="hei... |
_layouts/page.html | victorsenam/blog-maratonime | <!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"><!--<!... |
docs/client/com/pkrete/xrd4j/client/serializer/class-use/AbstractServiceRequestSerializer.html | petkivim/xrd4j | <!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_71) on Sun Sep 13 07:28:35 EEST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.... |
218-21-3.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=218-21-3.txt alt=218-21-3.txt></img><body>
"x"
"1" "YAMADA,K HAKURA,A KATO,TA, MIZUTANI,T AND SAEKI,KI,NITROGEN-SUBSTITUTION EFFECTS ON THE MUTAGENICITY AND CYTOCHROME P450ISOFORM-SELECTIVITY OF CHRYSENE ANALOGS, MUTAT. RES. 586(1):87-95,2005"
</body></html>
|
ajax/libs/semantic-ui/1.10.0/components/form.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:adca16dd8edaa5915d52b8da5fb03fb3763d405a011dfaf86d2885a5bbf462c7
size 20644
|
index.html | nluo/udacity-project1 | <!DOCTYPE html>
<head>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height">
<meta name="apple-mobile-web-app-capable" content="yes">
<link type="text/css" href="dist/style.css" rel="stylesheet"/>
</... |
clean/Linux-x86_64-4.10.2-2.0.6/released/8.12.1/constructive-geometry/8.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>constructive-geometry: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../boo... |
_includes/organizers.html | inxmailgmbh/devsmeetup.github.io | <section class="site-organizers">
<p>Developer MeetUp Freiburg wird organisiert von</p>
<p class="organizers">
<a href="http://www.ndh-websolutions.de/">
<img src="/assets/img/t3ndh.jpg" title="">
Nico de Haen
</a>
<a href="http://www.nimius.net/">
<img src="/assets/img/nimius_design... |
archives/2016/06/index.html | zhangshijian/zhangshijian.github.io | <!doctype html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" /... |
_site/Accelerating-Evolution-Through-Forking/index.html | kimziv/eosdoc | <!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.6.0 by Michael Rose
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
-->
<html lang="zh" class="no-js">
<head>
<m... |
app/views/event.server.view.html | joursferies/joursferies | {% extends 'layout.server.view.html' %}
{% block content %}
<br><br>
<a href="/" id="close-btn" title="Revenir sur la page d'accueil"></a>
<section class="row">
<article class="col-xs-12">
<header>
<h1 class="fs60 center">{{title}}</h1>
</header>
<br><br><br>
<div>{... |
html/pdf/W30479.pdf_ind.html | datamade/elpc_bakken | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<A href="W30479.pdfs.html#outline" target="contents">Outline</a><br><A href="W30479.pdfs.html#1" target="contents" >Page 1</a><br>
<A href="W30479.pdfs.html#2" target="contents" >Page 2</a><br>
<A href="W30479.pd... |
www/T2A03-objects/T2A03-objects.html | LukarioMC/Dak-gamedev | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>objects</title>
<link href="../main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<script>
var students = [];
function myStudent(firstName,lastName,gender,age,p... |
helpdocs/views.html | CGBox/Framework | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Help Documents</title>
<link href="welcome.css" type="stylesheet" rel="stylesheet">
</head>
<body>
<div id="container">
<h1>Views</h1>
<div id="body">
<p>
By design, our system is a MVC framework. If you create a view, you must create it i... |
app/partials/app/toolbars/_toolbar_base.html | bootstyle/bootstyle | <div class="bs_toolbar" id="bs_toolbar_base">
<div class="bs_toolbar_title">
Base
<span class="bs_icon_open">
<i class="fa fa-angle-down"></i>
</span>
<span class="bs_icon_close">
<i class="fa fa-angle-up"></i>
</span>
</div>
<div class="bs_c... |
old/src/external/asio-1.10.2/doc/asio/reference/local__basic_endpoint/basic_endpoint/overload4.html | dhh1128/intent | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>local::basic_endpoint::basic_endpoint (4 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href=".... |
app/tpl/angular.html | ShadowZheng/FrontEndLab | <aside class="sideBar">
<div class="sideBar-left">
<a ui-sref="angular.nav" ui-sref-active="active">
<i class="glyphicon glyphicon-list icon-item">
<div class="triangle-left"></div>
</i>
<span class="menu-title">导航</span>
</a>
<a ui-sref="form">
<i class="glyphicon glyphicon-check icon-i... |
page/3/index.html | android9527/android9527.github.io | <!DOCTYPE html>
<html class="theme-next pisces" lang="zh-Hans">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#2... |
html/232581060000.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open... |
doc/Documentación doxygen/_instr_p_r_i_n_t_8cpp.html | jinaveiras/Qt-basic-interpreter | <!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>Intérprete de BASIC... |
themes/rapid/layouts/partials/wechat.html | yanwushuang/mospan-hugo-blog | <div class="widget qrcode">
<img src="/public/qrcode.jpg" alt="qrcode" width="172px" height="172px"/>
<p> 微信扫一扫 <br/> 关注我的公众号: <br /> 墨斯潘園 <br /> 交流QQ群:75091501 </p>
</div>
|
_layouts/post.html | IEEE-IIT/website | ---
layout: default
---
{% include wrap.html %}
<div class="container mtb">
<div class="row">
<! -- SINGLE POST -->
<div class="col-lg-8">
<! -- Blog Post -->
<p><img class="img-responsive" src="{{ site.baseurl }}{{ page.img }}"></p>
<a href="{{ page.url | prep... |
examples/flux-todo-vue/index.html | savjs/sav-flux | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Flux-Todo-Vue-Demo</title>
<style type="text/css">
.todolist > h4 {
padding: 10px;
margin: 10px;
background-color: #FFF;
}
.todolist > h4 > i {
margin-left: 20px;
color: #6b6b6b;
}
</s... |
baidu_verify_FCjz1LeMs2.html | simbazz/simbazz.github.io | FCjz1LeMs2 |
reftest/cond.html | stechz/redoak | <div class="required"></div>
|
processing-2.2.1/modes/java/reference/screenX_.html | davielong86/processing | <!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>screenX() \ Language (API) \ Processing 2+</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta ht... |
Templates/css/styles.css | psharanda/adocgen | body {
background: rgb(240,240,240);
padding: 0;
margin:0;
font-family: sans-serif;
}
.line {
width: 100%;
height: 20px;
background: rgb(47,48,48);
color: white;
text-align: center;
padding: 5px;
font-size: 14px;
}
.wrapper {
max-width: 960px;
background: white;
m... |
style.css | wolffreq/onlineLibrary | header> h1{border-bottom:1px dashed black;font style:italic:font-size:x-large;}
footer>p {border-top:1px dashed black;font-style: italic;}
table{border-spacing: 5px;width: 530px;}
td {border-bottom: 1px solid black;padding: 3px;background :#F0F0F0;text-align: left;vertical-align: top;}
p {color: #F00;font-weight: b... |
src/resume.html | nicolasartman/resume | <!DOCTYPE HTML>
<html>
<head>
<title>Nicolas Artman—Resume</title>
<!--removeIf(production)-->
<link rel="stylesheet" href="resume.css" type="text/css" media="screen">
<!--endRemoveIf(production)-->
<!-- Directly inject all of the minified css below -->
<!-- inject:css -->
<!-- e... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.