All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Marek Běhálek Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 08:27, 26 October 2023 Beh01 talk contribs marked FP Laboratory 7 for translation
- 08:19, 26 October 2023 Beh01 talk contribs reviewed translation Translations:FP Laboratory 7/20/cs
- 08:08, 26 October 2023 Beh01 talk contribs marked FP Laboratory 7 for translation
- 08:06, 26 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 6/4/cs (Created page with "== Doplňková cvičení == * Vytvořte funkci, která rozdělí seznam prvků na seznam seznamů pomocí zadaného oddělovače.")
- 08:02, 26 October 2023 Beh01 talk contribs marked FP Laboratory 6 for translation
- 13:32, 10 October 2023 Beh01 talk contribs created page PFP Homework 2 (Created page with "= Automatons II = Usually, a finite automaton defined as: <math>(Q, \Sigma, \delta, q_0, F)</math> where Q represents states, next is input alphabet, then transitions (<math>...")
- 11:40, 10 October 2023 Beh01 talk contribs created page PFP Homework 1 (Created page with "= PFP Homework 1 = == Automatons == * Create a function, that sorts an array using quicksort algorithm [https://en.wikipedia.org/wiki/Quicksort <code>quicksort</code>]. Ins...")
- 11:37, 10 October 2023 Beh01 talk contribs marked Functional programming for translation
- 06:51, 10 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 5/14/cs (Created page with "* Při zadání seznamu prvků a jediného prvku <code>el</code> vytvořte funkci, která vrátí posloupnost prvků větších než <code>el</code>.")
- 06:50, 10 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 5/13/cs (Created page with "* Vytvořte funkci, která rozdělí seznam prvků na seznam n-prvkových seznamů. Prvky navíc by se měly zahodit.")
- 06:48, 10 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 5/12/cs (Created page with "* Funkce split je inverzí funkce zip: přijímá seznam dvojic a vrací dvojici seznamů.")
- 06:48, 10 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 5/11/cs (Created page with "* Pro libovolný typ <code>a</code>, testovací funkci typu <code>a -> Bool</code> a seznamu prvků typu <code>a</code> by měla funkce vrátit dvojici seznamů. Prvním člen...")
- 06:44, 10 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 5/10/cs (Created page with "* Vytvořte si vlastní implementaci funkce [http://zvon.org/other/haskell/Outputprelude/concatMap_f.html <code>concatMap</code>] s použitím [http://zvon.org/other/haskell/O...")
- 06:43, 10 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 5/9/cs (Created page with "== Doplňková cvičení == * Vytvořte vlastní implementaci funkce map pomocí [http://zvon.org/other/haskell/Outputprelude/foldr_f.html <code>foldr</code>].")
- 06:42, 10 October 2023 Beh01 talk contribs marked FP Laboratory 5 for translation
- 06:20, 10 October 2023 Beh01 talk contribs marked FP Laboratory 4 for translation
- 06:16, 10 October 2023 Beh01 talk contribs marked FP Laboratory 3 for translation
- 12:04, 9 October 2023 Beh01 talk contribs marked Functional programming for translation
- 07:57, 6 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 4/20/cs (Created page with "* Vytvořte funkci, která spojí seznam seznamů do jednoho seznamu pomocí oddělovače.")
- 07:57, 6 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 4/19/cs (Created page with "* Vytvoření funkce, která vloží prvek do seznamu na určitý index.")
- 07:57, 6 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 4/18/cs (Created page with "* Vytvořte funkci, která rozdělí seznam čísel na seznam trojic. Prvky navíc budou zahozeny.")
- 07:55, 6 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 4/17/cs (Created page with "* Pomocí filtru vytvořte nerekurzivní funkci, která jako vstup přijme seznam celých čísel a vrátí seznam těch, která jsou sudá a větší než 7")
- 07:55, 6 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 4/16/cs (Created page with "* Vytvořte funkci <code>alternate</code>, která poskládá dva seznamy do jednoho a střídá prvky z prvního seznamu s prvky z druhého seznamu.")
- 07:54, 6 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 4/15/cs (Created page with "* Vytvořte funkci, která realizuje pravé otočení seznamu o n prvků.")
- 07:54, 6 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 4/14/cs (Created page with "* * Vytvořte funkci, která realizuje levé otočení seznamu o n prvků. Funkce [http://zvon.org/other/haskell/Outputprelude/iterate_f.html <code>iterate</code>] může být...")
- 07:51, 6 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 4/13/cs (Created page with "* Vytvořte vlastní implementaci funkce [http://zvon.org/other/haskell/Outputprelude/replicate_f.html <code>replicate</code>].")
- 07:51, 6 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 4/12/cs (Created page with "* Vytvoření funkce, která odstraní všechny výskyty daného prvku ze seznamu.")
- 07:50, 6 October 2023 Beh01 talk contribs created page Translations:FP Laboratory 4/11/cs (Created page with "=Doplňková cvičení= * Vytvořte funkci, která odstraní první výskyt daného prvku ze seznamu.")
- 07:49, 6 October 2023 Beh01 talk contribs marked FP Laboratory 4 for translation
- 09:52, 27 September 2023 Beh01 talk contribs marked FP Laboratory 3 for translation
- 09:50, 27 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 3/18/cs (Created page with "* Vytvořte funkci, která porovnává seznamy čísel, zda se rovnají.")
- 09:50, 27 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 3/17/cs (Created page with "* Vytvořte funkci, která spočítá všechna lichá čísla v daném seznamu (definujte ji nerekurzivně pomocí dříve definovaných funkcí).")
- 09:49, 27 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 3/16/cs (Created page with "* Vytvořte funkci, která ze seznamu odstraní všechna sudá čísla.")
- 09:49, 27 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 3/15/cs (Created page with "* Vytvořte funkci, která realizuje prarovou rotaci seznamu o jeden prvek.")
- 09:48, 27 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 3/14/cs (Created page with "* Vytvořte funkci, která realizuje rotaci seznamu doleva o jeden prvek.")
- 09:48, 27 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 3/13/cs (Created page with "= Doplňková cvičení = * Vytvořte funkci, která odstraní všechny výskyty nuly v seznamu.")
- 09:46, 27 September 2023 Beh01 talk contribs marked FP Laboratory 3 for translation
- 13:48, 25 September 2023 Beh01 talk contribs marked Functional programming for translation
- 13:38, 25 September 2023 Beh01 talk contribs marked Functional programming for translation
- 10:15, 22 September 2023 Beh01 talk contribs marked Functional programming for translation
- 06:41, 19 September 2023 Beh01 talk contribs reviewed translation Translations:FP Laboratory 2/14/cs
- 06:40, 19 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 2/22/cs (Created page with "* Definujte rekurzivní funkci, která vypočítá zbytek po dělení celým číslem.")
- 06:40, 19 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 2/21/cs (Created page with "* Pomocí sčítání nad celými čísly implementujte rekurzivní funkci, která realizuje násobení celých čísel.")
- 06:39, 19 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 2/20/cs (Created page with "* Pomocí násobení přes celá čísla implementujte rekurzivní funkci, která realizuje n-tou mocninu celého čísla.")
- 06:39, 19 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 2/19/cs (Created page with "* Definujte funkci, která vrací, kolik z jejích vstupů je větších než jejich průměrná hodnota.")
- 06:38, 19 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 2/18/cs (Created page with "* Definujte funkci, která vypočítá průměr tří celých čísel.")
- 06:38, 19 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 2/17/cs (Created page with "* Definujte funkci, která vrací true, pokud se všechny čtyři argumenty rovnají.")
- 06:37, 19 September 2023 Beh01 talk contribs created page Translations:FP Laboratory 2/16/cs (Created page with "== Additional exercises == * Definujte funkci, která vrací true, pokud jsou všechny tři argumenty různé.")
- 06:35, 19 September 2023 Beh01 talk contribs marked FP Laboratory 2 for translation
- 06:27, 19 September 2023 Beh01 talk contribs marked FP Laboratory 2 for translation