Skip to content

Instantly share code, notes, and snippets.

View Rudo2204's full-sized avatar

Rudo Rudo2204

View GitHub Profile
@Rudo2204
Rudo2204 / all_radical_red_trainer_sets_4_1_hardcore_mode.txt
Created May 5, 2024 15:31
Pokémon Radical Red 4.1 Trainer Data (Hardcore Mode)
This work is largely based on the v3.02 dump by luckytyphlosion.
He has also helped a great amount pointing me to the right direction to make the necessary changes to update the dump script.
Without his help this dump would take too long and I probably had given up halfway.
Some changes compared to the v3.02 dump:
- Manually fix a bunch of pokemon names to match it to their showdown name.
This means you should be able to import the set to the calulator.
If you see a mon with totally wrong name that's because I messed up.
- Change the max level check algorithm.
@Rudo2204
Rudo2204 / all_radical_red_trainer_sets_4_1_normal_mode_mingrind.txt
Created May 5, 2024 15:30
Pokémon Radical Red 4.1 Trainer Data (Normal Mode, Mingrind)
This work is largely based on the v3.02 dump by luckytyphlosion.
He has also helped a great amount pointing me to the right direction to make the necessary changes to update the dump script.
Without his help this dump would take too long and I probably had given up halfway.
Some changes compared to the v3.02 dump:
- Manually fix a bunch of pokemon names to match it to their showdown name.
This means you should be able to import the set to the calulator.
If you see a mon with totally wrong name that's because I messed up.
- Change the max level check algorithm.
@Rudo2204
Rudo2204 / all_radical_red_trainer_sets_4_1_normal_mode_no_mingrind.txt
Created May 5, 2024 15:28
Pokémon Radical Red 4.1 Trainer Data (Normal Mode, No Mingrind)
This work is largely based on the v3.02 dump by luckytyphlosion.
He has also helped a great amount pointing me to the right direction to make the necessary changes to update the dump script.
Without his help this dump would take too long and I probably had given up halfway.
Some changes compared to the v3.02 dump:
- Manually fix a bunch of pokemon names to match it to their showdown name.
This means you should be able to import the set to the calulator.
If you see a mon with totally wrong name that's because I messed up.
- Change the max level check algorithm.
@Rudo2204
Rudo2204 / all_radical_red_trainer_sets_4_1_easy_mode_no_mingrind.txt
Last active May 5, 2024 15:27
Pokémon Radical Red 4.1 Trainer Data (Easy Mode)
This work is largely based on the v3.02 dump by luckytyphlosion.
He has also helped a great amount pointing me to the right direction to make the necessary changes to update the dump script.
Without his help this dump would take too long and I probably had given up halfway.
Some changes compared to the v3.02 dump:
- Manually fix a bunch of pokemon names to match it to their showdown name.
This means you should be able to import the set to the calulator.
If you see a mon with totally wrong name that's because I messed up.
- Change the max level check algorithm.
@Rudo2204
Rudo2204 / debian-zoom-remove-ibus.md
Created November 7, 2023 16:03 — forked from zxchris/debian-zoom-remove-ibus.md
Zoom for Debian - Removing ibus dependency

Patching zoom_amd64.deb to remove ibus dependency

Installing ibus on Debian has a tendency to stop the keyboard working, particularly in KDE system dialogue boxes and search feilds. ibus is not really required, so patching the deb to prevent the install from also installing ibus as a required dependecy solves the problem:

S=$(mktemp -d)
dpkg -x zoom_amd64.deb $S
dpkg -e zoom_amd64.deb $S/DEBIAN
sed -i -E 's/(ibus, |, ibus)//' $S/DEBIAN/control 
dpkg -b $S zoom_amd64-no-ibus.deb 
@Rudo2204
Rudo2204 / all_radical_red_trainer_sets_4_00_easy_mode_no_mingrind.txt
Created September 12, 2023 07:34
Pokémon Radical Red 4.00 Trainer Data (Easy Mode)
This work is largely based on the v3.02 dump by luckytyphlosion.
He has also helped a great amount pointing me to the right direction to make the necessary changes to update the dump script.
Without his help this dump would take too long and I probably had given up halfway.
Some changes compared to the v3.02 dump:
- Manually fix a bunch of pokemon names to match it to their showdown name.
This means you should be able to import the set to the calulator.
If you see a mon with totally wrong name that's because I messed up.
- Change the max level check algorithm.
@Rudo2204
Rudo2204 / all_radical_red_trainer_sets_4_00_hardcore_mode.txt
Created September 12, 2023 07:30
Pokémon Radical Red 4.00 Trainer Data (Hardcore Mode)
This work is largely based on the v3.02 dump by luckytyphlosion.
He has also helped a great amount pointing me to the right direction to make the necessary changes to update the dump script.
Without his help this dump would take too long and I probably had given up halfway.
Some changes compared to the v3.02 dump:
- Manually fix a bunch of pokemon names to match it to their showdown name.
This means you should be able to import the set to the calulator.
If you see a mon with totally wrong name that's because I messed up.
- Change the max level check algorithm.
@Rudo2204
Rudo2204 / all_radical_red_trainer_sets_4_00_normal_mode_mingrind.txt
Created September 12, 2023 07:27
Pokémon Radical Red 4.00 Trainer Data (Normal Mode, Mingrind)
This work is largely based on the v3.02 dump by luckytyphlosion.
He has also helped a great amount pointing me to the right direction to make the necessary changes to update the dump script.
Without his help this dump would take too long and I probably had given up halfway.
Some changes compared to the v3.02 dump:
- Manually fix a bunch of pokemon names to match it to their showdown name.
This means you should be able to import the set to the calulator.
If you see a mon with totally wrong name that's because I messed up.
- Change the max level check algorithm.
@Rudo2204
Rudo2204 / all_radical_red_trainer_sets_4_00_normal_mode_no_mingrind.txt
Last active September 12, 2023 07:23
Pokémon Radical Red 4.00 Trainer Data (Normal Mode, No Mingrind)
This work is largely based on the v3.02 dump by luckytyphlosion.
He has also helped a great amount pointing me to the right direction to make the necessary changes to update the dump script.
Without his help this dump would take too long and I probably had given up halfway.
Some changes compared to the v3.02 dump:
- Manually fix a bunch of pokemon names to match it to their showdown name.
This means you should be able to import the set to the calulator.
If you see a mon with totally wrong name that's because I messed up.
- Change the max level check algorithm.
@Rudo2204
Rudo2204 / add_driver_controller_xbox_nobrand.md
Last active March 7, 2023 07:40
Cài driver linux cho tay cầm XBOX One X tà đạo no brand từ Trung Quốc

Link mua hàng:

Ai dùng linux cũng biết là thường khi có thiết bị mới cắm vào máy mà không chạy ngay lần đầu thì tức không có sẵn driver trong kernel và ta phải tự compile driver cho thiết bị đó.

Thường thì khả năng thực hiện việc cài driver ngoài này không thành công là khá cao (vì nếu thiết bị được hỗ trợ thì đã được merge lên upstream rồi).

Tuy nhiên dù gì thì cũng mới nhận hàng vài tiếng trả lại thì tốn thời gian của cả 2 bên quá, nên thử tìm hiểu tí về driver tay cầm trên linux xem sao.