https://github.com/cccaaannn/homeworks
homeworks
https://github.com/cccaaannn/homeworks
homeworks
Last synced: 11 days ago
JSON representation
homeworks
- Host: GitHub
- URL: https://github.com/cccaaannn/homeworks
- Owner: cccaaannn
- License: mit
- Created: 2020-12-07T01:29:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T18:02:55.000Z (over 3 years ago)
- Last Synced: 2025-10-28T01:55:11.190Z (9 months ago)
- Topics: homeworks
- Language: Java
- Homepage:
- Size: 70.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homeworks
---
  [](https://github.com/cccaaannn/homeworks/blob/master/LICENSE)
This repo is a backup of all the homeworks that I made or helped over the years.
Some of them are poorly commented and in a terrible shape 🤷🏻♂️, but if you are brave enough to look at that terrible code you are welcome to use any of them.
---
## **Content**
- ## Cpp
- Cpp object oriented
- [exam scheduling system](1-cpp/cpp_object_oriented/oop_hw)
- Data structures
- [log analyser](1-cpp/data_structures/log_analyser)
- [tweet analyser](1-cpp/data_structures/tweet_analyser)
- [linkedlist int](1-cpp/data_structures/linkedlist_int)
- Analysis of algorithms
- [string matching homework](1-cpp/analysis_of_algorithms/string_matching)
- [string matching homework from different year](1-cpp/analysis_of_algorithms/string_matching_hw_different_year)
- Formal languages and automata theory
- [regex engine](1-cpp/formal_languages_and_automata_theory/regex_engine)
- Other
- [rhombus](1-cpp/other/rhombus)
- [fizzbuzz](1-cpp/other/fizzbuzz)
- [horspool](1-cpp/other/horspool)
- ## Java
- Introduction to java
- [order system](2-java/introduction_to_java/order_system)
- [simple ui](2-java/introduction_to_java/simple_ui)
- [lab work 1](2-java/introduction_to_java/lab1)
- [lab work 2](2-java/introduction_to_java/lab2)
- [lab work 3](2-java/introduction_to_java/lab3)
- [lab work 4](2-java/introduction_to_java/lab4)
- [lab work 5](2-java/introduction_to_java/lab5)
- Advanced programming
- [chat system](2-java/advanced_programming/chat)
- [snake game](2-java/advanced_programming/snake_game_mine)
- [snake game different](2-java/advanced_programming/snake_game_not_mine)
- Analysis of algorithms
- [string matching homework java version](2-java/analysis_of_algorithms/string_matching)
- Formal languages and automata theory
- [regex engine](2-java/formal_languages_and_automata_theory/regex_engine)
- Operating systems
- [barrier-semaphore homework](2-java/operating_systems/barrier_semaphore)
- Other
- [ShoppingList Problem](2-java/other/ProgrammingChallenge/ShoppingListProblem)
- [Bulk Message Delivery Application](2-java/other/ProgrammingChallenge/BulkMessageDeliveryApplication)
- [question answer system homework](2-java/other/question_answer_hw)
- [separate images by date](2-java/other/separate_images_by_date)
- ## Python
- Introduction to python
- [homework 1](3-python/introduction_to_python/hw1)
- [homework 2](3-python/introduction_to_python/hw2)
- [homework 3](3-python/introduction_to_python/hw3)
- [homework 4](3-python/introduction_to_python/hw4)
- [midterm](3-python/introduction_to_python/midterm)
- [final](3-python/introduction_to_python/final)
- Introduction to python (another one)
- [midterm](3-python/introduction_to_python2/midterm)
- Analysis of algorithms
- [string matching homework python version](3-python/analysis_of_algorithms/string_matching)
- Capstones
- [article classification machine learning](3-python/capstone/article_classification)
- [sign language deep learning](3-python/capstone/sign_language_deep_learning)
- [detect money computer vision](3-python/capstone/detect_money)
- Data mining
- [feature selection 1](3-python/data_mining/hw1)
- [testing mean](3-python/data_mining/hw2)
- [feature selection 2](3-python/data_mining/hw3)
- [simple house prices prediction](3-python/data_mining/hw4)
- [k-means on iris set](3-python/data_mining/hw5)
- [documents classification](3-python/data_mining/hw6)
- Computer vision
- [background subtractor](3-python/computer_vision/background_subtractor)
- [offsite finder](3-python/computer_vision/offsite_finder)
- Artificial neural networks
- [homework](3-python/artificial_neural_networks/hw)
- [final project](3-python/artificial_neural_networks/final_project)
- Network security and cryptography
- [diffie hellman](3-python/network_security_cryptography/hw1)
- [euclidean-extended euclidean](3-python/network_security_cryptography/hw2)
- Other
- [simple pizza order system](3-python/other/simple_pizza_order)
- [GCD](3-python/other/gcd)
- [crop yield estimation](3-python/other/crop_yield_estimation)
- [simple api backend](3-python/other/backend)
- ## Arduino
- [alarm clock](4-arduino/alarm_clock)
- [seven segment display homework](4-arduino/seven_segment_display)
- ## C
- [dynamic array](5-c/dynamic_array)
- [copy file](5-c/copy_file)