Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

Do custom HTML helper classes violate the ASP.NET MVC model?

How to randomize a sorted list?

c++ random theory

Can an array contain integers and floats

java arrays types theory

How does an assembler work/how is it written? [closed]

assembly theory

Why do I need "OR NULL" in MySQL when counting rows with a condition

mysql theory

Using an array and moving duplicates to end

Can a SHA-1 hash be purely numeric?

php algorithm theory sha1

What is the best way to sort 30gb of strings with a computer with 4gb of RAM using Ruby as scripting language?

ruby algorithm sorting theory

what does driver program mean?

theory

When are booleans better than integers?

boolean theory int

Is it bad to not use normalised tables in this database?

Why does Java have both checked and unchecked exceptions? [duplicate]

Can regexes containing ordered alternation be rewritten to use only unordered alternation?

regex theory pcre alternation

Multiplication with .NET regular expressions

c# .net regex theory

What is a direct reference?

javascript reference theory

How do conditionals in lookaround groups work in .NET regex?

c# regex theory

Fuzzy record matching with multiple columns of information

What are the useful limits of Linear Bounded Automata compared to Turing Machines?

Partition Problems Brute Force Algorithm

How to divide a set into two sets such that the difference of the average is minimum?