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)- 12:54, 20 November 2019 Beh01 talk contribs created page FP Homework 2 (Created page with "== Basic notes == In all exercises you are required to write something to standard output. You can use the same strategy as in Laboratory 7. Lets def...")
- 13:42, 8 November 2019 Beh01 talk contribs created page Activity assignment 1 (Created page with "== Activity assignments == Implement following functions. There will be 5 points for each of these functions. # Create a function that gets a list of tuples (Int, Char). Th...")
- 09:02, 8 November 2019 Beh01 talk contribs created page FP Homework 3 extension (Created page with "== Conversion of regular expressions to deterministic finite automaton == * Define a data structure describing regular expressions. * Create a function converting given regul...")
- 14:31, 6 November 2019 Beh01 talk contribs marked FP Homework 1 for translation
- 10:40, 5 November 2019 Beh01 talk contribs marked FP Homework 1 for translation
- 12:54, 1 November 2019 Beh01 talk contribs created page Translations:Functional programming/30/cs (Created page with "* Activity assignment 1 * Activity assignment 2")
- 12:54, 1 November 2019 Beh01 talk contribs created page Translations:Functional programming/29/cs (Created page with "== Combine study ==")
- 12:53, 1 November 2019 FuzzyBot talk contribs created page Translations:Functional programming/30/en (Importing a new version from external source)
- 12:53, 1 November 2019 FuzzyBot talk contribs created page Translations:Functional programming/29/en (Importing a new version from external source)
- 12:53, 1 November 2019 Beh01 talk contribs marked Functional programming for translation
- 12:13, 1 November 2019 Beh01 talk contribs marked Functional programming for translation
- 13:28, 29 October 2019 Beh01 talk contribs created page FP Homework 1 extension (Created page with "== Basic notes == In all exercises you are required to write something to standard output. You can use the same strategy as in Laboratory 7. Lets def...")
- 11:12, 22 October 2019 Beh01 talk contribs created page Translations:Functional programming/28/cs (Created page with "Tahák se základními funkcemi v [http://linedu.vsb.cz/~beh01/wiki_data/FP_cheatsheet.pdf PDF]")
- 11:12, 22 October 2019 FuzzyBot talk contribs created page Translations:Functional programming/28/en (Importing a new version from external source)
- 11:07, 22 October 2019 Beh01 talk contribs marked Functional programming for translation
- 11:05, 22 October 2019 Beh01 talk contribs marked Functional programming for translation
- 15:42, 21 October 2019 FuzzyBot talk contribs created page FP Homework 1/en (Updating to match new version of source page)
- 14:49, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/4/cs (Created page with "Nyní, pokud chceme pěkně vypsat takovýto výstup na obrazovku, můžeme použít:")
- 14:49, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/3/cs (Created page with "Definujme si typ pro výstup:")
- 14:49, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/2/cs (Created page with "Ve všech zadáních se očekává výstup na obrazovku. Pro něj je možné použít stejný postup jako ve Cvičení 7.")
- 14:46, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/1/cs (Created page with "== Základní informace ==")
- 14:46, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/Page display title/cs (Created page with "FP Domácí úkol 1")
- 14:46, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/5/cs (Created page with "== 1 - Šachové pozice ==")
- 14:44, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/13/cs (Created page with "Napište funkci <code>ships</code>, která má dva argumenty. První je seznam řetězců, které reprezentují hrací plochu jednoho hráče po řádcích postupně shora dol...")
- 14:44, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/12/cs (Created page with "== 5 - Lodě==")
- 14:44, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/11/cs (Created page with "Napište funkci <code>minesweeper</code>, která má argument typu seznam řetězců. Řetězce reprezentují hrací plochu po řádcích postupně shora dolů ('*' - mina, '...")
- 14:43, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/10/cs (Created page with "== 4 - Hledání min==")
- 14:43, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/9/cs (Created page with "Napište funkci <code>maze</code>, která má 2 argumenty. Prvním argumentem je seznam řetězců, které reprezentují bludiště po řádcích postupně shora dolů ('*' -...")
- 14:43, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/8/cs (Created page with "== 3 - Bludiště==")
- 14:42, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/7/cs (Created page with "== 2 - Ticktacktoe == Napište funkci <code>ticktack</code>, která má 2 argumenty. První je dvojice přirozených čísel určující počet řádků a sloupců hrací pl...")
- 14:41, 21 October 2019 Beh01 talk contribs created page FP Homework 1/cs (Created page with "Napište funkci <code>chess</code>, která má 2 argumenty typu <code>[String]</code>. Řetězce v seznamech obsahují 3 znaky: * první určuje šachovou figuru ('K' - král,...")
- 14:41, 21 October 2019 Beh01 talk contribs created page Translations:FP Homework 1/6/cs (Created page with "Napište funkci <code>chess</code>, která má 2 argumenty typu <code>[String]</code>. Řetězce v seznamech obsahují 3 znaky: * první určuje šachovou figuru ('K' - král,...")
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/13/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/12/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/11/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/10/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/9/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/8/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/7/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/6/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/5/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/4/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/3/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/2/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/1/en (Importing a new version from external source)
- 14:40, 21 October 2019 FuzzyBot talk contribs created page Translations:FP Homework 1/Page display title/en (Importing a new version from external source)
- 14:36, 21 October 2019 Beh01 talk contribs marked FP Homework 1 for translation
- 14:26, 21 October 2019 Beh01 talk contribs created page Translations:Functional programming/27/cs (Created page with "* Domácí úkol 1 * Domácí úkol 2")
- 14:25, 21 October 2019 Beh01 talk contribs created page Translations:Functional programming/26/cs (Created page with "== Domácí úkoly ==")
- 14:25, 21 October 2019 Beh01 talk contribs created page Translations:Functional programming/25/cs (Created page with "Řešení cvičení z laboratoří: Řešení")