Repos
28
Stars
1
Forks
2
Top Language
C
Loading contributions...
Top Repositories
Some basic topics and features of Django web framework with examples.
Simple Todo application APIs developed using Springboot.
Mockito Tutorial for Beginners
Spring framework with spring boot.
assignment 2
Repositories
28No description provided.
Simple Todo application APIs developed using Springboot.
Mockito Tutorial for Beginners
Spring framework with spring boot.
assignment 2
This is my repository for 7th assignment.
This is my repository for 6th assignment.
This is new repository for 5th assignment.
This is my GitHub repository for 3rd assignment.
This is my GitHub repository.
My 70+ coding solutions for "Problem Solving" on HackerRank.
An Example to get JSON data from Internet using 'http' dart package in a flutter app.
Basic MySQL commands with syntax & examples.
My first Flutter app.
Some basic topics and features of Django web framework with examples.
My coding solutions on Codechef.
A Django website to display a Magic Colour for an individual based on their names.
Examples of some basic HTML tags.
American Standard Code for Information Interchange (ASCII)
In data structure, the linear-queue is an ordered list in which data elements are organized in the sequential order.
Stack is a linear data structure which follows a particular order in which the operations are performed. The order may be LIFO(Last In First Out) or FILO(First In Last Out).
A simple python program to find the occurence of a digit in a number without using any inbuilt function.
A saddle point is an element of the matrix such that it is the minimum element in its row and maximum in its column.
A menu-driven C program to find the area of some 2D shapes in different ways.
A menu-driven C program to convert decimal number to it's binary form and vice versa.
A simple C program to convert the phrases/full forms/sentences into abbreviated form.
A simple C program to count the number of words starting with a vowel in a paragraph.
This is a simple interesting Game written in C language.