Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What does '<?=' mean in PHP?

php syntax

Extracting specific columns in numpy array

python syntax numpy

Effects of the extern keyword on C functions

c syntax standards

What does &. (ampersand dot) mean in Ruby?

C# binary literals

c# syntax binary

javascript function leading bang ! syntax

javascript syntax

What does a tilde do when it precedes an expression?

Test for non-zero length string in Bash: [ -n "$var" ] or [ "$var" ]

C# - Keyword usage virtual+override vs. new

Shell script "for" loop syntax

unix syntax shell

Correct way to populate an Array with a Range in Ruby

ruby syntax

What Does This Mean in PHP -> or => [duplicate]

php syntax

What is the benefit of using $() instead of backticks in shell scripts?

bash syntax sh backticks

What do you call the -> operator in Ruby?

ruby syntax

Dynamic variable names in Bash

bash variables dynamic syntax

Java method with return type compiles without return statement

Python: access class property from string [duplicate]

python syntax

JavaScript error (Uncaught SyntaxError: Unexpected end of input)

Can I get "&&" or "-and" to work in PowerShell?

syntax powershell

Single quotes vs. double quotes in C or C++