Skip to content

Commit

Permalink
Merge pull request #904 from NirbheekKumar/main
Browse files Browse the repository at this point in the history
ADDED A PROJECT: Real Time INTERNATIONAL SPACE STATION Tracker with Astronaut On Board
  • Loading branch information
SyedImtiyaz-1 authored Jul 20, 2024
2 parents a635781 + efc5895 commit 778258d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 73 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,8 @@
- Place: Durgapur, West Bengal, India.
- Bio: CSE Undergrad | Sophomore @KIIT, Bhubaneswar | Passionate MERN Stack Developer
- GitHub: [Sambit Mondal](https://github.com/Sambit-Mondal)

### #### Name: [Nirbheek Kumar](https://github.com/NirbheekKumar)
- Place: Bangalore, Karnataka, India.
- Bio: Undergrad from BIT, Bangalore | Dedicated and enthusiastic learner for software development and technology
- GitHub: [Nirbheek Kumar](https://github.com/NirbheekKumar)
6 changes: 3 additions & 3 deletions Projects/ISS/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ def track_iss():
display = turtle.Screen()
display.setup(1280, 720)
display.setworldcoordinates(-180, -90, 180, 90)
display.bgpic("map.gif")
display.register_shape("iss.gif")
display.bgpic("map.gif") # display.bgpic("ADD PATH OF map.gif AS PER YOUR DIRECTORY")
display.register_shape("iss.gif") # display.register_shape("ADD PATH OF iss.gif AS PER YOUR DIRECTORY")

iss = turtle.Turtle()
iss.shape("iss.gif")
iss.shape("iss.gif") # iss.shape("ADD PATH OF iss.gif AS PER YOUR DIRECTORY")
iss.penup()

try:
Expand Down
62 changes: 0 additions & 62 deletions Projects/ISS/tempCodeRunnerFile.py

This file was deleted.

14 changes: 6 additions & 8 deletions backend/public/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -594,16 +594,13 @@
"slide-img-2": "img/Monopoly_Game.png"
},
{
"courseId": "ISS",
"courseId": "INTERNATIONAL SPACE STATION Tracker",
"name": "ISS",
"description":"Real Time INTERNATIONAL SPACE STATION Tracker with Astronaut On Board: Developed a real- time International Space Station tracker",
"feature 1":"Displayed ISS location dynamically on a world map using graphical modules.",
"feature 2":"Enhanced the tracker with live updates on astronauts currently aboard the ISS, including their names.",
"image": "https://drive.google.com/file/d/1Bu1R-hYt0h0hS64-AT2ymlXqfRitavG4/view?usp=sharing",
"downloadLink": "https://drive.google.com/drive/folders/1iZgI2FEw5928qPQhJvXmaLxgyyXw7dPk?usp=sharing",
"image": "https://drive.google.com/file/d/1QeD_V5t_fmgLHFEDZ8Qd6_B7yQoS4yMa/view?usp=sharing",
"downloadLink": "https://drive.google.com/file/d/1QeD_V5t_fmgLHFEDZ8Qd6_B7yQoS4yMa/view?usp=sharing",
"techstack": "Python,API's",
"slide-img-1": "https://drive.google.com/file/d/12F1G3LHv0PK80-sxMBYAWSsbFmnwwgAY/view?usp=sharing",
"slide-img-2": "https://drive.google.com/file/d/13WHLhvckVb1uQk1R70wCpAVBgmW9ik4S/view?usp=sharing",
"slide-img-1": "https://drive.google.com/file/d/1Bu1R-hYt0h0hS64-AT2ymlXqfRitavG4/view?usp=sharing",
"slide-img-2": "https://drive.google.com/file/d/12F1G3LHv0PK80-sxMBYAWSsbFmnwwgAY/view?usp=sharing",
"slide-img-3": "https://drive.google.com/file/d/1sOCxt2mQnQ2ZbVrhKILozURFFhr3ePcc/view?usp=sharing"
},
{
Expand All @@ -616,4 +613,5 @@
"slide-img-2": "https://drive.google.com/file/d/155evsijSunghiAu04GBCtJcJC7AIXouj/view?usp=sharing"
}


]

0 comments on commit 778258d

Please sign in to comment.