-
Is there any change that could be made to the language to allow for polymorphic outputs (or outputs with polymorphic components) from pure procedures. As mentioned in #189, there are currently a coupl…
-
[Posits](https://posithub.org/conga/2019/docs/13/1430-John-Introductory.pdf) are gaining [traction](https://posithub.org/conga/2019/programme) as a replacement and clean improvement over [IEEE 754](ht…
jfcg updated
3 months ago
-
@acavanagh @1sp
I'm not sure which of you I should ask, so I've tagged both of you.
In issue #90, there was programming added that allows an administrator to enter a Google Analytics code in a sit…
-
- 🥚 Three Audiences: You can explain how a single file of code is used to communicate with 3 different audiences:
- [x] Developers: You can explain how code formatting, comments, logs and variable …
-
- 🥚 Three Audiences: You can explain how a single file of code is used to communicate with 3 different audiences:
- [x] Developers: You can explain how code formatting, comments, logs and variable …
-
- 🥚 Three Audiences: You can explain how a single file of code is used to communicate with 3 different audiences:
- [x] Developers: You can explain how code formatting, comments, logs and variable …
-
Hi Greetings,
I'm testing some APIs. sometimes, I need to call an API based on the response of the previous API. For example, in below hurl file, if the user with user_email is not available, I w…
-
First of all, thanks for creating this package.
I was looking for a way to extract the "residue-residue" alignment that TM-align generates before it finds the optimal alignment for all-to-all res…
-
Referring to StackOverflow questions along with: [How do I automaticaly create and use variable names?](https://stackoverflow.com/q/68827910/1701026).
The cmdlets:
* [`Get-Variable`](https://docs.…
-
# Programming Ideas
## Absolute Beginner
1. **Print Your Name**: A program that simply prints "Hello, [Your Name]!" to the console.
```python
name = "eternalxlks"
print(f"Hello, {name}")
```
…