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
- Host: GitHub
- URL: https://github.com/andreeadraghici/lfa-lab
- Owner: AndreeaDraghici
- Created: 2022-03-16T19:02:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T16:41:32.000Z (about 3 years ago)
- Last Synced: 2025-01-21T13:06:59.855Z (3 months ago)
- Language: Java
- Homepage:
- Size: 106 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
---