From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x231.google.com (mail-oi1-x231.google.com [IPv6:2607:f8b0:4864:20::231]) by sourceware.org (Postfix) with ESMTPS id 70ED73858436 for ; Mon, 13 Feb 2023 13:35:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 70ED73858436 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oi1-x231.google.com with SMTP id bh15so10166552oib.4 for ; Mon, 13 Feb 2023 05:35:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=h4lmfp8ts8qOqe+RF3u8jjiX5BnWEEgkBDIn1u8udEg=; b=HxXqjX+6jfFkSnXdrteqWnLUQ1ypTJe+zmoTj+//doPnBGQ0aClDffJ6d22ffOISd2 vU+WufXqy8plj/QMbwk8GXsoC5GFBES0m+v2Or+fmI3YOK8AudjThml1TapSxgHXtPGm onqfsg5PGq8A81aO2kYvnUa4MK3H6yQMSIXsYTGrNC5PPSjCPLv3Xz72nzEW14i9EsvF k1LjChWf8Xyp6SfaJrAz19tYrpXtogI1OuacEO64okBz6m0a9KtUzzL74pSjsfkYsGml GPj5HQuY1HSKAowQvr1ZtwUetQsPLJtinqOCcYhzrCmaj1IXjGoxNKij8MGGUiYhS7H+ +pEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=h4lmfp8ts8qOqe+RF3u8jjiX5BnWEEgkBDIn1u8udEg=; b=6gDgv+TzZbRAvatoyxMegiDsF1iW2v8pMoTe38GV6ndfI67EJOpRBjnXdRmLWZQIV/ VkEPmNC1O33tvzNZtUJ968X22d1Wcsz1JuJz3vxVjjV8SK8ZnK5P/tBYNZfpmJzkbkLB ILLuNUGuXBTVV9rK1K7abCCbr54iCXpe4oM19ICKTwuWCtBWi0Qw/SOFfyT5aQL312/t vfnLzBmbDTjX86GvxwbrmTGxP58jja40sJX5+mE5xmWsMcow4F+2j8aZZX4ueYRWcs+Y /2nuWMT6FdJ0V+53tSoyNQFPfGShYt+7Rq3Ba+jbZEcU0TPErVaWZbna4FEllYjQM6fe N0/Q== X-Gm-Message-State: AO0yUKXfdKUKlv3V7sEnCD2b3lgOiCv2iaucAyqeFtjXryZWaUWdf1OM vaox32hwBouIhdR79+OH+LQ6P8C66SYyCD7MQT7JJ1O8EGouOA== X-Google-Smtp-Source: AK7set9TFWiQAxng/zDUCHHpv/qM7IaC3FXLPK0jQeZ23RS2me0M0ZBL0Tj2CK+0TI++YQNcP7BERY+iWgGZrFYhGJo= X-Received: by 2002:a05:6808:1309:b0:37d:6094:f857 with SMTP id y9-20020a056808130900b0037d6094f857mr1037786oiv.137.1676295300335; Mon, 13 Feb 2023 05:35:00 -0800 (PST) MIME-Version: 1.0 From: Kritika Rag Date: Mon, 13 Feb 2023 19:04:49 +0530 Message-ID: Subject: GSOC 2023 Contribution Request To: "gcc@gcc.gnu.org" Content-Type: multipart/alternative; boundary="000000000000ea4c7d05f494e9ce" X-Spam-Status: No, score=2.4 required=5.0 tests=BAYES_40,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,KAM_SHORT,LIKELY_SPAM_BODY,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --000000000000ea4c7d05f494e9ce Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Sir/Mam, I=E2=80=99m Kritika Rag, a Computer Science pre-final year undergraduate st= udent from India. I=E2=80=99m quite passionate about web development and competit= ive programming and now I=E2=80=99m looking forward to contributing to open-sou= rce projects. I believe that GSOC 2023 would provide me with the best way to start my open-source contribution journey. Since I=E2=80=99m a competitive programmer, I have excellent command over D= ata Structures & Algorithms and my primary language is C++, so C++ and GCC are something that I use daily, therefore I would love to make my contributions to GCC projects. After going through all the projects listed on GCC Wiki , these are the projects(any one of them) to which I would like to contribute: 1. Bug Patrol and primarily Analyze Failing Test Cases =E2=80=93 Whether= I'm practicing algorithms on Leetcode, GFG, etc., or giving CP contests on CodeChef, Codeforces, etc., Test case failures are something I encounter daily. Working on the project would be an interesting dig for me to learn about the inner workings of something that I see daily and make improvements to it. 2. Library Infrastructure - As quoted *"These tasks are about improving the utility routine library used by GCC. If you like data structures, th= ese may be for you", *and being a data structures enthusiast I do believe that I'll be able to put my best knowledge to use in this project. Lastly, thank you so much for providing these opportunities, I would be grateful if you would provide me the opportunity to work with your organization. Looking forward to hearing from you soon. Thanks and Regards, Kritika Rag Sent from Mail for Windo= ws --000000000000ea4c7d05f494e9ce--