Skip to content
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 200121064.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# VISHVESH S WARRIER
## 200121064
***SCHEDULE OF CODING WEEK:***
| ***Event name*** | **Event date** | *Gone through the resources*|
|------------|------------|---------------------------|
| *ORIENTATION* | *9/05/2021* | NO |
| *OPEN SOURCE* | *10/05/2021* | **YES**|
| *COMPETITIVE CODING* | *11/05/2021* | **YES** |
| *DESIGN* | *12/05/2021* | NO |
| *GAME DEVELOPMENT* | *13/05/2021* | NO |
| *WEB DEVELOPMENT* | *14/05/2021* | **YES** |
| *MACHINE LEARNING* | *15/05/2021* | **YES** |
| *APP DEVELOPMENT* | *16/05/2021* | NO |

***SUM OF ASCII VALUES OF FULL NAME:***
```cpp
#include<iostream>
#include<string.h>
using namespace std;
int main()
{
char my_name[]="vishvesh s warrier";
int n,sum =0;
n = strlen(my_name);
for(int i=0;i<n;i++)
{
if(my_name[i] !=' ')
sum += (int)my_name[i];
}
cout<<"sum of ascii values of the character in my name:"<<sum;
return 1;
}
```

***LOGO OF CODING CLUB:***

![cc_image](https://github.com/codingiitg/open_source_submission/blob/main/coding-club%20logo.png?raw=true)

***INTERESTS:***

**I am very interested in machine learning and have been working on it simultaneously along with academics as i find it fascinating and also interested in open source,competitive coding and web development**

***ACHIEVEMENTS:***

1. Have completed courses on kaggle:
1. intro to machine learning
2. intermediate machine learning
3. data visualisation
4. python