-
Since `serialFizzBuzzMasked` assumes input array contains ordered natural numbers it would be fair to ask to add the implementation that simply generates the answer without SIMD magic:
```java
p…
-
Some keys (if they have the syntax `PREFIX_TEMPLATE_`) use other keys (or parameters) to generate values, for example
```
APP_BUZ="Buzz"
APP_TEMPLATE_FIZ="Fizz{{.Buz}}"
```
Would generate this …
mozey updated
3 years ago
-
Sometimes you want to remove existing data, but it seems like `null` and `undefined` are handled differently. The code below returns `{ firstname: 'First', lastname: null }`, but i would expect `{ fir…
-
If one of yall codes this wrong lol rip
-
I think it'd be nice if rustfmt had one simple `compressed` or similarly named configuration option that basically squeezes Rust code together as much as anyhow possible for code golfing where you nee…
-
Homepage: https://github.com/lhartikk/ArnoldC
More info: https://esolangs.org/wiki/ArnoldC
Example ungolfed Fizz Buzz implementation
```
IT'S SHOWTIME
HEY CHRISTMAS TREE i
YOU SET US UP 1
…
-
https://github.com/Lobabro/FizzBuzz/blob/7d9212348089d86df07bb59ba940f8a71e7dc18e/Exo_Fizz-Buzz.py#L1-L9
Les commentaires avec les consignes en début de fichier devraient plutôt être dans un fichie…
-
# Implicit parameters
* [x] Proposed
* [ ] Prototype: Not Started
* [ ] Implementation: Not Started
* [ ] Specification: Not Started
## Summary
[summary]: #summary
In this proposal, I w…
-
Hi,
I have the requirement to pass kev/value pairs as an option. So I've tried to implement the idea from [#840](https://github.com/dotnet/command-line-api/issues/840).
The parsing works as expe…
-
Sumar un proyecto con el ejemplo visto en clase del ejercicio Fizzbuzz.
Metodo:
for (int i = 1; i