plutolove’s diary

I love three things in this world, the sun, the moon and you. The sun for the day, the moon for the night, and you forever。

Entries from 2019-01-01 to 1 year

Manjaro CUDA

# 独显性能 optirun glxgears -info # 打开nvida面板 optirun -b none nvidia-settings -c :8 # 不依赖Bumblebee来使用CUDA sudo tee /proc/acpi/bbswitch <<< 'ON' # 使用完CUDA 停止NVIDIA显卡 sudo rmmod nvidia_uvm nvidia && sudo tee /proc/acpi/bbswi…

Kickstart Practice Round 2018 Problem Problem B. Googol String

题意 A "0/1 string" is a string in which every character is either 0 or 1. There are two operations that can be performed on a 0/1 string: switch: Every 0 becomes 1 and every 1 becomes 0. For example, "100" becomes "011". reverse: The stri…