Pinned Repositories
ACRONYM-Creator
A simple C program to convert the phrases/full forms/sentences into abbreviated form.
AREA-2D
A menu-driven C program to find the area of some 2D shapes in different ways.
ASCII
American Standard Code for Information Interchange (ASCII)
BINARY-vs-DECIMAL
A menu-driven C program to convert decimal number to it's binary form and vice versa.
Django-Tutorial
Some basic topics and features of Django web framework with examples.
HackerRank
My 70+ coding solutions for "Problem Solving" on HackerRank.
Match-Stick-GAME
This is a simple interesting Game written in C language.
SIMPLE-INTEREST-Calculator-App
My first Flutter app.
Spring-with-SpringBoot
Spring framework with spring boot.
ToDo-Springboot-Application
Simple Todo application APIs developed using Springboot.
saurav0001kumar's Repositories
saurav0001kumar/Django-Tutorial
Some basic topics and features of Django web framework with examples.
saurav0001kumar/ACRONYM-Creator
A simple C program to convert the phrases/full forms/sentences into abbreviated form.
saurav0001kumar/AREA-2D
A menu-driven C program to find the area of some 2D shapes in different ways.
saurav0001kumar/ASCII
American Standard Code for Information Interchange (ASCII)
saurav0001kumar/BINARY-vs-DECIMAL
A menu-driven C program to convert decimal number to it's binary form and vice versa.
saurav0001kumar/Codechef-Practice
My coding solutions on Codechef.
saurav0001kumar/Digit-IN-Number
A simple python program to find the occurence of a digit in a number without using any inbuilt function.
saurav0001kumar/E-Commerce
assignment 2
saurav0001kumar/Git
This is new repository for 5th assignment.
saurav0001kumar/HackerRank
My 70+ coding solutions for "Problem Solving" on HackerRank.
saurav0001kumar/Match-Stick-GAME
This is a simple interesting Game written in C language.
saurav0001kumar/SIMPLE-INTEREST-Calculator-App
My first Flutter app.
saurav0001kumar/Spring-with-SpringBoot
Spring framework with spring boot.
saurav0001kumar/ToDo-Springboot-Application
Simple Todo application APIs developed using Springboot.
saurav0001kumar/HTML-Basics
Examples of some basic HTML tags.
saurav0001kumar/jdbc-mysql-demo
saurav0001kumar/John_codeBase
This is my repository for 7th assignment.
saurav0001kumar/Linear-QUEUE
In data structure, the linear-queue is an ordered list in which data elements are organized in the sequential order.
saurav0001kumar/MAGIC-Colour
A Django website to display a Magic Colour for an individual based on their names.
saurav0001kumar/MergeConflict-Test
This is my repository for 6th assignment.
saurav0001kumar/MockitoTutorialForBeginners
Mockito Tutorial for Beginners
saurav0001kumar/myRepo
This is my GitHub repository.
saurav0001kumar/myRepo2
This is my GitHub repository for 3rd assignment.
saurav0001kumar/MySQL-Commands
Basic MySQL commands with syntax & examples.
saurav0001kumar/REST_API_in_Flutter
An Example to get JSON data from Internet using 'http' dart package in a flutter app.
saurav0001kumar/SADDLE-Point
A saddle point is an element of the matrix such that it is the minimum element in its row and maximum in its column.
saurav0001kumar/STACK
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).
saurav0001kumar/WORDs-start-with-VOWELs
A simple C program to count the number of words starting with a vowel in a paragraph.