Pinned Repositories
3DAnimation-OpenGL
Developed a 3D animated character using openGL.
circularLinkList
This project is a Circular Linked list implementation to manipulate data in a rotational manner
CVS-Pharmacy-Database
A database for CVS pharmacy which focuses mainly on managing concurrency and security
DequeUsingStacks
:) Data Structures in Action
Dog-registration-Database
Database Systems Project on Dog registration using Relational Algebra and Relational Calculus.
Dog-Registration-Extended
Database to manage NYC Dog Registration. This project uses Oracle SQL to answer queries.
Huffman-Coding
InteractiveColorMixer-OpenGL
An interactive color mixer developed using OpenGL library.
javaAndJUnitTesting
This assignment assesses basic knowledge of Java and JUnit, which will need for future assignments and projects.
K-means-Clustering-Problem
k-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster. This results in a partitioning of the data space into Voronoi cells.
adilabuwani's Repositories
adilabuwani/3DAnimation-OpenGL
Developed a 3D animated character using openGL.
adilabuwani/javaAndJUnitTesting
This assignment assesses basic knowledge of Java and JUnit, which will need for future assignments and projects.
adilabuwani/circularLinkList
This project is a Circular Linked list implementation to manipulate data in a rotational manner
adilabuwani/CVS-Pharmacy-Database
A database for CVS pharmacy which focuses mainly on managing concurrency and security
adilabuwani/DequeUsingStacks
:) Data Structures in Action
adilabuwani/Dog-registration-Database
Database Systems Project on Dog registration using Relational Algebra and Relational Calculus.
adilabuwani/Dog-Registration-Extended
Database to manage NYC Dog Registration. This project uses Oracle SQL to answer queries.
adilabuwani/Huffman-Coding
adilabuwani/InteractiveColorMixer-OpenGL
An interactive color mixer developed using OpenGL library.
adilabuwani/K-means-Clustering-Problem
k-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster. This results in a partitioning of the data space into Voronoi cells.
adilabuwani/MessagePassing-Pipes
Message passing using pipes
adilabuwani/OOP-TIC-TAC-TOE
adilabuwani/PrefixPostFixApp
This App evaluates an infix expression to postfix, and evaluates the result using Stack implementation.
adilabuwani/Radix-Sort
adilabuwani/Run-Length-Encoding
Run-length encoding (RLE) is a very simple form of lossless data compression in which runs of data (that is, sequences in which the same data value occurs in many consecutive data elements) are stored as a single data value and count, rather than as the original run. This is most useful on data that contains many such runs. Consider, for example, simple graphic images such as icons, line drawings, and animations. It is not useful with files that don't have many runs as it could greatly increase the file size.
adilabuwani/android-fundamentals-starter-apps-v2
adilabuwani/Category-Partition
In this project, I generate between 60 and 100 test-case specifications (i.e., generated test frames) for a simplified version of the replace utility, whose specs are provided below, using the category-partition method that was taught in class. I use the TSLgenerator tool to generate test frames. When defining the test specifications, I suitably cover the domain of the application under test. And make sure to suitably use constraints (rather than eliminating choices) to keep the number of test cases within the specified thresholds
adilabuwani/DesignClass-MagazineDesign
adilabuwani/White-Box-Testing
Getting familiar with white-box-Testing
adilabuwani/WICSworkshop