Pinned Repositories
ANSI-Art-Converter-FUSE
File system that filters and converts the text files which include ANSI art in source directory to PNG images in destination directory on the fly on Linux, written in C. System Programming course project.
drf-extra-fields
Extra Fields for Django Rest Framework
Hipo-Recipes
A recipe sharing web application for Hipo internship application.
Iwent
A template project for the ITU Database Systems course.
Language-Model
A language model in C++ for NLP researches.
Lucy-and-Joseph
Dijkstra's Shortest Path Algorithm implementation for finding shortest paths for two friends: Lucy and Joseph. Written in C++. Analysis of Algorithms course assignment.
Mastermind
Character device driver module on Linux to play the Mastermind game in terminal with bash commands, written in C. System Programming course project.
Merge-Sort-vs.-Bubble-Sort
Merge Sort and Bubble Sort implementation to compare these algorithms written in C++. Analysis of Algorithms course assignment.
Pikachu-vs-Blastoise
Graph, Breadth First Search and Depth First Search implementation for Pokemon battle. Analysis of Algorithms course assignment.
S3-DynamoDB
A Django application for uploading the files to S3 bucket and storing the files' metadata in DynamoDB. Amazon Web Services (AWS) course assignment, implemented in Python, Django.
damlanisa's Repositories
damlanisa/S3-DynamoDB
A Django application for uploading the files to S3 bucket and storing the files' metadata in DynamoDB. Amazon Web Services (AWS) course assignment, implemented in Python, Django.
damlanisa/Hipo-Recipes
A recipe sharing web application for Hipo internship application.
damlanisa/Language-Model
A language model in C++ for NLP researches.
damlanisa/Mastermind
Character device driver module on Linux to play the Mastermind game in terminal with bash commands, written in C. System Programming course project.
damlanisa/ANSI-Art-Converter-FUSE
File system that filters and converts the text files which include ANSI art in source directory to PNG images in destination directory on the fly on Linux, written in C. System Programming course project.
damlanisa/drf-extra-fields
Extra Fields for Django Rest Framework
damlanisa/Iwent
A template project for the ITU Database Systems course.
damlanisa/Lucy-and-Joseph
Dijkstra's Shortest Path Algorithm implementation for finding shortest paths for two friends: Lucy and Joseph. Written in C++. Analysis of Algorithms course assignment.
damlanisa/Merge-Sort-vs.-Bubble-Sort
Merge Sort and Bubble Sort implementation to compare these algorithms written in C++. Analysis of Algorithms course assignment.
damlanisa/Pikachu-vs-Blastoise
Graph, Breadth First Search and Depth First Search implementation for Pokemon battle. Analysis of Algorithms course assignment.
damlanisa/Min-Heap-Sort
Min HeapSort implementation for event scheduling written in C++. Analysis of Algorithms course assignment.
damlanisa/Test-Optimization-Dynamic-Programming
Dynamic programming solution for 0-1 Knapsack Problem to select the most efficient test suites in a bunch of tests and prioritization of test cases using Levenshtein edit distance. Written in C++. Analysis of Algorithms course assignment.