Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
imz -- Ivan Zakharyaschev
imz -- Ivan Zakharyaschev has asked
26
questions and find answers to
19
problems.
Stats
422
EtPoint
65
Vote count
26
questions
19
answers
About
My name is Ivan Zakharyaschev, Иван Захарьящев, imz.
imz -- Ivan Zakharyaschev questions
How can I make data that is allocated manually be garbage-collected in Haskell?
Is `asprintf` thread-safe?
How to add an existing nested repo (already checked out in a subdir) to a parent Git repo as a submodule?
Where is it specified whether Unicode identifiers should be allowed in a Haskell implementation?
Is the signal system of Elm available as a Haskell library?
How to implement actions in ST-monad with my own underlying representation (similarly to STRef or STArray) using simple techniques?
Can GHC warn about the uses of dangerous non-total functions?
How Haskell's "composing lenses using function composition" with that weird order of arguments could be implemented?
What is the difference between `ioToST` and `unsafeIOToST` from GHC.IO
Why is f <$> g <$> x equivalent to (f . g) <$> x although <$> is not right-associative?
imz -- Ivan Zakharyaschev answers
Execute command determined by output of previous one (i.e., only if there was some output)
create a git symbolic ref in remote repository
set environment variable in GDB from output of command
What does fun keyword do in Coq?
Reproducible custom distribution build system for Linux
darcs equivalent for git's submodules?
How to add an existing nested repo (already checked out in a subdir) to a parent Git repo as a submodule?
How to set environment variable within GDB using shell command?
Is the signal system of Elm available as a Haskell library?
When git rebasing two branches with some shared history, is there an easy way to have the common history remain common?