Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

How to tell if a string contains valid Python code

python syntax python-3.x

Inline property initialisation and trailing comma

Return Value of put() in HashMap

java dictionary syntax

How does a parser for C++ differentiate between comparisons and template instantiations?

How to use String.format() in Java to replicate tab "\t"?

java syntax tabs format

What does the dot operator `.` (before the generic parameter) mean?

java generics syntax guava

Why do you need to append an L or F after a value assigned to a C++ constant?

c++ syntax types constants

Can I assign items in an array all at once in Delphi/Pascal?

delphi syntax

SQL Server: any equivalent of strpos()?

sql sql-server syntax strpos

Ruby double pipe assignment with block/proc/lambda?

Why is the semicolon not required but allowed at the end of a class definition?

java syntax

What are the rules of semicolon inference?

kotlin syntax grammar

In C, what is the correct syntax for declaring pointers?

In Ruby what is the meaning of colon after identifier in a Hash?

ruby syntax hash

What does "plus colon" ("+:") mean in shell script expressions?

bash shell syntax

What is "?:" notation in JavaScript?

When to use single vs. double quotes in a Rails app [duplicate]

ruby-on-rails ruby syntax

Can I name a tuple (define a structure?) in Scala 2.8?

scala syntax types

Difference between using bracket (`[]`) and dot (`.`) notation [duplicate]

javascript syntax

Regex: Get Filename Without Extension in One Shot?

regex syntax