• Stars
    star
    1
  • Language
    Java
  • Created over 3 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Java-based project for the command-line that allows you to discover new music by interacting with Spotify's API.

More Repositories

1

web-server-programming-java-2021

My solutions to the exercises of the online course on Web server programming in Java (2021) organized by the University of Helsinki. The course teaches the principles of web applications and basic skills in developing web applications in Java.
Java
6
star
2

hyperskill_java_challenges

Solutions developed by me to most of the programming challenges included in JetBrains Academy/Hyperskill's Java Developer track.
Java
4
star
3

simplebankingsystem

Text-based project developed in Java that let's you interact with a simple banking system by way of a relational database implemented with the help of JDBC and SQLite. All the clients' data is stored in the database.
Java
1
star
4

mooc-java-programming-ii

My solutions to all the exercises included in the second part of University of Helsinki's Java Programming MOOC at https://java-programming.mooc.fi/
Java
1
star
5

encrypted-chat-forum

Taking inspiration from the classic Bulletin Board System's (BBSs), we developed two command-line based applications: one for the client and another for the server. The aim of the project was to emulate the functioning of a BBS forum that took advantage of the networking and concurrency features of the Java programming language.
Java
1
star
6

numeral-system-converter

Mathematical helper developed in Java that allows the user to convert any number (integer or fractional) from one numeral system to another. Command-line based.
Java
1
star
7

errorcorrectingencoderdecoder

Application that reads a text file and generates another file which encodes the original one by generating errors in the bytes it contains. This is done by way of bitwise and bit-shift operations.
Java
1
star