Welcome! This page is using CodeRay 1.1.2.

We currently have 3049 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 78, 10 entries

title 25 lines of XML by author 478 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{{#nf-graph
    width=400
    height=150
    showLanes=true
    showFrets=true
    paddingTop=10
    paddingRight=10}}

  {{#nf-x-axis tickCount=5}}
    <text>{{format-hour-minute tick.val...
title 25 lines of Ruby by author 478 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{{#nf-graph
    width=400
    height=150
    showLanes=true
    showFrets=true
    paddingTop=10
    paddingRight=10}}

  {{#nf-x-axis tickCount=5}}
    <text>{{format-hour-minute tick.val...
title 25 lines of HAML by author 478 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{{#nf-graph
    width=400
    height=150
    showLanes=true
    showFrets=true
    paddingTop=10
    paddingRight=10}}

  {{#nf-x-axis tickCount=5}}
    <text>{{format-hour-minute tick.val...
title 25 lines of HTML by author 478 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
{{#nf-graph
    width=400
    height=150
    showLanes=true
    showFrets=true
    paddingTop=10
    paddingRight=10}}

  {{#nf-x-axis tickCount=5}}
    <text>{{format-hour-minute tick.val...
title 10 lines of JavaScript by author 228 Bytes Show Edit Expand
1
2
3
4
5
6
7
import Ember from 'ember';
import { dataGenerator } from '../services/data-generator';

export default Ember.Component.extend({

  graphData: function() {
    return dataGenerator.simpleTimeS...
title 10 lines of JavaScript by author 228 Bytes Show Edit Expand
1
2
3
4
5
6
7
import Ember from 'ember';
import { dataGenerator } from '../services/data-generator';

export default Ember.Component.extend({

  graphData: function() {
    return dataGenerator.simpleTimeS...
title 10 lines of JavaScript by author 231 Bytes Show Edit Expand
1
2
3
4
5
6
7
import Ember from 'ember';
import { dataGenerator } from '../services/data-generator';

export default Ember.Component.extend({

  graphData: function() {
    return dataGenerator.simpleOrdin...
title 11 lines of HTML by author 179 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
{{#nf-graph
    xScaleType="ordinal"
    yMinMode="fixed"
    yMin=0}}

   {{#nf-graph-content}}

     {{nf-bars data=graphData}}

   {{/nf-graph-content}}
{{/nf-graph}}
a 7 lines of Ruby 400 Bytes Show Edit Expand
1
2
reqeire 'fog'
service = Fog::Storage.new({: provider => 'OpenStack', : openstack_username => 'admin', : openstack_api_key => 'nomoresecrete', : openstack_auth_url => 'http://192.168.0.`:5000/v2.0/...
cider-ci dotfile yaml 313 lines of YAML 9.63 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
---
jobs:
  Chain-Dependent-Demo:
    tasks:
      sleep:
        name: Sleep
        scripts:
          main:
            body: sleep 10 && echo "done sleeping"
    description: "This dem...

Page 78, 10 entries