Search code examples
LaTeX: Using Minted package - how do I make it wrap the text (linebreaks=true)...


syntaxlatexpygments

Read More
Why does an object literal placed before an array literal apparently evaluate to just the array in t...


javascriptsyntaxcurly-bracesobject-literal

Read More
PowerShell string interpolation syntax; are $($...) and ${$...} equivalent?...


powershellsyntaxstring-interpolation

Read More
What is "?:" notation in JavaScript?...


javascriptsyntaxoperatorsnotation

Read More
What does `[…](…) { … }` mean inside an object definition in JavaScript?...


javascriptsyntaxobject-literalsquare-bracket

Read More
Interpolate a constant (not variable) into 'heredoc'...


phpsyntaxconstantsheredoc

Read More
How to concatenate strings in twig...


syntaxtwigstring-concatenationtemplating

Read More
how do I pass a range of values on the command line - passing an expression as an argument...


powershellparsingcommand-linesyntaxparameter-passing

Read More
Javascript: difference between using an IIFE and a block statement...


javascriptsyntaxscopeblockiife

Read More
How can I insert multiple rows with a single statement in SQLite?...


sqldatabasesqlitesyntaxinsert

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


haskellsyntaxfunction-composition

Read More
What does the “free” function `toString` (at global scope, not called as a method) do?...


javascriptsyntax

Read More
Is it possible to assign the same value to multiple keys in a dict object at once?...


pythonsyntaxdictionary

Read More
Pipe complete array-objects instead of array items one at a time?...


arrayspowershellobjectsyntaxpipeline

Read More
What does a dash inside of curly braces mean in Hugo Templating?...


syntaxhugo

Read More
What is the difference between semicolons in JavaScript and in Python?...


javascriptpythonsyntax

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


phpstringsyntax

Read More
Why is whitespace sometimes needed around metacharacters?...


bashshellsyntaxsyntax-error

Read More
Homebrew formula syntax...


rubysyntaxhomebrew

Read More
I'm getting an IndentationError (or a TabError). How do I fix it?...


pythonsyntaxindentationcode-formatting

Read More
MySQL comment syntax - What's the difference between "#" and "-- "?...


mysqlsqlsyntaxcomments

Read More
Why can’t I use an if statement to conditionally include a key in an object literal?...


javascriptif-statementsyntaxobject-literal

Read More
How to access an object property using the value from an array element in PHP...


phpcodeignitersyntax

Read More
What is this syntax called from a CodeIgniter script: "$this->db->"?...


phpcodeigniteroopsyntax

Read More
Windows command prompt: Using a variable set in the same line of a one-liner...


windowsbatch-filesyntaxwindows-7cmd

Read More
Why do I get a syntax error when using quotes inside a parameter list in a function declaration?...


pythonpython-2.7syntax

Read More
Accessing swift dictionary members using AnyObject...


swiftdictionarysyntax

Read More
Java "?." operator for checking null - What is it? (Not Ternary!)...


javasyntaxnull

Read More
What does ":=" mean in Pseudocode?...


syntaxpseudocodecolon-equals

Read More
Python integer incrementing with ++...


pythonsyntaxincrement

Read More
BackNext