Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

Edit in place vs. separate edit page / modal?

I'd like to get back to the basics of CS. Any suggestions for tutorials or application-minded reference material? [closed]

How do you set strings to uppercase / lowercase in Unicode?

Relational Databases and Mathematics? [closed]

Halting in non-Turing-complete languages

Understanding word alignment

What is the use of finite automata? [closed]

theory finite-automata

Why do we care about data types?

sql database theory

How to, given a predetermined set of keys, reorder the keys such that the minimum number of nodes are used when inserting into a B-Tree?

SLR(1) Parser and epsilon involved

Dijkstra's algorithm with negative edges on a directed graph

algorithm theory

What is the difference between a Decorator, Attribute, Aspect, and Trait?

Basic programming/algorithmic concepts [closed]

Why does FRP consider time as a factor for values?

Are GHC's Type Famlies An Example of System F-omega?

The shortest path between two integers by adding or subtracting

Do theoretical computer science topics have "real world" development applications?

computer-science 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