Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in built-in

How to add a builtin function in a GCC plugin?

c gcc built-in gcc-plugins

Why is 'dir()' named 'dir' in python?

python built-in dir

How can I read documentation about built in zsh commands?

linux bash zsh built-in

How is the 'is' keyword implemented in Python?

Exponentials in python: x**y vs math.pow(x, y)

python math built-in pow

How to find a value in an array and remove it by using PHP array functions?

php arrays function built-in

What does shift() do in Perl?

perl built-in

Performance of built-in types : char vs short vs int vs. float vs. double

c++ c performance built-in

How to assign the result of the previous expression to a variable?

Decorating Hex function to pad zeros

python hex padding built-in

Does Java have mutable types for Integer, Float, Double, Long?

What is the difference between a language construct and a "built-in" function in PHP?

Geometric Mean: is there a built-in?

Don't display pushd/popd stack across several bash scripts (quiet pushd/popd)

bash output built-in

What is the advantage of GCC's __builtin_expect in if else statements?

c linux gcc built-in

What's the function like sum() but for multiplication? product()?

python product built-in pep

What is the purpose of the : (colon) GNU Bash builtin?

bash shell built-in