-
c (using libpq-fe): ok
Java (using postgresql JDBC):
```
Exception in thread "main" java.lang.RuntimeException: org.postgresql.util.PSQLException: The server's standard_conforming_strings parame…
-
Following the template in [Listing 11](https://comp-think.github.io/book/04.pdf), write in Python the algorithm proposed originally in [Figure 4 of the chapter entitled "Algorithms"](https://comp-thin…
-
What is the boolean value of `"spam" not in "spa span sparql" and not ("egg" > "span")`?
-
What is the boolean value of `not (not True or False and True) or False`?
-
Hello,
is it possible to write a plugin with another programming language like Python, Go or Rust?
I'm interested in but I need some Python structures to write a plugin.
Thanks a lot
-
Much as I love Perl, if find it strange that it is included in the formats:
* the list gives only Perl and Lisp, of all possible (and many much more popular (today)) prog. languages
* the list is ab…
-
## Options
1. make user add it by his own :
- should check if this language is already in the database or not
- can't support language icons
2. add them as an enum to the database
- fill…
-
@DhanushNehru Ading C programming language
-
Hi there,
Is there any way to ignore the "Question::Answer" pattern or change it to a different pattern?
Aosr is currently getting some notes that have Rust code and creating flashcards due to t…
-
Is it an LL parser? An LR parser? Can it parse C or C++, which are AFAIK unparsable for some parser types?