Welcome! This page is using CodeRay 1.1.2.

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

Page 202, 10 entries

HAML test 10 lines of Ruby by Andrew 227 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
!!!
%html
  %head
    %title= title
    %meta{:charset => Rails.application.config.encoding}
    = stylesheet_link_tag "application"
    = javascript_include_tag "application"
    = csrf_met...
tst 59 lines of CSS 1.18 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
#respond {
  background: #e9e9e9;
  background:rgba(0,0,0,.03);
  border: 1px solid #ddd;
  border:1px solid rgba(0,0,0,.08);
  color: #444;
  margin: 0 auto 1.4em;
  padding: 1.4em;
  position: re...
Java 18 lines of Java by Tom 685 Bytes Show Edit Expand
1
2
3
4
5
6
7
public class HttpResponse
{
    public int responseCode = 0;
    public String responseMessage;
    public byte[] bytes;
    public String errorMessage;
    public boolean completedWithError ...
dsfsf 83 lines of Ruby by rails 1.91 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
class RolesController < ApplicationController
  # GET /roles
  # GET /roles.xml
  def index
    @roles = Role.all

    respond_to do |format|
      format.html # index.html.erb
      format...
CodeRay diff 200 lines of diff by murphy 6.08 KB Show Edit Expand
1
2
3
4
5
6
7
8
diff --git a/etc/CodeRay.tmproj b/etc/CodeRay.tmproj
index 1886802..285255b 100644
--- a/etc/CodeRay.tmproj
+++ b/etc/CodeRay.tmproj
@@ -5,6 +5,8 @@
   <key>documents</key>
   <array>
     <dict...
1234 1 line of Ruby 35 Bytes Show Edit Expand
1
/!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/
1234 2 lines of Python by test 32 Bytes Show Edit Expand
1
2
print "Hello World"
raw_input()
1234 1 line of PHP 35 Bytes Show Edit Expand
1
/!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/
1234 1 line of JavaScript 53 Bytes Show Edit Expand
1
url = trim(url, /!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/);
1234 1 line of JSON 53 Bytes Show Edit Expand
1
url = trim(url, /!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/);

Page 202, 10 entries