Popular repositories Loading
-
-
longest-substring-having-first-letter-capital
longest-substring-having-first-letter-capital PublicPython
-
Number-of-Coins---Denominations
Number-of-Coins---Denominations Public## number of coins denomination ## n=int(input()) c=0 if n>1000:c+=n//1000; n%=1000 if n>500:c+=n//500; n%=500 if n>100:c+=n//100; n%=100 if n>50:c+=n//50; n%=50 if n>20:c+=n//20; n%=20 if n>10:c+=…
-
-
-
androidpatternlock
androidpatternlock PublicForked from sch3m4/androidpatternlock
A little Python tool to crack the Pattern Lock on Android devices
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.