-
(This was spotted by a Year 8 group I was teaching who took the trouble to make sure it could be reproduced and in the same place).
Take the code in https://gist.github.com/tjguk/61bd3e38c56fb5e146…
tjguk updated
4 years ago
-
**V version:** V 0.2 36dcace
**OS:** Ubuntu 20.04 5.4.0-51-lowlatency #56-Ubuntu SMP PREEMPT Mon Oct 5 15:52:03 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux (`v doctor` too slow)
**What did you do?**
…
-
Endpoint 1:
api/endpoint?foo_bar_fizz=buzz
Endpoint 2:
api/endpoint?foo=bar&fizz=buzz
Getting possible mock file paths for both the endpoints will result in the same mock file:
api/endpoint.…
-
Quick summary:
> FizzBuzz is a program that prints the numbers from 1 to 100. But for multiples of three it prints “Fizz” instead of the number and for the multiples of five, it prints “Buzz”. For …
-
I noticed that \r sequence is not available. there is a particular reason?
It is useful to clear the output and it's used in golf
`$|++;for(1..$ARGV[0]){print qq(\r$_);sleep 1;}`
-
## FizzBuzz In SPACE
*For this assignment, you will follow the instructions and complete a task showing your knowledge of the subject at the end. If at any moment you need help, feel free to contact …
-
if a [`Phoenix.Channel`](https://hexdocs.pm/phoenix/Phoenix.Channel.html) can reply with a reply signature (`{:reply, reply, socket}`) or [`Phoenix.Channel.reply/2`](https://hexdocs.pm/phoenix/Phoenix…
-
## FizzBuzz In SPACE
*For this assignment, you will follow the instructions and complete a task showing your knowledge of the subject at the end. If at any moment you need help, feel free to contact …
-
I found that this theme contains different coding styles about HTML element property.
```html
```
According to the standard, it doesn't matter. However, it is better to use the same c…
-
### 概述
这是由 LeetCode 官方推出的的经典面试题目清单,我们将题目重新整理规划,从而为大家提供更好的练习体验和帮助大家找到理想的工作。 我们将题目分为以下三个部分:
- [初级算法 - 帮助入门](https://leetcode-cn.com/leetbook/detail/top-interview-questions-easy/)
- [中级算法 - 巩固训练](ht…