ProjectWithSourceCodes
364 subscribers
89 photos
5 videos
19 files
572 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
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
1. Encryption Decryption in JAVA with Different Cryptography Algo (ex. AES 128-bit)
2. Zoo Management System Project for Final Year in PHP
3. Quiz Management System in Advance Java + MySQL | NetBeans
4. Car Sales System in Java Using File Handling | Eclipse | Java Swing
5. Bank Management System in Java + MySQL | NetBeans
6. Grocery Shopping Project in Java + MySQL
7. Medical Shop Management in Java
8. Farmer Buddy Project in Java | JSP | Tomcat Server
9. College Fee Submit Project in Java + MySQL
10. Car Rental System in PHP
11. Home Tuition Website in PHP
12. Dairy Farm Shop Management System in PHP
13. College Management System in Java
14. House Rental System in PHP
15. Library Management System using Spring Boot | Maven
16. E-commerce Projects in PHP + MySQL
17. Hospital Management System in PHP
18. CV Building Website Project Using HTML, CSS, JS, PHP
19. Hotels Management System in Java
20. Voting System in Java with Database
21. Library Management System in Java
22. Hospital Management Website Using HTML, CSS, JS
23. Car Rental App Projects in Android
24. Bus Pass Management System in PHP
25. ATM Card Approval Project in Java
26. Punjab National Bank Project in Java with Database
27. Gym Management System in Java
28. ATM Card System in Java
29. Railway Reservation System in Java
30. HR Management System in Java
31. Online Food Ordering System in PHP | Zomato Clone
32. Pizza Order Management System | Java + MySQL | NetBeans
33. Bus Reservation and Ticketing System in Java + MySQL (Console Based)
34. Online Movie Ticket Booking System | Advance Java + MySQL
35. Railway Reservation System in JSP | Tomcat | Java | MySQL | HTML, CSS
36. Vehicle Selling & Purchasing Management in JSP | Tomcat | Java | HTML, CSS
37. Uber/Rapido Clone Project in Java + MySQL | Real-life Project in Java
38. How to Make Text-to-Voice AI Generator in 2 Minutes | Text-to-Speech AI
39. Social Media App Using JSP | Java + MySQL | College Project



Updategadh.com
👍1
🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰

Top 8 Github Repos to Learn Data Science and Python
🔸️🔸️🔸️🔸️🔸️🔸️🔸️🔸️🔸️🔸️🔸️🔸️🔸️🔸️

1. All algorithms implemented in Python
By: The Algorithms
Stars ⭐️: 135K
Fork: 35.3K
Repo: https://github.com/TheAlgorithms/Python

2. DataScienceResources
By: jJonathan Bower
Stars ⭐️: 3K
Fork: 1.3K
Repo: https://github.com/jonathan-bower/DataScienceResources

3. Playground and Cheatsheet for Learning Python
By: Oleksii Trekhleb ( Also the Image)
Stars ⭐️: 12.5K
Fork: 2K
Repo: https://github.com/trekhleb/learn-python


4. Learn Python 3
By: Jerry Pussinen
Stars ⭐️: 4,8K
Fork: 1,4K
Repo: https://github.com/jerry-git/learn-python3


5. Awesome Data Science
By: Fatih Aktürk, Hüseyin Mert & Osman Ungur, Recep Erol.
Stars ⭐️: 18.4K
Fork: 5K
Repo: https://github.com/academic/awesome-datascience

6. data-scientist-roadmap
By: MrMimic
Stars ⭐️: 5K
Fork: 1.5K
Repo: https://github.com/MrMimic/data-scientist-roadmap


7. Data Science Best Resources
By: Tirthajyoti Sarkar
Stars ⭐️: 1.8K
Fork: 717
Repo: https://github.com/tirthajyoti/Data-science-best-resources/blob/master/README.md


8. Ds-cheatsheets
By: Favio André Vázquez
Stars ⭐️: 10.4K
Fork: 3.1K
Repo: https://github.com/FavioVazquez/ds-cheatsheets


Join @ProjectWithSourceCodes more cool projects and science materials.
https://updategadh.com/sql-tutorial/sql-join/
sql join 3 tables
joins in sql with examples
sql join types
self join in sql
sql join multiple tables
cross join in sql
inner join in sql
left outer join in sql
sql joins
sql group by
🚀 Build Your Own ChatGPT-Powered Discord Bot! 🤖🔥

Want to create a smart AI bot for your Discord server? This advanced guide covers everything from setup to adding custom commands, error handling, and logging! 🛠💡

Read the full tutorial here: updategadh.com

Features:
AI-powered responses using ChatGPT 🤖
Custom bot commands 🎯
Error handling & logging 📊
Role-based access & moderation 🛡

Start building your AI bot today! 💻🚀

#ChatGPT #DiscordBot #AI #Automation #Coding #Python #OpenAI #BotDevelopment
1
https://updategadh.com/sql-tutorial/sql-outer-join/
SQL OUTER JOIN
sql left outer join
mysql outer join
sql outer join example
sql full outer join
SQL OUTER JOIN joins
right outer join in sql
self join in sql
outer join in dbms
SQL OUTER JOIN