-
Write a program of FizzBuzz in Python, Java, JavaScript, TypeScript, C, Ruby, C++, PHP, Go, Swift, Perl, and Rust.
Note:
1. A contributor should work on only one language.
2. The first contribu…
-
どうテストするか?どんなテストをするかを検討する。
- 手動または自動?(書くとしたらMinitest)
- Minitestで書いてみて、難しかったら手動でテストする。
- 求められている仕様をベースに、必要なテストパターンを検討する
-
We’re trying to update `ragel` and `colm` on MacPorts, but there’s an apparently unresolvable conflict, and `ragel` fails to build with the errors:
```
Error: Failed to activate colm: Image error: /…
-
# FizzBuzz問題(ruby)
[FizzBuzz問題\(ruby\) \| FJORD BOOT CAMP(フィヨルドブートキャンプ)](https://bootcamp.fjord.jp/practices/193)
FizzBuzz問題として有名な下記のプログラムを書いてみよう。(コマンドラインのプログラムとして書こう)
1から20までの数をプリントするプログラムを書け。…
-
For example this Ruby code:
```ruby
def foo(x)
x.times do |n|
if (n % 5 == 0) && (n % 3 == 0)
out :fizzbuzz
elsif n % 5 == 0
out :fizz
elsif n % 3 == 0
out :…
-
I am trying the upload a file, direct to S3. I setup Rails Active Storage for that. I bundled in the latest code for this gem.
I dropped a Dropzone down. Can't drop files on it, or upload with the…
-
Ruby 2.5 decide to introduce `Object#yield_self` (see [here](https://bugs.ruby-lang.org/issues/6721)). This method yields `self` to the block and then returns its result. The implementation is very si…
-
I tried to use gem_rbs_collection w/ [this code](https://github.com/kyanagimoto/try_typoprof/tree/97d00cde823fc83b338b8cb2186f0aae669240c3),
then UnexpectedError happened on Retryable steep check in …
-
## Descripción
De cara a la implementación del módulo de tests de la aplicación, se necesita elegir un marco de pruebas adecuado.
En esta issue, se deben de describir algunas de las alternativas…
-
While #1301 is being idle for a while, let's collect all the duplicates/low quality katas out there that should be retired/revamped/de-duplicated.
---
**Duplicates**
Rot-13:
https://www.code…