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.
as3 as java |
52 lines
of
Java
by
awong
|
1.76 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
package ui
{
import flash.display.DisplayObjectContainer;
import flash.events.Event;
import ui.events.ButtonEvent;
import ui.events.GenericPopupEvent;
public class GenericPopup ext... |
|
namespace.rb |
46 lines
of
Ruby
by
zimbatm
|
1.06 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
class Module
class Instance < BasicObject
def initialize(mod, &fixes)
|
|
test |
27 lines
of
HAML
by
seb
|
780 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My blog - <%= @item[:title] %></title>
<link rel="stylesheet" type="text/css"
href="http://twitte... |
|
actionScript as java |
36 lines
of
Java
by
UIDEV
|
1.36 KB |
Show |
Edit |
Expand |
|
XML Test |
5 lines
of
XML
by
Teste
|
108 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<?xml version='1.0' encoding='UTF-8' ?>
<user>
<name>Ruperto</name>
<last>Murdocho</last>
</user> |
|
UnicodeError |
3 lines
of
Python
|
161 Bytes |
Show |
Edit |
Expand |
1
2
3 |
Traceback (most recent call last):
File "", line 1, in
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2603' in position 0: ordinal not in rang |
|
nti |
300 lines
of
HTML
|
10.5 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
init,1
[1m [33m `-portmap,1875 [0m
{
:net => [
[0] "*:111 IPv4 UDP ",
[1] "*:111 IPv4 TCP LISTEN... |
|
test |
9 lines
of
C
|
126 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
#include <iosteam>
int main()
{
int a,b;
std::cin >> a >> b;
std::cout << a + b << std::endl;
return 0;
} |
|
Test |
5 lines
of
C
by
Ever
|
66 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
int main()
{
printf("Hello, %s", "world");
return 0;
} |
|
JSON Test |
15 lines
of
JSON
|
310 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
{
"Herausgeber": "Xema",
"Nummer": "1234-5678-9012-3456",
"Deckung": 2e+6,
"Währung": "EURO",
"Inhaber": {
"Name": "Mustermann",
"Vorname": "Max",
"männlich": true,
... |
|