Huzaifa Khilawala
Huzaifa Khilawala
fixes [appwrite/appwrite#4128](https://github.com/appwrite/appwrite/issues/4128) ### ⚡ Function Details Delete all files inside an Appwrite Storage bucket. Make sure to introduce `APPWRITE_FUNCTION_PROJECT_ID`, `APPWRITE_FUNCTION_ENDPOINT` and `APPWRITE_FUNCTION_API_KEY` function variables. Bucket ID should be received as...
## Check List (Check all the applicable boxes) - [x] My code follows the code style of this project. - [ ] My change requires changes to the documentation. -...
An option for the Language Card that specifically allows showing an "Other" percentage when limiting the amount of languages shown via langs_count. Fixes #1548 Old PR #2119
**🧐 Motivation** I recently wanted a way to restrict function calls for each user by some time. That's when I was searching if there was a utils contract in OpenZeppelin...
 related #3 ### Reproduce: setting height="316" to img tag with src="https://codeforces-readme-stats.vercel.app/api/card?username=redheadphone"
Whenever Codeforces contests are live, their API gets slow, and as a result, my API gives `FUNCTION_INVOCATION_TIMEOUT` error because of the [Vercel limits](https://vercel.com/docs/concepts/limits/overview). One solution to that can be a...
HackerEarth profile: https://www.hackerearth.com/@redheadphone Clist profile: https://clist.by/account/redheadphone/resource/hackerearth.com/ On HackerEarth it shows that my contest rating is 1920, but on Clist, it hasn't updated my last contest rating delta.
Following this [guide](https://cp-algorithms.com/graph/euler_path.html#:~:text=This%20way%20we%20can%20achieve%20an) we can improve the current implementation of the Eulerian path https://github.com/cheran-senthil/PyRival/blob/master/pyrival/graphs/euler_walk.py by making it O(N+M) instead of O(N**2 + M)