Introduction
- Proses belajar
- Sumbernya dari gnome asia
- Gnome/gtk app
- Kelebihan
- Kekurangan
- Yang mau dibikin
- Figmanya seperti apa
Building
- Gnome builder
pragma solidity ^0.8.2; | |
contract Token { | |
mapping(address => uint) public balances; | |
mapping(address => mapping(address => uint)) public allowance; | |
uint public totalSupply = 1000000 * 10 ** 18; | |
string public name = "INDOG"; // name your token | |
string public symbol = "INDG"; // code your token | |
uint public decimals = 18; | |
openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out cert.pem
openssl x509 -in cert.pem -text
It's possible to lose a key. Sometimes you need to backup it first.
openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out cert.pem
openssl x509 -in cert.pem -text
``` | |
➜ imagerec git:(updated-deps) ✗ nvidia-smi | |
Tue May 5 15:00:40 2020 | |
+-----------------------------------------------------------------------------+ | |
| NVIDIA-SMI 440.33.01 Driver Version: 440.33.01 CUDA Version: 10.2 | | |
|-------------------------------+----------------------+----------------------+ | |
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | | |
|===============================+======================+======================| | |
| 0 GeForce GTX 166... On | 00000000:01:00.0 On | N/A | |
#!/bin/bash | |
for file in *; do | |
if [ ${file: -4} == ".pdf" ] | |
then | |
echo "Converting $file using ghost script..." | |
# Handle multi pages | |
gs -sstdout=%stderr -dPDFSTOPONERROR -dNOPAUSE -sDEVICE=pngalpha -o $file-%03d.png -r600 $file | |
if [ "$?" != "0" ] | |
then |
Given the specific parameters (size
, wall
, start
and target
), you should build a virtual block map. If the size
is 10, then it will be a 10x10 blocks map. Each block is numbered sequentially from left to right, then top to bottom. The initial value for this sequence is 1.
If the size
value is 6, then the map will be like this,
This are a collection of fixes and tweaks I used to get Xubuntu 18.04 LTS working on a lenovo thinkpad X380 yoga laptop.
Bios:
(optional) find the settings for cpu power management and switch to power saving or balanced mode on battery (if not already)