Coder Social home page Coder Social logo

numbermonger's People

Contributors

ahmad-elkomy avatar softwareape avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

numbermonger's Issues

Arguments in commands

Hey,
it would be cool if you could put arguments when you use this extension per Keybinds.

For example:

[
{
    "key": "ctrl+c ctrl+u",
    "command": "extension.createSequenceDec",
    "args": {"stepSize":1, "isRightAligned":false, "isZeroPadded":false, "start":1},
    "when": "editorHasMultipleSelections"
}
]

Please add "Convert Hex -> Bin" and the other way around

Please add the possibility to convert from/to hex to/from binary directly without using decimal as intermediary. This is especially useful in microcontroller programming where I often convert the hex values the config tool spits out into binary so I can compare it easily with the register map (like for I/O ports) in the datasheet.

Not working with floats

I'm using this tool to quickly add up some numbers, it's been very helpful, thank you!

But I can't use floats. For instance, if I add this up:
1
.1
0.1

I get the result 3. Shouldn't it be 1.2? Maybe this is more of a feature request than an issue.

Thanks in advance and thanks for the extension.

Enable settings so that users can change default values of prompts

It'd be great to have the ability to change the default values of the input prompts.
For example, I almost always need to set the "Sequence start" to 1, instead of the default 0.
(In fact I also change the right-align and zero-pad settings to "yes" instead of the default "no")

By having the ability to change the default values, I'd be saving all the more time and input by using this already simple and efficient extension.

Installing this extension brings big test folder

The installation takes several minutes, so I have a look at the extension folder and find that 180M big folder. I try to uninstall and reinstall again. Still brings me the folder.

default

By the way, there is only VSCode-linux-x64 in this folder.

plz add data format supportting, thx

hi this ext is very usful, and it will be better for add format support,
for example:
I want to convert dec-hex;
10-->0xA
350--0x15E
I want this ext can provide the option that we can specify the "Length", like:
10--->0x00A
350-->0X15E
so that I can align my code easier.
for example:
befor converting, user can input an number(dec->hex).
if number is 8:

10--->0x0000000A
350-->0x0000015E

if number is 4,then

10--->0x000A
350-->0x015E

those is better than

10-->0xA
350--0x15E

(dec->bin):
8: 10 -->0b00001010
4: 10-->0b1010
thank very much

Median bug

Sequence "1 2 3 4 5 6 7 8 9 10 11 12 13" gives "median = 3".
Otherwise very good extension.
A wish: Insert floating sequence

copy result to clipboard

Great extension! It would be even better if I could copy the mean,sum, etc. values to clipboard somehow.

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.