An open API service indexing awesome lists of open source software.

https://github.com/andreeadraghici/lfa-lab

Formal Languages and Automata Laboratory
https://github.com/andreeadraghici/lfa-lab

Last synced: about 2 months ago
JSON representation

Formal Languages and Automata Laboratory

Awesome Lists containing this project

README

        

# LFA-LAB
Formal Languages and Automata
---
---
- In the TO-DO package are the solutions to some tasks proposed in the laboratory platform.
- Python was currently used as the programming language.
- In the HOMEWORK package are the solutions to homework tasks proposed in the laboratory platform.
- Java was currently used as the programming language.
---

Homework:
----
Tema 1.
----
Tema 1.2. Write an application that will extract sub-strings from source string, based on a pattern. The application can be a desktop or a web application. Technologies can be C#, Java, Javascript, Python.

The app should:

overview ok 1p

Build/Work 1p

throw/show errors in case the pattern has errors, 3p

for Homework. 1.2, display a list of matches 2p

inform user that there is no match, for Homework. 1.2, display "no result" message 2p

-----
Tema 2.
-----
Scrieti o aplicatie desktop, mobile sau web care sa permita editarea unui graf, a nodurilor si muchiilor aferente. Fiecare nod si muchie va avea posibilitatea de a i se atasa o cheie si valoare.

Tehnologia este la alegerea Dvs.

Operatiile cerute sunt:

Reprezentarea grafica a grafului 2p

Adaugarea de noduri/muchii cu cheile/valorile atasate 2p

editarea cheilor/valorilor pentru noduri/muchii 2p

stergerea nodurilor/muchiilor 1p

mutarea nodurilor pe ecran. 2p

----
Useful Links
--
- Documentation:

1. https://docs.oracle.com/cd/E20593_01/doc.560/e23601/app_regexp.htm
2. https://www.regular-expressions.info/quickstart.html
3. https://medium.com/factory-mind/regex-tutorial-a-simple-cheatsheet-by-examples-649dc1c3f285
4. https://docs.oracle.com/javase/7/docs/api/javax/swing/package-summary.html
5. https://www.javatpoint.com/java-swing
6. https://jgraph.github.io/mxgraph/docs/manual_javavis.html
---

- Testing:

1. https://regex101.com/
2. https://regexr.com/
---