• Stars
    star
    1
  • Language
    Java
  • License
    MIT License
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

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

Repository Details

Android app that calculates average for student based on subject count provided by user.

More Repositories

1

Note_app_API

Android client app for NoteAPI (rest api) that connect to MySQL database for creating notes in list
Java
2
star
2

House_market_listings

SwiftUI (iphone) app that lists houses with its informations and photo with details page
Swift
1
star
3

NoteAPI

REST API for android note app with mysql database
Java
1
star
4

hash-function

Rabin–Karp algorithm - with hash function
C++
1
star
5

queue

Queue inplementation
C++
1
star
6

stack-reverse

Program that reverses text from file.
C++
1
star
7

quicksort

Quicksort algorithm that sort records read from file.
C++
1
star
8

stack-implementation

Program that implements stack structure in C++ project.
C++
1
star
9

Phone_list_app

Android app that stores list of phones in Room Database, the interface provides possibility to add/edit/delete/delete all elements, such as view website using implicit intent
Java
1
star
10

Drawing_app

Android app that lets user to write on canvas (Drawing Surface) using threads. The app stores drawed image till stop, there added animations using Motion Layout.
Java
1
star
11

sort-algorithms

Bubble sort, selection sort and insert sort example
C++
1
star
12

polish-french-algorithm

Polish flag and French flag algorithms
C++
1
star
13

text-search-KMP

Knuth-Morris-Pratt text search algorithm.
C++
1
star
14

Downloader_app

Android app that uses foreground service to download either information about file under URL provided by user or download file in device memory.
Java
1
star
15

movie_list

This project uses ORM with SQLite to store list of movies with its genre
C#
1
star
16

pointer-arrays

Simple c++ program that shows how to create and manage pointer arrays
C++
1
star
17

two-way-list

Inplementation of two way list
C++
1
star
18

one-way-list

One way list inplementation
C++
1
star
19

image_upload_watermark

This project lets user to upload the image to server using razor pages and then adds watermark automatically
HTML
1
star
20

Note_app

Android app that stores list of notes in Room Database (each note have its date, title, description), the interface provides possibility to add/edit/delete/delete all elements.
Java
1
star
21

bst-tree

BST tree inplementation
C++
1
star
22

identity_rest_api

This project uses ASP.NET Identity to manage users as well as JWT tokens
C#
1
star
23

linear-bisectional-search

Linear search and bisecion in .csv file (read-write to file).
C++
1
star