lidd77
lidd77
Hey, When Open this link via Chrome , https://bitcoineria.com/blog/recently-viewed-product-filtering-and-bitcoin-payments/ will get "This site can't provide a secure connection" error prompt .
Hi, In order to improve the speed of reading fastq files and doing some quality control statistics , wanna use multiple threads to complete some statistics of every four fastq...
群主,有群吗?能拉我一下,进去学习学习
hey, when I call the next function : ``` function swapExactTokensForTokens( uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline ) external returns (uint[] memory amounts); ``` I...
Hello, I set BWA(the version is 0.7.17) parameter -t with value '1 ' , the input data is the paried end fastqs with total 4G size , and the reference...
a possbile typo from the license
hey,  Based on getAmountOut formula, we should not use 'add(1)' to calculate amountIn value. But I find that getAmountIn function use 'add(1)' to calculate amountIn , I do not...
hey, I query the next subgraph command in your subgraph platform : https://bsc.streamingfast.io/subgraphs/name/pancakeswap/exchange-v2 but I got empty result : { "data": { "token": { "decimals": "9", "id": "0xfb5b838b6cfeedc2873ab27866079ac55363d37e", "name": "FLOKI",...
Hey, I wanna use twitterscarper to get a followers list( Collecting followers ID list ) of one twitter account , but i am not sure whether twitterscraper has supported this...
hey, when use ```address``` to convert ```uint``` , it prompts that "Cannot convert uint256 into address". uint means uint256, address means bytes20, so this conversion in the pancakeSwap source codes...