hgn330 💋🍓
رفتن به کانال در Telegram
Projects with source code | Android | java |website development | Website : https://updategadh.com Admin https://t.me/Rishabhsaini0204 New project https://www.youtube.com/c/decodeit2 Buy ads: https://telega.io/c/projectswithsourcecode
نمایش بیشتر4 310
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-587 روز
-28130 روز
آرشیو پست ها
4 310
Cmplete PHP full stack Web development bootcamp
Join Now
@ProjectsWithSourceCode
✨🔥🔥🔥🔥🔥
https://drive.google.com/drive/folders/1-G35Pej2dV_niAlYTssDQNjLB7HhpUpI
☝️☝️☝️☝️☝️☝️☝️☝️☝️
4 310
Final Year Project: Online Railway Reservation System in (JSP)
Software And Tools Required
MySQL
: Eclipse EE
: Java JDK
: Xampp Server
Technologies used:-
Java
JDBC
JSP
MySQL
Free to Download 👇🏻👇🏻👇🏻👇🏻
https://updategadh.com/jsp-javaj2ee/online-railway-reservation/
You Will Get
* Demo Video :
* Project Code
* Database
* Project Setup (if You need)
Note:-
1. Before Download this Project ,Just Go through it
@projectswithsourcecode
online railway reservation system project ppt free download
online railway reservation system project report pdf
online railway reservation system ppt
online railway reservation system pdf
online railway reservation system er diagram
online railway reservation system
4 310
Here's a simple Python code using the Turtle graphics library to draw the Indian flag:
import turtle
# Set up the turtle
screen = turtle.Screen()
screen.title("Indian Flag")
t = turtle.Turtle()
t.speed(2)
# Function to draw a rectangle
def draw_rectangle(color, x, y, width, height):
t.penup()
t.color(color)
t.fillcolor(color)
t.goto(x, y)
t.begin_fill()
for _ in range(2):
t.forward(width)
t.right(90)
t.forward(height)
t.right(90)
t.end_fill()
# Draw the green rectangle
draw_rectangle("#138808", -300, 150, 600, 300)
# Draw the white rectangle
draw_rectangle("white", -300, 50, 600, 50)
# Draw the orange rectangle
draw_rectangle("#FF9933", -300, -100, 600, 50)
# Draw the circle (Ashoka Chakra)
t.penup()
t.goto(0, 50)
t.pendown()
t.color("#000080")
t.fillcolor("#000080")
t.begin_fill()
t.circle(-45)
t.end_fill()
# Hide the turtle
t.hideturtle()
# Keep the window open
turtle.mainloop()
Copy and run this code in a Python environment with the Turtle graphics library installed to see the Indian flag being drawn.4 310
Solution:
for i in range(n):
print("1 " * (n-i-1), end="")
for j in range(i+1):
print(i+1, end=" ")
print()
Remember, these are just snippets. Feel free to explore more SQL concepts and practices based on your needs! 📚4 310
``` n = 7
for i in range(n):
print("1 " * (n-i-1), end="")
for j in range(i+1):
print(i+1, end=" ")
print() ```
4 310
"📝 Level up your SQL game with handwritten notes! Join me in the quest for database mastery as we explore SQL queries, optimization techniques, and more. Let's bring the art of pen and paper into the world of databases. 🚀 #SQLNotes #DatabaseSkills #HandwrittenLearning"
4 310
Here are some SQL notes for you:
1. Basic Syntax:
SELECT column1, column2 FROM table_name WHERE condition;
2. Filtering Results:
SELECT * FROM customers WHERE country = 'USA' AND age > 25;
3. Sorting Data:
SELECT * FROM products ORDER BY price DESC;
4. Aggregation Functions:
SELECT AVG(price) AS avg_price FROM products;
5. Joins:
SELECT orders.order_id, customers.customer_name
FROM orders
INNER JOIN customers ON orders.customer_id = customers.customer_id;
6. Grouping and Counting:
SELECT country, COUNT(*) AS num_customers
FROM customers
GROUP BY country;
7. Subqueries:
SELECT * FROM products WHERE price > (SELECT AVG(price) FROM products);
8. Updating Data:
UPDATE employees SET salary = salary * 1.1 WHERE department = 'IT';
9. Inserting Data:
INSERT INTO products (product_name, price) VALUES ('New Product', 50.99);
10. Deleting Data:
DELETE FROM customers WHERE last_purchase_date < '2023-01-01';
Remember, these are just snippets. Feel free to explore more SQL concepts and practices based on your needs! 📚4 310
"📝 Dive into the world of Python with handwritten notes! Join me on this learning journey as we explore the fundamentals and enhance our coding skills together. Let's embrace the power of pen and paper in our Python adventure! 🐍 #PythonNotes #CodingCommunity #LearnPython"
4 310
Learning robotics using python
✅ Join us:
@ProjectsWithSourceCode
Free Project :-
https://updategadh.com/category/free-projects/
4 310
📌📌📌📌📌
MERN Stack Developer Roadmap 2024:
Step 1: 🌐 Master Web Basics
Step 2: 🖥️ HTML/CSS Proficiency
Step 3: ✨ Deep Dive into JavaScript
Step 4: 🗂️ Version Control with Git
Step 5: 🐍 Node.js for Server-Side
Step 6: 🗃️ Express.js for Routing
Step 7: 📦 NPM for Package Management
Step 8: 📚 MongoDB for Databases
Step 9: 🌟 React.js for Frontend
Step 10: 🔐 Implement Security (JWT)
Step 11: 🚀 App Deployment (Heroku, Netlify)
Step 12: 🐳 Docker Basics
Step 13: ☁️ Explore Cloud Services
Step 14: 🔄 CI/CD with GitHub Actions
Step 15: 🧪 Testing with Jest
Step 16: 📜 API Documentation
Step 17: 📢 Build a Portfolio
Step 18: 💼 Resume Crafting
Step 19: 🛑 Interview Preparation
Step 20: 🔍 Job Hunting Strategy
Join us:
@ProjectsWithSourceCode
