Tagged Questions
The zen tag has no wiki summary.
39
votes
4answers
12k views
how to print to stderr in python?
I have come across at least three ways to do this:
print >> sys.stderr, 'spam'
sys.stderr.write('spam\n')
from __future__ import print_function
print('spam', file=sys.stderr)
It seems ...
14
votes
8answers
343 views
Why does Python treat tuples, lists, sets and dictionaries as fundamentally different things?
One of the reasons I love Python is the expressive power / reduced programming effort provided by tuples, lists, sets and dictionaries. Once you understand list comprehensions and a few of the basic ...
3
votes
2answers
131 views
zen coding - css syntax/ style attribute
I can't find the syntax about adding CSS properties using zen coding. Maybe I have overlooked the zen-cheat-sheet.
For example, how can I shorten the following:
<div style="background-color: red; ...
2
votes
4answers
255 views
“Namespaces are one honking great idea — let's do more of those!”… Why? [closed]
Possible Duplicate:
The Zen of Python
The last aphorism in the Zen of Python is:
Namespaces are one honking great idea -- let's do more of those!
My simple question is, what does this ...
2
votes
7answers
685 views
The Zen of Ruby
I have written a Ruby gem named 'this'. Get it here http://rubygems.org/gems/this. Purpose of 'this' is to show quotes of 'The Zen of Ruby' whenever you "require 'this'". As I could not find any ...
1
vote
3answers
138 views
How can I configure VIM so that files with extension .less are edited with zen-coding?
How can I configure VIM so that files with extension .less are edited with zen-coding?
I can use within the zencoding notepad + + on windows normally. But now I want to use the same way inside vim.
1
vote
0answers
138 views
Drupal 7: Zen theme, display comment count on node
How do I display the number of comments near the title of the node when viewing the teaser?
I want to make a little bubble next tot the title in the teaser displaying the number of comments.
1
vote
2answers
151 views
Possible to slow down time in the Java virtual machine?
Is it possible to slow down time in the Java virtual machine according to CPU usage by modification of the source code of OpenJDK? I have a network simulation (Java to ns-3) which consumes real time, ...
1
vote
3answers
392 views
How do I enable Zen Coding in Emacs?
I'm a complete emacs newbie.
I've added the zencoding-mode.el to my .emacs.d dir. I've added it to the init.el like this:
(add-to-list 'load-path "C:/Documents and Settings/jwharton/Application ...
1
vote
1answer
115 views
Drupal 7 dashboard doesn't fit on screen when using custom themes
I'm using Drupal 7 for a site I'm making, but when I am using the dashboard/backend of drupal the modal box doesn't fit on my screen and causes a wierd scrollbar (FF & Chrome etc) bug that I've ...
0
votes
0answers
3 views
How to reduce the shopping cart quantity and price of product in session cart in zencart?
i want to reduce the shopping cart quantity and price of product in session cart variable in zencart?
0
votes
1answer
45 views
Make zen coding support less file in sublime text2
How can I make zen coding support less file in sublime text2?
0
votes
0answers
30 views
Zen Coding Netbeans Wrap Text in Link
i want to wrap a simple link text in a way like this:
http://google.de => http://google.de
I marked the link and wrote this zen code: a[href=] but the href attribute of the link is not set correctly ...
0
votes
2answers
73 views
Is there a way using CSS Zen coding on non css file
I currently use notepad++, coda and espresso. I can't find a way to use the css zen coding on non css file for example on html file or scss for compass.
I would like to use zen coding for compass ...
0
votes
0answers
13 views
drupal 7 - How can I extend colors to edge of webpage in Zen Theme?
I would like to extend the colors of my header, sub header, body, and footer to the edge of the screen. Much like kickstarter.com does. Any advice on how to do this without simply changing the body bg ...
0
votes
0answers
118 views
How does zen brush create their brush effect?
I am trying to create a painting app and I was wondering if anyone has been able to replicate what zen brush has done on their app.
Are they using OpenGL or quartz? I was wondering what modifications ...
0
votes
1answer
51 views
Extend colors of header to screen edge using Drupal zen theme
How can I easily apply a bg image to only the gutter space between my header and the screen edge, using the zen theme. I am also interested in doing this for the footer as well.
0
votes
1answer
209 views
Drupal 7 specific layouts for pages
I am using drupal 7 and my theme is a sub-theme of Zen. What I am trying to do is on some specific pages /volunteers/bigbrothers the layout of this page needs to differ slightly than that of ...
0
votes
0answers
59 views
Move the Coupon Code to the Shopping Cart within Zen Cart
I have a website that uses Zen Cart as its shopping cart software but i do not use the default zen cart checkout process, as i use paypal right at the shopping cart level. So from the shopping cart ...
0
votes
1answer
13 views
Zen cart modifications
I need all functionalities like zen cart except to buy now process or shoping cart.
Actually I need to build only listing of products,its rating and reviews only.
Is there any method to chaNge it ...
0
votes
1answer
141 views
$_SESSION variable not accessible in Zen cart pages
I have been using $_SESSION variable in different folder than Zen cart installation folder. When I set the $_SESSION folder in any file and try to access it inside EZ Pages of Zen cart I get nothing.
...
0
votes
2answers
145 views
How to upgrade zen cart version 1.3.8 to the latest version of zen cart
How to upgrade zen cart version 1.3.8 to the latest version of zen cart
Many of the files has been changed.
0
votes
1answer
20 views
How Can I store attributes to add_cart Manually in Zen Cart?
It's Default Store in Zen Cart > http://awesomescreenshot.com/00bcd2jdf so I just want to add this manually attribute by my customized page > http://awesomescreenshot.com/0ebcd1w57
How can I ...