Giter VIP home page Giter VIP logo

Yulia's Projects

abstractqueueofpoints-1d-2d- icon abstractqueueofpoints-1d-2d-

This is a program containing two child implementations of an abstract class, which models an array of points (each point index containing two coordinates, x & y). One implementation utilises a 2D matrix internally, and the other stores each pair of points as two consecutive indices in a one-dimensional array

bitcoin-price-history-chart icon bitcoin-price-history-chart

This program gives past week's data of Bitcoin price represented on a chart and gives prediction by drawing a linear regression line

fibonacci-number icon fibonacci-number

This program gets a user's input (number) from the console and returns its corresponding Fibonacci number

luhn-algorithm-card-number-generator icon luhn-algorithm-card-number-generator

This program can check if a bank card number is correct and generate a number of random valid bank card numbers. It takes a user input from the console

recursive-directory-copy icon recursive-directory-copy

This is a program to recursively copy directories with their subdirectories and their corresponding files

rest-api-test icon rest-api-test

This program consists of various test calls to https://jsonplaceholder.typicode.com/, where I was able to make use of the Jackson and OkHttp libraries, learning to add external dependencies in Maven

string-formatter icon string-formatter

The program performs width-aligned text formatting. It splits the text into lines with a length not exceeding the specified number of characters. The method takes 2 arguments - a string and a number (limit)

url-parser icon url-parser

This is a program which takes a URL as a user's input from the console), parses it with regular expressions and returns its query string parameters in a convenient readable form

words_frequency icon words_frequency

This program checks the most common words in a user's text file. The user can specify the number of the most common words they want to get

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.