Net Deals Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. 8.3.9: Text to Binary : r/codehs - Reddit

    www.reddit.com/r/codehs/comments/rgs4de/839_text_to_binary

    This program encodes user input into binary data! // convert the character into its ASCII decimal encoding. var numericValue = text.charCodeAt(i); // then convert that decimal value into its equivalent binary encoding. var binaryValue = decimalToBinary(numericValue); // and combine each binary encoding to get the resulting binary string.

  3. How are people able to read and translate binary code?

    www.reddit.com/.../irp8hh/how_are_people_able_to_read_and_translate_binary

    So it's pretty easy to learn to look at a two-bit number and translate it into decimal. With a little effort, you can learn to do it with four-bit numbers. 0001 = 0x8 + 0x4 + 0x2 + 1x1 = 1 . 1010 = 1x8 + 0x4 +1x2 +0x1 = 10 . Binary is used for a lot of things. One of the things it can be used for is simple counting.

  4. Binary translation : r/Markiplier - Reddit

    www.reddit.com/r/Markiplier/comments/rx0fxn/binary_translation

    TLDR: Manual binary code translation instructions below. Translator first link at the bottom. Binary code seems to have become a theme in Mark’s most recent videos (and ironically one of the comment sections on a post in this sub.) I figured I could leave a post on how to translate binary to text both manually and with a translator.

  5. [request] Text to binary / binary to text translator :...

    www.reddit.com/.../ezaarg/request_text_to_binary_binary_to_text_translator

    [request] Text to binary / binary to text translator . dont ask why 😅 ... Text message auto-reply using ...

  6. Axis' message translated : r/UndertaleYellow - Reddit

    www.reddit.com/r/UndertaleYellow/comments/18etlzv/axis_message_translated

    r/UndertaleYellow. Join. Undertale Yellow. Undertale Yellow is a non-profit fan game based on Undertale by Toby Fox. This subreddit is for any discussions regarding the game! 9.8K Members. 45 Online. Top 7% Rank by size.

  7. Can someone help me make a binary to text translator

    www.reddit.com/.../comments/p61ksj/can_someone_help_me_make_a_binary_to_text

    Oh I've tried I made the converted text to binary and then got stuck here is the code: def string_to_binary(text):

  8. 8.3.9 Text to Binary : r/codehs_python_answers - Reddit

    www.reddit.com/r/codehs_python_answers/comments/yw61lg/839_text_to_binary

    This is a group for Code HS python answer. I’m trying to post as many picture of answers as I can. Feel free to join me in posting answers that haven’t been posted already.

  9. How To Make a Text to Binary Translator - Python : r/programming...

    www.reddit.com/.../comments/kium49/how_to_make_a_text_to_binary_translator_python

    5.6M subscribers in the programming community. Computer Programming

  10. The first ever message sent out by the bots to mankind

    www.reddit.com/r/Helldivers/comments/1as6f4i/the_first_ever_message_sent_out...

    In binary, 01000001 is the digital code for the capital letter "A". "01001000" doesn't "equal" to H in decimal, it's equal to 72, which corresponds to H on the ASCII table. The problem everyone is having is that the message is "01000001 01001000" NOT "0100000101001000". The space is important and must be accounted for when translating from binary.

  11. How do you decode .dat and .mca and any minecraft world save...

    www.reddit.com/r/MinecraftCommands/comments/16etpfp/how_do_you_decode_dat_and...

    Works fine for me so far, however not actually sure if it works for .mca. Have fun looking around! .dat files are mostly NBT data, so you can use NBTStudio to read data from those. I would also recommend Universal Minecraft Editor, but it's outdated, and no longer accessible from official sources, which is why i inserted an Archive.org URL.