Tag: syntax


Found 398 results for 'syntax'.


1) python - What does ** (double star/asterisk) and * (star/asterisk) do for parameters?
2) bash - Bash delete file when variable = x
3) shell-script - Too many shebang (script declaration) lines --- any way to reduce their amount?
4) bash - Bash script function names containing double colon '::'
5) bash - bash script single quote and backslash creation
6) bash - How to concatenate string variables in Bash
7) bash - What is the difference between ${var}, "$var", and "${var}" in the Bash shell?
8) bash - How do I iterate over a range of numbers defined by variables in Bash?
9) c++ - Integer to Boolean strange syntax
10) c++ - What is the explicit keyword for in c++?
11) c++ - Python-equivalent of short-form "if" in C++
12) python - Conditional operator in Python?
13) python - Putting a simple if-then-else statement on one line
14) python - What does __all__ mean in Python?
15) javascript - var functionName = function() {} vs function functionName() {}
16) javascript - What does "use strict" do in JavaScript, and what is the reasoning behind it?
17) python - What does the star and doublestar operator mean in a function call?
18) bash - Difference between single and double quotes in Bash
19) postgresql - Get all rows from table where JSON column contains a certain value
20) mysql - MySQL load data infile ERROR 1064
21) shell - Why does a brace command group need spaces after the opening brace in POSIX Shell Grammar?
22) bash - If [ is a builtin and [[ is a keyword, then what is ((?
23) bash - Is $() a subshell?
24) postgresql - PostgreSQL UUID Literal: ERROR: syntax error at or near
25) sql-server - Is it possible to make a reference to the result of an aggregate function in a SELECT clause from the same SELECT clause?
26) bash - Are double square brackets [[ ]] preferable over single square brackets [ ] in Bash?
27) bash - When do we need curly braces around shell variables?
28) bash - Dynamic variable names in Bash
29) autocomplete - Problem with auto-completion on VPS
30) bash - Why should there be spaces around '[' and ']' in Bash?
31) bash - If statement syntax error (BASH)
32) mysql - Can't debug this simple SQL Statement
33) shell-script - How to execute many files in the same directory in a minimal, DRY, pretty way?
34) bash - Brace expansion with variable?
35) mysql - Syntax error when trying to import table
36) c - What does "static" mean in C?
37) variables - What's the difference between placing "mut" before a variable name and after the ":"?
38) java - What does --> mean in Java?
39) c - Whats the difference between float* varname and float *varname in classic c
40) php - What does "->" mean/refer to in PHP?
41) c++ - What are the distinctions between the various symbols (*,&, etc) combined with parameters?
42) string - How do I break a string in YAML over multiple lines?
43) c++ - What is this weird colon-member (" : ") syntax in the constructor?
44) shell-script - syntax error near unexpected token `do
45) linux - Full bash script check before runing
46) c++ - Is using namespace..like bad?
47) javascript - What is the correct syntax of ng-include?
48) python - How can I closely achieve ?: from C++/C# in Python?
49) javascript - In JavaScript is != same as !==
50) python - Putting an if-elif-else statement on one line?