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.
Greate idea, didn't know that there is a function like that, thanks a lot.
Use spoiler flag next time please.
This comment is hidden because it contains spoiler information about the solution
JSFuck ;)
I just took my other solution and convert it to
Jsfuck
using the following linkhttp://www.jsfuck.com/
you can read more about it here
https://en.wikipedia.org/wiki/JSFuck
bruh what is this
Yeah, it's called
JSFuck
Bro this is amazing, I literally overloaded all the operators T_T
It is the bad practice writes all code inline
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Also, the amount of spaces required will differ from the original text. If you want a safe allocation, we might need to alloc (2 * strlen(text) + (strlen(text)- 1))). Because for each possible letter you are allocating 1 extra byte for safety, and 1 extra byte for space, excluding the last char(hence strlen(text - 1)). In case the string is, for example "Abcdefghijklmonpqrzx" - no spaces at all, and letters that do consume 2 bytes - this will work, whereas allocating for strlen(text) wont.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
i understand it finally;
@FArekkusu Thanx again u are a life saver ♥
Loading more items...