Automašikas background pašalinimas:
AI teksto vertimas:
https://www.deepl.com/translator
Svetainių šablonai - Templates s:
Automašikas background pašalinimas:
AI teksto vertimas:
https://www.deepl.com/translator
Svetainių šablonai - Templates s:
Contract ABI formatter - https://abi.hashex.org
PankakeSwap testnet - https://pancake.kiemtienonline360.com/#/swap
BSC block explorer testnet- https://testnet.bscscan.com/
https://lookmovie.ag/ Filmai anglų kalba.
https://rezka.ag - Filmai Rusų kalba.
Setting up xdai network:
https://www.xdaichain.com/for-users/wallets/metamask/metamask-setup
Honey-swap: https://forum.1hive.org/
Honey swap Youtube
Exchanges:
https://exchange.sushi.com/#/swap
https://app.honeyswap.org/#/swap
https://alpha.baoswap.xyz/#/swap
Faucet:
https://xdai-app.herokuapp.com/faucet (Bao Community made ! Pay it forward )
https://blockscout.com/poa/xdai/faucet
Notes on development:
https://gist.github.com/Paulius11/d688c31d67c7e9fb6ab46da930bea085
Shell path for wsdl
WSDL:
"C:\Windows\System32\wsl.exe"
mingw-64:
"C:\Program Files\Git\bin\bash.exe" -
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
Usage:
$ nvm install <version> Download and install a <version>
$ nvm use <version> Modify PATH to use <version>
$ nvm ls List versions (installed versions are blue)
Usage:
$ nvm install 12
$ nvm use 12
Create a Price Alert: /alert price SYMBOL above/below PRICE usd/eth
/alert price WBTC above 15000 usd/alert price WBTC below 30 eth
To get correct symbol:
/search SYMBOL
/SEARCH CARROT
CARROT.41c38b
Creating alerts
/alert price CARROT.41c38b below 1 usd
/alert price CARROT.41c38b above 10$ usd
Problem:
When connecting to Xorg login only black screen black is seen.
Solution:
Disable automatic logon
Problem
Hyper-v enhanced session ubuntu cant turn on, button is disabled.
Solution:
$ sudo apt install linux-azure -y
Laser-based mice offer high sensitivity, but they tend to cause jittering.
It is called a vertical-cavity surface-emitting laser diode (or VCSEL) which is used in laser pointers, optical drives, barcode readers, and more.
Optical mice use LED technology with lower sensitivity, allowing for more accurate movement.
Invisible infrared or red LED that projects light onto a surface.
For example, think of a traveller checking into a hotel. When they register at the front desk, they are asked to provide a passport to verify that they are the person whose name is on the reservation. This is an example of authentication.Once the hotel employee has authenticated the guest, the guest receives a keycard with limited privileges. This is an example of authorization. The guest’s keycard grants them access to their room, the guest elevator, and the pool — but not other guests’ rooms or the service elevator. Hotel employees, on the other hand, are authorized to access more areas of the hotel than guests are.
Set-Cookie XSRF-TOKEN=; Max-Age=0; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
Set-Cookie XSRF-TOKEN=947b8dc9-5781-40a8-b349-64c0750b0f94; Path=/
http.authorizeRequests()
.anyRequest() # Aplied rules to all requests.
.hasAuthority("admin")
.hasAnyAuthority("admin", "manager")