Welcome! This page is using CodeRay 1.1.2.

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

Page 201, 10 entries

VFM 13 lines of JavaScript by VideofyMe 349 Bytes Show Edit Expand
1
2
3
4
5
6
7
<div id="widget-container"></div>
<script src="http://videofy.me/js/sdk.js"></script>
<script>
// Write out the default widget with document.write
new VideofyMe.Widget({
  user: "foki",
  con...
html code 28 lines of HTML 444 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
 <head>
  <title>Пример веб-страницы HTML5</title>
 </head>
 <body>
  <header>
   <h1>...</h1>
  </header>
  <section>
   <article>
    <h1>...</h1>
    <p>...</p...
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
/!"#$%&\'()*+,-./@:;<=>[\\]^_`{|}~/

Page 201, 10 entries