Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
""" | |
Example of accessing the notes slides of a presentation. | |
Requires python-pptx 0.5.6 or later. | |
[email protected] | |
""" | |
from pptx.util import lazyproperty, Pt | |
from pptx.parts.slide import BaseSlide, Slide, _SlideShapeTree, _SlidePlaceholders | |
from pptx.shapes.shape import BaseShape |
JSWEEKLY BINGO | |
+-------------------------------+-------------------------------+-------------------------------+ | |
| An atricle from someone who | | | | |
| just figured out | Baby's first functional | How to do this one very | | |
| prototype-based OO and thinks | programming | specific thing in Node.js | | |
| everyone else needs telling | | | | |
+-------------------------------+-------------------------------+-------------------------------+ | |
| | | | | |
| A new jQuery release | A job in San Francisco | An introduction to an MVC | | |
| | | framework | |
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<!-- The YUI CSS Reset. Optional --> | |
<!-- <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.4.1/build/cssreset/cssreset-min.css"> --> | |
<link rel="stylesheet" href="style.css"> | |
<!-- Load the YUI seed file. http://yuim.in/ always loads the latest version --> |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
a) Clean up multi-axis support [ being able to scroll horizontally and vertically at the same time ]. It's currently supported, but doesn't hold up cleanly all the way through the API.
b) Clean up scrollbar implementation - right now the scrollbar is 3 separate elements. I remember looking into it and thinking we could do it with just 1 piece.
c) Just a general high level pass of the API.
d) Clean up the ScrollView-List plugin - it doesn't really solve the real problem it was mean to solve - laying out horizontal LIs. It's API could also use some cleanup.
To introduce a new Button component for YUI 3 that addresses the following user stories
root@roadrunner:/# cd /tmp | |
root@roadrunner:/# wget https://download.github.com/isaacs-npm-v0.1.23-0-g1c13d07.zip | |
root@roadrunner:/# unzip isaacs-npm-v0.1.23-0-g1c13d07.zip | |
root@roadrunner:/# cd isaacs-npm-1c13d07 | |
root@roadrunner:/# node cli.js install | |
root@roadrunner:/# npm -v | |
npm it worked if it ends with ok | |
npm cli [ '-v' ] | |
0.1.23 |