Pinned Repositories
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-hacking-1
A curated list of awesome Hacking tutorials, tools and resources
CompanyDatabaseManagement
An JavaSwing Application with 2 system: DBA and Normal User
gRPC-ChatApp
a gRPC Chat Room using Go and tview
HCMUS_GPA
Calculate GPA in HCMUS (Portal source)
LZW_Compression
LZW Compression method in C++ implement
QueueNumberGame
a game with number, queue, linked list and hash table
Socket_TraCuuTienTe
Currency Exchange Programming
StringMatchingAlgorithms
Brute force, KMP and Rabin-Karp Algorithms for String Matching. Evaluate complexity of each algorithms
WifiEncryptionSimulation
An implement of encryption methods on Wifi (or Wireless communication field): WEP, AES-CCMP,...
phucthuan1st's Repositories
phucthuan1st/HCMUS_GPA
Calculate GPA in HCMUS (Portal source)
phucthuan1st/StringMatchingAlgorithms
Brute force, KMP and Rabin-Karp Algorithms for String Matching. Evaluate complexity of each algorithms
phucthuan1st/DSA_SortingAlgorithms
11 sorting algorithms
phucthuan1st/HCMUSCanteen
Canteen management website made by HCMUS Student
phucthuan1st/simpleRPGGame-OOP
a simple RPG Game build with OOP
phucthuan1st/DSA_BST-AVL-Graph
A simple BST, AVL and Graph implement
phucthuan1st/LZW_Compression
LZW Compression method in C++ implement
phucthuan1st/Socket_TraCuuTienTe
Currency Exchange Programming
phucthuan1st/API-Networking
phucthuan1st/awesome-malware-analysis
Defund the Police.
phucthuan1st/awesome-pentest
A collection of awesome penetration testing resources, tools and other shiny things
phucthuan1st/Contact-Details
show contact list and each contact detail
phucthuan1st/Database-Book
3 books for Database learning
phucthuan1st/DeepKE
An Open Toolkit for Knowledge Graph Extraction and Construction published at EMNLP2022 System Demonstrations.
phucthuan1st/EarleyAlgorithms
An implementation of Earley Algorithms
phucthuan1st/EmployeeSalary
A console application to create a report on detailed payment for all of the employees in the company for a specific month.
phucthuan1st/Fibonacci_and_Other_evaluate
phucthuan1st/icon
my icon for readme
phucthuan1st/integer_arithmetic
binary integer simulation with C++/C
phucthuan1st/Java-Learning
My code on learning java
phucthuan1st/LargeIntegerAndRSA
phucthuan1st/MockStudentDataGenerator
A data mockup generator
phucthuan1st/NachOS-4.0
phucthuan1st/PENTESTING-BIBLE
Learn ethical hacking.Learn about reconnaissance,windows/linux hacking,attacking web technologies,and pen testing wireless networks.Resources for learning malware analysis and reverse engineering.
phucthuan1st/Pentesting-Interview-Questions
Penetration Testing and Offensive Security Interview Questions
phucthuan1st/SimpleCalculator
A simple Calculator build with Swift
phucthuan1st/SimpleCalculator2.0
The simple calculator but with SwiftUI
phucthuan1st/Swift-Learning
Basic Swift Learning using VS Code
phucthuan1st/Trie
Trie structure _ implement and test
phucthuan1st/XMLParsingToSQLite
XML Parser, SQLite with FMDB