geekcomputers
Repos
13
Followers
3403

Events

Merge pull request #1 from geekcomputers/master

Update in the image downloader

make user interactive

user can give the path of file

user can give the path of file

Merge pull request #1873 from muzakkirsaifi123/file_handler

Add Handling Exceptions..

Created at 2 days ago
pull request closed
Add Handling Exceptions..

I have updated the code with handling exceptions. Now the user is able to add or input their own path. So users have more flexibility.

Created at 2 days ago

make user interactive

Merge pull request #1872 from muzakkirsaifi123/user-interactive

make user interactive

Created at 2 days ago
pull request closed
make user interactive

Now user can get the option to enter the URL at run time and get download the images.

Created at 2 days ago

Update Add two numbers.py

Merge pull request #1867 from Blue-Sahu/master

Update Add two numbers.py

Created at 4 days ago
pull request closed
Update Add two numbers.py

Have Changed the out put statement

Created at 4 days ago
pull request closed
Code improvements

Fixed some errors and made some improvements in the code.

Created at 4 days ago

Code improvements

Merge pull request #2 from joseph-alan-jose/master

Merge branch 'geekcomputers:master' into master

Code improvements

Merge pull request #1 from qburst/master

Sync

Merge pull request #3 from joseph-alan-jose/master

Merge pull request #1869 from qburst/master

Code improvements

Created at 4 days ago

Bump mediapipe from 0.9.1.0 to 0.9.2.1

Bumps mediapipe from 0.9.1.0 to 0.9.2.1.


updated-dependencies:

  • dependency-name: mediapipe dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] support@github.com

Merge pull request #1870 from geekcomputers/dependabot/pip/mediapipe-0.9.2.1

Bump mediapipe from 0.9.1.0 to 0.9.2.1

Created at 4 days ago
pull request closed
Bump mediapipe from 0.9.1.0 to 0.9.2.1

Bumps mediapipe from 0.9.1.0 to 0.9.2.1.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Created at 4 days ago

Update Armstrong_number.py

The variable name sum is a built-in function name in Python. It is not a good practice to use built-in function names as variable names. It is recommended to use a different variable name, such as total or sum_of_cubes.

The code is using the print function to display the result. It is generally better to return the result instead of printing it, so that the function can be used in other parts of the code.

Merge pull request #1862 from nikitapandeyy/patch-3

Update Armstrong_number.py

Created at 1 week ago
pull request closed
Update Armstrong_number.py

The variable name sum is a built-in function name in Python. It is not a good practice to use built-in function names as variable names. It is recommended to use a different variable name, such as total or sum_of_cubes.

The code is using the print function to display the result. It is generally better to return the result instead of printing it, so that the function can be used in other parts of the code.

Created at 1 week ago

Code refactor

Merge pull request #1 from joseph-alan-jose/master

Merge pull request #1860 from qburst/master

Refactor: Clean code

Created at 1 week ago
pull request closed
Refactor: Clean code

Refactored the code in file 'Python Program for factorial of a number.py'

Created at 1 week ago

Update swap.py

Streamlined the swapping of the values to avoid the use of temporary variables and using python built-in function

Merge pull request #1855 from Piombacciaio/master

Update swap.py

Created at 1 week ago
pull request closed
Update swap.py

Streamlined the swapping of the values to avoid the use of temporary variables and using python built-in function

Created at 1 week ago

Create resistance.py

Calculate the resistance of a circular conductor based on the geometry of the wire and the ambient temperature and return the value

Merge pull request #1856 from Piombacciaio/patch-2

Create resistance.py

Created at 1 week ago
pull request closed
Create resistance.py

Calculate the resistance of a circular conductor based on the geometry of the wire and the ambient temperature and return the value

Created at 1 week ago

Update README.md

Fixed a typo.

Merge pull request #1854 from CodeRhythm56/patch-2

Update README.md

Created at 2 weeks ago
pull request closed
Update README.md

Fixed a typo.

Created at 2 weeks ago

Update vowel remover function.py

reduced runtime by roughly .29 seconds at 100000 runs

Merge pull request #1853 from Piombacciaio/patch-1

Update vowel remover function.py

Created at 2 weeks ago
pull request closed
Update vowel remover function.py

reduced runtime by roughly .29 seconds at 100000 runs by using only one check for all the vowels

Created at 2 weeks ago

Bump pyglet from 2.0.4 to 2.0.5

Bumps pyglet from 2.0.4 to 2.0.5.


updated-dependencies:

  • dependency-name: pyglet dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] support@github.com

Merge pull request #1850 from geekcomputers/dependabot/pip/pyglet-2.0.5

Bump pyglet from 2.0.4 to 2.0.5

Created at 3 weeks ago
pull request closed
Bump pyglet from 2.0.4 to 2.0.5

Bumps pyglet from 2.0.4 to 2.0.5.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Created at 3 weeks ago

Bump opencv-python from 4.7.0.68 to 4.7.0.72

Bumps opencv-python from 4.7.0.68 to 4.7.0.72.


updated-dependencies:

  • dependency-name: opencv-python dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] support@github.com

Merge pull request #1849 from geekcomputers/dependabot/pip/opencv-python-4.7.0.72

Bump opencv-python from 4.7.0.68 to 4.7.0.72

Created at 1 month ago
pull request closed
Bump opencv-python from 4.7.0.68 to 4.7.0.72

Bumps opencv-python from 4.7.0.68 to 4.7.0.72.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Created at 1 month ago

Fix: import sys and better error handling

Bump Python 2 to 3 in README

Merge pull request #1846 from Cerabbite/bump-assembler-python3

Fix import of assembler.py

Created at 1 month ago
pull request closed
Fix import of assembler.py

I fixed import sys I added "better" error handling. I now use Python's default error message since I believe that to be better than the old "File not found" error which was shown to the user even if the error had nothing to do with that. I bumped the python version inside the readme from 2 to 3, because this project is in Python 3 and not 2.

Created at 1 month ago

modified Binary_search.py

result is not printing correctly

Merge pull request #1843 from sundaram2021/patch-10

modified Binary_search.py

Created at 1 month ago
pull request closed
modified Binary_search.py

result is not printing correctly

Created at 1 month ago