Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

General proof of equivalence of two FSMs in finite time?

theory fsm proof state-machine

What are the pros and cons of specifying a Controller class via URL vs. having a script for each Controller?

php security theory

Software design pattern videos? [closed]

Trees: Linked Lists vs Arrays (Efficiency)

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