Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

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?

How to break a long line of code in Golang?

go syntax

What does a b prefix before a python string mean?

python syntax python-3.x byte

What does 'wb' mean in this code, using Python?

python file syntax

Difference between '..' (double-dot) and '...' (triple-dot) in range generation?

ruby syntax range