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..
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.
make user interactive
Merge pull request #1872 from muzakkirsaifi123/user-interactive
make user interactive
Now user can get the option to enter the URL at run time and get download the images.
Update Add two numbers.py
Merge pull request #1867 from Blue-Sahu/master
Update Add two numbers.py
Have Changed the out put statement
Fixed some errors and made some improvements in the code.
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
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:
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
Bumps mediapipe from 0.9.1.0 to 0.9.2.1.
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)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
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.
Code refactor
Merge pull request #1 from joseph-alan-jose/master
Merge pull request #1860 from qburst/master
Refactor: Clean code
Refactored the code in file 'Python Program for factorial of a number.py'
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
Streamlined the swapping of the values to avoid the use of temporary variables and using python built-in function
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
Calculate the resistance of a circular conductor based on the geometry of the wire and the ambient temperature and return the value
Update README.md
Fixed a typo.
Merge pull request #1854 from CodeRhythm56/patch-2
Update README.md
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
reduced runtime by roughly .29 seconds at 100000 runs by using only one check for all the vowels
Bump pyglet from 2.0.4 to 2.0.5
Bumps pyglet from 2.0.4 to 2.0.5.
updated-dependencies:
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
Bumps pyglet from 2.0.4 to 2.0.5.
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)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:
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
Bumps opencv-python from 4.7.0.68 to 4.7.0.72.
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)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
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.
modified Binary_search.py
result is not printing correctly
Merge pull request #1843 from sundaram2021/patch-10
modified Binary_search.py
result is not printing correctly