Giter Site home page Giter Site logo

Zainab Ghauri's Projects

64-bit-os-kernel- icon 64-bit-os-kernel-

Write Your Own 64-bit Operating System Kernel From Scratch. The prerequisite and all the details that will be needed is mentioned in README.md file.

age-viewer icon age-viewer

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.

chatbot-application icon chatbot-application

Its a chatting Application between host and clients over a network , kind of a live chat that ends when anyone one of them type over or host blocks the client ! It also offers innovative features , when the connection is ended feedBack form is displayed.

flight-network-project-using-5-data-structures icon flight-network-project-using-5-data-structures

Our dataset contains flight details. It has starting airports and destination airports along with their distances. From this we created a directed graph. We stored all the details of those airports, their names, IATA codes and airport IDs in an AVL Tree based on their IDs as they were unique. The hash map acts as a link between the graph and the airport IDs as the vertices in our graph are just the indexes of the array but the airport IDs are random positive integers so we could not directly work with them (a lot of space would be wasted if we did). What the hash map does is that it maps the IDs to an array of size 3333 (number of unique airports). We used the linear probing approach so we could get a unique index in the array for every airport ID. This unique index is the index in which the graph stores the edges for that vertex. The graph array and the hash map array are two different arrays.

na-404 icon na-404

AI Based Project that is used for Sentimental Analysis.

quiz-app-in-java icon quiz-app-in-java

This is an Application in Java where you have 50-50 Lifeline. The App is for a user of all ages and has a interactive GUI. Also it is made using JavaFx (scenebuilder).

zaikes icon zaikes

A cyber security Application that uses techniques of Digital Image processing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.