Top "Quotes" questions

Computer programming languages' facility for embedding text in source code, also known as String literals

A good API for famous quotes

I'm looking for an API for retrieving famous quotes. I've been looking briefly at Quotes Daddy, STANDS4 and I heart …

api rest quotes
Can JSON numbers be quoted?

Can there be quotes around JSON numbers? In most of the search links, it seems that numbers do not "require" …

json string parsing numbers quotes
dquote> result of a execution a program in linux shell

When I execute a script in a Linux shell, I get this output: dquote> What does this mean?

linux shell quotes
fetch stock quotes from google finance, yahoo finance or the exchange itself

I am building a web based trading system where buy and sell signals would be generated by reading quotes from …

asp.net jquery yahoo quotes google-finance
Regex to match all instances not inside quotes

From this q/a, I deduced that matching all instances of a given regex not inside quotes, is impossible. That …

javascript regex escaping quotes
What are '$$' used for in PL/pgSQL

Being completely new to PL/pgSQL , what is the meaning of double dollar signs in this function: CREATE OR REPLACE …

postgresql plpgsql quotes dollar-sign dollar-quoting
Escape backquote in a double-quoted string in shell

For the command: /usr/bin/sh -c "ls 1`" (a backquote after 1). How to make it run successfully? Adding a backslash …

shell quotes quoting backticks
bash alias command with both single and double quotes

I have this command that does what I want but I can't get to alias it in my .bashrc (note …

linux bash quotes double-quotes
What is the use case for Ruby's %q / %Q quoting methods?

I've been reading through Thomas' Programming Ruby 1.9 and came upon the alternative delimited single and double-quoting methods (%q / %Q). I've …

ruby string quotes
Stripping single and double quotes in a string using bash / standard Linux commands only

I'm looking for something that will translate a string as follows, using only bash / standard Linux commands: Single-quotes surrounding a …

linux bash quotes quoting