You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
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, ...
Replicate Genshin Impact's cutscenes with subtitles styling for video on the official channel.
This file contains 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
--- Neyako Phạm - June 14 2023 @ 1:59 PM
Bài viết đã archive vì đến giờ tôi nhận ra là người tôi nói trong bài viết có vẻ là không có trách nhiệm với lời nói của mình và tôi đang vô tình gây ảnh hưởng đến các server liên quan.
Tóm gọn lại, tôi không đúng nhưng tôi vẫn giữ nguyên quan điểm là kênh của tôi thì tôi up cái gì cũng là chuyện của tôi. Chỉ đơn giản hãy nghĩ 1 điều là video đấy làm vui và ông không bao giờ nghĩ nó viral đi, đến lúc nó viral thì ông phải đối mặt với hàng trăm hàng nghìn comment chửi rủa thì lúc đó lên bài/làm video sẽ hay hơn hay là ngồi thật sự rep từng cái comment một với nội dung như nhau?
JavaScript: Chuyển tiếng Việt có dấu sang không dấu
This file contains 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
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
General rules
Follow standard conventions.
Keep it simple stupid. Simpler is always better. Reduce complexity as much as possible.
Boy scout rule. Leave the campground cleaner than you found it.
Always find root cause. Always look for the root cause of a problem.