Welcome! This page is using CodeRay 1.1.2.
We currently have
3064 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
title |
31 lines
of
PHP
by
author
|
1014 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
{{
selected=selectedLine
width=400
height=150
showFrets=true
paddingTop=10
paddingRight=10}}
{{
<text>{{format-hour-minute t... |
|
title |
10 lines
of
JavaScript
by
author
|
235 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.threeMetric... |
|
title |
13 lines
of
PHP
by
author
|
682 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
{{
{{
{{nf-vertical-line x=selectedLine.hoverData.x}}
{{nf-horizontal-line y=selectedLine.hoverData.y}}
{{nf-line data=gr... |
|
title |
10 lines
of
JavaScript
by
author
|
233 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.threeMetric... |
|
title |
14 lines
of
PHP
by
author
|
459 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
{{
yMinMode="fixed"
yMin=0}}
{{
{{
{{nf-area data=graphData xprop="date" yprop="high" class="high" interpolator="monotone"}}... |
|
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 |
11 lines
of
PHP
by
author
|
179 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
{{
xScaleType="ordinal"
yMinMode="fixed"
yMin=0}}
{{
{{nf-bars data=graphData}}
{{/nf-graph-content}}
{{/nf-graph}} |
|
title |
7 lines
of
PHP
by
author
|
114 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
{{
{{
{{nf-area data=graphData}}
{{/nf-graph-content}}
{{/nf-graph}} |
|
title |
7 lines
of
PHP
by
author
|
117 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
{{
{{
{{nf-line data=graphData}}
{{/nf-graph-content}}
{{/nf-graph}} |
|
title |
25 lines
of
PHP
by
author
|
478 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
{{
width=400
height=150
showLanes=true
showFrets=true
paddingTop=10
paddingRight=10}}
{{
<text>{{format-hour-minute tick.val... |
|