Welcome! This page is using CodeRay 1.1.2.

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

Page 288, 10 entries

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....
grrr 9 lines of Java 269 Bytes Show Edit Expand
1
2
3
4
  public SedReplicationConfigPanel( BMNProgressWindow oProgressWindow, 
                                    UserContext oContext )
  {
    super(oProgressWindow, oContext, "SedReplicationConfigP...
peng 16 lines of JavaScript by testii 451 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
// get time and pseudo random nr.
// add time times random nr. and convert to int
//
// function returns pseudo random integer nummer

protected transient int text;

function getSomethingPse...
test 3 lines of CSS 458 Bytes Show Edit Expand
1
2
.wiki h2 {background-color: silver; font-size: 16px;padding: 2px 10px 1px 5px;margin: 0 0 10px 0; border-width: 0; color: #444;}
.wiki h3 {font-size: 13px;padding: 2px 10px 1px 5px; margin-bottom:...
vgffd 4 lines of Plain text 103 Bytes Show Edit Expand
1
2
3
4
iface eth0 inet static
    address 192.168.0.111
    netmask 255.255.255.0
    gateway 192.168.0.1
CachedModels usage 0 lines of Ruby 0 Bytes Show Edit Expand
1
Java 19 lines of C by jsdude 1.12 KB Show Edit Expand
1
2
3
                    if (prefixo.equalsIgnoreCase("int_")) {
                        parametros.put(nomePar, new Integer(param));
                    } else if (prefixo.equalsIgnoreCase("dbl_")) {...
cpp supported? 19 lines of C by aaa 242 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// does class supported
class Child : public Person
{
public:
  Child(){}
  ~Child(){}
private:
  int m_age;
  char[128] m_name;  /* name */
};

typedef struct
{
  int id;
  CString n...
test 1 line of JavaScript 13 Bytes Show Edit Expand
1
workspace -sn
testing 23 lines of Java 626 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
package org.librae.common.dao;

import java.io.Serializable;
import java.util.List;
import java.util.Map;

import org.hibernate.Session;
import org.librae.common.exception.LibraeException;
...

Page 288, 10 entries