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

Testing JS 1 line of JavaScript by KRISS 116 Bytes Show Edit Expand
1
$(âœ#datepicker-thâ).datepicker({ dateFormat: â˜dd/mm/yyâ, yearOffset: 543, defaultDate: â˜17/05/2553â }); 
Returns tfr_codes 17 lines of Ruby by BabyBird 714 Bytes Show Edit Expand
1
2
3
4
5
        # Returns tfr_codes
        #       for each node that listing has
        #               for each poly
        #                       if poly belongs to tfr_codes
        #          ...
test 7 lines of SQL by Noob 397 Bytes Show Edit Expand
1
2
3
SELECT ad.key_id,nume_id01,nume_id02,docu_tipo,docu_path, ad.inse_data, v.master, v.codi_veic_id, v.targa, p.key_pratica, p.inse_data
from Archiviazione_Documentale ad
inner join veicolo v on ad....
aaa 1 line of HTML 21 Bytes Show Edit Expand
1
<strong>Test</strong>
test 4 lines of JavaScript 176 Bytes Show Edit Expand
1
2
3
4
[{"squadra-ospite"=>"UDINESE", :type=>"gio", 


:date=>"2010-11-20", :status=>"ended", :time=>"00:00:00-00:00", :name=>"13^ Giornata", "squadra-casa"=>"ROMA", :id=>"32495"}]
Groovy 37 lines of Groovy (beta) 1.11 KB Show Edit Expand
1
2
3
4
5
6
package soapui.em3.releb;

import com.eviware.soapui.support.*;
import com.eviware.soapui.model.testsuite.*;
import com.eviware.soapui.support.XmlHolder;
import com.eviware.soapui.impl.wsdl.te...
Fibonacci Sums 29 lines of C++ by Mystical 615 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
#include <iostream>
#include <cstdlib>
#include <cstdio>
#define MAXN 100000
#define MOD 10009
using namespace std;

int main() {
    int t, x, y, fib[MAXN+1];
    scanf ("%d", &t);
    w...
test ruby code 31 lines of Ruby by foyo99 791 Bytes Show Edit Expand
1
2
3
4
5
6
class MicropostsController < ApplicationController
  before_filter :authenticate, :only => [:create, :destroy]
  before_filter :authorized_user, :only => :destroy

  def create
    @micropost ...
dfdf 1 line of HTML 6 Bytes Show Edit Expand
1
ebgddb
prueba 0 lines of C 0 Bytes Show Edit Expand
1

Page 242, 10 entries