Expected <[]string | len:6, cap:8>: ["a", "b", "b", "c", "c", ""] to equal <[]string | len:2, cap:2>: ["ab", "c"] It does not say anything about ignoring duplicate charachters in the description so the solution should be ["ab", "bc", "c_"] yet it returns ...
However, one big change is the emergence of no-code services. These tools allow you to build web apps with much wider functionality than simple WordPress blogs. There are plenty of tools that do not require a programming knowledge for building various types of applications. Even for developing ...
When I do art or programming I always move it to the left side with a simple powershell script that I doubleclick on desktop. Removing this functionality literally destroys my workflow to no end as all my muscle memory has been trained like this for a decade now....
There was a film that I saw last year, Hard Shell, Soft Shell. It’s about an oyster farmer who has an existential crisis after his white girlfriend dumps him. He develops a crush on his best friend, she’s an Algerian hip-hop instructor. It is interesting ...
Chapter 4 of Kernighan & Pike's "The Practice of Programming" has a good treatment of designing interfaces. Jeff, I'm glad I'm glad some one else thinks the second edition of Meyer's book isn't as good as the first. At least I don't think it is - I've never managed to finish...
Papers We Love (PWL) is a community built around reading, discussing and learning more about academic computer science papers. This repository serves as a directory of some of the best papers the community can find, bringing together documents scattered across the web. You can also visit the ...
a very poorly written kata if the instructions were clear one would have no issues solving it this is more about deciphering poor instructions rather than programming shame you allow such rubbish on the platform Raxxillion (4 kyu) 4 years ago The sample tests should have more samples. It is...
63 – Brexit shell-shock Posted on8 July 2016bysebly In this rare political episode, Seb and Iain mourn the impending loss of their European Union citizenship. And also touch upon the Unity3D profiler and capacitive touch sensors. But mostly just sulk. Normal service will return next week. ...
If you guys know how exactly it should be sorted, please tell me... So, I can't pass the fixed tests (and only the fixed tests, I passed on everything else) in the full suite. The only error I get is this: Expected: equal to "" ...