Ờm ko biết bro
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
| -- ABORT ABORTSESSION ABS ABSENT ABSOLUTE ACCESS ACCESSIBLE ACCESS_LOCK ACCOUNT ACOS ACOSH ACTION ADD ADD_MONTHS ADMIN AFTER AGGREGATE ALIAS ALL ALLOCATE ALLOW ALTER ALTERAND AMP ANALYSE ANALYZE AND ANSIDATE ANY ANY_VALUE ARE ARRAY ARRAY_AGG ARRAY_EXISTS ARRAY_MAX_CARDINALITY AS ASC ASENSITIVE ASIN ASINH ASSERTION ASSOCIATE ASUTIME ASYMMETRIC AT ATAN ATAN2 ATANH ATOMIC AUDIT AUTHORIZATION AUX AUXILIARY AVE AVERAGE AVG BACKUP BEFORE BEGIN BEGIN_FRAME BEGIN_PARTITION BETWEEN BIGINT BINARY BIT BLOB BOOLEAN BOTH BREADTH BREAK BROWSE BT BTRIM BUFFERPOOL BULK BUT BY BYTE BYTEINT BYTES CALL CALLED CAPTURE CARDINALITY CASCADE CASCADED CASE CASESPECIFIC CASE_N CAST CATALOG CCSID CD CEIL CEILING CHANGE CHAR CHAR2HEXINT CHARACTER CHARACTERS CHARACTER_LENGTH CHARS CHAR_LENGTH CHECK CHECKPOINT CLASS CLASSIFIER CLOB CLONE CLOSE CLUSTER CLUSTERED CM COALESCE COLLATE COLLATION COLLECT COLLECTION COLLID COLUMN COLUMN_VALUE COMMENT COMMIT COMPLETION COMPRESS COMPUTE CONCAT CONCURRENTLY CONDITION CONNECT CONNECTION CONSTRAINT C |
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
| Get-Clipboard > _test.html | |
| prettier _test.html | Select-String -Pattern 'src="' | ForEach-Object { | |
| if ($_ -match 'src="([^"]+)"') | |
| { | |
| $url = $matches[1] | |
| curl --header "Referer: https://m.weibo.cn/" --header "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" --header "Sec-Fetch-Site: cross-site" --output $([System.IO.Path]::GetFileName($url)) $url | |
| } | |
| } | |
| Remove-Item -Path _test.html -Force |
Lấy dữ liệu đáp án của các bài tập học trực tuyến trên Course Moodle UIT (ví dụ môn OS của thầy Duy). Cơ chế là log dữ liệu khi trang web load.
- F12 vào tab Source
- File:
h5player (embed.PHP)->h5p-frame-*(about:blank)->courses.uit.edu.vn->pluginfile.php-> ... ->cachedatasets->*.js
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
| // Helper to pause execution | |
| const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms)); | |
| function getNextOldCatppuccinStyle() { | |
| // Grab ALL entries on the page | |
| const entries = document.querySelectorAll(".entry"); | |
| for (const entry of entries) { | |
| const nameLink = entry.querySelector(".style-name-link"); | |
| const styleInfo = entry.querySelector(".style-info"); |
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
| https://bin.garudalinux.org/?4e769a49118e1b58#GWL5KGY2v7YNrL2gB9wq18fJFP3uoj2oUKd5daEHFxdN |
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
| #include <cstring> | |
| #include <iostream> | |
| #include <string.h> | |
| #include <string> | |
| using namespace std; | |
| class CanBoVienChuc | |
| { | |
| friend class GiangVien; |
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
| #include <bits/stdc++.h> | |
| using namespace std; | |
| void heapify(int[], int, int); | |
| void heapSort(int[], int); | |
| void display(int[], int); | |
| int main() | |
| { | |
| int arr[] = {1, 14, 3, 7, 0}; |
https://ks.vnuhcm.edu.vn/khao-sat/chi-tiet-khao-sat
f12 paste vào console lệnh dưới
Chào các bạn sinh viên!
Với nhu cầu cấp thiết trong việc nâng cao chất lượng nguồn nhân lực trong bối cảnh hội nhập kinh tế và sự bùng nổ của thời đại công nghệ 4.0, trong khuôn khổ Dự án Phát triển các Đại học Quốc gia Việt Nam.