Welcome! This page is using CodeRay 1.1.2.

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

Page 289, 10 entries

wefwef 7 lines of CSS 535 Bytes Show Edit Expand
1
2
3
4
height: 200px; /* Высота блока */
    width: 200px; /* Ширина блока */
    overflow: auto; /* Добавляем полосы прокрутки */
    padding-left: 15px; ...
wefwef 7 lines of diff 535 Bytes Show Edit Expand
1
2
3
4
height: 200px; /* Высота блока */
    width: 200px; /* Ширина блока */
    overflow: auto; /* Добавляем полосы прокрутки */
    padding-left: 15px; ...
wefwef 7 lines of CSS 535 Bytes Show Edit Expand
1
2
3
4
height: 200px; /* Высота блока */
    width: 200px; /* Ширина блока */
    overflow: auto; /* Добавляем полосы прокрутки */
    padding-left: 15px; ...
dasfasdf 109 lines of JSON 3.61 KB Show Edit Expand
1
2
3
4
5
6
// This is a decription of a serialized game ready to be imported
{
    // Game UUID
    'game_id': '0edf5b66-4948-1168-b05a-000393ae7dbe',
    'name': 'Spillet om Aksis',
    'introduction': ...
it can° 1 line of C by bla 4 Bytes Show Edit Expand
1
test
test 1 line of C by murphy 5 Bytes Show Edit Expand
1
toll!
bracket issue 1 line of Ruby by bovi 18 Bytes Show Edit Expand
1
block.(*arguments)
test 1 line of C by murphy 5 Bytes Show Edit Expand
1
toll!
Using the Ruby "syntax" Gem 53 lines of CSS by Light Spot 1.25 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env ruby
#try this example
require 'fileutils'

class String  
  attr_accessor :tags 
  def slugize
    self.downcase.strip.gsub /[^a-z0-9]+/, '-'
  end
  
  def / s
    File....
Markaby test 17 lines of Ruby by Hans thisisne.at 472 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
def collection
  @search = Order.new_search(params[:search])

  if params[:search].nil? || params[:search][:conditions].nil?
    @search.conditions.checkout_complete = true
  end

  @search....

Page 289, 10 entries