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 157, 10 entries

rails check 13 lines of Ruby by Me 311 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
require 'rubygems'
require 'sinatra'
require 'mongo'
require 'json'

connection = Mongo::Connection.new
database = connection['agile_data']
collection = database['emails']

get '/email/:me...
banister's remix 381 lines of C 9.61 KB Show Edit Expand
1
2
3
4
5
6
7
/* remix.c */
/* (C) John Mair 2010
 * This program is distributed under the terms of the MIT License
 *                                                                */

#include <ruby.h>
#...
abc 7 lines of Ruby by Vagner 151 Bytes Show Edit Expand
1
2
3
4
5
6
7
 [ "Alice", "friend", "Bob" ]
 [ "Alice", "age", 35 ]
 [ "Bob", "friend", "Claire" ]

 forall {
        has :PersonA, "friend", :PersonB
    } 
teste 1 line of Ruby 17 Bytes Show Edit Expand
1
{ teste: "abcd" }
, 3 lines of PHP 34 Bytes Show Edit Expand
1
2
3
<?php
    echo 'Hello World';
?>
ruby code 19 lines of Ruby 984 Bytes Show Edit Expand
1
2
3
4
module PayerHelper
  def statement_status(job_statement)
      if(job_statement.status == JobStatement::STATUS::NEW[0])
        if(job_statement.due_date >= (Date.today + job_statement.due_date....
CFML test (breaks in Redmine Code Browser) 11 lines of Plain text 1.07 KB Show Edit Expand
1
2
3
<!--- Security check ---><!--- 
---><cfif request.indexing eq false and request.bIsPrivate and (not isDefined("request.nodeidToPreview"))><!--- 
    ---><cfset XFA_LoginFormDisplay = "login.Login...
HTML plain text 36 lines of Plain text by ff 2.03 KB Show Edit Expand
1
2
3
4
5
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module python_api</title>
</head><body bgcolor="#f0f0f8">
<p>
<table width="100%" cellspacing=0 cellpad...
test C# 2 lines of C 137 Bytes Show Edit Expand
1
2
            SqlCeParameter paramshortDesc = new SqlCeParameter("@shortDesc", shortDesc);
            cmd.Parameters.Add(paramshortDesc);
asf 1 line of Ruby 88 Bytes Show Edit Expand
1
has_attached_file :attachment, :styles => {:original => "650x650>", :thumb => "80x80"}

Page 157, 10 entries