Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

Naive Bayes vs. SVM for classifying text data

Is a Turing machine a real device or an imaginary concept?

theory turing-machines

Why hash maps in Java 8 use binary tree instead of linked list? [closed]

java hashmap java-8 theory

How to attach a DataPoint with a Theory?

junit theory datapoint

Does an algorithm exist which can determine whether one regular language matches any input another regular language matches?

Difference between Turing-Decidable and Co-Turing-Decidable

What is the use of reflection in Java/C# etc [duplicate]

oop reflection theory

Difference between convergence and idempotence in Chef

The consequences and pros/cons of flushing the stream in c++

c++ theory flush

Steps to creating an NFA from a regular expression

theory compiler-theory nfa

Why and when is necessary to rebuild indexes in MongoDB?

What exactly does homoiconicity mean?

Proof that the halting problem is NP-hard?

When is theoretical computer science useful?

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