Welcome! This page is using CodeRay 1.1.2.
We currently have
3066 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| title | 
15 lines
of
JavaScript
by
author
 | 
354 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6
7
8  | 
  import Ember from 'ember';
import { dataGenerator } from '../services/data-generator';
export default Ember.Component.extend({
  classNames: ['bars-with-line'],
  barData: function() {
   ... | 
  
 
 | 
| title | 
14 lines
of
PHP
by
author
 | 
238 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6
7
8
9
10
11
12  | 
  
{{
    xScaleType="ordinal"
    yMinMode="fixed"
    yMin=0}}
   {{
     {{nf-bars data=barData}}
     {{nf-line data=lineData class="dashed"}}
... | 
  
 
 | 
| title | 
2 lines
of
HTML
by
author
 | 
39 Bytes | 
Show | 
Edit | 
Expand | 
  1
2  | 
  
<button foo="foo">Reset Zoom</button>  | 
  
 
 | 
| title | 
2 lines
of
HTML
by
author
 | 
29 Bytes | 
Show | 
Edit | 
Expand | 
  1
2  | 
  
<button>Reset Zoom</button>  | 
  
 
 | 
| title | 
2 lines
of
HTML
by
author
 | 
55 Bytes | 
Show | 
Edit | 
Expand | 
  1
2  | 
  
<button action "reset">Reset Zoom</button></pre></td>  | 
  
 
 | 
| title | 
4 lines
of
Python
by
author
 | 
153 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4  | 
  
{{!-- <button {{action "reset"}}>Reset Zoom</button></pre></td> --}}
<a href="http://good-rx-pharmacy.com">Best Drugstore online no prescription</a> | 
  
 
 | 
| title | 
2 lines
of
HTML
by
author
 | 
48 Bytes | 
Show | 
Edit | 
Expand | 
  1
2  | 
  
<button {{action "reset"}}>Reset Zoom</button> | 
  
 
 | 
| title | 
15 lines
of
PHP
by
author
 | 
366 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3
4
5
6
7
8
9
10  | 
  {{
    yMaxMode="push-tick"
    brushAction="brushMove"
    brushStartAction="brushStart"
    brushEndAction="brushEnd"}}
   {{
     {{nf-line data=zoomData ... | 
  
 
 | 
| 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 | 
3 lines
of
HTML
by
author
 | 
141 Bytes | 
Show | 
Edit | 
Expand | 
  1
2
3  | 
  <div>
  <span>Selected Time: {{format-hour-minute selectedLine.hoverData.x}}</span><span> Value: {{selectedLine.hoverData.y}}</span>
</div> | 
  
 
 |