Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

How to declare output array in VHDL?

arrays syntax vhdl

Meaning of curly brakets in Prolog

syntax prolog curly-braces

Dollar sign followed by a square bracket in a template string

C Programming - Multi-line comments

c syntax comments line

How do I constraint a generic type parameter to only accept nullable value types in C#?

Is it bad form to override the "dot" operator in Python?

Are semicolons in PHP optional?

php syntax

Way to call super(MyClass, self).__init__() without MyClass?

python syntax

sql join syntax

sql syntax join

How to compare value of variable against #define

objective-c c syntax

C (or C++?) Syntax: STRUCTTYPE varname = {0};

c++ c syntax

unexpected cast to boolean?

php syntax php-5.3

Alternate java language

The difference between "instanceof List" and 'o instanceof List<?>"

java syntax instanceof

Seeking explanation of convoluted C expression: (*(void(*)())sc)() [closed]

c syntax

"In Ruby there's more than one way of doing the same thing" - what does this mean?

Insert a list of objects using MyBatis 3

java list syntax insert mybatis

Combine two regular expressions

ruby regex syntax

How to declare n-th order pointers in runtime in C++

c++ pointers syntax

With statement sets variable to None

python syntax