Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Petr
Petr has asked
264
questions and find answers to
412
problems.
Stats
12.0k
EtPoint
3.6k
Vote count
264
questions
412
answers
About
Petr questions
How to see the content of a commit when rewording its message using 'git rebase'?
Manipulating raw IP addresses in "network" and confusion about byte order
Is there a trait for "update", similar to Function1 for apply?
Why doesn't Scala's implicit class work when one of the type parameters should be Nothing?
How to make a tail-recursive method that can also refer to itself in a non-tail-recursive way
What type is used by std::allocate_shared to allocate memory?
How to set up a different pager and color mode in Mercurial?
How to define foldM using foldr/foldl (if it is possible)?
How to implement the inverse of "intercalate" (splitting a string into pieces on a character) using functions from "base"?
Are there monadic/applicative map (i.e. traverse/mapM) functions over ByteString or Text?
Petr answers
three ways to create a circular list in haskell
Ansible - Edit a systemd service file
How do you `get` the current state from a a state monad that is part of a product monad?
How can I duplicate a git-svn cloned repository, so that git svn dcommit still works
How to make a tail-recursive method that can also refer to itself in a non-tail-recursive way
Loading Network.HTTP module in Haskell on GHC7.4.1
Parsing "SQL like" query strings
ERROR! unexpected parameter type in action: <class 'ansible.parsing.yaml.objects.AnsibleSequence'>
How to wait on multiple `MVar`s?
Scala Dynamics: Ability to add dynamic methods?