From dca8c79a2307b53abcb9f6ddda322d2e2b0b6af6 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hypki Date: Mon, 25 Mar 2024 13:37:34 +0100 Subject: [PATCH] 'Added tasks for html and jquery;' --- 04_AWK/stars/awk_excercises.txt | 4 +++- 05_html_jQuery/desc | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 05_html_jQuery/desc diff --git a/04_AWK/stars/awk_excercises.txt b/04_AWK/stars/awk_excercises.txt index bd5f599..b24066f 100644 --- a/04_AWK/stars/awk_excercises.txt +++ b/04_AWK/stars/awk_excercises.txt @@ -20,4 +20,6 @@ New task 4. Test in which places all the mergers take place. -A merger is an even in which there non-zero value in inter** columns. If there some value in such a column it means that two or more stars merged together, creating a new object. The position in which it took place in star cluster is denoted with the column 'r1'. Compute a histogram for such events for any given timestep. Write everything into one file in order to plot it. \ No newline at end of file +A merger is an even in which there non-zero value in inter** columns. If there some value in such a column it means that two or more stars merged together, creating a new object. The position in which it took place in star cluster is denoted with the column 'r1'. + +Compute a histogram for such events for all timesteps together (this time we do not split values into different time steps). Write everything into one file in order to plot it. \ No newline at end of file diff --git a/05_html_jQuery/desc b/05_html_jQuery/desc new file mode 100644 index 0000000..06fc90f --- /dev/null +++ b/05_html_jQuery/desc @@ -0,0 +1,5 @@ +Parse eurojackpot web page for the numbers of the last results using jQuery. + +Write jQuery parser for the entries on arxiv (title, authors, abstract, journal, submission date) for any given paper, e.g. https://arxiv.org/abs/2403.13859 + +You might find https://jsfiddle.net/ useful or simply use some local file editor. \ No newline at end of file