Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Rejecting as superseded by the child fork.
Tests are not broken, they just have bad assertion messages.
This kata uses pandas version 1.5.3, where the filter_func in pandas.DataFrame.update() takes only one argument (the target series).
In pandas 2.0 you have the ability to use two arguments in the filter_func! This would allow much cleaner and code for problems of this sort ^_^
approved!
C: the lyrics contain a non-ASCII character (
'…'
) whose encoding is not specified. It should be mentioned that the expected encoding is UTF-8; done herethere is still an issue here. because the lyrics include this single non-ASCII character, the initial code in C should specify that the expected output encoding is UTF-8. i did it in this fork, pending approval.
I did, but it was resulting in a wide string... or so I thought. It turned out to be an L in front of a string being interpreted as a wide string marker.
Can't you copy/paste it from the description?
How do I put in the special ... character in C?
The compiler keeps trying to make the string literal an int array, but that doesn't match the function return type and then the zero high bytes in the wide string get interpreted as '\0's.
see issue...
approved
Map Max: Fury Road
added by someone.
Haha, Im doign personal projects. I havent been on here that much.
Alhamdulillah :)
Loading more items...