Skip to content

Commit

Permalink
web update: added facts and quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Miloslav Číž committed Aug 3, 2017
1 parent 9f9da50 commit 1b60507
Show file tree
Hide file tree
Showing 174 changed files with 509 additions and 365 deletions.
4 changes: 2 additions & 2 deletions all.rss.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion archives.html
Expand Up @@ -174,7 +174,7 @@ <h1>Archives for tastyfish</h1>
Original theme by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, modified by Tastyfish. <br />
Emoji provided by <a href="http://emojione.com/">EmojiOne</a>. <br />
This website is open source, the source code is available <a href="https://github.com/drummyfish/drummyfish.github.io-src">here</a>. <br />
<span class="publish-info">publish version, built on: 31.07.2017, 14:51:38.</span>
<span class="publish-info">publish version, built on: 03.08.2017, 15:56:01.</span>
</address>
</footer>

Expand Down
16 changes: 10 additions & 6 deletions author/tastyfish.html
Expand Up @@ -183,7 +183,8 @@
"Celulární automat <a href='https:\/\/en.wikipedia.org\/wiki\/Rule_110'> Rule 110 <\/a> je jedním z nejjednodušších Turingovsky úplných systémů.",
"Graf <a href='https:\/\/en.wikipedia.org\/wiki\/Tupper%27s_self-referential_formula'> Tupperova vzorce <\/a> je 2D vizuální reprezentací sebe samotného.",
"<a href='https:\/\/en.wikipedia.org\/wiki\/Shepard_tone'>Shepardův tón<\/a> je zvuk vyvolávající iluzi do nekonečna se zvyšujícího tónu.",
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>Chlupatou kouli nelze hladce učesat.<\/a>"
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>Chlupatou kouli nelze hladce učesat.<\/a>",
"<a href='https:\/\/www.youtube.com\/watch?v=1Hqm0dYKUx4'>Piano je nemožné naladit přesně.<\/a>"
];

quotes_cs =
Expand Down Expand Up @@ -211,7 +212,8 @@
quote_string("Teorie a praxe jsou teoreticky to samé, prakticky však ne.","neznámý"),
quote_string("Komentář je kód, který nikdy neběží, a kód, který nikdy neběží, je kód obsahující chyby.","Jonathan Blow"),
quote_string("Eskalátor se nemůže nikdy pokazit, maximálně se může stát schody.","Mitch Hedberg"),
quote_string("Facebook nemá uživatele, Facebooks má zneužívané.","Richard Stallman")
quote_string("Facebook nemá uživatele, Facebooks má zneužívané.","Richard Stallman"),
quote_string("Piráti útočí na lodě. Lidé, co sdílí software, jsou dobří bližní.","Richard Stallman")
];

facts_en =
Expand Down Expand Up @@ -291,7 +293,8 @@
"<a href='https:\/\/en.wikipedia.org\/wiki\/Rule_110'> Rule 110 <\/a> cellular automaton is one of the simplest Turing-complete systems.",
"<a href='https:\/\/en.wikipedia.org\/wiki\/Tupper%27s_self-referential_formula'> Tupper's formula <\/a> visually represents itself when plotted in 2D plane.",
"<a href='https:\/\/en.wikipedia.org\/wiki\/Shepard_tone'>Shepard tone<\/a> is a sound whose pitch seemingly keeps rising forever.",
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>You can't comb a hairy ball smooth.<\/a>"
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>You can't comb a hairy ball smooth.<\/a>",
"<a href='https:\/\/www.youtube.com\/watch?v=1Hqm0dYKUx4'>It's impossible to tune a piano precisely.<\/a>"
];

quotes_en =
Expand Down Expand Up @@ -320,7 +323,8 @@
quote_string("There is no I in collaboraton.","KenM"),
quote_string("Comment is a code that never runs, and code that never runs is a buggy code.","Jonathan Blow"),
quote_string("An escalator can never break, it can only become stairs.","Mitch Hedberg"),
quote_string("Facebook doesn't have users, Facebooks has useds.","Richard Stallman")
quote_string("Facebook doesn't have users, Facebooks has useds.","Richard Stallman"),
quote_string("Pirates are people who attack ships. People who shares software are good neighbors.","Richard Stallman")
];

function write_random_item(title, choices, force_index) // force index can be used to preview a certain text
Expand Down Expand Up @@ -364,10 +368,10 @@ <h1> Nedávno přidáno </h1>
<h1> Poslední commity </h1>

<ul class="latest-commits">
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/9f9da50ed0a57425bdd2a20d8b148dd7092b1469"> 2017-07-31 (12:51:59Z): web update: github projects plugin fix </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/65273df396de881c83c5d721d36a2d39501f2367"> 2017-07-31 (12:44:20Z): web update: commit plugin fix </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/d6607fdc13fc253f7e89f9194a6c87520dd0e585"> 2017-07-13 (20:46:22Z): web update: fact added </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/a4e411cd9bc77b91111f03e02c5cac1c2371086a"> 2017-07-13 (13:35:30Z): web update: data update </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/9ba4fa3bc831db0e362eed616c3b0b8b01e4b927"> 2017-07-05 (14:23:41Z): web update: quote </a> </li>
</ul>

<div class="donate">
Expand Down Expand Up @@ -401,7 +405,7 @@ <h1> Poslední commity </h1>
Original theme by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, modified by Tastyfish. <br />
Emoji provided by <a href="http://emojione.com/">EmojiOne</a>. <br />
This website is open source, the source code is available <a href="https://github.com/drummyfish/drummyfish.github.io-src">here</a>. <br />
<span class="publish-info">publish version, built on: 31.07.2017, 14:51:38.</span>
<span class="publish-info">publish version, built on: 03.08.2017, 15:56:01.</span>
</address>
</footer>

Expand Down
16 changes: 10 additions & 6 deletions author/tastyfish2.html
Expand Up @@ -183,7 +183,8 @@
"Celulární automat <a href='https:\/\/en.wikipedia.org\/wiki\/Rule_110'> Rule 110 <\/a> je jedním z nejjednodušších Turingovsky úplných systémů.",
"Graf <a href='https:\/\/en.wikipedia.org\/wiki\/Tupper%27s_self-referential_formula'> Tupperova vzorce <\/a> je 2D vizuální reprezentací sebe samotného.",
"<a href='https:\/\/en.wikipedia.org\/wiki\/Shepard_tone'>Shepardův tón<\/a> je zvuk vyvolávající iluzi do nekonečna se zvyšujícího tónu.",
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>Chlupatou kouli nelze hladce učesat.<\/a>"
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>Chlupatou kouli nelze hladce učesat.<\/a>",
"<a href='https:\/\/www.youtube.com\/watch?v=1Hqm0dYKUx4'>Piano je nemožné naladit přesně.<\/a>"
];

quotes_cs =
Expand Down Expand Up @@ -211,7 +212,8 @@
quote_string("Teorie a praxe jsou teoreticky to samé, prakticky však ne.","neznámý"),
quote_string("Komentář je kód, který nikdy neběží, a kód, který nikdy neběží, je kód obsahující chyby.","Jonathan Blow"),
quote_string("Eskalátor se nemůže nikdy pokazit, maximálně se může stát schody.","Mitch Hedberg"),
quote_string("Facebook nemá uživatele, Facebooks má zneužívané.","Richard Stallman")
quote_string("Facebook nemá uživatele, Facebooks má zneužívané.","Richard Stallman"),
quote_string("Piráti útočí na lodě. Lidé, co sdílí software, jsou dobří bližní.","Richard Stallman")
];

facts_en =
Expand Down Expand Up @@ -291,7 +293,8 @@
"<a href='https:\/\/en.wikipedia.org\/wiki\/Rule_110'> Rule 110 <\/a> cellular automaton is one of the simplest Turing-complete systems.",
"<a href='https:\/\/en.wikipedia.org\/wiki\/Tupper%27s_self-referential_formula'> Tupper's formula <\/a> visually represents itself when plotted in 2D plane.",
"<a href='https:\/\/en.wikipedia.org\/wiki\/Shepard_tone'>Shepard tone<\/a> is a sound whose pitch seemingly keeps rising forever.",
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>You can't comb a hairy ball smooth.<\/a>"
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>You can't comb a hairy ball smooth.<\/a>",
"<a href='https:\/\/www.youtube.com\/watch?v=1Hqm0dYKUx4'>It's impossible to tune a piano precisely.<\/a>"
];

quotes_en =
Expand Down Expand Up @@ -320,7 +323,8 @@
quote_string("There is no I in collaboraton.","KenM"),
quote_string("Comment is a code that never runs, and code that never runs is a buggy code.","Jonathan Blow"),
quote_string("An escalator can never break, it can only become stairs.","Mitch Hedberg"),
quote_string("Facebook doesn't have users, Facebooks has useds.","Richard Stallman")
quote_string("Facebook doesn't have users, Facebooks has useds.","Richard Stallman"),
quote_string("Pirates are people who attack ships. People who shares software are good neighbors.","Richard Stallman")
];

function write_random_item(title, choices, force_index) // force index can be used to preview a certain text
Expand Down Expand Up @@ -364,10 +368,10 @@ <h1> Nedávno přidáno </h1>
<h1> Poslední commity </h1>

<ul class="latest-commits">
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/9f9da50ed0a57425bdd2a20d8b148dd7092b1469"> 2017-07-31 (12:51:59Z): web update: github projects plugin fix </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/65273df396de881c83c5d721d36a2d39501f2367"> 2017-07-31 (12:44:20Z): web update: commit plugin fix </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/d6607fdc13fc253f7e89f9194a6c87520dd0e585"> 2017-07-13 (20:46:22Z): web update: fact added </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/a4e411cd9bc77b91111f03e02c5cac1c2371086a"> 2017-07-13 (13:35:30Z): web update: data update </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/9ba4fa3bc831db0e362eed616c3b0b8b01e4b927"> 2017-07-05 (14:23:41Z): web update: quote </a> </li>
</ul>

<div class="donate">
Expand Down Expand Up @@ -401,7 +405,7 @@ <h1> Poslední commity </h1>
Original theme by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, modified by Tastyfish. <br />
Emoji provided by <a href="http://emojione.com/">EmojiOne</a>. <br />
This website is open source, the source code is available <a href="https://github.com/drummyfish/drummyfish.github.io-src">here</a>. <br />
<span class="publish-info">publish version, built on: 31.07.2017, 14:51:38.</span>
<span class="publish-info">publish version, built on: 03.08.2017, 15:56:01.</span>
</address>
</footer>

Expand Down
16 changes: 10 additions & 6 deletions author/tastyfish3.html
Expand Up @@ -183,7 +183,8 @@
"Celulární automat <a href='https:\/\/en.wikipedia.org\/wiki\/Rule_110'> Rule 110 <\/a> je jedním z nejjednodušších Turingovsky úplných systémů.",
"Graf <a href='https:\/\/en.wikipedia.org\/wiki\/Tupper%27s_self-referential_formula'> Tupperova vzorce <\/a> je 2D vizuální reprezentací sebe samotného.",
"<a href='https:\/\/en.wikipedia.org\/wiki\/Shepard_tone'>Shepardův tón<\/a> je zvuk vyvolávající iluzi do nekonečna se zvyšujícího tónu.",
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>Chlupatou kouli nelze hladce učesat.<\/a>"
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>Chlupatou kouli nelze hladce učesat.<\/a>",
"<a href='https:\/\/www.youtube.com\/watch?v=1Hqm0dYKUx4'>Piano je nemožné naladit přesně.<\/a>"
];

quotes_cs =
Expand Down Expand Up @@ -211,7 +212,8 @@
quote_string("Teorie a praxe jsou teoreticky to samé, prakticky však ne.","neznámý"),
quote_string("Komentář je kód, který nikdy neběží, a kód, který nikdy neběží, je kód obsahující chyby.","Jonathan Blow"),
quote_string("Eskalátor se nemůže nikdy pokazit, maximálně se může stát schody.","Mitch Hedberg"),
quote_string("Facebook nemá uživatele, Facebooks má zneužívané.","Richard Stallman")
quote_string("Facebook nemá uživatele, Facebooks má zneužívané.","Richard Stallman"),
quote_string("Piráti útočí na lodě. Lidé, co sdílí software, jsou dobří bližní.","Richard Stallman")
];

facts_en =
Expand Down Expand Up @@ -291,7 +293,8 @@
"<a href='https:\/\/en.wikipedia.org\/wiki\/Rule_110'> Rule 110 <\/a> cellular automaton is one of the simplest Turing-complete systems.",
"<a href='https:\/\/en.wikipedia.org\/wiki\/Tupper%27s_self-referential_formula'> Tupper's formula <\/a> visually represents itself when plotted in 2D plane.",
"<a href='https:\/\/en.wikipedia.org\/wiki\/Shepard_tone'>Shepard tone<\/a> is a sound whose pitch seemingly keeps rising forever.",
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>You can't comb a hairy ball smooth.<\/a>"
"<a href='http:\/\/catb.org\/jargon\/html\/H\/hairy.html'>You can't comb a hairy ball smooth.<\/a>",
"<a href='https:\/\/www.youtube.com\/watch?v=1Hqm0dYKUx4'>It's impossible to tune a piano precisely.<\/a>"
];

quotes_en =
Expand Down Expand Up @@ -320,7 +323,8 @@
quote_string("There is no I in collaboraton.","KenM"),
quote_string("Comment is a code that never runs, and code that never runs is a buggy code.","Jonathan Blow"),
quote_string("An escalator can never break, it can only become stairs.","Mitch Hedberg"),
quote_string("Facebook doesn't have users, Facebooks has useds.","Richard Stallman")
quote_string("Facebook doesn't have users, Facebooks has useds.","Richard Stallman"),
quote_string("Pirates are people who attack ships. People who shares software are good neighbors.","Richard Stallman")
];

function write_random_item(title, choices, force_index) // force index can be used to preview a certain text
Expand Down Expand Up @@ -364,10 +368,10 @@ <h1> Nedávno přidáno </h1>
<h1> Poslední commity </h1>

<ul class="latest-commits">
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/9f9da50ed0a57425bdd2a20d8b148dd7092b1469"> 2017-07-31 (12:51:59Z): web update: github projects plugin fix </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/65273df396de881c83c5d721d36a2d39501f2367"> 2017-07-31 (12:44:20Z): web update: commit plugin fix </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/d6607fdc13fc253f7e89f9194a6c87520dd0e585"> 2017-07-13 (20:46:22Z): web update: fact added </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/a4e411cd9bc77b91111f03e02c5cac1c2371086a"> 2017-07-13 (13:35:30Z): web update: data update </a> </li>
<li><a href="https://github.com/drummyfish/drummyfish.github.io/commit/9ba4fa3bc831db0e362eed616c3b0b8b01e4b927"> 2017-07-05 (14:23:41Z): web update: quote </a> </li>
</ul>

<div class="donate">
Expand Down Expand Up @@ -401,7 +405,7 @@ <h1> Poslední commity </h1>
Original theme by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, modified by Tastyfish. <br />
Emoji provided by <a href="http://emojione.com/">EmojiOne</a>. <br />
This website is open source, the source code is available <a href="https://github.com/drummyfish/drummyfish.github.io-src">here</a>. <br />
<span class="publish-info">publish version, built on: 31.07.2017, 14:51:38.</span>
<span class="publish-info">publish version, built on: 03.08.2017, 15:56:01.</span>
</address>
</footer>

Expand Down

0 comments on commit 1b60507

Please sign in to comment.