Welcome! This page is using CodeRay 1.1.2.

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

Page 141, 10 entries

test 1 line of C++ 49 Bytes Show Edit Expand
1
CodeRay.scan('puts "Hello, world!"', :ruby).div
test 1 line of C 49 Bytes Show Edit Expand
1
CodeRay.scan('puts "Hello, world!"', :ruby).div
test 2 lines of ERb 25 Bytes Show Edit Expand
1
2
<%= lol 2 %>
<p>wut </p>
as3 44 lines of JavaScript 1018 Bytes Show Edit Expand
1
2
3
4
5
6
7
package org.axgl.util {
  import flash.external.ExternalInterface;

  public class AxLogger {
    public static const DEBUG:String = "debug";
    public static const LOG:String = "log";
    public st...
widget 10 lines of JavaScript by noname 466 Bytes Show Edit Expand
1
2
3
4
5

<script charset='utf-8' type='text/javascript'>
  var feedback_widget_options = {};
  feedback_widget_options.display = &quot;overlay&quot;;  
  feedback_widget_options.company = &quot;iloveba...
test python 6 lines of Python 124 Bytes Show Edit Expand
1
2
3
4
5
6
def test(args):
    print args

class Classy(object):
    def __init__(self):
        self.__dict__ = Classy.__borg__
CoffeeScript 34 lines of Ruby by Ade 957 Bytes Show Edit Expand
1
2
3
4
5
6
7
class SubFilters extends Filters
  constructor: () ->
    @container = "#container"
    @list = ".blog .filters li"
    @links = ".blog .filters li a"
    @css = "selected"
    @main_filters ...
tt 40 lines of Ruby by t 781 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
  #blogs{
    float:left;
    width:75%;
    margin-right:5%;

    @media screen and (max-width: $break-tablet) {
      float:none;
      width:100%;
      margin-right: 0;
      
      @...
SCSS 40 lines of CSS by Adrian 779 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
#blogs{
    float:left;
    width:75%;
    margin-right:5%;

    @media screen and (max-width: $break-tablet) {
      float:none;
      width:100%;
      margin-right: 0;
      
      @in...
Ruby 1.9 Hash syntax 19 lines of Ruby by murphy 313 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
block.(*arguments)  # bovi's example

new = { hash: :syntax }
call(with, hash: :syntax)
this_crazy(hash: :syntax)
test hash: :syntax
test \
  hash: :syntax,
  multi: :line

more hash::tes...

Page 141, 10 entries