Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What is the ..= (dot dot equals) operator in Rust?

syntax rust operators

How do get more control over loop increments in Python?

python syntax

Is there a way of disabling the old c style casts in c++ [duplicate]

c++ syntax casting

Is it possible to avoid repeating the class name in the implementation file?

c++ class syntax

Casting null as an object?

c# class syntax casting null

Haskell syntax for a case expression in a do block

haskell syntax monads

Environment variable assignment in Docker Compose - colon way

what is FAR PASCAL?

c++ c syntax

Is there a difference between :: and . when calling class methods in Ruby?

ruby syntax

When do you use scope without a statement in C#?

c# syntax block

Java: Syntax and meaning behind "[B@1ef9157"? Binary/Address?

java syntax binary hex

hardcode byte array in C

c arrays syntax

Why put the constant before the variable in a comparison?

c++ c syntax comparison

Is there a Hive equivalent of SQL "not like"

syntax hive sql-like

bash: syntax error near unexpected token `(' - Python

python syntax

Ruby: how to initialize an array across several lines

ruby syntax

Mongodb dot notation wildcard?

mongodb syntax

What does flow {| brace pipe |} syntax do?

syntax flowtype

Meaning of double bracket "[[foo()]] type name;" syntax in c++?

c++ syntax brackets

What types are valid for the `self` parameter of a method?

methods syntax rust