Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Challenge #1100

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
84f2901
Challenge 5
shivaylamba Sep 5, 2022
83c3834
Update challenge_5.md
shivaylamba Sep 5, 2022
12f121e
Update challenge_5.md
shivaylamba Sep 5, 2022
89bd049
Create challenge_6.md
shivaylamba Sep 6, 2022
af59798
Update challenge_6.md
shivaylamba Sep 6, 2022
23102e9
Create challenge_7.md
shivaylamba Sep 7, 2022
28f8150
Merge branch 'main' of https://github.com/scaleracademy/scaler-septem…
sreejasaha19 Sep 10, 2022
06116f7
Merge branch 'scaleracademy:main' into main
sreejasaha19 Sep 11, 2022
50ae803
Merge branch 'main' of https://github.com/scaleracademy/scaler-septem…
sreejasaha19 Sep 11, 2022
1b26fea
Merge branch 'scaleracademy:main' into main
sreejasaha19 Sep 12, 2022
f5842d1
Merge branch 'main' of https://github.com/scaleracademy/scaler-septem…
sreejasaha19 Sep 12, 2022
c6bd8de
Merge branch 'scaleracademy:main' into main
sreejasaha19 Sep 13, 2022
868648c
squash all commits
shivaylamba Sep 1, 2022
92bc68a
Created temp.md
sreejasaha19 Sep 13, 2022
2a10286
commit message
sreejasaha19 Sep 13, 2022
3b1dfb9
msg
sreejasaha19 Sep 13, 2022
d8ed758
Update
sreejasaha19 Sep 13, 2022
3687965
Update
sreejasaha19 Sep 13, 2022
3494f3d
updated
sreejasaha19 Sep 13, 2022
49d3d8b
merge
sreejasaha19 Sep 13, 2022
c92cf4e
squash all commits
shivaylamba Sep 1, 2022
2a3f6ac
Created temp.md
sreejasaha19 Sep 13, 2022
6fee53a
Merge branch 'main' of https://github.com/sreejasaha19/scaler-septemb…
sreejasaha19 Sep 13, 2022
930c2dc
squash all commits
shivaylamba Sep 1, 2022
5cb5dcb
Merge branch 'main' of https://github.com/sreejasaha19/scaler-septemb…
sreejasaha19 Sep 13, 2022
fb72690
Delete temp.md
sreejasaha19 Sep 13, 2022
4c01c14
Created temp.md
sreejasaha19 Sep 14, 2022
aec132e
Merge branch 'main'
sreejasaha19 Sep 14, 2022
35d347a
Merge branch 'scaleracademy:main' into main
sreejasaha19 Sep 19, 2022
c00912b
Merge branch 'scaleracademy:main' into main
sreejasaha19 Sep 20, 2022
a9e08cc
Merge branch 'scaleracademy:main' into main
sreejasaha19 Sep 21, 2022
cd296cc
Merge branch 'scaleracademy:main' into main
sreejasaha19 Sep 22, 2022
734d90f
squash all commits
shivaylamba Sep 1, 2022
a546c58
Created gist-solutions.md
sreejasaha19 Sep 18, 2022
822062f
Linted Markdown files
sreejasaha19 Sep 19, 2022
9aa8f7b
Created demo_code.py
sreejasaha19 Sep 19, 2022
c560244
Created gist-solutions.md
sreejasaha19 Sep 19, 2022
8060925
Added my name in challengers list
sreejasaha19 Sep 19, 2022
56e2a97
Resolve Conflict
sreejasaha19 Sep 19, 2022
20295c1
22
shivaylamba Sep 22, 2022
d20ce5e
Updated sreejasaha19.md
sreejasaha19 Sep 22, 2022
064745a
Updated challengers-list.md
sreejasaha19 Sep 22, 2022
ec3a685
Merge branch 'main' of https://github.com/sreejasaha19/scaler-septemb…
sreejasaha19 Sep 22, 2022
079c60f
Delete vim
sreejasaha19 Sep 22, 2022
f798dd8
Merge branch 'scaleracademy:main' into main
sreejasaha19 Sep 23, 2022
a6f3f7f
Merge branch 'scaleracademy:main' into main
sreejasaha19 Sep 24, 2022
60ee53f
Merge branch 'scaleracademy:main' into main
sreejasaha19 Oct 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added FETCH_HEAD
Empty file.
1 change: 1 addition & 0 deletions challengers-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
1. [Mrinal](https://github.com/mrinal1224)
2. [Shivay](https://github.com/shivaylamba)
3. [Raghav](https://github.com/raghavdhingra)
4. [Sreeja Saha](https://github.com/sreejasaha19)
6 changes: 6 additions & 0 deletions contributors/sreejasaha19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Sreeja Saha
github_user_name: sreejasaha19
url_of_github_issue: https://github.com/scaleracademy/scaler-september-open-source-challenge/issues/126#issue-1358568239
your_favroite_programming_language: Python
---
10 changes: 10 additions & 0 deletions contributors/sreejasaha19/demo_code.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""" Basic python program to print hello world"""


def greet():

"""Function to print Hello world"""
print("Hello world")


greet()
4 changes: 4 additions & 0 deletions contributors/sreejasaha19/gist-solutions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
Link of software development related topic gist: https://gist.github.com/sreejasaha19/4c9c957498177bc8f48ceea79c068378
Link of code snippet in Python gist: https://gist.github.com/sreejasaha19/6942bf46f17cffc4cd4f9ed5152f2d69
---
8 changes: 8 additions & 0 deletions contributors/sreejasaha19/sreejasaha19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Sreeja Saha
github_user_name: sreejasaha19
url_of_github_issue: https://github.com/scaleracademy/scaler-september-open-source-challenge/issues/126#issue-1358568239
your_favroite_programming_language: Python
your_hosted_github_pages_link: https://sreejasaha19.github.io/
your_hosted_github_pages_repository_link: https://github.com/sreejasaha19/sreejasaha19.github.io
---
1 change: 1 addition & 0 deletions contributors/sreejasaha19/temp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions scaler-september-open-source-challenge
Submodule scaler-september-open-source-challenge added at c23ba1