Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
jhegedus
jhegedus has asked
144
questions and find answers to
20
problems.
Stats
1.3k
EtPoint
205
Vote count
144
questions
20
answers
About
Studied physics and machine learning, I also like functional programming.
jhegedus questions
What does dollar sign mean in generated variable names during debugging Java in InteliJ IDEA ? Is it a closure?
purpose of scala type (=> A) => O
Scala: how to refer to the type of an extending class in a superclass?
What is the implicit resolution sequence in this "simple" ScalaZ tutorial code example?
Which language extensions enable to write "class A (B c) => D c where ..." ? What is the meaning of this type class declaration?
Type families for dummies
Use case example for copyToRealm() in Realm
Gentle Intro to Haskell: " .... there is no single type that contains both 2 and 'b'." Can I not make such a type ?
What is the evaluaton order in simple List creation?
What is the definition of the term "substitution" in the Scala Language Specification?
jhegedus answers
Is Eventbus a Mediator or Observer Pattern?
Retrieving the output of subprocess.call() [duplicate]
How can I locate where an implicit comes from in Scala?
Object spread operator in Flow
What is Elm's Signal's (Conal's Behaviors's) equivalent in RX ? Does RX have such a concept at all?
What is haskellng? What is the difference between 'haskellPackages' and 'haskellngPackages'?
FlowType React Context
What is the need for an unsaved-value attribute in hibernate?
What is the meaning of sha256 in nixpkgs.fetchgit? Where does the value come from?
Why is it better to have 100 functions operate on one data structure than 10 functions on 10 data structure