From f734fa3e3a8c490d9dd5d217c98312e25214d8c9 Mon Sep 17 00:00:00 2001 From: Nudista Date: Thu, 1 Feb 2024 19:47:32 +0100 Subject: [PATCH] Publii: update content --- 404.html | 2 +- aktivity/nudismus/index.html | 14 ++++++++ aktivity/redakce/index.html | 14 ++++++++ aktivity/software/index.html | 14 ++++++++ aktivity/tvorba/index.html | 14 ++++++++ dokonceni-clanku-nudismus-na-assku.html | 4 +-- feed.json | 18 +++++------ feed.xml | 18 +++++------ google-bard-programuje.html | 4 +-- ice-girls-ai.html | 4 +-- index.html | 2 +- kategorie/cz/index.html | 2 +- kategorie/de/index.html | 2 +- kategorie/es/index.html | 2 +- kategorie/fr/index.html | 2 +- kategorie/index.html | 2 +- kategorie/uk/index.html | 2 +- media/website/kv-cz-2.svg | 43 +++++++++++++++++++++++++ my-blacklist.html | 4 +-- plan-na-migraci-z-micro-blogu.html | 4 +-- projekt/nudista-online/index.html | 14 -------- projekt/programovani/index.html | 14 -------- projekt/redakce/index.html | 14 -------- projekt/studio/index.html | 14 -------- studio.html | 4 +-- 25 files changed, 137 insertions(+), 94 deletions(-) create mode 100644 aktivity/nudismus/index.html create mode 100644 aktivity/redakce/index.html create mode 100644 aktivity/software/index.html create mode 100644 aktivity/tvorba/index.html create mode 100644 media/website/kv-cz-2.svg delete mode 100644 projekt/nudista-online/index.html delete mode 100644 projekt/programovani/index.html delete mode 100644 projekt/redakce/index.html delete mode 100644 projekt/studio/index.html diff --git a/404.html b/404.html index b236967..e1d81a3 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,6 @@ Error 404 - NoLog

Jsem · Nudista · Online

Pokud Vás zajímají krátké aktuality nejen z oblasti nudismu, ale i z našeho regionu (Ašsko / Chebsko / Karlovarsko), či informace ze zákulisí mých projektů, pak jste tady správně!

Mailchimp

 


· Soukromí  · Kontakt  · Politiky

404 Error

The page you were looking for appears to have been moved, deleted or does not exist. You could go back to where you were or head straight to our home page.

Přejít na úvod

Nudismus

Nudismus (2)

Projekt internetového serveru Nudista.Online (https://nudista.online)

Navštivte mé webové stránky

🇨🇿 CZ

Ice Girls AI

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dapibus. Vivamus ac leo pretium faucibus. Maecenas sollicitudin. Cum sociis natoque penatibus et magnis dis…

\ No newline at end of file diff --git a/aktivity/redakce/index.html b/aktivity/redakce/index.html new file mode 100644 index 0000000..fd6cc6b --- /dev/null +++ b/aktivity/redakce/index.html @@ -0,0 +1,14 @@ +Author: Redakce - NoLog
Redakce

Redakce (1)

\ No newline at end of file diff --git a/aktivity/software/index.html b/aktivity/software/index.html new file mode 100644 index 0000000..61e5e4f --- /dev/null +++ b/aktivity/software/index.html @@ -0,0 +1,14 @@ +Author: Software - NoLog
Software

Software (2)

🇨🇿 CZ

Google Bard programuje

<?php // Importuj knihovnu pro práci s JSON //require 'json.php'; // Vytvoř URL adresu pro požadavek $url = 'https://witter.cz/api/v1/accounts/110687031564474645/statuses'; // Proveď požadavek $response =…

\ No newline at end of file diff --git a/aktivity/tvorba/index.html b/aktivity/tvorba/index.html new file mode 100644 index 0000000..d7c2989 --- /dev/null +++ b/aktivity/tvorba/index.html @@ -0,0 +1,14 @@ +Author: Tvorba - NoLog
Tvorba

Tvorba (1)

\ No newline at end of file diff --git a/dokonceni-clanku-nudismus-na-assku.html b/dokonceni-clanku-nudismus-na-assku.html index ec246b2..70d4a07 100644 --- a/dokonceni-clanku-nudismus-na-assku.html +++ b/dokonceni-clanku-nudismus-na-assku.html @@ -1,6 +1,6 @@ -Dokončení článku "Nudismus na Ašsku" - NoLog

Dokončení článku "Nudismus na Ašsku"

Tento příspěvek byl aktualizován dne:

Google Bard programuje

Zadal jsem umělé inteligenci úkol, naprogramovat script v PHP pro parsování JSON

<?php

// Importuj knihovnu pro práci s JSON
//require 'json.php';

// Vytvoř URL adresu pro požadavek
$url = 'https://witter.cz/api/v1/accounts/110687031564474645/statuses';

// Proveď požadavek
$response = file_get_contents($url);

// Dekóduj JSON data
$data = json_decode($response, true);

// Vytvoř HTML5 kontejner
echo '<div class="statuses">';

// Projděte všechna data
foreach ($data as $status) {

    // Vytvoř HTML5 tweet
    echo '<div class="tweet">';

    // Vytiskněte text tweetu (default text)
    echo '<p class="text">' . $status['content'] . '</p>';

    // Vytiskněte datum a čas tweetu
    echo '<p class="time">' . $status['created_at'] . '</p>';

    // Vytiskněte počet lajků
    if($status['sensitive'] == "1"){
    $mature = 'NSFW';
    } else {
    $mature = 'OK';
    }
    echo '<p class="likes">' . $mature . ' lajků</p>';

    // Vytiskněte počet retweetů
    echo '<p class="retweets">' . $status['retweets'] . ' retweetů</p>';

    // Zavřete HTML5 tweet
    echo '</div>';
}

// Zavřete HTML5 kontejner
echo '</div>';
?>

Tento příspěvek byl aktualizován dne:

Ice Girls AI

Učím se pracovat s umělou inteligencí...

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dapibus. Vivamus ac leo pretium faucibus. Maecenas sollicitudin. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis sapien nunc, commodo et, interdum suscipit, sollicitudin et, dolor. Fusce nibh. Etiam sapien elit, consequat eget, tristique non, venenatis quis, ante. Fusce aliquam vestibulum ipsum. Praesent in mauris eu tortor porttitor accumsan. Phasellus et lorem id felis nonummy placerat.

Tento příspěvek byl aktualizován dne:

Jsem · Nudista · Online

Pokud Vás zajímají krátké aktuality nejen z oblasti nudismu, ale i z našeho regionu (Ašsko / Chebsko / Karlovarsko), či informace ze zákulisí mých projektů, pak jste tady správně!

Mailchimp

 


· Soukromí  · Kontakt  · Politiky

🇨🇿 CZ (5)

Příspěvky týkající se České republiky, či psané v českém jazyce...

Ice Girls AI

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent dapibus. Vivamus ac…

🇩🇪 DE (0)

🇪🇸 ES (0)

🇫🇷 FR (0)

Kategorie

Seznam všech 5 kategorií

🇬🇧 UK (1)

My Blacklist

Caption
Social network:Reasons:
FacebookSpam, Frauds, Censoreship
Tento příspěvek byl aktualizován dne:
Nudist@nline

Nudist@nline (2)

Projekt internetového serveru Nudista.Online (https://nudista.online)

Navštivte mé webové stránky

\ No newline at end of file diff --git a/projekt/programovani/index.html b/projekt/programovani/index.html deleted file mode 100644 index 29a81b1..0000000 --- a/projekt/programovani/index.html +++ /dev/null @@ -1,14 +0,0 @@ -Author: Programování - NoLog
Programování

Programování (2)

\ No newline at end of file diff --git a/projekt/redakce/index.html b/projekt/redakce/index.html deleted file mode 100644 index 0ebe73e..0000000 --- a/projekt/redakce/index.html +++ /dev/null @@ -1,14 +0,0 @@ -Author: Redakce - NoLog
Redakce

Redakce (1)

\ No newline at end of file diff --git a/projekt/studio/index.html b/projekt/studio/index.html deleted file mode 100644 index facf820..0000000 --- a/projekt/studio/index.html +++ /dev/null @@ -1,14 +0,0 @@ -Author: Studio - NoLog
Studio

Studio (1)

\ No newline at end of file diff --git a/studio.html b/studio.html index 79f98c0..3cc38c3 100644 --- a/studio.html +++ b/studio.html @@ -1,6 +1,6 @@ -Studio - NoLog

Studio

Tento příspěvek byl aktualizován dne: