Pinned Repositories
college-timetable-with-neo4j
Purpose of a project is to design Neo4j Graph Database that stores information to construct timetable for the Semester...
curl-problem
Solutions for curl problem sheet
functional-programming
Solutions for functional programming tasks to be written in Racket lang
JEE_application_to_measure_document_similarity
Java web application that enables two or more text documents to be compared for similarity.
JSF-MySql-Application
leap-mo-piano
A piano GUI that can be played with Leap Motion, hands based device to interact with your computer.
meteorology-api
meteorology-api
MNIST-data-sets-problems
Reading digital image files byte by byte and interpret it with python
Multi-Threaded-Bank-System
multy-dashboard-mvvm-prototype
UWP dashboard application to help people find lost pets
eduards-v's Repositories
eduards-v/college-timetable-with-neo4j
Purpose of a project is to design Neo4j Graph Database that stores information to construct timetable for the Semester...
eduards-v/curl-problem
Solutions for curl problem sheet
eduards-v/functional-programming
Solutions for functional programming tasks to be written in Racket lang
eduards-v/JEE_application_to_measure_document_similarity
Java web application that enables two or more text documents to be compared for similarity.
eduards-v/JSF-MySql-Application
eduards-v/leap-mo-piano
A piano GUI that can be played with Leap Motion, hands based device to interact with your computer.
eduards-v/meteorology-api
meteorology-api
eduards-v/MNIST-data-sets-problems
Reading digital image files byte by byte and interpret it with python
eduards-v/Multi-Threaded-Bank-System
eduards-v/multy-dashboard-mvvm-prototype
UWP dashboard application to help people find lost pets
eduards-v/mvvm_todo_with_remote_storage
Universal Windows Application programmed on C#. Application that records your tasks.
eduards-v/playfair-cipher-breaker
eduards-v/pyplot-numpy-problem-set
Problem set to solve using pyplot and numpy using Jupyter Notebook API
eduards-v/python_fundamentals
This is a answers repository for python fundamentals problem sheet
eduards-v/sales-managment-webapp
Spring Boot application for ordering products in web browser.
eduards-v/SPA_on_Flask
eduards-v/spring-boot-samples
Spring Boot samples by Netgloo
eduards-v/tensorflow-machine-learning
Project to demonstrate machine learning using Tensorflow python library.
eduards-v/tensorflow-problems
Set of problems to learn how to use Tensorflow to work with data for machine learning.
eduards-v/typescript-playground
This repository contains code snippets to learn Typescript.
eduards-v/web-dictionary-distributed-system
Java Web service that provides English words dictionary. Apache Tomcat Server is used to receive HTTP requests and dispatch response back to the client. Tomcat comes with two libraries, servlet-api.jar and jsp-api.jar, providing programmable abstraction for creating custom HttpServlets and rendering of content with jsp pages, the java enhancement of html document. Tomcat server application also acts as a client of the remote method invocation node on the network that performs a lookup of a requested word in a dictionary. Purpose of a project is to show ability to develop applications that are able to use Java multi-threading capabilities to increase reliability and scalability of a system.