Welcome! This page is using CodeRay 1.1.2.
We currently have
3049 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
eee |
3 lines
of
Plain text
|
22 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<?php
function test |
|
as |
10 lines
of
Java
by
as
|
159 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
public class Demo {
public static void main(String args[]) {
char ch = 10;
}
}
fghfghfghfgh |
|
xxx |
5 lines
of
XML
by
xxx
|
132 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
#dsa das dsadsad.
das.dsad.dsa = 0x0002
#g dsa ads rew rew fds na gds gds gds o gsd gds
# i rew bfd rew. rew bd.
bfd.bfd.bfd=321 |
|
test |
7 lines
of
C
by
test
|
110 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
#include <stdio.h>
int main(int argc, char* argv[])
{
printf("Hello, world ddddddd\n");
return 0;
} |
|
Makefile |
22 lines
of
PHP
|
716 Bytes |
Show |
Edit |
Expand |
|
test json |
1 line
of
JSON
by
none
|
368 Bytes |
Show |
Edit |
Expand |
1 |
{"name":"lxcserver","description":"LXC server role description","json_class":"Chef::Role","default_attributes":{"moo":{"repos":["cloudstack"],"packages":{"libvirt":{},"glusterfs-cli":{},"cloudstack... |
|
html template |
11 lines
of
HTML
by
djrConcepts
|
181 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
<!doctype html>
<html>
<head>
<title>CodeRay Demo Ray</title>
</head>
<body>
<div>
Hello CodeRay
</div>
</body>
</html> |
|
test |
122 lines
of
Ruby
|
4.58 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
require 'mathpack'
module Mathpack
module SLE
def self.simple_sweep(params = {})
a = params[:left].dup
b = par... |
|
Spec sample |
32 lines
of
C++
|
790 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
describe 'Object#stub' do
before do
@array = %w(aardvark bonobo chipmunk dromedary)
end
it 'can stub a method within the scope of a block' do
@array.length.must_equal 4
... |
|
Sample |
44 lines
of
HTML
|
2.14 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<section class="marketing">
<div class="row">
<div class="large-12 columns">
<div class="row">
<div class="large-2 medium-4 small-6 center_ columns best">
... |
|