-
The current JSON-parser in Parsica has the same behaviour as json_decode regarding non-unique keys in a JSON-object: it just overwrites the value by the value of the last occurence of that key:
~~~
…
-
data path independence, sql, format, http://alasql.org/, dicts vs other, etc / most essential way to express things - when stripped down must there be only one way to express an idea? for example, two…
-
It seems pretty obvious that since genetic information is encoded with four bases (a, t, g, and c) there ought to be BioBrainf*ck which can interpret a DNA sequence as a program.
ktnyt updated
5 years ago
-
If we use Kerberos authentication against Azure AD for accessing data (#10) then we should also use this to authenticate user access to the Hub prior.
-
It has a greater abstraction per character than java, and a better obfuscation ratio, which is a huge boost in security and would help with GDPR compliance.
-
### Summary
I believe we have a convention to use _The Turing Way_ (italicised) throughout the book, and I just visited the style guide to confirm this but could not easily find the conventio…
-
In [Episode 5 - Repeating Actions with Loops](https://swcarpentry.github.io/python-novice-inflammation/05-loop/index.html) there is a line and an example discussing the re-use of the for loop variable…
-
I would be interested in understanding REG's contributions to the OS ecosystem. We had a conversation about this with TPS people in July 23: Malvika, Arielle, Anne. Jim attended as well, as the REG TP…
-
Dear gerb82,
You're a talented guy with an unexplainable deep love for Java. That love is so bright it blinds you to any other solution out there, no matter how simple and elegant it may be.
I a…
-
# 🚀 Feature Request
While it's obvious one cannot make a struct
```
struct List {
val: u64,
next: List,
}
```
as an instance of that type would need infinite recursion. However users sho…