Twitter Updates for 2007-09-22September 22, 2007The Events that are: My Life The times they are a-changin’. This post seems to be older than 13 years—a long time on the internet. It might be outdated. I just used DeMorgan’s theorem in practice…crazy! # 0 Related 3 thoughts on “Twitter Updates for 2007-09-22” quinn September 24, 2007 at 4:39 pm were you gonna say how or post a link or something?? Andrew Ferguson September 25, 2007 at 1:32 am I wasn’t planning on it it. Basically I had this code that I wrote as: !(!A && B && !C) and I realized I could just make it: A || !B || C (Note: && is logical AND and || is logical OR) quinn September 25, 2007 at 10:06 pm and for a second I thought you might be studying philosophy heh..actually I had a very similar experience to that once when I was programming Comments are closed.
Andrew Ferguson September 25, 2007 at 1:32 am I wasn’t planning on it it. Basically I had this code that I wrote as: !(!A && B && !C) and I realized I could just make it: A || !B || C (Note: && is logical AND and || is logical OR)
quinn September 25, 2007 at 10:06 pm and for a second I thought you might be studying philosophy heh..actually I had a very similar experience to that once when I was programming
were you gonna say how or post a link or something??
I wasn’t planning on it it. Basically I had this code that I wrote as:
!(!A && B && !C)
and I realized I could just make it:
A || !B || C
(Note: && is logical AND and || is logical OR)
and for a second I thought you might be studying philosophy
heh..actually I had a very similar experience to that once when I was programming
Comments are closed.