Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

What does "#$" mean in bash?

linux bash syntax

F# - what does match...with | :? X as x mean?

syntax f#

consecutive operators and brackets

xmllint DTD validation syntax

xml syntax dtd xmllint

Express Framework app.post and app.get

SyntaxError when trying to use backslash for Windows file path

python python-3.x syntax

Solution to jshint "Better written in dot notation" when i have valid use of non-dot notation

Why and when should a comma be used at the end of a block?

syntax rust idioms

In c, can a switch statement have 2 arguments? [duplicate]

X and Y or Z - ternary operator

Why do we use "&" before the integer variable when initializing a pointer that points to the integer?

c pointers syntax

Why can I repeat the + in Python arbitrarily in a calculation?

python syntax

What does ' mean/do at the end of function name in Haskell?

haskell syntax

Haskell parser error in where clause

syntax haskell

Build System for .NET with a Make/Rake-like syntax?

syntax msbuild build

Possible to call single-parameter Python function without using parentheses?

python syntax

Why does C# require parens around conditionals?

c# syntax

How can I inspect an objective c object?

objective-c syntax

Are friends in c++ mutual? [duplicate]

c++ syntax

C#; making a new delegate without declaring the method separately?

c# syntax delegates