Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
baseN=: (, 'b'&,)&.":
|
||||
|
|
@ -0,0 +1 @@
|
|||
baseN=: 0&".@,&": 'b' , ] NB. Use if the source of the non-decimal "numbers" is not trustworthy
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
16 baseN 'abcf123'
|
||||
180154659
|
||||
8 baseN '7651'
|
||||
4009
|
||||
10 baseN '123459'
|
||||
123459
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
16babcf123 8b7651 10b123459
|
||||
180154659 4009 123459
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
2bhelloworld
|
||||
17955
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
1000bogus
|
||||
24016030028
|
||||
Loading…
Add table
Add a link
Reference in a new issue