-
-
-
Hi,
really appreciated the blog post, and the code - but it might be nice if the README included commands to (re)-generate the results.csv-file, along with how to compile and run the c-code? (eg: `…
-
Write a program that takes an input n and prints all numbers from **1** to **n** according to the following rules.
1. If the number is a multiple of 3 then print "Fizz".
2. If the number is a mult…
-
I get a bunch of control characters. How can I get a clean output?
_Originally posted by @pongnguy in https://github.com/ollama/ollama/issues/1710#issuecomment-2142294830_
…
-
## 🐛 Bug
There's a 150x gap in performance for TorchScript ops versus straight Python / C++.
Looping over 100K numbers takes 2+ seconds instead of 18ms or better.
Please see the benchmarks here:…
-
I ran into some troubles trying to code FizzBuzz in python during this workshop. I did not completely work out the logic beforehand, so it took a minute to debug.
-
-
FizzBuzz is a common problem to solve in python.
I solved it and uploaded the script.
Many people get stuck at this point:
else if (donut % 3 === 0)
-
### Suggestion
Basically, make sections become available in effect commands.
An example for this is the Python live interpreter, where if you type something like:
```py
for i in range(10):
```
i…