Wright-Patterson Air Force Base

0001-01-01

Wright-Patterson Air Force Base (WPAFB) is a United States Air Force base residing east of Dayton, Ohio. Read More

Writing good C/C++ Code

0001-01-01

In baines2016, it is mentioned that compiler optimizations can break poorly written programs, and the author expressed their general displeasure with ... Read More

WSJT-X

0001-01-01

WSJT-X is software used by amateur radio operators for FST4, FST4W, FT4, FT8, JT4, JT9, JT65, Q65, MSK144, and WSPR modes ... Read More

wu-ftp

0001-01-01

wu-ftp is FTP server software developed at Washington University in St. Louis. https://en.wikipedia.org/wiki/WU-FTPD Read More

x64dbg

0001-01-01

x64dbg is an open-source debugger for Windows. It is used to analyze and debug Windows applications. https://x64dbg.com/ Read More

x86

0001-01-01

x86 is a family of Instruction Set Architectures (ISAs) developed by Intel. Read More

x86_64

0001-01-01

x86_64 is a 64-bit extension of the x86 Instruction Set Architecture initially developed by AMD. Read More

Xcode

0001-01-01

Xcode is an Integrated Development Environment (IDE) created by Apple that is used to develop applications for Apple platforms such as macOS, iOS, ... Read More

XOR

0001-01-01

XOR (exclusive or) is a logical operation comparing two input bits, producing a single output bit. XOR Table: Input Input XOR output 0 0 0 0 1 1 1 0 1 ... Read More

XOR encryption

0001-01-01 cryptography

XOR encryption is a simple, easy to implement, and lightweight form of encryption. XOR is faster than other algorithms such as AES or RC4 and does not ... Read More