ProjectWithSourceCodes
388 subscribers
89 photos
5 videos
21 files
590 links
Projects with source code | Android | Java | LLM | Python | Ai | JSP | Php |

Website https://updategadh.com
Admin https://t.me/Rishabhsaini0204
New project
https://www.youtube.com/c/decodeit2
Download Telegram
https://updategadh.com/python-interview-question/merge-sort-in-python/
merge sort algorithm
merge sort in c
merge sort in python
quick sort and merge sort in python
time complexity of merge sort in python
flowchart for merge sort in python
simple merge sort in python
recursive merge sort in python
insertion sort and merge sort in python
merge sort in python using recursion
quick sort
quick sort algorithm
merge sort in python with user input
merge sort in java
merge sort pseudocode
online python compiler
merge sort
merge sort in python with example
merge sort in python w3schools
Websites to learn programming |learn Java c++ python |
πŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌπŸƒπŸΌ
***********************************************
https://www.hackerrank.com/
https://www.sololearn.com/
https://www.codecademy.com/
https://www.khanacademy.org/
https://www.coursera.org/
https://www.edx.org/
https://www.udemy.com/
https://github.com/
https://practicepython.org
**********************************************
rojects Ideas for JavaScript Developers
πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€
〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
1️⃣ Modern Digital Clock ⏰
2️⃣ Background Image Slider πŸ–Ό
3️⃣ Drawing App 🎨
4️⃣ Login Authentication πŸ”
5️⃣ Video Player πŸ“Ή
6️⃣ Tetris Game πŸ‘Ύ
7️⃣ Interactive Map πŸ“
8️⃣ Real Time Chat App πŸ’¬

πŸ‘‡β†ͺ️Advance level ↩️

1. URL Shortener
2. Weather App
3. Todo App
4. YouTube Web Player
5. Stock Website
7. Portfolio website
8. Video conferencing app
9. Web based terminal
10. Browser code editor
🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁🏁

⚠️Note :-
PRACTICE THESE CODE AND YOU WILL LEARNING MANY NEW THINGS

@ProjectWithSourceCodes
@ProjectWithSourceCodes
〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
😍 Best Github repositories😍

πŸš€Node.js Best Practices
https://github.com/goldbergyoni/nodebestpractices

πŸš€HTML5 Boilerplate
https://github.com/h5bp/html5-boilerplate

πŸš€RealWorld
https://github.com/gothinkster/re

β€’ You Don't Know JS
https://github.com/getify/You-Dont-Know-JS

πŸš€JavaScript Guide
https://github.com/airbnb/javascript

πŸš€Storybook
https://github.com/storybookjs/st

πŸš€Front-End-Checklist
https://github.com/thedaviddias/Front-End-Checklist

πŸš€ JQuery
https://github.com/nefe/You-Dont-Need-jQuery

πŸš€Public APIs
https://github.com/public-apis/public-apis

〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️

@ProjectWithSourceCodes
Library Management System |⭐️ Demo Video πŸ“²|
πŸ‘πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡πŸ‘
https://youtu.be/ZXN3SaSMk9Y

πŸ“²Source Code πŸ“²
Java programming Code series
〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
1. Accept values and print their Addition.
β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β—‹β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’β€’
import java.util.Scanner;

class AddNumbers
{
public static void main(String args[])
{
int x, y, z;
System.out.print("Enter two integers : ");
Scanner in = new Scanner(System.in);
x = in.nextInt();
y = in.nextInt();
z = x + y;
System.out.println("Sum of integers = " + z);
}
}

πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—πŸ”—
@ProjectWithSourceCodes
2. Print Largest number 😊
β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎β–ͺ️︎


class CommandLineArgs

{
public static void main(String args[])
{
int a, b, c;

a = Integer.parseInt(args[0]);
b = Integer.parseInt(args[1]);
c = Integer.parseInt(args[2]);

if (a > b && a > c) {
System.out.println("Largest Number is : " + a);
} else if (b > c) {
System.out.println("Largest Number is : " + b);
} else {
System.out.println("Largest Number is : " + c);
}
}
}

@ProjectWithSourceCodes
How ChatGPT Work
you can make similar app this
Langchain
https://updategadh.com/sql-tutorial/sql-delete-view/
SQL DELETE VIEW
drop view if exists
oracle sql delete view
ms sql delete view
pl sql delete view
databricks sql delete view
how to delete a view in mysql
can we delete data from view in sql
drop view syntax
drop view in snowflake
drop view in oracle
drop view postgres
drop view if exists mysql
sql create view
sql drop view if exists
sql delete view example
sql delete view w3schools
sql delete view oracle
https://updategadh.com/sql-tutorial/sql-delete-join/
SQL DELETE JOIN
sql delete join postgres
mysql delete join
sql delete join multiple tables
sql delete with join another table for where condition
sqlite delete join
sql delete from multiple tables
delete from inner join
snowflake delete with join
sql join
sql update join
sql delete join row
sql delete join example