- Make sure you've install X11 from here: http://xquartz.macosforge.org/landing/.
- Set
CPPFLAGS
environment variable:
$ export CPPFLAGS=-I/opt/X11/include
3. Find gcc-4.2
on your system:
$ which gcc-4.2
=> /Users/pjkelly/Developer/bin/gcc-4.2
CPPFLAGS
environment variable:$ export CPPFLAGS=-I/opt/X11/include
3. Find gcc-4.2
on your system:
$ which gcc-4.2
=> /Users/pjkelly/Developer/bin/gcc-4.2
window.AppName = | |
Models: {} | |
Colls: {} | |
Views: {} | |
Routers: {} | |
Data: {} | |
Pages: | |
Home: | |
init: -> | |
new AppName.Views.HomePage el: $("body") |
Note: This assumes there are no spaces at the end of lines.
Example Text:
Praesent commodo cursus magna, vel scelerisque nisl
consectetur et. Nulla vitae elit libero, a pharetra
augue. Curabitur blandit tempus porttitor. Maecenas
faucibus mollis interdum. Donec ullamcorper nulla
non metus auctor fringilla. Cras mattis consectetur
Over the past few years, we've seen the projects we work on go from occasionally to almost always requiring a REST API. There are several reasons for this, all of them necessitating our ability to construct clean, performant APIs that are easy to work with:
As a Ruby shop, we've always had a wide array of tools and libraries to choose from when building our applications. While this is most definitely a good problem to have, it's still a problem, and finding a combination of tools that made API development feel right to us took a few tries.
require 'axis' | |
set = (0..9).to_a | |
top = Axis.new('Top Numbers', set.dup) | |
side = Axis.new('Side Numbers', set.dup) | |
top.generate_values! | |
side.generate_values! |
We're seeking an experienced, enthusiastic Back-End Developer to join our team. You'll work closely with @_pjkelly and @createbang in crafting some of the finest web applications and APIs on the web.
The basic flow is this:
Given the name of your feature branch is registration-page:
source 'https://rubygems.org' | |
ruby '1.9.3' | |
gem "slim" | |
gem "redcarpet" | |
gem "middleman", "~>3.0.6" | |
gem "middleman-syntax", ">=1.1.1" | |
gem "rubypython" |
{ | |
"id": "51b95267f44092b6a5000004", | |
"last_updated_at": "2013-07-01T19:01:30-07:00", | |
"statistics": [ | |
{ | |
"id": "51b9665f64eb2bd988000003", | |
"type": "text", | |
"label": "<p><strong>Original ideas we have dared to imagine for our clients</strong></p>\n", | |
"data": [ | |
"<p>Gnm</p>\n", |