6 kyu

Ka Ka Ka cypher - words only vol 1

473 of 1,107dcieslak
Description
Loading description...
Fundamentals
  • Please sign in or sign up to leave a comment.
  • ejini战神 Avatar

    C# tests generate warnings --> tests/Fixture.cs(38,51): warning SYSLIB0023: 'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'

  • marjan Avatar

    Yes, I did in c++.

  • jamesgoatcher Avatar

    Curious what country the OP is referencing?

  • Just4FunCoder Avatar

    Python fork

    • Fixed test framework setup
    • Added assertion message in random test
    • changed description (function name / example input output) to be more language agnostic
  • Voile Avatar

    There is using namespace std; in C++ Preloaded section which should be removed. See: https://github.com/codewars/content-issues/wiki/List-of-Cpp-Kata-to-Update

  • johnrobertmahlan Avatar

    My code is passing all the tests, but I cannot complete this kata because of an error. I am not sure how to go about resolving it. Here is the output from the last time I ran the tests:

    Time: 636ms Passed: 30 Failed: 0 Exit Code: 1

    main.rb:9:in kacokadekame': undefined method []' for nil:NilClass (NoMethodError) from main.rb:4:in test' from main.rb:58:in block (2 levels) in

    ' from main.rb:55:in times' from main.rb:55:in block in
    ' from /runner/frameworks/ruby/cw-2.rb:55:in block in describe' from /runner/frameworks/ruby/cw-2.rb:46:in measure' from /runner/frameworks/ruby/cw-2.rb:51:in describe' from /runner/frameworks/ruby/cw-2.rb:202:in describe' from main.rb:54:in `
    '

  • eb110 Avatar

    Co prawda kate napisalem w czasie dlugosci Toccaty ale chyba sobie zartujesz ze ktos bedzie hejtowa£ goscia co zajmuje 35 pozycje sposród miliona ;-P

  • leesc22 Avatar

    This comment has been hidden.

  • JohanWiltink Avatar

    ka thi ka s ka boy ka i ka s ka u ka gly what simply means this boy is ugly

    This Description example treats y as a vowel. The Submit random tests treat it as not a vowel. The Example tests and Submit fixed tests are conveniently silent on this point.

    I'd suggest changing the Description example to ka thi ka s ka bo ka y ka i ka s ka u ka gly.

  • dcieslak Avatar

    What does it make a Kata to go out from Beta status? What is the reason for this one why to stay on the Beta status?

  • docgunthrop Avatar

    You may want to change the description example given that every test case is a single word whereas the example is a group of space-separate words.

  • myjinxin2015 Avatar
    Test.assertEquals( kaCokadekaMe("ka") , "kaka" );