|
101101
Aug 17, 2017 19:59:43 GMT -5
via mobile
Post by techno on Aug 17, 2017 19:59:43 GMT -5
101 110 101 10111 01 11011 11010!
|
|
|
101101
Sept 6, 2018 13:45:45 GMT -5
Post by Pilot on Sept 6, 2018 13:45:45 GMT -5
title: 93 string verdict = "To be honest, I don't get it."
if (!binary) // false { else if (!hex) return false // true [values < 65-122] // (A-z)
else if (!oct) return false // true []
else if (!alphabet) return false // true [27 > 26]
else if (!ip) return false // possible [5.6.5.23 unless :12726]
else if (!phone) return false // theoretical. . . country code 9 3 . . . *preps Devastator(s)* [5,6,5,(-)23,1,(-)27,26]
else print verdict } else return false
Question: What is the final result?
|
|
|
101101
Sept 6, 2018 22:10:18 GMT -5
Post by The Kurgan on Sept 6, 2018 22:10:18 GMT -5
Sorry, I only do SQL, VB, VBA, VBScript, JScript and a bit of SAS and HTML.
|
|
|
101101
Sept 8, 2018 7:17:28 GMT -5
Post by techno on Sept 8, 2018 7:17:28 GMT -5
Binary will also be added together to form combinational logic..
|
|
Lee
Junior Member

Posts: 56
|
101101
Oct 2, 2018 6:36:41 GMT -5
Post by Lee on Oct 2, 2018 6:36:41 GMT -5
title: 93 string verdict = "To be honest, I don't get it."
if (!binary) // false { else if (!hex) return false // true [values < 65-122] // (A-z)
else if (!oct) return false // true []
else if (!alphabet) return false // true [27 > 26]
else if (!ip) return false // possible [5.6.5.23 unless :12726]
else if (!phone) return false // theoretical. . . country code 9 3 . . . *preps Devastator(s)* [5,6,5,(-)23,1,(-)27,26]
else print verdict } else return false
Question: What is the final result? I came to same conclusion that they add up to 93 and that is the title of the thread. Otherwise I'm lost!
|
|
|
101101
Dec 16, 2018 22:43:45 GMT -5
Post by Pilot on Dec 16, 2018 22:43:45 GMT -5
LoL I just remembered I have ShareX on my computer so I put it into the Binary field to see what would return.
PlainText = ��� <- what is plain about that?
Hexadecimal = EF BF BD EF BF BD EF BF BD
ASCII = 63 63 63
Base64 = 77+977+977+9
As well as:
CRC-32: A35CFAF1 MD5: 3EB91FEED010D84682979A9A79004710 SHA-1: A56926FDBD56864A45596C119CB833DDA455C8AA SHA-256: A73F4CB996CEB6EE097888D897AE1004C9B1FAAB6C97629214139B9639AAF1AF SHA-384: C84DC6B4AC60C512042A4E9D7DEF071944756E3BB752347C07D951280FC43C85CD50E2E34CBA97113C3199B3E5CE509C SHA-512: CCA1D5B862A8C4501C60CA35923EDE23EC8C7DE80DA9E3DE49B0A2FB99972422C919BA927718379B28C370391BE53AC05D1EEFFBA0F8FEABDA61A18A2B2CEBA RIPEMD-160: 91EB520A9A655811E08095A9279DBE050E5CB9D3
|
|