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.
l |
9 lines
of
PHP
|
80 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
<html>
<body>
<?php
$file=fopen("welcome.txt","r");
?>
</body>
</html> |
|
Test |
12 lines
of
PHP
|
322 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
class MyController extends AppController {
public function <a href="my_action">my_action</a>() {
$all = $this->m('MyM... |
|
sss |
11 lines
of
Java
|
191 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
import java.io.*;
public class Main
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
System.out.println(in.next());
in.close();
}
} |
|
java |
11 lines
of
Java
by
littlefish
|
191 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
import java.io.*;
public class Main
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
System.out.println(in.next());
in.close();
}
} |
|
HTML |
7 lines
of
Groovy (beta)
|
162 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
<section class=”container”>
<h1><%= post.title %></h1>
<h2><%= post.subtitle %></h2>
<div class=”content”>
<%= post.content %>
</div>
</section> |
|
CPP |
20 lines
of
C++
|
494 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
#include <cstdio>
using namespace std;
int main()
{
printf("result: %d\n", 5);
return 0;
}
|
|
ruby test special string |
9 lines
of
Ruby
by
Olli
|
249 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
def protected!
unless authorized?
response['WWW-Authenticate'] = %(Basic realm="Restricted Area => your IP is (#{request.ip})")
throw(:halt, [401, "Not authorized\n"])
end... |
|
sql |
20 lines
of
diff
|
981 Bytes |
Show |
Edit |
Expand |
|
tsewt |
3 lines
of
Ruby
by
<p> TEST </p>
|
32 Bytes |
Show |
Edit |
Expand |
1
2
3 |
1.upto 10 do |k|
print k
end |
|
JSON |
61 lines
of
JSON
|
1.59 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
{
"identifier": [
"Thesis (PhD--Electrical and Electronic Engineering)--University of Auckland, 2001."
],
"archive_title": [
"auck-uni-libraries-oai"
],
"category": [
... |
|