Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

Anyone know anything about OLAP Internals?

Recursive set union: how does it work really?

Is window really global in Javascript?

What does it mean to compose two Functors?

haskell theory functor

Code exercising the unique possibilities of each edge of the lambda calculus

Why use two step approach to deleting multiple items with REST

rest theory

Comparing two Calendar objects

java calendar theory

Does Presenter in Model-View-Presenter create views?

Can liftM differ from liftA?

Combinatory method like tap, but able to return a different value?

ruby theory combinators

What is a scalar Object in C++?

c++ types theory

Bootstrapping a compiler: why?

async await performance?

Is finding the equivalence of two functions undecidable?

Monad theory and Haskell

haskell types theory monads

What are some good computer science resources for a blind programmer?

Explain the difference between a data *structure* and a data *type* [closed]

"Flat is better than nested" - for data as well as code?

python theory

Where do I start learning about image processing and object recognition? [closed]

Calling base class overridden function from base class method

java oop theory overloading