Welcome! This page is using CodeRay 1.1.2.

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

Page 277, 10 entries

afaga 41 lines of Ruby 671 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
module SeoHelper
  def title= title
    @title = title
  end
  
  def title
    if @title.blank?
      Settings.title.home
    else
      [@title, Settings.title.simple].join ' - '
    en...
Some XML property list 14 lines of XML 578 Bytes Show Edit Expand
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
      <key>firstLine...
1234 96 lines of PHP by aaaaa 1.8 KB Show Edit Expand
1
2
3
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Con...
test 3 lines of Ruby 66 Bytes Show Edit Expand
1
2
3
    require 'kramdown'

    Kramdown::Document.new(text).to_html
cucumber 4 lines of Ruby 180 Bytes Show Edit Expand
1
2
3
4
Feature: Asset List
  In order to review requestable assets (why?)
  As a System Admin (who?)
  I want to list all assets filtered by asset type, sorted alphabetically (what?)
cucumber 4 lines of diff 180 Bytes Show Edit Expand
1
2
3
4
Feature: Asset List
  In order to review requestable assets (why?)
  As a System Admin (who?)
  I want to list all assets filtered by asset type, sorted alphabetically (what?)
cucumber 4 lines of PHP 23 Bytes Show Edit Expand
1
2
3
4
<?php

echo "he";
?>
cucumber 4 lines of YAML 180 Bytes Show Edit Expand
1
2
3
4
Feature: Asset List
  In order to review requestable assets (why?)
  As a System Admin (who?)
  I want to list all assets filtered by asset type, sorted alphabetically (what?)
sass 1 line of C++ 59 Bytes Show Edit Expand
1
logger.error("Exception while updating PropertyView",ex);
lumpy 12 lines of XML 671 Bytes Show Edit Expand
1
2
3
4
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="cmsServiceConfig" type="ICIS.ServiceHost.CmsScheduler.CmsServiceConfig, ICIS.ServiceHost.CmsSchedule...

Page 277, 10 entries