Skip to content

Instantly share code, notes, and snippets.

View QuanTrieuPCYT's full-sized avatar
:shipit:
hi

QuanTrieuPCYT QuanTrieuPCYT

:shipit:
hi
View GitHub Profile
@f1shy-dev
f1shy-dev / best_SAE_trick.md
Last active April 2, 2025 17:04
sneakyf1shy's apple intelligence tutorial

the sneakyf1shy apple intelligence tutorial v2.0

Warning

This is patched as of iOS/iPadOS 18.1 DevBeta 5. If you want to follow this, stay on Beta 4.

This actually downloads the models, and is NOT just new SiriUI. Hence, this process is complex and probably not worth it.

⚠️ Prepare to be disappointed and annoyed, and have your time wasted! ⚠️

  • What does not work: Writing Tools, Memories, Reduce Interruptions, Image Eraser and other tools that are within official Apple Intelligence on supported devices.
@QuanTrieuPCYT
QuanTrieuPCYT / README.md
Created July 13, 2024 19:02
ThiccMC Closing Notes

Tương lai của ThiccMC

Chào mọi người, mình là Quân đây. Hôm nay mình xin được thông báo rằng: ThiccMC sẽ đóng cửa vào ngày 20/07/2024, chính xác vào 8 giờ tối theo múi giờ GMT+7. Mọi kênh chat trong server Discord sẽ được archive lại sau khi thông báo này được đưa lên, nếu bạn muốn để lại bình luận thì có thể bình luận vào cái Gist này ở cuối trang.

Cụm SMP sẽ tiếp tục được duy trì trước giờ đóng cửa, nên nếu các bạn muốn xây gì tiếp hay muốn ôn lại kỉ niệm thì có thể chơi tiếp, đồng thời cụm SMP sẽ không tiếp nhận verify các người chơi mới nữa. Sau giờ này, máy chủ sẽ được đưa vào trạng thái bảo trì và thông báo đóng cửa sẽ hiện lên. File world của Thicc SMP sẽ được upload lên một nền tảng lưu trữ file và sẽ được thông báo sau, và tên miền ThiccMC sẽ được duy trì tiếp tục nhiều năm tới, nói chung là lâu nhất có thể.

Tại sao lại có sự thay đổi này?

Mình mới đầu lập ra Thicc SMP, và giờ là ThiccMC, với một mục đích là thoả mãn ước muốn host một máy chủ Minecraft của riêng mình và tạo nên một cộng đồng lớ

@QuanTrieuPCYT
QuanTrieuPCYT / excellent_enchants_4.0.5_java17_MC_1_20_6_removed.sh
Last active June 17, 2024 07:48
ExcellentEnchants 4.0.5 with removed MC 1.20.6 support and Java 17 support.
#!/usr/bin/env bash
#
# Script to build ExcellentEnchants 4.0.5 with removed MC 1.20.6 support and Java 17 support.
# Provided that your environment meets the followings:
# - JDK 17 or later installed
# - `git` installed, `mvn` installed (Apache Maven)
# - Using an OS that uses GNU's `sed` utility (such as Linux). macOS uses a different `sed`, so please double-check!
#
# Clone the repository
@QuanTrieuPCYT
QuanTrieuPCYT / securebootsign.sh
Last active April 19, 2024 13:53
Debian Linux Manual Secure Boot signing script
#!/usr/bin/env bash
# DPKG Post-Install Script to sign vmlinuz kernel images and EFI executable binaries for Secure Booting with custom certificates
# Required for full OpenCore Secure Boot (for example: you want to use Secure Boot in Windows 11 for Valorant, just like me!)
#
# Requirement:
# - You have followed this guide: https://github.com/perez987/OpenCore-and-UEFI-Secure-Boot
# - Custom ISK.key and ISK.pem in a folder of choice, I will just name it /path/to/securebootkeys as in this script
# - You are running Debian Linux, with `sbsigntool` installed (`sudo apt install sbsigntool --no-install-recommends -y`)
# - Have a brain
@QuanTrieuPCYT
QuanTrieuPCYT / FPTU.md
Created April 15, 2024 13:04
FPTU Kỳ Truyện - Đại học FPT: khi sinh viên gian lận và hack vào server trường

Đại học FPT: khi sinh viên gian lận và hack vào server trường

Lấy từ nguồn: https://tinhte.vn/thread/dai-hoc-fpt-khi-sinh-vien-gian-lan-va-hack-vao-server-truong.1091706/


Trường Đại Học FPT (FU) số 8 Tôn Thất Thuyết - Cầu Giấy - Hà Nội (Toà nhà Detect - đối diện bến xe Mĩ Đình) Trong 3 năm nay, FU có thực hiện việc thi cử online bằng phần mềm chuyên dụng của trường, được nhà trường đặt hàng của Phan Trường Lâm (LamPT) có 2 phiên bản đều được code bằng C# .NET:
1- bản EOS Client dùng thi môn Business English (BE).
2- bản IT Client thi các môn Software Engineering: Java, C#, C/C+- Computer Network, Operating System (OS), Introduction to Database, ...

@QuanTrieuPCYT
QuanTrieuPCYT / rmjavacheck
Last active April 19, 2024 10:36
Script to remove JavaCheck.jar on Minecraft Launcher on macOS Platforms
#!/bin/bash
file_path="~/Library/Application
Support/minecraft/launcher/launcher.bundle/Contents/Resources/JavaCheck.jar"
if [ -e "$file_path" ]; then
rm -R "$file_path"
echo "Minecraft Launcher's JavaCheck.jar deleted!"
else
echo "Minecraft Launcher's JavaCheck.jar not found!"
@hUwUtao
hUwUtao / prototype.txt
Last active June 14, 2023 17:30
A Turing's machine compatible language in mind
// base language
// value
// if start with 0-9 then will be parse to number
// if start with [ then the very next line will be the value
// if line start with | then try to pipe the next value until EOL (apply to text have space)
// else will find until a valid value (charCode >= 64), end with space
// then it will try to find comparision keyword l(eq, gr, ge, lr, le)
@ungeskriptet
ungeskriptet / tcl-debloater.sh
Last active January 15, 2025 22:48
TCL TV debloater
#!/usr/bin/sh
# WARNING: Might brick your TV
set -e
TEMP_DIR=tmp-tcl-debloater
KODI_URL=https://mirrors.kodi.tv/releases/android/arm/kodi-20.1-Nexus-armeabi-v7a.apk
FLAUNCHER_URL=https://gitlab.com/flauncher/flauncher/-/releases/0.18.0/downloads/flauncher-0.18.0.apk
MATERIALFILES_URL=https://f-droid.org/repo/me.zhanghai.android.files_31.apk
BLOAT=$(cat <<EOF
com.tcl.partnercustomizer
com.tcl.smartalexa
@GameParrot
GameParrot / cocoa_window.m
Last active May 24, 2022 14:04
Modified cocoa_window.m for GLFW and Minecraft
//========================================================================
// GLFW 3.4 macOS - www.glfw.org
//------------------------------------------------------------------------
// Copyright (c) 2009-2019 Camilla Löwy <[email protected]>
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
// arising from the use of this software.
//
// Permission is granted to anyone to use this software for any purpose,
@MeguminSama
MeguminSama / Discord Experiments.js
Last active April 5, 2025 11:16
Discord Experiments.js
let cache; webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=r.c]);
var UserStore = Object.values(cache).find(m => m?.exports?.default?.getUser).exports.default;
var actions = Object.values(UserStore._dispatcher._actionHandlers._dependencyGraph.nodes);
var user = UserStore.getCurrentUser();
actions.find(n => n.name === "ExperimentStore").actionHandler.CONNECTION_OPEN({
type: "CONNECTION_OPEN", user: {flags: user.flags |= 1}, experiments: [],
});
actions.find(n => n.name === "DeveloperExperimentStore").actionHandler.CONNECTION_OPEN();
webpackChunkdiscord_app.pop(); user.flags &= ~1; "done";