• Stars
    star
    5
  • Rank 2,856,457 (Top 57 %)
  • Language
    Jupyter Notebook
  • Created almost 5 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this Repository, all codes are present which I have created while studying computer network in my college

More Repositories

1

Cryptography-Assignments

These are the lab assignments performed during the course of cryptography
Jupyter Notebook
11
star
2

Complaint-Management

This website is used for taking feedback from students and sending it to respective faculty.
CSS
6
star
3

College-Recruitment-Portal-For-Staff

It is a web application to recruit faculties, staff members for colleges. Main features of this application is paperless recruitment and data security of the recruits.
PHP
5
star
4

Weather-Website

It is a simple weather forecasting website which retrieves location information and sends back information regarding today’s weather.
HTML
4
star
5

Recruitment

This is a faculty Recruitment-Portal of Indian Institute of Information Technology, Nagpur.
PHP
3
star
6

MemoryAllocation

The real challenge of efficiently managing memory is seen in the case of a system which has multiple processes running at the same time. Since primary memory can be space-multiplexed, the memory manager can allocate a portion of primary memory to each process for its own use. However, the memory manager must keep track of which processes are running in which memory locations, and it must also determine how to allocate and deallocate available memory when new processes are created and when old processes complete execution. While various different strategies are used to allocate space to processes competing for memory, three of the most popular are Best fit, Worst fit, and First fit.
C++
3
star
7

PeriodicTable

This is a JavaFx application showing a interactive periodic table. It will be helping students to memorize and to know about element specifications.
Java
2
star
8

Tensorflow-Data_And_Deployment

Jupyter Notebook
2
star
9

Coursera-Bioinformaics

Jupyter Notebook
1
star
10

SIH-Hackathon

JavaScript
1
star
11

STL-Library

1
star
12

Task-Manager

CSS
1
star
13

React-coursera

This is a repository which i build while learning react on coursera
JavaScript
1
star
14

Bike-Crash-Detection

This is a simple static website for my college project
HTML
1
star
15

Recruitment-Portal

It is a web application to recruit faculties, staff members for colleges. Main features of this application is paperless recruitment and data security of the recruits.
PHP
1
star
16

BMXCrashLoop

It is a gaming application, the aim of this game is not to crash the car by dodging the obstacles coming form the top of the screen and the speed of game increases as the score increases.
Python
1
star
17

Amazon

A C++ program which implements same functions as that are in amazon.in using Graphics, file handling and Data Structure.
C++
1
star
18

VedantaVihar

This was a freelancer work completed by me and it is live on : http://vedantavihar.com/
CSS
1
star
19

Compiler-Lab-Assignment

All the lab assignment which is performed during compiler design course
C
1
star
20

RainManProblem

This is a C++ code which based upon the concept of Kinematics "Rain man problem". It helps students to visualize the problem and get the accurate answer.
C++
1
star
21

BigInt

To compute basic mathematical calculation like addition, subtraction, etc. on large digit number using c++
C++
1
star
22

ChatApplication

The chat app uses the Socket.IO library so that users can join a room and chat with other members in that specific room. One of the key feature is it blocks all the message which contains bad words.
JavaScript
1
star