- version 3.6
Check those constraints:
$this->anything()
| <html> | |
| <head> | |
| <title>Line Graph with Dual-scaled Axes using SVG and d3.js</title> | |
| <script src="http://mbostock.github.com/d3/d3.v2.js"></script> | |
| <style> | |
| /* tell the SVG path to be a thin blue line without any area fill */ | |
| path { | |
| stroke-width: 1; | |
| fill: none; | |
| } |
| #!/usr/bin/python | |
| import subprocess | |
| subprocess.call(["sh","./screenshot.sh","11","www.canvera.com"]) | |
| // include this code in your application, you don't need to call any initialization manually! | |
| Ember.Application.initializer({ | |
| name: "meta", | |
| initialize: function(container, application) { | |
| // helper function to get tag from dom | |
| var _getTag = function(tagname, property, value) { | |
| var tags = document.head.getElementsByTagName(tagname), | |
| tag, |
| # Filename: playlist-analysis.R | |
| library(data.table) | |
| library(ggplot2) | |
| library(xtable) | |
| df <- read.csv("current_playlist_2006-2012.csv", stringsAsFactors = FALSE) | |
| df.unclean <- df # so we can revert without re-reading during development | |
| # What form the data is in: |
| /* | |
| * common react, redux staff here | |
| */ | |
| import {Router, createRoutes} from 'react-router'; | |
| import createBrowserHistory from 'history/lib/createBrowserHistory'; | |
| import rawRoutes from './routes'; | |
| import store from './store'; | |
| function mixStoreToRoutes(routes) { | |
| return routes && routes.map(route => ({ |
pre element with attribute lang