@{MTMT:34532008, title = {Exploring the digital footprint – OSINT strategies for email and phone analysis}, url = {https://m2.mtmt.hu/api/publication/34532008}, author = {Pataki, Norbert and Horváth, Barnabás}, booktitle = {I. Alverad-Bánki Nemzetközi Kiberbiztonsági Konferencia}, unique-id = {34532008}, year = {2023}, pages = {52-52}, orcid-numbers = {Pataki, Norbert/0000-0002-7519-3367} } @{MTMT:34531987, title = {A digitális lábnyom nyomában - OSINT technikák e-mail címek és telefonszámok elemzésére}, url = {https://m2.mtmt.hu/api/publication/34531987}, author = {Pataki, Norbert and Horváth, Barnabás}, booktitle = {I. Alverad-Bánki Nemzetközi Kiberbiztonsági Konferencia}, unique-id = {34531987}, year = {2023}, pages = {51-51}, orcid-numbers = {Pataki, Norbert/0000-0002-7519-3367} } @inproceedings{MTMT:34440472, title = {Code Comprehension for the Move Semantics in C++}, url = {https://m2.mtmt.hu/api/publication/34440472}, author = {Gyén, Attila and Kolozsvári, Dániel and Pataki, Norbert}, booktitle = {Software Quality Analysis, Monitoring, Improvement, and Applications 2023}, unique-id = {34440472}, year = {2023}, pages = {1-12}, orcid-numbers = {Pataki, Norbert/0000-0002-7519-3367} } @article{MTMT:34434848, title = {Chatbot-Based Querying of IoT Devices in EdgeX}, url = {https://m2.mtmt.hu/api/publication/34434848}, author = {Alwahab, Dhulfiqar Zoltán and Pataki, Norbert and Tejfel, Máté}, journal-iso = {CEUR WORKSHOP PROC}, journal = {CEUR WORKSHOP PROCEEDINGS}, volume = {3588}, unique-id = {34434848}, abstract = {The increasing number of IoT devices connected to EdgeX makes it challenging to retrieve data from these devices efficiently. In this paper, we propose a chatbot-based solution for querying IoT devices connected to EdgeX. The chatbot utilizes natural language processing (NLP) techniques to understand user queries and retrieve relevant data from the EdgeX database. Our solution offers an easy-to-use interface for nontechnical users to retrieve data from IoT devices, enabling them to quickly and easily access information about their devices. Our results demonstrate that our chatbot-based solution is efficient and effective in retrieving data from IoT devices, offering a more user-friendly approach for querying EdgeX databases. The proposed chatbot-based solution has the potential to improve the accessibility and efficiency of data retrieval from IoT devices in EdgeX.}, year = {2023}, eissn = {1613-0073}, pages = {104-113}, orcid-numbers = {Alwahab, Dhulfiqar Zoltán/0000-0002-7893-6250; Pataki, Norbert/0000-0002-7519-3367; Tejfel, Máté/0000-0001-8982-1398} } @article{MTMT:34204988, title = {A static analysis approach for modern iterator development}, url = {https://m2.mtmt.hu/api/publication/34204988}, author = {Kolozsvári, Dániel and Pataki, Norbert}, doi = {10.33039/ami.2023.08.006}, journal-iso = {ANN MATH INFORM}, journal = {ANNALES MATHEMATICAE ET INFORMATICAE}, volume = {59}, unique-id = {34204988}, issn = {1787-5021}, year = {2023}, eissn = {1787-6117}, pages = {37-53}, orcid-numbers = {Pataki, Norbert/0000-0002-7519-3367} } @inproceedings{MTMT:34156166, title = {The Role of Implementation-Specific Static Analysis}, url = {https://m2.mtmt.hu/api/publication/34156166}, author = {Babati, Bence and Pataki, Norbert}, booktitle = {2023 International Conference on Software and System Engineering (ICoSSE)}, doi = {10.1109/ICoSSE58936.2023.00009}, unique-id = {34156166}, year = {2023}, pages = {1-6}, orcid-numbers = {Pataki, Norbert/0000-0002-7519-3367} } @inproceedings{MTMT:34156158, title = {MEC – Applications Deployment and TCP Testing Using Simu5G}, url = {https://m2.mtmt.hu/api/publication/34156158}, author = {Alwahab, Dhulfiqar Zoltán and Pataki, Norbert}, booktitle = {2023 International Conference on Software and System Engineering (ICoSSE)}, doi = {10.1109/ICoSSE58936.2023.00015}, unique-id = {34156158}, year = {2023}, pages = {38-43}, orcid-numbers = {Alwahab, Dhulfiqar Zoltán/0000-0002-7893-6250; Pataki, Norbert/0000-0002-7519-3367} } @CONFERENCE{MTMT:34129966, title = {Visualization of Read-Copy-Update synchronization contexts in C code}, url = {https://m2.mtmt.hu/api/publication/34129966}, author = {Fülöp, Endre and Gyén, Attila and Pataki, Norbert}, booktitle = {12th International Conference on Applied Informatics (ICAI 2023)}, unique-id = {34129966}, year = {2023}, orcid-numbers = {Pataki, Norbert/0000-0002-7519-3367} } @article{MTMT:34109676, title = {Evaluation of scalability in the Fission serverless framework}, url = {https://m2.mtmt.hu/api/publication/34109676}, author = {Fonyódi, Balázs and Pataki, Norbert and Révész, Ádám}, doi = {10.33039/ami.2023.08.002}, journal-iso = {ANN MATH INFORM}, journal = {ANNALES MATHEMATICAE ET INFORMATICAE}, volume = {58}, unique-id = {34109676}, issn = {1787-5021}, year = {2023}, eissn = {1787-6117}, pages = {20-29}, orcid-numbers = {Pataki, Norbert/0000-0002-7519-3367; Révész, Ádám/0000-0002-8375-7767} } @article{MTMT:34091961, title = {Visualization of Read-Copy-Update synchronization contexts in C code}, url = {https://m2.mtmt.hu/api/publication/34091961}, author = {Fülöp, Endre and Gyén, Attila and Pataki, Norbert}, doi = {10.33039/ami.2023.08.003}, journal-iso = {ANN MATH INFORM}, journal = {ANNALES MATHEMATICAE ET INFORMATICAE}, volume = {58}, unique-id = {34091961}, issn = {1787-5021}, abstract = {The Read-Copy-Update (RCU) mechanism is a way of synchronizing concurrent access to variables with the goal of prioritizing read performance over strict consistency guarantees. The main idea behind this mechanism is that RCU avoids the use of lock primitives while multiple threads try to read and update elements concurrently. In this case, elements are linked together through pointers in a shared data structure. RCU is used in the Linux kernel, but there are user-space libraries which implement the technique as well. One of the user-space solutions is liburcu that is a C language library. Earlier, we defined our code comprehension framework for easing the development of RCU solutions. In this paper, we present our visualization techniques for the Microsoft’s Monaco Editor.}, year = {2023}, eissn = {1787-6117}, pages = {30-40}, orcid-numbers = {Pataki, Norbert/0000-0002-7519-3367} }