This repository contains some of the assignments from subjects I studied at university. This is only a part of the assignments, that I want to share in this repository.
- BIG - DB Technologies for Big Data. This folder contains my semester work, which has two parts.
- The first part is a MongoDB database, and the second part is data analytics of three datasets using ELK (Elasticsearch, Logstash, Kibana) and Spark.
- JUL - Programming in Julia.
- ML1 - Machine learning 1.
- ML2 - Machine Learning 2.
- OSY - Operating Systems. This folder contains .cpp file with my own implementation of memory allocation using “Buddy system”.
- PRS - Practical statistic. This folder contains three assignments on data analytics using R. These assignments were completed in a team with two of my friends.
- PST - Probability and Statistics. This folder contains the last assignment of this subject, which I completed in a team with my friend. This assignment includes distribution testing, finding basic statistical information such as median, mean, and variance, and hypothesis testing.
- SQL - Advanced SQL. This folder contains assignments on Oracle (PL/SQL) and PostgreSQL (PL/pgSQL) databases.
- hw01 - [Oracle PL/SQL] - Procedures for data generation.
- hw02 - [Oracle PL/SQL] - Implementation of complex I/O operations using triggers and packages.
- hw03 - [Oracle PL/SQL] - Recursion and parameterized cursor.
- hw04 - [Oracle PL/SQL] - Optimization.
- hw05 - [PostgreSQL PL/pgSQL] - Processing CSV data in a PostgreSQL database.
- test - Test in semester.
- SVZ - Machine Vision and Image Processing. This folder contains assignments on processing image data using Python and the OpenCV library.
- VIZ - Data visualisation. This folder contains data analysis and visualizations using Python libraries
numpy
,pandas
,seaborn
,matplotlib
, andnetworkx
.
- ZNS - Knowledge systems.