Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

"data bit" capacity vs "overhead bit" size?

Is there a Rust interpreter?

Algorithm to find MST in a huge complete graph

Given a set S, find all the maximal subsets whose sum <= k

Would the ability to declare Lisp functions 'pure' be beneficial?

Run-Times: Bounds vs Case

Atomic operations: under the hood

computer-science atomic

Simple definition of "semantics" as it is commonly used in relation to programming languages/APIs?

how do they used to enter machine code directly in olden days? [closed]

When defining a variable in C for example, where is the memory address for that variable stored?

Evolutionary Algorithms: Optimal Repopulation Breakdowns

Overloaded and overridden in Java

how to obtain a single channel value image from HSV image in opencv 2.1?

P implies Q, how to read in english

Why are computer/game physics engines often non-deterministic?

Algorithm to "transfer water from a set of bottles to another one" (metaphorically speaking)

How is parallelism on a single thread/core possible?

"Finding all the code in a given binary is equivalent to the Halting problem." Really?

What is the formal term for the "#{}" token in Ruby syntax?

What is Run-Time Constant Pool and Method-Area in java

jvm computer-science