Lost your password?

Blogs about: Xor

Featured Blog

Digital Logic - Volume 01 - (1-4)

mφxαsm wrote 1 day ago: Given that I’m studying electronics engineering in college I decided to publish several articl … more →

Tags: digital logic, Electronics, And..., Digital, electronic, Gates, logic, moxasm, NAND

FeedForward Neural Network learned by a GA

mangans84 wrote 1 week ago: Uses a Genetic Algorithm to learna a FeedForward Neural Network how to solve a 3-parity XOR function … more →

Tags: Feedforward Neural Network, Neural Network, genetic algorithm, ga, Matlab, Hidden Neuron

One-Time Pad - Cryptography

neodean wrote 2 weeks ago: A one-time pad is a perfect encryption scheme because it is considered unbreakable if implemented pr … more →

Tags: Cryptography, logical security, Security, one-time-pad, OneTime Pad, One-Time, Cryptography Hash Functions, hash functions, encryption scheme

XO2 Urban Transformer – Brilliant folding electric scooter

swiff88 wrote 1 month ago: The XO2 Electric Scooter does what folks have dreamed about since we first saw the Jetsons cartoons … more →

Tags: bikes, Folding, xo2, scooter, Urban, Transformer, Electric

Exclusive OR (XOR)

amuhb wrote 2 months ago: A Boolean operator that returns a value of TRUE only if both its operands have different values. Con … more →

Tags: Brainsnack., Logics

8-bit binary calculator39 comments

Mike Szczys wrote 3 months ago: Don’t feel like shelling out $5 for a fancy factory made calculator that won’t even do b … more →

Tags: classic hacks, Misc Hacks, binary, calculator, digital logic, DIP switch, LED

P xor Q

jasoninclass wrote 5 months ago: The compound statement P xor Q  is true only when Either P is true OR Q is True. EITHER P OR Q P = M … more →

Tags: Propositional Logic, p xor q

XOR Swap

bluestreakblog wrote 5 months ago: The XOR gate can be used to swap 2 registers of information of the same data type without the need t … more →

Tags: Register, swap

Raid 5 and XOR

Henrik Falk wrote 7 months ago: RAID 5 functionality is based on the logical operator xor (exclusive or). So let’s dvelve into … more →

Tags: technology, RAID

[VB.Net] String XOR

sim0n wrote 9 months ago: This XOR is slightly more useful, you can encrypt a string using a byte as the key: Public Function … more →

Tags: VB.NET, String, function, Byte, encryption, Cypher, cipher

[VB.Net] String/Binary XOR

sim0n wrote 9 months ago: Got bored and decided to write this function. It can convert the input strings to binary and then XO … more →

Tags: VB.NET, binary, String, function, String To Binary, encryption. cipher

What is a Universal Gate and Why NAND is called a Universal gate?

Nityanand Dubey wrote 10 months ago: A Logic Gate which can infer any of the gate among Logic Gates. OR a gate which can be use to create … more →

Tags: Digital Design, Logic Gates, And..., Or, NAND, NOR, XNOR, Not, conversion of gates

Basic XOR encryption in C++

Thomas Chamberlain wrote 10 months ago: I thought this might be useful for any C++ programmers that just want to see an example of a method … more →

Tags: Useful code, C#, encryption, Masking

Method Swap :: without temporary variable

klainfo wrote 11 months ago: ตัวอย่างข้างต้น เป็นการเขียนโปรแกรม swap ค่าแบบแปลกๆครับ ไม่ต้องมาสร้างตัวแปร temp อีกแย๊ว จะนำเสนอ … more →

Tags: Programming, swap, C#

Websphere Password Decoding

enerosweb wrote 1 year ago: Passwords stored in Websphere Server configuration files actually could be decoded http://robertmald … more →

Tags: Application Server, WebSphere, decoder, password, Websphere App Server

Logika AND, OR, NAND, NOR, dan XOR

chandramde wrote 1 year ago: Berikut adalah implementasi logika AND, OR, NAND, NOR, dan XOR 2-masukan pada diagram ladder PLC. Lo … more →

Tags: PLC, Omron, CPM2A, And..., Or, NAND, NOR, Ladder Logics

Cool swap!

Soultrav wrote 1 year ago: So , we have the simple integer swap: void swap(int *x, int *y) { int *z = *x; *x = *y; *y = *z; } I … more →

Tags: IT, integer, swap

Cool swap!

Soultrav wrote 1 year ago: So , we have the simple integer swap: void swap(int *x, int *y) { int *z = *x; *x = *y; *y = *z; } I … more →

Tags: IT, integer, swap

Encryption using XOR

chauhanonjob wrote 1 year ago: Exclusive OR or more commonly known as XOR operator is a very less used operator in normal java prog … more →

Tags: Java, technical, encryption, password


Related Tags
All →

Follow this tag via RSS