1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-05 19:18:01 +08:00

Create gh-pages branch via GitHub

This commit is contained in:
stefano casazza 2016-07-26 12:56:14 +02:00 committed by GitHub
parent d0703ceb30
commit abf415b913
3 changed files with 24 additions and 24 deletions

View File

@ -121,13 +121,13 @@ Coverity Scan: <a href="https://scan.coverity.com/projects/3322"><img src="https
</li>
<li>Immune to <a href="http://code.google.com/p/slowhttptest/">Slow Read DoS attack</a>
</li>
<li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=wifi-aaa.comune.fi.it">High SSL server quality score</a></li>
<li><a href="https://www.ssllabs.com/ssltest/analyze.html?d=wifi-aaa2.comune.fi.it">High SSL server quality score</a></li>
</ul>
<h2>
<a id="who-is-using-ulib" class="anchor" href="#who-is-using-ulib" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Who is Using ULib</h2>
<p>It is the main software component of <a href="http://wifi-aaa.comune.fi.it/login?mac=00%3A00%3A00%3A00%3A00%3A00&amp;ip=172.22.11.124&amp;redirect=http%3A//pasta.dianxinos.com/api/data&amp;gateway=159.213.248.230%3A5280&amp;timeout=0&amp;token=1810300063&amp;ap=05@159.213.248.230">city of Florence wireless network</a></p>
<p>It is the main software component of <a href="http://wifi-aaa2.comune.fi.it/login?mac=00%3A00%3A00%3A00%3A00%3A00&amp;ip=172.22.11.124&amp;redirect=http%3A//pasta.dianxinos.com/api/data&amp;gateway=159.213.248.230%3A5280&amp;timeout=0&amp;token=1810300063&amp;ap=05@159.213.248.230&amp;ts=ts=21467819142">city of Florence wireless network</a></p>
<h2>
<a id="benchmark" class="anchor" href="#benchmark" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Benchmark</h2>

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
/*
The MIT License (MIT)
Copyright (c) 2015 GitHub, Inc.
Copyright (c) 2016 GitHub, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -27,18 +27,18 @@ SOFTWARE.
color: #969896;
}
.pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
.pl-c1 /* constant, variable.other.constant, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header */,
.pl-s .pl-v /* string variable */ {
color: #0086b3;
}
.pl-e /* entity */,
.pl-e /* entity */,
.pl-en /* entity.name */ {
color: #795da3;
}
.pl-s .pl-s1 /* string source */,
.pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
.pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */,
.pl-s .pl-s1 /* string source */ {
color: #333;
}
@ -50,13 +50,13 @@ SOFTWARE.
color: #a71d5d;
}
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s /* string */,
.pl-s /* string */,
.pl-pds /* punctuation.definition.string, string.regexp.character-class */,
.pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
.pl-sr /* string.regexp */,
.pl-sr .pl-cce /* string.regexp constant.character.escape */,
.pl-sr .pl-sre /* string.regexp source.ruby.embedded */,
.pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ {
color: #183691;
}
@ -69,24 +69,24 @@ SOFTWARE.
}
.pl-ii /* invalid.illegal */ {
background-color: #b52a1d;
color: #f8f8f8;
background-color: #b52a1d;
}
.pl-sr .pl-cce /* string.regexp constant.character.escape */ {
color: #63a35c;
font-weight: bold;
color: #63a35c;
}
.pl-ml /* markup.list */ {
color: #693a17;
}
.pl-mh /* markup.heading */,
.pl-mh /* markup.heading */,
.pl-mh .pl-en /* markup.heading entity.name */,
.pl-ms /* meta.separator */ {
color: #1d3e81;
.pl-ms /* meta.separator */ {
font-weight: bold;
color: #1d3e81;
}
.pl-mq /* markup.quote */ {
@ -94,28 +94,28 @@ SOFTWARE.
}
.pl-mi /* markup.italic */ {
color: #333;
font-style: italic;
color: #333;
}
.pl-mb /* markup.bold */ {
color: #333;
font-weight: bold;
color: #333;
}
.pl-md /* markup.deleted, meta.diff.header.from-file */ {
background-color: #ffecec;
color: #bd2c00;
background-color: #ffecec;
}
.pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
background-color: #eaffea;
color: #55a532;
background-color: #eaffea;
}
.pl-mdr /* meta.diff.range */ {
color: #795da3;
font-weight: bold;
color: #795da3;
}
.pl-mo /* meta.output */ {