Skip to content

YsuOS/ceval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ceval: the eval cmd from Crash-utility on bash

Example

$ ceval 255
hexdecimal: ff
   decimal: 255
     octal: 377
    binary: 0000000000000000000000000000000000000000000000000000000011111111
  bits set: 7 6 5 4 3 2 1 0
$ ceval 0xff
hexdecimal: ff
   decimal: 255
     octal: 377
    binary: 0000000000000000000000000000000000000000000000000000000011111111
  bits set: 7 6 5 4 3 2 1 0

Not Supported

$ ceval 128m
$ ceval 128 * 1m
$ ceval (1 << 27)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages