Coder Social home page Coder Social logo

asciiconverterplugin's People

Contributors

andreas-bok-sociomantic avatar bg-k avatar changami avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

asciiconverterplugin's Issues

Thinking about key map

現状(230f6a5)、逆の変換を行いたい場合のキーマップはこのようになっている。

ctrl+a, ctrl+d => ASCII to Decimal
ctrl+z, ctrl+d => Decimal to ASCII
ctrl+a, ctrl+h => ASCII to HexaDecimal
ctrl+z, ctrl+h => HexaDecimal to ASCII

入力順序を逆にするだけで逆の変換が行われるようなキーマップに設定したほうが使いやすいのではないか。

変換範囲を指定していない状態で変換を実行するとエラーが発生する

範囲を選択していない状態で各toASCII変換を実行した際、コンソールにエラーが表示されているので解決してください。

DecimalToAsciiCommand

27行目, datas = int(decimal):

ValueError: invalid literal for int() with base 10: ''

HexaDecimalToAsciiCommand

73行目, datas = eval(hexa):

SyntaxError: unexpected EOF while parsing

BinaryToAsciiCommand

88行目, datas = eval(binary):

SyntaxError: unexpected EOF while parsing

Tasks and Assigns

  • ASCII => Decimal (changami)
  • Decimal => ASCII (penginryo)
  • ASCII => HexaDecimal (changami)
  • HexaDecimal => ASCII (penginryo)
  • ASCII => Binary (changami)
  • Binary => ASCII (penginryo)
  • Error handling design and implementation (penginryo)
  • packaging (changami)

This issue will be closed when all tasks are implemented and merged from master branch.

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.