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.
my gemgile |
11 lines
of
Ruby
by
Naveed
|
230 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
source 'https://rubygems.org'
gem 'rails', '3.2.5'
gem 'devise'
gem "twitter-bootstrap-rails"
gem "s... |
|
Delphi Test |
37 lines
of
Delphi
|
661 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14 |
unit NoInspectorDescriptionPane;
interface
procedure Register;
implementation
uses
Forms, Classes, Controls, Dialogs;
function FindObjectInspector: TComponent;
var
I: Integer;... |
|
dewdew |
2 lines
of
Ruby
by
dasdas
|
113 Bytes |
Show |
Edit |
Expand |
1
2 |
save failed for 1 or more records
> com.servoy.j2db.dataprocessing.DataException: Column 'IdDoc' cannot be null |
|
xml test |
7 lines
of
XML
|
99 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
<some>
<tag>
<here attr="true"/>
<text>Some text</text>
<xxx/>
</tag>
</some> |
|
Perl as PHP |
15 lines
of
JSON
by
Marco De Lellis
|
433 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
{
"created_at": "2009-06-09T17:49:20+10:00",
"email": "steveATsct.com.au@blocks.dev",
"enabled": true,
"first_name": "Steve",
"id": 2,
"last_lo... |
|
C# Test |
20 lines
of
C++
by
Ryan Sullivan
|
641 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CodenamePotential;
namespace Kayotic_Labs
{
public class Options : Plugin
{
/... |
|
aaa |
2 lines
of
SQL
|
140 Bytes |
Show |
Edit |
Expand |
1
2 |
insert into GLOBALTYPE (IDTYPEARTTABLE, GLOBALTYPENAME, GLOBALTYPEDESCR, IDTYPE, COLUMNNAME)
2 values (1429, 'aaa', 'aaaaaa', 3, 'IDTYPE'); |
|
c++ test |
64 lines
of
C++
|
1.27 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
#include <iostream>
#include <algorithm>
using namespace std;
class xlong {
public:
int p[100], h;
xlong() {
h = 1;
p[0] = 0;
}
|
|
test |
51 lines
of
JSON
|
1.37 KB |
Show |
Edit |
Expand |
1
2
3
4 |
{ "mods": {
"version": "3.4", "schemaLocation": "http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd", "titleInfo": {
"title": "Tumbleweed skies"
},... |
|
test |
39 lines
of
HTML
by
test
|
264 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27 |
<pre>
<a href="http://www.yahoo.com">here</a>
Male Data graphs
Exp
startT
endT
cnts
trans
pokes
rpokes
rears
rrears
d
sd.d
h
sd.h
dist
sCV
tCV
matH
rd1
rc1
rd2
rc2
rd3
rc3
... |
|