| Task | Poetry | uv |
|---|---|---|
| Install via official installer | curl -sSL https://install.python-poetry.org | python3 - |
curl -LsSf https://astral.sh/uv/install.sh | sh |
| Install via pip | pip install poetry |
pip install uv |
| Verify installation | poetry --version |
uv --version |
Dokumen yang dibandingkan:
standar-mutu.xlsx— 187 baris standar mutu, dikelompokkan ke kode kriteria1.1–6.1(=C.1–C.6), dengan kolom target untuk 8 kombinasi jenjang/prodi: Sarjana (Teknik Informatika, Teknik Komputer, Sistem Informasi, Teknologi Informasi, Pendidikan Teknologi Informasi), Magister (Ilmu Komputer, Sistem Informasi), dan Doktor (Ilmu Komputer).sarjana.txt,magister.txt,doktor.txt— matriks penilaian LAM INFOKOM kriteria C.1–C.6, masing-masing dengan sub-poin A/B/(C/D).
| Kriteria | Sarjana | Magister | Doktor | Status |
|---|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ============================================ | |
| # WhatsApp Cache Cleanup | |
| # ============================================ | |
| # Relaunch in PowerShell when double-clicked | |
| if ($Host.Name -notlike "*ConsoleHost*") { | |
| Start-Process powershell.exe -ArgumentList "-NoProfile -ExecutionPolicy Bypass -File `"$PSCommandPath`"" | |
| exit | |
| } |