Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create 200104103.md #172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
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
49 changes: 49 additions & 0 deletions Submission/200104103.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<span style="font-family:Bree Serif; font-size:4em;">Shubham Kumar</span>&nbsp; &nbsp;
<span style="font-family:Baloo; font-size:2em;">2001040103</span>
<br>

| **Event Name** | **Event Date** | **Gone through the Resources** |
| :----------- | :-----------: | :---------- |
| OPEN SOURCE | 10/05/21 | YES |
| COMPETATIVE CODING | 11/05/21 | YES |
| DESIGN | 12/05/21 | YES |
| GAME DEVELOPMENT | 13/05/21 | NO |
| WEB DEVELOPMENT | 14/05/21 | YES |
| MACHINE LEARNING | 15/05/21 | NO |
| APP DEVELOPMENT | 16/05/21 | YES |


<br>
<br>

**CODE FOR SUM OF ASCII VALUES OF 'MY NAME'**

```cpp
#include <bits/stdc++.h>
using namespace std;
int main(){
string s = "Shubham Kumar";
int sum = 0;
for(int i = 0; i < s.length(); i++){
char ch = s[i];
sum += ch;
}
cout << sum << endl;
```
<br>

<p align="center">

<span style="display:block;text-align:center">![Coding Club-IITG LOGO](https://raw.githubusercontent.com/codingiitg/open_source_submission/main/coding-club%20logo.png)</span>

</p>

<br>

## **MY INTERESTS**
Web Development :- I really enjoy webDevlopment , and look forward in making great websites soon , I am right now seriously working on master this skill as i am loving it and soon want to make a website which is can be help for other.<br>
Competitive Coding :- I like the logic making ability of competitive programming and I am gradualling learning more and more concepts.<br>
Design :- I love to design website and create a combination which is simple as well as attrative. I already redesign 3 website and trying to create a good portfolio in future.<br>
Thanks to Coding week, I got the opportunity to try my hands on so many things which is on pending list from so long
and Right now i don't have much thing to show but within 2 months i will be in that position. I am working hard to upgrade myself.<br>
[My GitHub profile](https://github.com/shubhamm700) where you can check my future project....