Top "Quote" questions

The Lisp quote is a special operator that returns its only argument, unevaluated.

What is ' (apostrophe) in Lisp / Scheme?

I am on day 1 hour 1 of teaching myself Scheme. Needless to say, I don't understand anything. So I'm reading The …

scheme lisp quote the-little-schemer
CSV files with quote and comma chars inside fields

I have a stack of CSV files I want to parse - the problem is half of the have quote …

python csv quote
Nesting with three levels of quotations

I am trying to create a php variable that has three levels of nested quotes. How do I make a …

php double-quotes quote
XSLT: escaping double quote

I have XSLT code like: <xsl:if test="product_name='3" Magnifier'"> <attribute name="Business Unit"> …

xslt quote
Strip out all single quotes

I am looking for the best way to strip single quotes as it keeps breaking my important. so The image’…

php wordpress csv quote
Add new attribute to Magento quote/order

I'm working on a custom loyalty points module. During the checkout the customer has the option to redeem his points. …

attributes magento quote
Add a custom option to a quote item (product in the cart)?

I'm running Magento 1.7. I'm trying to add a quote item option, a custom one, in sales_flat_quote_item_option. …

magento option product quote
What is the difference between quote and list?

I know that you can use ' (aka quote) to create a list, and I use this all the time, …

scheme racket evaluation quote
How to convert quote attribute to order in Magento?

I've spent two days on this, I feel like I've tried everything,still I keep hitting the wall. I've got …

magento attributes magento-1.6 quote
Bash eval replacement $() not always equivalent?

Everybody says eval is evil, and you should use $() as a replacement. But I've run into a situation where the …

bash eval substitution quote