Pinned Repositories
2AA4-Python
Python work in 2AA4.
2XB3
3A04
assyria-subreddit-css
In progress redesign of r/assyria CSS.
AssyrianOCR
Attempt at OCR program for Assyrian Neo-Aramaic
Battleship_AI
A battleship AI algorithm that runs on Hackerrank.
Blockchain_Demo
A demo of how blockchain works, requires CryptoJS to run, a running version can be seen here: https://codepen.io/Atouraya/pen/BJRxbY
BST_to_Linked_List
A program that once compiled creates two executable files. bst and primegap. bst takes as input first the number of integers and then the maximum value of an int plus one. With this input, an array is generated from the input given for the number of elements and their range. A Binary Search Tree is then created from the generated array. The BST is then converted to a linked list and that linked list is then reversed. As output, the array, the BST that is searched and printed in increasing order, the linked list in increasing order, and the reverse linked list in decreasing order. What prime gap does is calculate the largest gap in consecutive prime numbers using the GMP library.
Console-Blackjack
A Java application that allows you to play Blackjack within the console with real custom deck simulation. Full in game features, programmed within 5 days. Slight debugging required on splitting cards and more features still to be added..
YouPy
YouTube Video Downloader
SurayaAtouraya's Repositories
SurayaAtouraya/2XB3
SurayaAtouraya/assyria-subreddit-css
In progress redesign of r/assyria CSS.
SurayaAtouraya/AssyrianOCR
Attempt at OCR program for Assyrian Neo-Aramaic
SurayaAtouraya/YouPy
YouTube Video Downloader
SurayaAtouraya/2AA4-Python
Python work in 2AA4.
SurayaAtouraya/3A04
SurayaAtouraya/Battleship_AI
A battleship AI algorithm that runs on Hackerrank.
SurayaAtouraya/Blockchain_Demo
A demo of how blockchain works, requires CryptoJS to run, a running version can be seen here: https://codepen.io/Atouraya/pen/BJRxbY
SurayaAtouraya/BST_to_Linked_List
A program that once compiled creates two executable files. bst and primegap. bst takes as input first the number of integers and then the maximum value of an int plus one. With this input, an array is generated from the input given for the number of elements and their range. A Binary Search Tree is then created from the generated array. The BST is then converted to a linked list and that linked list is then reversed. As output, the array, the BST that is searched and printed in increasing order, the linked list in increasing order, and the reverse linked list in decreasing order. What prime gap does is calculate the largest gap in consecutive prime numbers using the GMP library.
SurayaAtouraya/Console-Blackjack
A Java application that allows you to play Blackjack within the console with real custom deck simulation. Full in game features, programmed within 5 days. Slight debugging required on splitting cards and more features still to be added..
SurayaAtouraya/Discord-Bots
SurayaAtouraya/matrix-multiplication
A program that takes the rows and columns of two matrices, generates them, multiplies them and then calculates the error in the calculation returning success if the error is less than 1E-14.
SurayaAtouraya/Mean_Median_Photo_Filter
This program takes a PPM photo as input and applies a mean or median filter and stores the file in an output specified.
SurayaAtouraya/ml-regression-demo-FIFA
Implementing a basic linear regression machine learning model to predict the value of soccer players (in millions of Euros) based on FIFA 19 game data.
SurayaAtouraya/noto-fonts
Noto fonts, except for CJK and emoji
SurayaAtouraya/Primegap_Calculator
A program that once compiled creates an executable file, primegap. What primegap does is calculate the largest gap in consecutive prime numbers using the GMP library.
SurayaAtouraya/qeenatha
SurayaAtouraya/react-native-webrtc
The WebRTC module for React Native
SurayaAtouraya/Shopify_API_Challenge
A JavaScript program that consumes an API and outputs a JSON after taking actions on data received.
SurayaAtouraya/songs-of-assyria
A website (in progress) that allows a user community to translate Assyrian songs to English.
SurayaAtouraya/SurayaAtouraya.github.io
test site
SurayaAtouraya/textcycle
SurayaAtouraya/Todo_App
Simple todo app made with HTML, CSS, and JavaScript. Can be seen running here: https://codepen.io/Atouraya/full/qpmRNK