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

Added my name and profile for hacktoberfest #3088

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"configurations": [
{
"name": "macos-clang-arm64",
"name": "windows-clang-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/clang",
"compilerPath": "clang",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "macos-clang-arm64",
"intelliSenseMode": "windows-clang-x64",
"compilerArgs": [
""
]
Expand Down
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
-GitHub: https://github.com/KariSims

#### Name: [ALEX MARRUJO](https://github.com/marrujoalex)

- Place: California
- Bio: Software Developer
- GitHub: [Alex Marrujo](https://github.com/marrujoalex)
Expand Down Expand Up @@ -2831,7 +2832,6 @@
- Bio: Second Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [adityasays](https://github.com/adityasays)


#### Name: [Koduri Mohan](https://github.com/kodurimohan)

- Place: Chennai, Tamil Nadu, India
Expand All @@ -2850,3 +2850,8 @@
- Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [op-amateur](https://github.com/op-amateur)

#### Name: [Chinmay Ingale](https://github.com/IngaleChinmay04)

- Place: Pune,Maharashtra,India
- Bio: Third Year undergrad pursuing B.tech in Artificial Intelligence and Data Science at Vishwakarma Institute of Technology, Pune.
- GitHub: [IngaleChinmay04](https://github.com/IngaleChinmay04)
26 changes: 26 additions & 0 deletions profiles/Chinmay Ingale.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 👋 Chinmay Ingale

### Location

Pune, Maharashtra , India

### Academics

Pursuing B.tech in Artificial Intelligence and Data Science at Vishwakarma Institute of Technology, Pune.

### Interests

- Flutter Development
- Web Development
- Machine Learning

### Skills

- App development in Flutter
- Full Stack MERN Developer
- DSA
- SQL

### Profile Link

[IngaleChinmay04](https://github.com/IngaleChinmay04)
8 changes: 8 additions & 0 deletions scripts/hello_world_IngaleChinmay04.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// LANGUAGE: Dart
// ENV: Dart SDK
// AUTHOR: Chinmay Ingale
// GITHUB: https://github.com/IngaleChinmay04

void main() {
print("Hello, World! Let's Contribute and learn together!");
}
Loading