path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
website/src/app/contacts/contact-detail/contact-detail.component.html | testing-angular-applications/contacts-app-starter | <div *ngIf="isLoading">
<h6 class="messages">{{ loadingContactMessage }}</h6>
<mat-progress-bar class="app-progress" mode="indeterminate"
aria-label="Indeterminate progress-bar example"></mat-progress-bar>
</div>
<div *ngIf="!isLoading && contact !== null">
<mat-card>
<mat-card-title-group... |
src/app/javascript/pushpin/pushpin.component.html | ShadowMinhja/materialize-angular2 | <div class="container">
<div class="row">
<div class="col s12 m9 l10">
<div id="initialization" class="section scrollspy">
<h4>Introduction</h4>
<p class="caption">Pushpin is our fixed positioning plugin. Use this to pin elements to your page during specific scroll ranges. You can check ou... |
app/styles/global/animate.css | wujjpp/iconnect.js |
/*!
* Animate
*/
@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software witho... |
NodeEM/angular/html/Home.html | dhakad97/meal | Hi, I am in Home<br/>
<a href="#/first">First</a>...<a href="#/second">Second</a>....<br/>
|
app/index.html | akakwel/cube-editor | <html>
<head>
<title>Cube Editor</title>
<script src="lib/jquery/dist/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="drag">
</div>
<input class="color" id="color1" type="color"/>
<input class="color" id="color2" type="color"/>
<input class="colo... |
css/style.css | eventotal/eventotal.github.io | /* Custom Stylesheet */
/**
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
nav ul a,
nav .brand-logo {
color: white;
}
p {
line-height: 2rem;
}
.parallax-container {
min-height: 300px;
line-height: 0;
height: auto;
colo... |
Docs/Doxygen/html/class_kluster_kite_1_1_web_1_1_graph_q_l_1_1_publisher_1_1_endpoint_controller_1_1_query_request-members.html | KlusterKite/KlusterKite | <!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... |
public/css/flexslider.css | APEEYEDOTCOM/hapi-bells | /*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:a... |
prototypes/video-requirejs/video_and_gif_fallback_prototype.html | chrisweb/freeMusic.zone | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>video prototype</title>
<style>
body {
width: 100%;
height: 100%;
}
.... |
clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.1/hammer/1.3.2+8.12.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>hammer: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
docs/android/media/MediaRouter.RouteGroup.html | anas-ambri/androidcompat | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable... |
marimar/templates/Joshua/Stylesheets/style-main.css | JerelynCo/Marimar | p.FacilityName
{
font: 800 14px "Arial";
}
p.OtherName
{
font: 200 9px "Arial";
} |
TextHeavyWebpage/wwwroot/css/site.css | peterblazejewicz/mdl-templates-asp5-mvc6 | /**
* Copyright 2015 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... |
Reports/fr/freshmeat.threading.1.0.5/FreshMeat.Threading.Net4-net40.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
... |
src/main/webapp/app/entities/course/course-exercises-overview.component.html | ls1intum/ArTEMiS | <ng-container *ngIf="course; else loading">
<h3>
<span
>{{ course.title }} - {{ quizExercisesCount + programmingExercisesCount + modelingExercisesCount + fileUploadExercisesCount + textExercisesCount }}
{{ 'artemisApp.course.exercises' | translate }}</span
>
</h3>
<j... |
pages/themes/beginners/CSS_Layouts_and_HTML5_SemanticElements/tests/vertical_align.html | WWWCourses/ProgressBG-TypeScript | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>vertical_align</title>
<style type="text/css">
html, body{
height: 100%;
}
.red{
width: 80%;
height: 40%;
background: red;
}
/* this is the placeholder */
.red:before{
content: "";
... |
index.html | bpugh143/bpugh143.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="">
<title>Studio Ajna - Behold the Future... |
3_work.html | klinovp/klinovp.github.io | ---
layout: null
section-type: work
title: mywork
---
## My Work
I'd like to share some examples of audio and video recordings I've made recently.
<a id="play-video" href="#">Play Video</a><br />
<iframe id="video" width="420" height="315" src="//www.youtube.com/embed/Hy7MsfykxSY" frameborder="0" allowfullscreen></... |
templates/base.html | ffee21/socialmap-korea | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>대한민국 사회통계지도 프로젝트</title>
<style>
tr {
border: solid 1px black;
}
td {
border: solid 1px black;
}
</style>
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*n... |
ifs-web-service/ifs-competition-mgt-service/src/main/resources/templates/assessors/panel-send-invites.html | InnovateUKGitHub/innovation-funding-service | <!DOCTYPE html>
<html lang="en" class="govuk-template" xmlns:th="http://www.thymeleaf.org">
<head>
<th:block th:insert="fragments/layout :: head" th:with="pageTitle='Invite to assessment panel',hasFormErrors=${#fields.hasErrors('${form.*}')}" />
</head>
<body class="govuk-template__body competition-management com... |
src/app/projects/project-info/project-info.component.html | jangroeneveld/portfolio | <div class="container-fluid">
<div class="row">
<div class="col-xs-12 project-title">
<h1>{{projectTitle}}</h1>
</div>
<div class="col-xs-12 project-summary">
<h2>{{projectSummary}}</h2>
</div>
<div class="col-xs-12 project-details">
<p>{{p... |
doc/java/jdk8/javax/management/remote/class-use/JMXConnectorServerFactory.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:29 PST 2014 -->
<title>Uses of Class javax.management.remote.JMXConnectorServerFactory (Java Platform SE 8 )</title>
<m... |
docs/components/foundation.html | colealanroberts/Exprecss | <section class="foundation">
<span class="section-title">Typography Foundation</span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam porro, consequuntur sint illo maiores voluptatum ipsum, quos molestias fugiat nihil explicabo eaque nemo amet, nesciunt voluptate? Officiis dolorum esse, mol... |
doc/epsylon/typecheck/class-use/Typechecker.html | MrAsterisco/Epsylon | <!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_20) on Sun Sep 14 18:51:36 CEST 2014 -->
<title>Uses of Class epsylon.typecheck.Typechecker</title>
<meta name="date" content="2014-09-14">
<li... |
mone/12/index.html | ye-lin-aung/ye-lin-aung.github.io |
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Yamone zin</title>
<link rel="icon" type="image/x-icon" href="/img/phoenix-3874/phoenix-512-3874.png">
<link rel="apple-touch-icon-precomposed" href="/img/phoenix-3874/phoenix-152-3874.png">
<meta name="msapplication-TileColor" conte... |
blog/t7-JavaScript.html | papermache/papermache.github.io | <!DOCTYPE html>
<head>
<title></title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="your-stylesheet-link-here.css">
</head>
<main>
<h1>Ruby and Javascript: a comparative contrast.</h1>
<h2></h2>
<h4>Right now</h4>
<section>
<p>
Ruby's hash's are similar to Javascript's ob... |
views/pages/styleguide.html | suhmantha1/spacecadet | {% extends 'layout.html' %}
{% block mainContent %}
<div class="styleguide">
<div class="inner">
<h1>This is an h1</h1>
<h2>This is an h2</h2>
<h3>This is an h3</h3>
<h4>This is an h4</h4>
<h5>This is an h5</h5>
<h6>This is an h6</h6>
<p>This is a p tag. This is a <a hre... |
tags/x-display/index.html | shiva/shiva.github.io | <!DOCTYPE html>
<html lang="en"><meta charset="utf-8" />
<title>X Display - Reflections</title>
<meta name="description" content="Default Page Description" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" h... |
html/234567131791.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... |
uDrive/uDrive.Site/Umbraco/Views/components/umb-tooltip.html | msinnott22/uDrive | <div class="umb-tooltip shadow-depth-2" ng-style="tooltipStyles" ng-transclude></div>
|
index.html | PWKad/au-ps-comparison | <!doctype html>
<html>
<head>
<title>Aurelia</title>
<link rel="stylesheet" type="text/css" href="jspm_packages/npm/font-awesome@4.3.0/css/font-awesome.min.css">
<!-- <link rel="stylesheet" type="text/css" href="styles/styles.css"> -->
<meta name="viewport" content="width=device-width, initial-scale=1... |
src/styles.css | yiqu/countit | /* You can add global styles to this file, and also import other style files */
/* Import Material theme*/
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
@import url('https://fonts.googleapis.com/css?family=Cairo|Roboto');
/* Global Properties */
.wrap {
max-width: 50rem;
margin: 1rem auto 1rem;
}
... |
shower/themes/bright/index.html | mrbreakbeat/apresentacao_req-2_2014 | <!DOCTYPE html>
<html lang="en">
<head>
<title>REQ | Justificativa de Abordagem</title>
<meta charset="utf-8">
<link rel="shortcut icon" href="images/favicon.ico">
<meta name="viewport" content="width=680, user-scalable=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="styles... |
html/234567137975.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... |
bindtransfer/extjs/docs/output/Ext.dd.PanelProxy.html | xenophy/xFrameworkPX | <div xmlns:ext="http://www.extjs.com" class="body-wrap"><h1>Class <a href="source/PanelDD.html#cls-Ext.dd.PanelProxy">Ext.dd.PanelProxy</a></h1><table cellspacing="0"><tr><td class="label">Package:</td><td class="hd-info">Ext.dd</td></tr><tr><td class="label">Defined In:</td><td class="hd-info">PanelDD.js</td></tr><tr>... |
Javadoc/deltadak/TaskConverter.html | deltadak/plep | <!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_101) on Wed Mar 01 17:23:24 CET 2017 -->
<title>TaskConverter</title>
<meta name="date" content="2017-03-01">
<link rel="stylesheet" type="text... |
docs/JavaDoc/com/audiophile/t2m/gui/package-summary.html | AudiophileDev/T2M | <!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_151) on Sat Nov 04 13:04:04 CET 2017 -->
<title>com.audiophile.t2m.gui</title>
<meta name="date" content="2017-11-04">
<link rel="stylesheet" t... |
tags/linux/page/1/index.html | renodesper/renodesper.github.io | <!DOCTYPE html><html><head><title>https://renodesper.com/tags/linux/</title><link rel="canonical" href="https://renodesper.com/tags/linux/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://renodesper.com/tags/linux/" /></head></html> |
tag/ipython.html | 40423219/cpw3b | <!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Tag: IPython — 2015FALL 9999 CADPA ... |
196184d/html/classv8_1_1_heap_profiler.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... |
2016/06/30/By-using-a-neural-style-playing-around-and-borrow-the-masterpiece-of-taste.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>neural-styleを使い、名画のテイストを拝借して遊んでみた - イノベーション エンジニアブログ</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-... |
app/view_report/report.html | rachelee/MiniHotelClient | <div class="row" ng-controller="ReportCtrl">
<div class="col-lg-8" style="margin-top:20px">
<div>
<h2>Choose a date:</h2>
<p class="input-group">
<input type="date" class="form-control" ng-change="chooseDate()" ng-model="chosenDate" min-date="minDate" max-date="maxDat... |
css/theme/airbnb.css | ajacksified/javascript-testing | /**
* A simple theme for reveal.js presentations, similar
* to the default theme. The accent color is rgba(28, 149, 203, 1.0).
*
* This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
* reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
/*... |
03 gyeongju/work/html/support_03.html | peace0kumi/portfolio | <!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="title" content="경주시청" />
<meta name="keywords" content="경주, 시청, 경주시청, 경주시청 홈페이지, Golden city, Gyeongju, Beautiful Gyeongju" />
<meta name="description" content="경주시청 홈페이지입니다." />
<met... |
think_web_app/templates/think/newuser-dialog.html | ashleyjsands/think-mind-map-web-app | {% extends "think/simple-base.html" %}
{% block content %}
<div id="newUserDialog" title="Welcome to Think">
<p>Think is a free Mind-mapping tool.</p>
<p>Think can be used to create, change and view mind maps. Mind maps are very useful for visualising and structuring ideas, brain storming, studying and ... |
templates/sma.html | gunrajsm/trendtester | <div class="col-xs-12 col-md-3">
<div class="col-md-4"> SMA {{smaCount}}: </div>
<input type="text" class="sma col-md-8" />
</div> |
_site/index.html | japacible/blog | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Untitled Musings</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Jennifer Apacible">
... |
place/madagascar/companies/2013/index.html | okfn/opendataindex-2015 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Open Knowledge">
<meta name="description" content="The state ... |
tests/reftests/animation.html | niklasvh/html2canvas | <!DOCTYPE html>
<html>
<head>
<title>Animation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="../test.js"></script>
<style>
body {
font-family: Arial;
}
@keyframes rotate0 {
0% {
... |
base/cmake-3.7.2-Linux-x86_64/doc/cmake/html/prop_sf/AUTORCC_OPTIONS.html | ontouchstart/emcc | <!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>AUTORCC_OPTIONS — CMake 3.7.2 Documentation</ti... |
src/options.html | aaronsaray/feedlybackgroundtab | <!DOCTYPE html>
<html>
<head>
<title>FeedlyBackgroundTab Options</title>
<style>
body {
font-family: tahoma, verdana, arial, sans-serif;
color: #444;
background: #ccc;
font-size: 75%;
}
input {
border: 3px solid #ccc;
}
... |
Qora/web/postblog.html | Bitcoinsulting/Qora | <!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">
<meta name="description" content="Qora Web Server">
<link rel="shortcut icon" href="favicon.ico">
<title>Qora Blog</ti... |
content-temp/2018-02-28-Investment.html | zedoul/blog | ---
title: "주식 투자와 주식 투기"
date: "2018-02-28"
output:
html_document:
toc: true
---
<div id="introduction" class="section level3 unnumbered">
<h3>Introduction</h3>
</div>
<div id="related-work" class="section level3 unnumbered">
<h3>Related work</h3>
</div>
<div id="value-investing" class="section level3 unnumbe... |
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.1+1/shuffle/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>shuffle: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... |
subdomains/samantha/index.html | CodeForKids/websitesByKids | <!DOCTYPE html>
<html>
<head>
<title>My website</title>
</head>
<body>
Hello world! I'm Sam! This is so cool! Generally I'm not a fan of
<column>
<body> What does this do? </body>
</body>
</html>
|
public/index.html | jcenturion/dashboard | <!DOCTYPE html>
<html>
<head>
<title>Custom Connections</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="auth0/manage boilerplate">
<meta name="viewport"... |
all-data/0-999/424-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>... |
browse/negate.html | nlp-compromise/website | <!DOCTYPE html>
<html>
<head>
<title>negate.js</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="stylesheet" media="all" href="docco.css" />... |
projects/Day 1/contact.html | pankaja-shree/30Days30Sites-Main | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A portfolio template that uses Material Design Lite.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<ti... |
_posts/2016-04-12-sviluppare-un-modulo-perl-5.html | fluca1978/fluca1978.github.io | ---
layout: post
title: Sviluppare un modulo Perl (5)
date: '2016-04-12T21:24:00.000+02:00'
author: Luca Ferrari
tags:
- perl
modified_time: '2016-04-12T21:24:00.150+02:00'
blogger_id: tag:blogger.com,1999:blog-1836481905487384887.post-8922770760136063356
blogger_orig_url: http://fluca1978.blogspot.com/2016/04/sviluppa... |
dist/index.html | viktor-yakubiv/cv | <!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie-edge">
<title>Document</title>
<meta name="decription" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/c... |
resources/live-examples/lifecycle-hooks/ts/plnkr.html | langjs/angular2.langjs.com | <html lang="en"><head></head><body><form id="mainForm" method="post" action="http://plnkr.co/edit/?p=preview" target="_self"><input type="hidden" name="files[app/after-content.component.ts]" value="import {Component, AfterContentChecked, AfterContentInit, ContentChild} from 'angular2/core';
import {LoggerService} fr... |
kettle-data-integration/docs/api/org/pentaho/di/core/gui/GUISizeInterface.html | ColFusion/PentahoKettle | <!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_27) on Wed Nov 21 16:03:19 EST 2012 -->
<TITLE>
GUISizeInterface
</TITLE>
<META NAME="date" CONTENT="2012-11-21">
<LINK REL ="stylesheet" TYPE="tex... |
src/app/reporters/default/module/test-tree/template/test-source.css | basisjs/yatra | .Basis-SyntaxHighlight
{
margin: 0 1ex;
overflow: hidden;
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
line-height: 1.5em;
background: #FAFAFA;
margin: 0 -1px -1px -1px;
overflow: visible;
white-space: pre; /* needs for line endings preserving */
}
.Basis-Syntax... |
src/client/app/+reports/reports-student-letters2/reports-student-letters2.component.css | ckapilla/JovenesA-client | .padded {
padding-right: 50px;
font-weight: bold;
}
|
b16d9c2/html/classv8_1_1_extension.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... |
hub/templates/browse/results/includes/item.html | AASHE/hub | {% load browse_tags %}
{% load typogrify_tags %}
{% load static %}
{% load markup_tags %}
<div class="inner-results col-md-12">
{% if obj.images.all %}
<div class="col-md-2">
{% with obj.images.all.0 as image %}
<a class="fancybox" href="{{ obj.get_absolute_url }}">
... |
doc/html/class_log__viewer_1_1_log__filter__proxy__model.html | TommyGustavsson/log_viewer | <!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... |
ms.css | guycook/minesweeper | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body, html {
display: table;
width: 100%;
height: 100%;
}
body {
font-family: 'Orbitron', sans-serif;
color: #D4EDF8;
text-shadow: 0 0 12px #6FC3EF;
background-color: #030916;
background-image: radial-gradient(#0A192... |
docs/semverse/3.0.0/module-Configuration_Loader.html | StephaneTrebel/semverse | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Module: Configuration/Loader</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/htm... |
ocr_extracted/W29550_text/page37.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29550_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;">
... |
bindtransfer/docs/tutorial/basic/model/index.html | xenophy/xFrameworkPX | <?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" lang="ja" xml:lang="ja">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta ... |
clean/Linux-x86_64-4.02.3-2.0.6/released/8.6.1/pts/8.10.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>pts: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... |
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.1/menhirlib/20200525.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>menhirlib: 39 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="s... |
v5/user-agent-detail/19/be/19be4bf2-cdb7-4b64-a146-9b7329d4251d.html | ThaDafinser/UserAgentParserComparison |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.1.2; fr-fr; HTC 608 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</title>
<link rel="stylesheet" href="https://cdnjs.clo... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/b6d4767b0b8a5bdbdfee2cd5fd979fc003b1bd60f4f6a17162b510972cacdaf0.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="./185147f2e44acf4b77f37cec7aac5f25468dfca022dfeb4b53d1dee716c9aa76.html">Teleport</a>
<hr>
... |
index.html | vladkol/MixedRealityToolkit-Unity | <html>
<meta http-equiv="refresh" content="0; URL='README.html'" />
<body>
</body>
</html> |
Experiment/canvastest/index.html | NeetishRaj/NeetishRaj.github.io | <!--Copyright © Morpheus-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Canvas Test</title>
<style media="screen">
canvas{
border:1px solid #000;
background: linear-gradient(90deg,#cfcfcf,#efefef);
}
.heading{
margin:auto;
}
small{... |
sgprimary/2013/tampines/index.html | samwize/just2me.com | <!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="icon" type="image/png" href="https://just2us.com/img/favicon-180.png" />
<link rel="apple-touch-icon"... |
doquisYparser.html | UNLP-DCU/idx1 | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Doquis</title>
<link rel="stylesheet" href="resources/basicCss3.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="resources/domready.js" type="application/javascript"></script>
... |
public/tags/arch/page/1/index.html | sanjeevkpandit/sanjeevkpandit.github.io | <!DOCTYPE html><html><head><title>http://sanjeevkpandit.github.io/tags/arch/</title><link rel="canonical" href="http://sanjeevkpandit.github.io/tags/arch/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://sanjeevkpandit.github.io/tags/arch/" /></head></htm... |
_layouts/post.html | dpeters1/dpeters1.github.io | ---
layout: default
---
<!-- Post Header -->
<header class="intro-header" style={% if page.header-img %}"background-image: url('{{ site.baseurl }}/{{ page.header-img }}')"{% else %}"background-image: linear-gradient(120deg, #155799, #159957)"{% endif %}>
<div class="container">
<div class="row">
... |
src/main/webapp/components/accounting/user-account-view.html | fabienvuilleumier/fb | <h1 translate="menu.userAccount"></h1>
<div class="panel panel-default" >
<div class="panel-heading" translate="payment.userTitle">
</div>
<div class="panel-body form-horizontal">
<table class="table table-striped" >
<tr >
<th translate="user.name"></th>
... |
posts/iinline-qr-sticker-code-generator-for-ql-700.html | NathanHarrington/NathanHarrington.github.io | <!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>Iinline QR Sticker Code generator for QL-700 - Nathan Harrington</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charse... |
all-data/23000-23999/23309-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>... |
dist/css/atomic-mesh.css | BillyNate/css-spreading-shapes | .bgpattern-atomic-mesh{background-color:#324;background-image:-webkit-radial-gradient(rgba(255,255,255,.5)20%,transparent 30%),-webkit-radial-gradient(rgba(255,255,255,.8)15%,transparent 16%);background-image:radial-gradient(rgba(255,255,255,.5)20%,transparent 30%),radial-gradient(rgba(255,255,255,.8)15%,transparent 16... |
layouts/partials/tree.html | NiceToKnow/IT | <code><map version="0.9.0"><node TEXT="IT">{{ range .Site.Menus.main }}{{ partial "node.html" .}}{{end}}</node></map></code> |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/1504d02d89978a1b4302875e39f8c02b51b9de01d6364b5c1ec665c08387eaa1.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="./92403e573899681673bf63bf037f9def8dd416a264108c90651e0f9011f55e27.html">Teleport</a>
<hr>
... |
all-data/1000-1999/1442-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>... |
app/elements/elements.html | Awarua-/Agilefant-Times-Polymer-Front-end | <!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... |
toolchain/gcc-arm-none-eabi-4_6-2012q2/share/doc/html/gccint/Stack-Checking.html | sahdman/rpi_android_kernel | <html lang="en">
<head>
<title>Stack Checking - GNU Compiler Collection (GCC) Internals</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Compiler Collection (GCC) Internals">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#... |
stylesheets/info.html | EmilyBoer/BigFootTemp | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cat Byun Portfolio</title>
<!-- <link type="text/css" rel="stylesheet" href="photos.css" /> -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css... |
docs/class_menu_stack_1_1_menu.html | bengreenier/Unity-MenuStack | <!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... |
SentimentAnalysisV2/encog-core-3.1.0/apidocs/org/encog/app/analyst/csv/shuffle/package-tree.html | larhoy/SentimentProjectV2 | <!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_24) on Sun Apr 08 20:51:58 UTC 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.encog.app.analyst.csv.shuffle... |
assets/modules/composer/template/helper.html | AgelxNash/MODXComposer | <ul>
<li>
<h2>Для чего это нужно</h2>
<p>asd</p>
</li>
<li>
<h2>Где взять список пакетов?</h2>
<ul>
<li>https://packagist.org/search/?tags=modxevo с тегом modxevo</li>
<li><p>https://packagist.org/search/?tags=modxevo с тегом modxevo</p></li>
... |
ENB-data/enb_pages/1204000e.html | medialab/climateDebateExplorer | <!DOCTYPE html>
<?xml version="1.0" encoding="UTF-8"?>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Earth Negotiations Bulletin: 11th Session of the INC</title>
<link href="../assets/style/bulletin.css" rel="stylesheet" />
</head>
<body>
<h1>... |
_posts/2013-08-08-hola-mundo.html | NeftaliYagua/openhackve.github.io-bk | ---
layout: post
title: OpenHack Venezuela - Hola mundo.
headline: Hola mundo.
tagline: "Ejemplo"
tags : [test, init, ejemplo]
categories : [dummy]
---
<p>Bienvenido a mi mundo, de los códigos.</p>
<h3>Inclusión de GITS.</h3>
{% gist 5018131 %}
<h3>Inclusión de ascii.io.</h3>
<script type="text/javascript" src="ht... |
css/fontello.css | adamsooon/Bulletproof-OP | @font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?41142393');
src: url('../font/fontello.eot?41142393#iefix') format('embedded-opentype'),
url('../font/fontello.woff2?41142393') format('woff2'),
url('../font/fontello.woff?41142393') format('woff'),
url('../font/fontello.ttf... |
doc/edu/cmu/cs/stage3/alice/scenegraph/renderer/nativerenderer/class-use/ComponentProxy.html | ai-ku/langvis | <!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 Sun Dec 11 02:02:01 EET 2011 -->
<TITLE>
Uses of Class edu.cmu.cs.stage3.alice.scenegraph.renderer.nativerenderer.ComponentProxy
</TITLE>
<ME... |
stylesheets/default.css | mrYakamoto/old-site | .debug { border: 0px solid red;}
.debugg { border: 0px solid green;}
nav {
background-color: rgba(61,56,64,0.8);
padding-bottom: 2px;
padding-top: 2px;
}
nav a:hover {
background-color: #DBFF41;
}
body {
margin: 0;
background-image: url("https://raw.githubusercontent.com/mrYakamoto/mrYakamoto.github.io/m... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.