ウィーンのドナウインゼルの北東に桜の木がたくさん植えてあるキルシェンハインという場所があり、そろそろ満開になりそうだったので行ってきました。まだ木が若いので少し迫力にはかけますが、春の気配を感じるには十分でした。
https://goo.gl/maps/4fJwEzJJn8LTLhb89
ウィーンのドナウインゼルの北東に桜の木がたくさん植えてあるキルシェンハインという場所があり、そろそろ満開になりそうだったので行ってきました。まだ木が若いので少し迫力にはかけますが、春の気配を感じるには十分でした。
https://goo.gl/maps/4fJwEzJJn8LTLhb89
Probably someone has updated the DGX station system, and g++-10 compiler complains as
lto1: error: ‘-fcf-protection=full’ is not supported for this target.
LD= g++-10 -fopenacc -foffload="-fcf-protection=none -fno-stack-protector"
Looks nice, and the author provides Python codes (and some other languages).
I also have a kind of colour blindness (red and green). It would be nice to have this.
https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html
I have not known that GPT boot loaders can be deleted in BIOS setting.
So, if you want to delete dual boot Linux, you just need to delete the bootloader and remove the Linux partitions (and expand the Windows partition).
https://itsfoss.com/uninstall-ubuntu-linux-windows-dual-boot/
I needed to transfer data from Oracle to PostgreSQL, which are on different machines.
This time, I used Pandas and Pickle on Python 2.7.
Reading from Oracle:
Writing to PostgreSQL:
(Note1, table name, schema and column names should be in lower case. Otherwise, you will find or need strange double quotation marks.
Note2, you should give chunksize. Otherwise, the python instance will eat up all the memory.
Note3, you need to set up schemas, but tables will be automatically created)