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
18
questions and find answers to
30
problems.
Stats
1.2k
EtPoint
447
Vote count
18
questions
30
answers
About
Python golf:
Common helper functions
Lynn questions
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?
How do I show that a Haskell type is inhabited by one and only one function?
What is the ..= (dot dot equals) operator in Rust?
Lynn answers
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?
How do I select a random integer from list, different from previous? [duplicate]
A generic observer pattern in Java
Print characters in brainfuck
Surprised about good recursion performance in python