]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/smetarom/index.mdwn
lectures: minor update of link to LinuxDays 2023 presentation listing.
[edu/osp-wiki.git] / student / smetarom / index.mdwn
index 6b83c694fcf17768fce61877414392c236e8f302..907d1783989a06f4071263801d06483aab5daf5b 100644 (file)
@@ -5,9 +5,7 @@
 Assignment
 ======
 
-Possible issues I can fix:
-https://github.com/google/guava/issues/1955
-https://github.com/google/guava/issues/1946
+For the semester project, I have chosen Guava developed by Google. This is the library with useful functionality which simplifies programming in Java. I have chosen issue 1976 to improve existing functionality. The Guava user requests improvement of logging for EventBus. He want to be able to insert his code into the lifecycle of EventBus.
 
 Links documenting the results of my work
 ======
@@ -15,17 +13,16 @@ Links documenting the results of my work
 Here, I'll add links similar to the examples below and describe what
 is being linked.
 
-* [[Google group discussion, the first post]https://groups.google.com/forum/#!topic/guava-discuss/DlXObqbZQ9c
-
-* [[Example] My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
-* [[Example] Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
-* [[Example] My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
-* [[Example] Additional supporting material](http://lwn.net/Articles/385586/)
+* [My first communication with developers in a public mailing list][8]
+* [Task specification - conversation][9]
+* [Pull request to Guava repository][10]
+* [Version control repository with the actual state of my work](https://github.com/smetarom/guava)
+* [My commit in the project repository ][11]
 
 Presentation
 ==========
 
-* [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]]
+* [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|presentation1.pdf]]
 * [[Presentation of the results of my work|prezentace2.pdf]]
 
 OpenHub
@@ -39,3 +36,16 @@ For example:
 </a>
 
 [w]:https://www.openhub.net/accounts/smetarom/widgets
+
+
+  [1]: https://github.com/google/guava/issues/1934
+  [2]: https://github.com/google/guava/issues/1955
+  [3]: https://github.com/google/guava/issues/1908
+  [4]: https://github.com/google/guava/issues/1946
+  [5]: https://github.com/google/guava/issues/1924
+  [6]: https://github.com/google/guava/issues/1911
+  [7]: https://github.com/google/guava/issues/1976
+  [8]: https://groups.google.com/forum/#!topic/guava-discuss/DlXObqbZQ9c
+  [9]: https://github.com/google/guava/issues/1976
+  [10]: https://github.com/google/guava/pull/2002
+  [11]: https://github.com/smetarom/guava/commit/925153d73a37f9c5cd761b7b4b8949b3fdd3b662