Code Monkey home page Code Monkey logo

Comments (7)

elkozmon avatar elkozmon commented on June 3, 2024 1

You're welcome!

from zoonavigator.

elkozmon avatar elkozmon commented on June 3, 2024

Hi! Sure, just click the mode button and pick base64 encoding ;)

from zoonavigator.

artempostnikov1 avatar artempostnikov1 commented on June 3, 2024

It's not the case I guess
image
image

from zoonavigator.

elkozmon avatar elkozmon commented on June 3, 2024

The editor should be showing the base64 encoded contents of the binary file, is that not the case? It also allows you to update the file with modified base64 string.

from zoonavigator.

artempostnikov1 avatar artempostnikov1 commented on June 3, 2024

It's serialised python string, could I use my own codec in zoo navigator?

from zoonavigator.

elkozmon avatar elkozmon commented on June 3, 2024

No, sorry, that's not possible.

However you can still use the base64 mode like this:

  • Copy the base64 string to a file on your computer
  • Decode the file using base64 to get the file in binary format
  • Make the changes you want to the binary file locally
  • Encode the binary file back to base64 string
  • Copy-paste the updated base64 string to zoonavigator (make sure base64 mode is still active) and save the changes

from zoonavigator.

artempostnikov1 avatar artempostnikov1 commented on June 3, 2024

Thank you so much)

from zoonavigator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.