Mr_Shubham_Khalane (1khalaneshubham)

1khalaneshubham

Geek Repo

Company:student

Location:Pune,Maharashtra

Home Page:https://www.linkedin.com/in/shubham-khalane-44a68423b

Github PK Tool:Github PK Tool

Mr_Shubham_Khalane's repositories

css_Advanced

Advanced CSS is a set of tools and techniques that help you create the modern websites that employers and clients are looking for. These skills help you make websites more responsive more easily so, whatever kind or size of device someone is using to view your site, it looks fantastic and works well.

Language:HTMLStargazers:1Issues:0Issues:0

DOM-Events

DOM events carry a payload of information that may be useful to the component. This section shows how to bind to the keyup event of an input box to get the user's input after each keystroke. The following code listens to the keyup event and passes the entire event payload ( $event ) to the component event handler.

Language:JavaScriptStargazers:1Issues:0Issues:0

DSA-sheet-JAVA

SDE Sheet is a curated list of the most popular questions among important topics, such as Data Structure and Algorithms (DSA), CS Subjects, Aptitude, etc, asked in the Software Development Engineer Interviews.

Language:JavaStargazers:1Issues:0Issues:0

Express.js

Express is a node js web application framework that provides broad features for building web and mobile applications. It is used to build a single page, multipage, and hybrid web application. It's a layer built on the top of the Node js that helps manage servers and

Language:JavaScriptStargazers:1Issues:0Issues:0

First_project_web_page

This my first project using html and css. I have create small website using html and css

Language:HTMLStargazers:1Issues:0Issues:0

MY_SQL

MySQL is an open-source, Relational Database Management System that stores data in a structured format using rows and columns. It’s software that enables users to create, manage, and manipulate databases. Developed by MySQL AB, which is now owned by Oracle Corporation, MySQL is renowned for its reliability, scalability, and ease of use

Stargazers:1Issues:0Issues:0

Node.js

It is used for server-side programming, and primarily deployed for non-blocking, event-driven servers, such as traditional web sites and back-end API services, but was originally designed with real-time, push-based architectures in mind. Every browser has its own version of a JS engine, and node.

Language:JavaScriptStargazers:1Issues:0Issues:0

PYTHON

ython is commonly used for developing websites and software, task automation, data analysis, and data visualisation. Since it's relatively easy to learn, Python has been adopted by many non-programmers, such as accountants and scientists, for a variety of everyday tasks, like organising finances

Language:PythonStargazers:1Issues:0Issues:0

Simon-Says-Game

The players must obey all commands that begin with the words “Simon says”. If Simon says, “Simon says touch your nose” then all players must touch their nose. However, if Simon says, “jump” without saying “Simon says” first the players must not jump. If they do jump, that player is out until the next game.

Language:JavaScriptStargazers:1Issues:0Issues:0

ToDoApp

They list everything that you have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. By keeping such a list, you make sure that your tasks are written down all in one place so you don't forget anything important.

Language:JavaScriptStargazers:1Issues:0Issues:0

WeatherApp_API

A weather API is an Application Programming Interface that allows weather data to be queried from scripts and code. Good weather APIs provide both historical weather data and forecast data via an easy-to-use, well-defined programming interface.

Language:CSSStargazers:1Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

Badges1

Hello

Language:HTMLStargazers:0Issues:0Issues:0

CallStack

JavaScript uses a Call Stack to track the functions in a program. The call stack works on the Last In, First Out (LIFO) principle. This means that the most recently called function will be the first to be completed. Whenever a function is called, a new frame is added to the top of the stack.

Language:JavaScriptStargazers:0Issues:0Issues:0

Data_Visulation_Web_App_With_Python

GitHub Profile Description: "Crafting intuitive data visualization web apps with Python. Harnessing Flask, Plotly, and Pandas to transform raw data into insightful visuals. Join me on this journey of making complex data accessible and actionable."

Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

GitDataObj

expreiment file

Language:HTMLStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Graphs-parst-4-

In math, a graph can be defined as a pictorial representation or a diagram that represents data or values in an organized manner.

Language:JavaStargazers:0Issues:0Issues:0

Graphs-part-2-

This graph has a set of vertices V= { 1,2,3,4,5} and a set of edges E= { (1,2),(1,3),(2,3),(2,4),(2,5),(3,5),(4,50 }.

Language:JavaStargazers:0Issues:0Issues:0

Graphs-part-3-

In discrete mathematics, a graph is a collection of points, called vertices, and lines between those points, called edges. There are many different types of graphs, such as connected and disconnected graphs, bipartite graphs, weighted graphs, directed and undirected graphs, and simple graphs.

Language:JavaStargazers:0Issues:0Issues:0

Graphs-part-5-

e different types of graphs based on the position of nodes and vertices are Directed Graph, Non-directed Graph, Null Graph, Simple Graph, Trivial Graph, Complete Graph, Cycle Graph, Cyclic Graph, Acyclic Graph, Connected Graph, Disconnected Graph, Regular Graph, Finite Graph, Infinite Graph, Pseudo Graph,

Language:JavaStargazers:0Issues:0Issues:0

Graphs1

In math, a graph can be defined as a pictorial representation or a diagram that represents data or values in an organized manner. The points on the graph often represent the relationship between two or more things.

Language:JavaStargazers:0Issues:1Issues:0

Hashing

Hashing in Java is a technique for mapping data to a secret key, that can be used as a unique identifier for data. It employs a function that generates those keys from the data; this function is known as the Hash-function, and the output of this function (keys) is known as Hash-values.

Language:JavaStargazers:0Issues:0Issues:0

Heaps

A Heap is a complete binary tree data structure that satisfies the heap property: for every node, the value of its children is less than or equal to its own value. Heaps are often used to implement priority queues, where the smallest (or largest) element is always at the root of the tree.

Language:JavaStargazers:0Issues:0Issues:0

java-constructor

A constructor in Java is a special method that is used to initialize objects. The constructor is called when an object of a class is created. It can be used to set initial values for object attributes:

Language:JavaStargazers:0Issues:0Issues:0

LP-2

GitHub https://github.com › JigyarthJoshi › SPPU-TE-COMP-SE... SPPU-TE-COMP-SEM-2-ALL-LAB-ASSIGNMENTS. THIS REPO CONTAINS ALL THE LAB ASSIGNMENTS OF THE SPPU THIRD YEAR COMPUTER 2019 PATTERN SYLLABUS

Language:PythonStargazers:0Issues:0Issues:0

PatternCode

In many Java interviews Star, number, and character patterns are the most asked Java Pattern Programs to check your logical and coding skills. Pattern programs in Java help you to sharpen your looping concepts(for loop).

Language:JavaStargazers:0Issues:0Issues:0

Tries

Tries: Tries are an extremely special and useful data-structure that are based on the prefix of a string. They are used to represent the “Retrieval” of data and thus the name Trie. A Trie is a special data structure used to store strings that can be visualized like a graph.

Language:JavaStargazers:0Issues:0Issues:0