Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Lynn
Lynn has asked
20
questions and find answers to
34
problems.
Stats
1.4k
EtPoint
481
Vote count
20
questions
34
answers
About
Python golf:
Common helper functions
Lynn questions
Is a dict literal containing repeated keys well-defined?
Can't initialize a struct using an initializer list if it inherits? [duplicate]
gn scripts are run with the wrong Python version ("a bytes-like object is required, not 'str'")
`friday` package is very slow
Why is the second parameter to JSON.parse called “reviver”?
Can I prove (s : Stream a) -> (head s :: tail s = s) in Idris?
How to pattern match on union constructors in `for .. in`
Can I implement this newtype as a composition of other types?
Select a file for renaming in SharpShell context menu
Why are `take` and `drop` defined for negative arguments?
Lynn answers
In Inform 7, what is the opposite of entering a container?
How can I find the second most common number in an array?
How to respond to "chuck wood" differently to "throw log"?
Repeating triangle pattern in Python
Big 0 of fibonacci number using scanl Haskell
gn scripts are run with the wrong Python version ("a bytes-like object is required, not 'str'")
How to find number of 1's in a binary number in O(1) time?
C reverse string function getting weird output
Python - unpack list of lists [duplicate]
Write f in pointfree-style?