Welcome! This page is using CodeRay 1.1.2.
We currently have
3068 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| test json |
6 lines
of
JSON
by
asdf
|
63 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
{
"result": {
"code": 200,
"message": "ok"
}
} |
|
| TEST |
12 lines
of
Java
|
114 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
class Test{
private String test;
private Test(){
}
private String test(){
return "TEST";
}
} |
|
| XML Test |
6 lines
of
XML
|
122 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note> |
|
| あいうえお |
1 line
of
PHP
by
あいうえお
|
5 Bytes |
Show |
Edit |
Expand |
|
|
| flask context |
29 lines
of
Python
by
flask
|
791 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
from __future__ import with_statement
import sys
from functools import update_wrapper
from werkzeug.exceptions import HTTPException
from .globals import _request_ctx_stack, _app_ctx_stack... |
|
| test |
12 lines
of
C
|
3.03 KB |
Show |
Edit |
Expand |
1
2
3 |
declare @p1 int
set @p1=NULL
exec SnProPOS_AddNote @p1 output,N'<SunPosSrv-xml><Record SalesTransPosHdr="0" SalesTransInitDate="2/4/2015" SalesTransEmploeeCode="0" SalesTransResourceCode="0" Sale... |
|
| hoverexample |
13 lines
of
JavaScript
by
foszkeh
|
393 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
$('#squareex').on('mouseenter mouseleave', function(event){
if(event.type == 'mouseenter'){
$('#squareex').stop().animate({
width: '150px',
hei... |
|
| hhgh |
1 line
of
PHP
by
fghgfdhh
|
1 Byte |
Show |
Edit |
Expand |
|
|
| dsad |
1 line
of
C
by
dsd
|
5 Bytes |
Show |
Edit |
Expand |
|
|
| Test |
6 lines
of
Ruby
by
sadfsfs
|
75 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
def test
puts "Hej"
def some_method
puts 'say what?'
end
end |
|