I tried to make a bfs implementation without using LinkedList and Iterator build-in class in java. The first thing i did was make a linklist class manually, and
Today one of our nuxt.js products just stopped loading when you start it. There is no error. The browswer never loads. No log. What we have tried: move to a d
I'm trying to make a ContractFactory on ethers.js and deploy the smart contract on Polygon's testnet Mumbai through Alchemy. I have a problem with the deploy fu
I experimenting with the new asyncio features in Python 3.9, and have the following code: import asyncio async def inc(start): i = start while True:
After defining the naturals, addition and multiplication as usual, I set to write a proof that 1 is a neutral element. p : (n : ℕ) -> (1 * n) ≡ n
I am using TailwindCSS with TWIG files. The purgecss works fine inside CSS files and also inside "normal" markup like <div class="font-bold text-blue"><
We can press Ctrl + F in browser to find a text on the page as it gets highlighted if found a match. Even we can use good browser extensions to define our keywr
Hi I want to get access token for my reddit account? I'm trying to login with my https://ssl.reddit.com/api/v1/access_token email address and password but it do