Installing by closely following ROCm Installation Guide because :
- it misses to install
libnuma-dev
andlibncurses5
- installing dkms breaks ROCm after reboot
Installing by closely following ROCm Installation Guide because :
libnuma-dev
and libncurses5
Create React App 4.0 is currently in alpha and supports using React 17 and the new JSX transform. To use it, follow these instructions.
Create a new app with npx create-react-app@next --scripts-version=@next --template=cra-template@next my-js-app
/* | |
Copy this into the console of any web page that is interactive and doesn't | |
do hard reloads. You will hear your DOM changes as different pitches of | |
audio. | |
I have found this interesting for debugging, but also fun to hear web pages | |
render like UIs do in movies. | |
*/ | |
const audioCtx = new (window.AudioContext || window.webkitAudioContext)() |
FAR (Fix (NieR) Automata Resolution) -- Required by HD Texture Pack.
{- | |
A program searching for solutions of a board puzzle | |
given by a friend. | |
The aim is to fill in a 8 by 8 square using the | |
given 8 pieces. Each piece has a particular shape and | |
can be rotated and flipped. | |
I am not satisfied with this program yet. The program |
# 《無架構的暴政》文摘 | |
Digest of "THE TYRANNY of STRUCTURELESSNESS by Jo Freeman a.k.a. Joreen" | |
http://blog.roodo.com/dkchen10/archives/4728841.html | |
## tl;dr | |
任何組織或團體在草創期多半都是無架構,但隨著組織團體規模變大,它們必須要制定出適合自己團體的架構,才能有所作為、確保成員共同參與,同時避免混亂。 | |
* 團體架構的基本原則,可以參考第 6 段。 | |
* 團體內產生一個或多個小群體是正常的,群體之間彼此競爭是健康的,可以參考第 4 段。 |
34. to/lo po/lo' i/ra ko se/pat. | |
Mi/sa/lof, | |
Mi/sa/nga’, | |
Mi/pa/la/sa/wad to | |
Ma/le/ka/ya/tay to/na Ri/ke/c | |
O ci/to/do/ngay a | |
mi/ko/wa/nay i, | |
i la/lo/ma’ no | |
to/lo a mih/ca/an |
When you create a npm package, remember it might be used in a browser or a server, or even a command line utility… For each package you create, please pay attention at what it will be used for: