An open API service indexing awesome lists of open source software.

https://github.com/bhupesh-v/my-contributions

My List of contributions on Github in the form of PRs.
https://github.com/bhupesh-v/my-contributions

automation contribution pull-requests

Last synced: 7 months ago
JSON representation

My List of contributions on Github in the form of PRs.

Awesome Lists containing this project

README

          

## [Bhupesh-V](https://github.com/Bhupesh-V)'s open source contributions 🌟



  1. 📦 migrate to null safety + make work with stable flutter in logger_flutter on 18 Feb, 2022

    Description

    None



  2. 📦 migrate to null-safety in progress_button on 16 Feb, 2022

    Description

    there is a PR in the original repo, but we can't be sure if the PR will ever get merged or worse the branch gets deleted?



  3. 📦 migrate to null-safety in progress_button on 16 Feb, 2022

    Description

    None



  4. ✨ support for internet module in faker.dart on 06 Feb, 2022

    Description

    Hey, apologies for the delayed PR 😅

    have added a bunch of methods

    1. Get a fake domain name
    2. Get fake domain suffix
    3. Get a fake URL
    4. Get a fake HTTP method
    5. Get a fake IPv4 address

    this resolves #1
    Let me know if anything else is needed



  5. add bhupesh's intent to join GSOD in season-of-docs on 04 Feb, 2022

    Description

    None



  6. First draft of Code of Conduct in .github on 16 Jan, 2022

    Description

    The COC for both Reddit and Github.
    this will also apply to any future projects, events etc



  7. Create README with orgz intro in .github on 15 Jan, 2022

    Description

    An intro for our community ❤️ 🇮🇳 👨🏽‍💻



  8. clearify using custom colors in labels in dynamic-badges-action on 18 Dec, 2021

    Description

    None



  9. add my 2nd brain in Second-Brain on 12 Dec, 2021

    Description

    None



  10. add new knowledge repo in meta-knowledge on 12 Dec, 2021

    Description

    None



  11. ugit 0.5 (new formula) in homebrew-core on 05 Dec, 2021

    Description

    - [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)?
    - [x] Have you ensured that your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit)?
    - [x] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change?
    - [x] Have you built your formula locally with `brew install --build-from-source `, where `` is the name of the formula you're submitting?
    - [x] Is your test running fine `brew test `, where `` is the name of the formula you're submitting?
    - [x] Does your build pass `brew audit --strict ` (after doing `brew install --build-from-source `)? If this is a new formula, does it pass `brew audit --new `?

    -----



  12. ✨ add messenger to common models in backbone on 12 Nov, 2021

    Description

    ## Relevant Documentation Links
    -

    ## Relevant Jira Links
    - https://creatorstack.atlassian.net/browse/GSD-1661
    -

    ## Other Relevant PRs
    -

    ## Changes

    - this struct will be used in messenger and hypelinks service.

    ### Changes Include

    - [ ] Bug fix 🐛 (non-breaking change which fixes an issue)
    - [x] New feature ✨ (non-breaking change which adds functionality)
    - [ ] Breaking change 😢 (fix or feature that would cause existing functionality to not work as expected)
    - [ ] Refactor ⚒️ (code change that neither fixes a bug nor adds a feature)
    - [ ] Tooling ⚙️ (Changes to the build process or auxiliary tools and libraries such as documentation generation)
    - [ ] Performance ⚡ (code change that improves performance)

    ### Checklist

    - [ ] I have commented my code, particularly in hard-to-understand areas
    - [ ] I have made corresponding changes to the documentation
    - [ ] My changes generate no new warnings
    - [ ] Requires migrations
    - [ ] Requires dependency update
    - [ ] Breaking API Change
    - [ ] I have added proper logs for production debugging
    - [ ] I have added performance (APM) monitoring checkpoints
    - [ ] I have added unit tests

    ## Screenshots (if any)
    (prefer animated gif)

    ## User Acceptance Tests



  13. remove go mod in backbone on 24 Aug, 2021

    Description

    since we are moving to submodules strategy
    having this file inside our "cloned" folder was giving errors

    removing this files fixes this

    Cons:
    - any service that uses this repo would have to add it as a submodule



  14. downgraded to 1.13 in backbone on 19 Aug, 2021

    Description

    None



  15. add title in rewards in backbone on 18 Aug, 2021

    Description

    need a new field title in rewards for new challenges revamp
    [Story: GSD-621](https://creatorstack.atlassian.net/browse/GSD-621)



  16. fix broken link for relay docs in howtographql on 06 Jun, 2021

    Description

    the old link https://facebook.github.io/relay/docs/en/graphql-server-specification.html in summary was redirected to a 404 page



  17. potential fix for invisible snippet #1328 in howtographql on 06 Jun, 2021

    Description

    Fix #1328



  18. add job profile info - Bhupesh in talent-for-hire on 13 Apr, 2021

    Description

    Hello 👋🏽
    Thanks for maintaining the list



  19. add new server - developersIndia in awesome-discord-communities on 09 Feb, 2021

    Description

    Hello Admin of developersIndia here 👋🏽



  20. Create dotman.yml in up-for-grabs.net on 26 Oct, 2020

    Description

    > ### [dotman](https://github.com/Bhupesh-V/dotman) is a simple, elegant & easy to use dotfiles manager



  21. add dotman.sh in good-first-issue on 23 Oct, 2020

    Description

    > dotman is a simple, elegant & easy to use dotfiles manager 🖖🏽

    👉🏽 [Issues](https://github.com/Bhupesh-V/dotman/issues)



  22. add compatibility docs with black in isort on 13 Oct, 2020

    Description

    - [x] Basic compatibility (black v/s isort)
    - [x] Integration with _pre-commit_
    - [x] Using a config file (.isort.cfg)



  23. update 1.0 in CodeRunner on 12 Jul, 2020

    Description



  24. Add Edit & Delete functionality in codeclassroom on 01 Jul, 2020

    Description

    Added Edit and Delete functionality for the following entities:
    - Classrooms
    - Assignments
    - Questions
    Added some helpful boolean context variables to render forms and links in templates conditionally.



  25. add IDE in codeclassroom on 17 Jun, 2020

    Description

    - redirect student to app:classrooms after joining the class
    - Include Editor and themes
    - Indicate Assignment language on quesions page



  26. Combine doc tutorials to single menu in cookiecutter on 06 Jun, 2020

    Description

    - Possible fix #1411
    - moved local tutorials, inside one folder
    - specify external tutorial links



  27. add bhupesh-v in graduation on 22 May, 2020

    Description

    # Application to the Class of 2020🎓

    This pull request template helps you complete an application to the **Class of 2020**. Use the checklist below to verify you have followed the instructions correctly.

    ## Checklist ✅

    - [x] I have read the instructions on the README file before submitting my application.
    - [x] I made my submission by creating a folder on the `_data` folder and followed the naming convention mentioned in the instructions (``), added my profile picture and markdown file.
    - [x] I have used the Markdown file template to add my information to the Year Book.
    - [x] I have completed the form: `https://airtable.com/shrmuHxu38ZariKJi`
    - [x] My application belongs to:
    - [x] **Tier 1** 📖: I added myself to the Year Book.
    - [x] **Tier 2** ✏️: I wrote a post on DEV about a project I built.
    - [x] **Tier 3** ✨: I want my project to be highlighted on stream.
    - [x] I understand that a reviewer will merge my pull request after examining it or ask for changes in case needed.
    - [x] I understand I should not tag or add a reviewer to this Pull Request.
    - [x] I understand the photo added to the template will be used in the ceremony "Graduate Walk".
    - [x] I have [added the event](http://www.google.com/calendar/event?action=TEMPLATE&dates=20200615T160000Z%2F20200615T183000Z&text=%24%20git%20remote%20%3Cgraduation%3E%20%F0%9F%8E%93&location=https%3A%2F%2Fwww.twitch.tv%2Fgithubeducation&details=) to my Calendar.



  28. Add Memer Action in awesome-actions on 11 Apr, 2020

    Description

    Github: [Memer Action](https://github.com/Bhupesh-V/memer-action)
    [On Marketplace](https://github.com/marketplace/actions/memer-action)



  29. Create defe.yml in up-for-grabs.net on 05 Apr, 2020

    Description



  30. registering bhupesh-v in teamtanay.jobchallenge.dev on 14 Mar, 2020

    Description

    Hello maintainer(s) :hugs: ,

    You people are doing a great job :clap:



  31. 0.4 release in PlagCheck on 10 Mar, 2020

    Description

    ## [0.4] - March 10, 2020

    ### Changed [⚠️ Breaking Changes]
    - `getShareScores` & `getInsights` have been decoupled from the check class, they now have to be imported separately.
    - Minor changes in the `analyze.py` module.



  32. Django workflow in starter-workflows on 23 Jan, 2020

    Description

    Possible FIx #212
    Thank you for sending in this pull request. Please make sure you take a look at the [contributing file](https://github.com/actions/starter-workflows/blob/master/CONTRIBUTING.md). Here's a few things for you to consider in this pull request:

    - [ ] Include a good description of the workflow.
    - [ ] Links to the language or tool will be nice (unless its really obvious)

    In the workflow and properties files:

    - [x] Includes a matching `ci/properties/*.properties.json` file.
    - [x] Use title case for the names of workflows and steps, for example "Run tests".
    - [x] The name of CI workflows should only be the name of the language or platform: for example "Go" (not "Go CI" or "Go Build")
    - [x] Include comments in the workflow for any parts that are not obvious or could use clarification.
    - [x] CI workflows should run `push`.

    Some general notes:

    - [x] Does not use an Action that isn't in the `actions` organization.
    - [x] Does not send data to any 3rd party service except for the purposes of installing dependencies.
    - [x] Does not use a paid service or product.



  33. v2.1.0 in codeclassroom on 22 Jan, 2020

    Description

    # v2.1.0

    ## Added
    - Custom Input can now be provided for judging programs.
    - E-mail API.
    - Swagger Docs at `/api`.
    - Token Authentication.
    ## Removed
    - Old documentation end-point `/api-docs`.



  34. v2.0.0 in codeclassroom on 18 Jan, 2020

    Description

    The 2nd Release of the CodeClassroom API

    ## [2.0.0] - Jan 18, 2020

    ### Added

    - New `utilities` app for housing different services like code evaluation, plagiarism, e-mail etc.
    - Support for new languages `PHP` & `Bash`.
    - New model for holding Moss Plagiarism results (For Future Use).
    - Add `created_date` in **Assignment**, **Question** & **Classroom** model.
    - Fixed a bug where a new file was saved every time a solution was submitted, (`OverwriteStorage()` in **Solution** Model).
    - New `moss_id` field in **Professor** model.
    - Support for Plagiarism Services (powered by Moss).

    ### Changed
    - Submission path, the solutions are now saved inside `/media/submissions/assignments//` with name like `_`.
    - `profile_pic` and `instistution` fields now accept `null` while signing up for a new user.
    - Default submission status is now set to _Not Attempted_.
    - Renamed `Python` to `Python3`.
    - `marks` field in **Question** model is now `null` acceptable.
    - Only 1 Submission per student, **Solution** now relates to Student by `OneToOne` relation.
    - `PATCH`/`DELETE` options for Classroom, Assignment, Questions & Submissions.



  35. Plagiarism Services & Minor Improvements in codeclassroom on 18 Jan, 2020

    Description



  36. minor imporovement & bug fixes in codeclassroom on 09 Jan, 2020

    Description

    Issues resolved #17 #11 #12



  37. release 0.6 in CodeRunner on 05 Jan, 2020

    Description

    ## [0.6] - Jan 5, 2020

    ### Added

    - New optional argument, `number_of_runs` in `run()` method, use this to specify no.of times you want to run the code. Default is set to 1.
    - Ported NEW Languages. CodeRunner now supports all languages provided by Judge0.
    - `setFlags(options)` for setting options for the compiler (i.e. compiler flags).
    - `setArguments(arguments)` for setting Command line arguments for the program.

    ### Changed
    - Minor internal improvemets.



  38. 0.3 release in PlagCheck on 01 Jan, 2020

    Description

    ## [0.3]

    ### Added

    - New module `analyze.py` for Moss Results analysis
    - `getShareScores()` for returning frequency of shared files.
    - `addFile()` for adding files.
    - `addFilesByWildCard()` for submitting multiple files.

    ### Changed
    - The plagcheck module is now more modularised. `check` is now a class.
    - `__get_line_numbers()` now runs in a new thread.

    ### Removed
    - `requests` as a dependency, network requests are now 50% faster.



  39. 0.5 release in CodeRunner on 20 Dec, 2019

    Description

    ## [0.5] - Dec 20, 2019

    ### Added

    - New instance method - `run()`.
    - `run()` is now used to run the code i.e the code is submitted to Judge0 api using this method.
    - Support for *Bash 4.4*.

    ### Changed
    - Renamed Class `Run` to `code` for easier usage.
    - `getStatus()`, now only returns the status in comparison to earlier versions where it performed multiple tasks.
    This is effect fixes [#2](https://github.com/codeclassroom/CodeRunner/issues/2).

    ### Removed
    - `requests` as a dependency, Network requests are now 50% faster.



  40. Add Join Classroom functionality in codeclassroom on 26 Nov, 2019

    Description

    Added join_code field to app's Classroom models.
    Added ClassroomJoincodeSerializer to app's serializers.
    Added ClassroomJoinView.
    Registered 'classroom/join/' URL for ClassroomJoinView in api's URLconf.



  41. Solution api in codeclassroom on 25 Nov, 2019

    Description



  42. Class api in codeclassroom on 23 Nov, 2019

    Description

    ![meme](https://i.imgflip.com/3havhh.jpg)



  43. add download stats in handsdown on 22 Nov, 2019

    Description

    # Description

    Added PyPI Download stats in README.md

    Fixes #4



  44. Sign up/login in codeclassroom on 22 Nov, 2019

    Description

    Good Work @Animesh-Ghosh



  45. add new project in judge0 on 16 Nov, 2019

    Description

    I have added a new project which uses juge0api
    **CodeRunner**

    [PyPi Page](https://pypi.org/project/coderunner/)
    [Source Code](https://github.com/codeclassroom/CodeRunner)
    [Documentation](https://coderunner.readthedocs.io/en/latest/)
    Let me know for any changes or feedback



  46. Add dev.to link to footer in pythondotorg on 09 Oct, 2019

    Description

    [DEV Community](https://dev.to/) is a burgeoning source of guidance and discussion on software topics, especially web dev. This will be a useful link to point to the official place to discuss Python related stuff on DEV.

    A few additional links pertaining to dev.to

    Traffic stats: https://www.similarweb.com/website/dev.to
    Twitter: https://twitter.com/thepracticaldev
    Python tag (as included in PR): https://dev.to/t/python
    Websites Including DEV : [React](https://reactjs.org/), [React Native](https://facebook.github.io/react-native/)

    Some example Python posts:
    https://dev.to/seattledataguy/the-interview-study-guide-for-software-engineers-764
    https://dev.to/codemouse92/introducing-dead-simple-python-563o



  47. add tutorialdb.yml in up-for-grabs.net on 06 Oct, 2019

    Description



  48. added clearscreen.md in Stuff on 04 May, 2019

    Description

    Coming from issue #7
    The readme requires more amount of work to be done



  49. added 30-Seconds-Of-C++ in up-for-grabs.net on 09 Apr, 2019

    Description



  50. added C++ support in 30_seconds_of_knowledge on 16 Mar, 2019

    Description

    ## Added C++ snippets from [30 Seconds of C++](https://github.com/Bhupesh-V/30-seconds-of-cpp)



  51. 30 Seconds of C++ in awesome-cpp on 14 Mar, 2019

    Description

    The 30 seconds version of C++



  52. added 8 new weblogs in awesome-cpp on 10 Mar, 2019

    Description

    Added some good new C++ weblogs



  53. added Priority Queue in cosmos on 06 Mar, 2019

    Description

    **Fixes issue:**

    **Changes:**

    - Added C++ implementation of *Priority Queues*.
    - Added corresponding `README.md` file explaining *Priority Queues*.



  54. added list README in cosmos on 01 Mar, 2019

    Description

    **Fixes issue:**

    - Added README for Linked List Data Structure.

    **Changes:**



  55. added Binary Heap in cosmos on 01 Mar, 2019

    Description

    **Fixes issue:**

    **Changes:**

    - Added an New Data Structure ```Binary Heap``` with its C++ implementation.



  56. added memoized fibonacci in cosmos on 26 Feb, 2019

    Description

    **Fixes issue:**

    **Changes:**

    - Fibonacci Series using Memoization



  57. added memoized fibonacci in cosmos on 25 Feb, 2019

    Description

    **Fixes issue:**

    **Changes:**

    - Added _Memoized Implementation_ of Fibonacci Series in `unclassified`



  58. documentation for stack in cosmos on 25 Feb, 2019

    Description

    **Fixes issue:**

    - Indentation Fixed

    **Changes:**

    - Added comments explaining the stack code



  59. queue readme update in cosmos on 25 Feb, 2019

    Description

    **Fixes issue:**

    **Changes:**

    - Added Time Complexity in Queue Readme



  60. changed index to metadata directory in memes on 22 Feb, 2019

    Description

    PR fixes

    - Changed `index` directory to `metadata` .
    - Fixed all other files which uses `metadata` directory.



  61. added Question 41 in Java-Work on 15 Feb, 2019

    Description

    Solution to Question 41



  62. added Question40 in Java-Work on 15 Feb, 2019

    Description

    Solution of Question 40



  63. added new cpp blog in awesome-modern-cpp on 09 Feb, 2019

    Description

    Added [Fluent C++](https://www.fluentcpp.com/) blog by [Jonathan Boccara](https://github.com/joboccara)



  64. fixed issue #165 in w3develops on 26 Jan, 2019

    Description

    Changed the Email in About Section to a ```mailto``` as described in the following issue.

    ## make the "email:w3develops...." in the about section into a mailto #165



  65. fixed issue #8 in pyladiesdelhi.github.io on 21 Jan, 2019

    Description

    Typo Error Resolved:
    ```"maonf"``` to ```"among"```



  66. added events feature in BitsPlease-website on 26 Dec, 2018

    Description

    Feature:

    Add/Remove Event
    - [x] Date/Time
    - [x] Description/Event Details
    - [x] Speaker
    - [x] Registration Link



  67. added new 30 sec in 30-seconds-of-code on 23 Dec, 2018

    Description

    ### Added 30 seconds of STL[Standard Template Library] - unofficial



  68. added two Sum II in Competitive_Coding on 02 Dec, 2018

    Description



  69. added .gitignore in Stuff on 04 Nov, 2018

    Description

    Now you will be able to compile your programs in 'Stuff' folder.
    No need to delete (.exe) file
    All the exe files will be automatically ignored and won't show in your repo.



  70. added Heap Sort in cpp on 03 Oct, 2018

    Description

    added documented Heap Sort
    In the sorting directory



  71. added Bhupesh-V in html-buttons on 03 Oct, 2018

    Description

    added different 4 styles



  72. added bhupesh in Hacktoberfest on 03 Oct, 2018

    Description



  73. Bhupesh_Varshney in hacktoberfest on 03 Oct, 2018

    Description

    Added files



  74. added delete in Stuff on 28 Sep, 2018

    Description

    and please shift the code to pure CPP
    (avoid free) and printf functions



  75. Preorder Traversal in Stuff on 20 Sep, 2018

    Description

    Added method for preorder traversal



  76. Guide for OR operator in guide on 17 Sep, 2018

    Description

    Added guide for Comparison with Logical OR operator.

    ## ✅️ By submitting this PR, I have verified the following

    - [x] Added descriptive name to PR
    - Your PR should NOT be called `Update index.md` since it does not help the maintainer understand what has been changed.
    - For example, if you create a **Variables** article inside the **Python** directory, the pull request title should be **Python: add Variables article**.
    - Other examples are **Git: edit Git Commit article** or **PHP: create PHP section and add Data Structures article**
    - [x] Reviewed necessary formatting guidelines in [`CONTRIBUTING.md`](https://github.com/freeCodeCamp/guides/blob/master/CONTRIBUTING.md).
    - [x] No plagiarized, duplicate or repetitive content that has been directly copied from another source.



  77. updated index, style and main in anim on 20 May, 2018

    Description



  78. 29 in BitsPlease-solutions on 02 Feb, 2018

    Description

    Solution to Problem 29 (in Python)



  79. Bits Please Solutions in BitsPlease-solutions on 12 Dec, 2017

    Description

    Solutions to Problems 7 an d29



  80. Added By Bhupesh in BitsPlease-solutions on 09 Dec, 2017

    Description

    Solution to Problem 18