• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
sh7dm Avatar
Name:Dmitry Sharshakov
Clan:@vuetifyjs
Member Since:Jan 2019
Last Seen:Jul 2024
Profiles:
Following:1
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (19)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • behan
    • commented on "Jack & Jill's cipher" kata
    • 3 years ago

    Usefull for newbies

  • Custom User Avatar
    • sh7dm
    • commented on "Weird object" kata
    • 6 years ago

    thanks

  • Custom User Avatar
    • daniloxxv
    • created an issue for "Weird object" kata
    • 6 years ago

    Syntax error in starting code: const newWeirdObject => () => ({}) should be const newWeirdObject = () => ({})

  • Custom User Avatar
    • Voile
    • created an issue for "Weird object" kata
    • 6 years ago

    The spec is incomplete from the description alone (what values to start at?). We're not supposed infer the specs from the sample tests, at least not in this kata ;-)

  • Custom User Avatar
    • Voile
    • created an issue for "Weird object" kata
    • 6 years ago

    Needs random tests.

  • Custom User Avatar
    • adri326
    • commented on "Jack & Jill's cipher" kata
    • 6 years ago

    I know, it just sounded funny. Thinking about the ethymology of digit, it could make sense: we have ten fingers, not three or sixteen. Referring to hexadecimal digits as digits doesn't really mean anything, as we don't have any 12th or 14th finger

  • Custom User Avatar
    • FArekkusu
    • commented on "Jack & Jill's cipher" kata
    • 6 years ago

    trigits

    There's no such thing as "trigit". Even ABCDEF in hexadecimal are called digits.

  • Custom User Avatar
    • adri326
    • created a suggestion for "Jack & Jill's cipher" kata
    • 6 years ago

    Maybe have some examples in the description? Here'd be a revised version:

    Jack and Jill invented a cipher: each letter's char code is converted in the ternary number system (radix=3) and their digits *(trigits?)* are bumped by one (`0` → `1`, `1` → `2`, `2` → `3`). The transformed characters are then separated by a vertical beam (`|`).
    
    For instance: `Hello` becomes `3311|21313|22111|22111|22121` and `Such an easy kata` becomes `21113|22211|21311|21323|2123|21232|22113|2123|21313|21232|22132|22222|2123|21333|21232|22133|21232`
    
    You task is to write two functions: `encrypt` and `decrypt`. All test strings are guaranteed to be valid.
    
    Good luck, warrior!
    
  • Custom User Avatar
    • FArekkusu
    • created an issue for "Jack & Jill's cipher" kata
    • 6 years ago

    https://www.codewars.com/kata/reviews/5ccd33f248214d00017c56a5/groups/5cce9cd371631d00016c2ac2

  • Custom User Avatar
    • sh7dm
    • resolved an issue on "Jack & Jill's cipher" kata
    • 6 years ago

    added

  • Custom User Avatar
    • sh7dm
    • commented on "sh7dm's JavaScript solution for "Jack & Jill's cipher"" kumite
    • 6 years ago

    looks nice!

  • Custom User Avatar
    • sh7dm
    • commented on "Jack & Jill's cipher" kata
    • 6 years ago

    @Voile may I talk with you on Discord? I want to know how to add random tests and how to disable e.g. Number constructor (for another kata).

  • Custom User Avatar
    • Voile
    • created an issue for "Jack & Jill's cipher" kata
    • 6 years ago

    Needs random tests.

  • Custom User Avatar
    • TheBMachine
    • commented on "Shorten IPv6 Address" kata
    • 6 years ago

    I'm not proficient enough in JS to do that, but if anyone wants to they can.

  • Custom User Avatar
    • sh7dm
    • commented on "Shorten IPv6 Address" kata
    • 6 years ago

    @TheBMachine Could you add JS/TS to this kata?

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...