Skip to content
View RobertNeat's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report RobertNeat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RobertNeat/README.md

Algorithms

  1. Pointer arrays (one-dimensional, tow-dimensional): pointer-arrays
  2. Sorting algorithms (BubbleSort, InsertSort, SelectSort): sort-algorithms
  3. QuickSort algorithm: quicksort
  4. Flag algorithms (polish,french): polish-french-algorithm
  5. Text pattern search algorithms (Knuth-Morris-Pratt algorithm): text-search-KMP
  6. Text hash functions(Rabin–Karp algorithm): hash-function
  7. Search information in set (linear search, bisectional search): linear-bisectional-search
  8. Stack implementation: stack-basic stack-reverse
  9. Queue implementation: queue
  10. One way list: one-way-list
  11. Two way list: two-way-list
  12. BST tree: bst-tree

Machine learning

  1. Linear regression in finding correlation based on BostonHousing and Diabetes dataset Linear_regression
  2. Classification in finding creditworthiness in bank clients Classification
  3. Attribute extraxtion and generation, PCA, ICA, Fourier Analysis Attribute Extraction
  4. Shallow dense neural networks, grid search, randomized search, model overfitting Shallow neural networks
  5. Convolutional networks for image recognition Convolutional Networks
  6. Branched structures in dense graphic neural networks Branched_Structures
  7. Autoencoders in graohic networks for image classification, data generation, denoise. Autoencoders

Express

  1. Server REST API side portion of Facebook-like social media platform DogBook

React

  1. Client side portion of the Facebook like social media platform DogBook
  2. Client side portion of the ParrotSocial social media platform ParrotSocial

Swift

  1. Components, icons and colour usage in SwiftUI Swift Palette
  2. Image with description over it Parrot Description
  3. 2D figure drawing using user settings Colour Shape Drawer
  4. Drag gesture to change circle position Circle Manipulation
  5. Image gallery with gesture support Interactive Gallery
  6. Field validation during submit Field Validation
  7. Arithmetic calculator app Arithmetic Calculator
  8. Currency exchange app Currency Exchange
  9. Book serach app Search Book List
  10. House list app with dynamic details page House Market Listings
  11. Dog persistant list using Core Data Dog Persistance List
  12. Map app that shows desired coordination location on map Pinned Map
  13. CookBook app for adding own recipes, check ingredients and cooking steps Cook Book

Java

  1. BookStore API with web_client BookStore
  2. SocialHub REST API socialhub_api
  3. ParrotSocial REST API - with mongodb, jwt ParrotSocial
  4. NoteApp REST API NoteAPI

Android

  1. Average grade calculator app Average_app
  2. Phone list with CRUD operations and launching website through implicit intent Phone_list_app
  3. Note app with CRUD functionality (Room database) Note_app
  4. Downloader app info/file using threads with notification Downloader_app
  5. Drawing app with animations (motion layout) Drawing_app
  6. Note app API Client Note_app_API

.NET

  1. Image uploading app that adds watermarks to them before saving image_upload_watermark
  2. Movie list app that stores the data in relational database using ORM movie_list
  3. Fox list with identity and JWT security identity_rest_api

ESP_32

Schematics for components I own - ESP_components_images

  1. Rocket - Asteroid game with display, steering potenciometer and manual button shoting Rocket-asteroid game
  2. Examples with basic electric components -- to modify lab_1
  3. Square display ST7789 (TFT_eSPI library) ST7789_square_display
  4. Round display GC9A01 (TFT_eSPI library) GC9A01_round_display
  5. Sensor-air-quality-ENS160---AHT21 sensor_readout
  6. Air Station - indoor air quality sensor station Air_Station

Pinned Loading

  1. BookStore BookStore Public

    Project of online web-store for selling books which supports creating client account, adding books to cart, finalizing purchase, keeping track of archive purchases. Alongside is created project usi…

  2. City_Gardeners City_Gardeners Public

    Website multi page project featuring HTML, CSS, Javascript a,d Bootstrap (especially grid system).

    HTML

  3. NoteAPI NoteAPI Public

    REST API for android note app with mysql database

    Java 1

  4. Note_app_API Note_app_API Public

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

    Java 2

  5. jilquero/pdf-to-slides jilquero/pdf-to-slides Public

    A cli tool for automatically generating presentations from a pdf or markdown file

    Python 4 1