Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in syntax

How to use double or single brackets, parentheses, curly braces

bash syntax

How do you pass a function as a parameter in C?

What is the difference between . (dot) and $ (dollar sign)?

Is double square brackets [[ ]] preferable over single square brackets [ ] in Bash?

bash if-statement syntax

What does the "at" (@) symbol do in Python?

When do we need curly braces around shell variables?

bash shell syntax curly-braces

All possible array initialization syntaxes

Are multi-line strings allowed in JSON?

json string syntax multiline

What is the difference between single-quoted and double-quoted strings in PHP?

php string syntax

Python integer incrementing with ++ [duplicate]

python syntax increment

How do you comment out code in PowerShell?

Putting a simple if-then-else statement on one line [duplicate]

How to escape single quotes within single quoted strings

bash syntax quoting

How can I do a line break (line continuation) in Python?

What does "static" mean in C?

c syntax static

Can someone explain __all__ in Python?

python syntax namespaces

How do I convert a float number to a whole number in JavaScript?

javascript syntax

Insert into ... values ( SELECT ... FROM ... )

Comments in Markdown

syntax comments markdown

Why does ++[[]][+[]]+[+[]] return the string "10"?

javascript syntax