Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

Using unset vs. setting a variable to empty

bash variables syntax

Nested JSON objects - do I have to use arrays for everything?

Is there a difference between single and double quotes in Java?

java syntax

Is there a better way to express nested namespaces in C++ within the header

c++ syntax namespaces

Is it OK to use == on enums in Java?

java syntax enums

Java Lombok: Omitting one field in @AllArgsConstructor?

Semicolons superfluous at the end of a line in shell scripts? [duplicate]

bash shell syntax

Which is more preferable to use: lambda functions or nested functions ('def')?

python syntax function lambda

Why are C# 3.0 object initializer constructor parentheses optional?

What's the difference between comma separated joins and join on syntax in MySQL? [duplicate]

mysql sql join syntax

Using map() on an iterator

What does "%" (percent) do in PowerShell?

powershell syntax

Any idea why I need to cast an integer literal to (int) here?

java syntax casting

Weird "[]" after Java method signature

java arrays syntax

Bash syntax error: unexpected end of file

bash syntax

Is it possible to make anonymous inner classes in Java static?

java syntax inner-classes

Why does the delete[] syntax exist in C++?

Concatenate two string literals

What does the tilde (~) mean in my composer.json file?

symfony syntax composer-php

Is there any difference between the `:key => "value"` and `key: "value"` hash notations?