Skip to content

Instantly share code, notes, and snippets.

View palmarytech's full-sized avatar

Palmarytech palmarytech

  • Palmary Technology
  • Beijing
View GitHub Profile
@palmarytech
palmarytech / 250.csv
Created November 22, 2023 05:16 — forked from jinjier/250.csv
JavDB Top 250 movies code list. [Updated at 2023/09]
1 LAFBD-41
2 ABP-984
3 SSNI-497
4 IPX-580
5 IPX-811
6 SMBD-115
7 ABF-017
8 ABP-159
9 IPX-177
10 STARS-804
@palmarytech
palmarytech / PyQt5WindowChangeExample.py
Created July 31, 2020 04:10 — forked from MalloyDelacroix/PyQt5WindowChangeExample.py
A PyQt5 example of how to switch between multiple windows.
import sys
from PyQt5 import QtCore, QtWidgets
class MainWindow(QtWidgets.QWidget):
switch_window = QtCore.pyqtSignal(str)
def __init__(self):
QtWidgets.QWidget.__init__(self)
Import-Module oh-my-posh
Set-Theme Paradox
$DefaultUser = "Jiahonzheng"