Welcome! This page is using CodeRay 1.1.2.
We currently have
3067 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| test |
2 lines
of
PHP
|
20 Bytes |
Show |
Edit |
Expand |
|
|
| testing bash |
2 lines
of
Plain text
|
35 Bytes |
Show |
Edit |
Expand |
1
2 |
# test comment
yum install coderay |
|
| omg.py |
3 lines
of
Python
|
42 Bytes |
Show |
Edit |
Expand |
1
2
3 |
def wtf( omg ):
print( "wtf", omg )
|
|
| test |
25 lines
of
Ruby
by
test
|
645 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
def exploit
connect()
preamble = "\x00\x4d\x00\x03\x00\x01"
version = probe_ver()
if version == 5
payload = prep_ark5()
else
payload = prep_ark4()
end
preamble << pay... |
|
| testing java highlight |
4 lines
of
Java
|
155 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
EntityManager em = usuarioDAO.getEntityManager();
em.getTransaction().begin();
usuarioDAO.salvar(getUsuarioSelecionado());
em.getTransaction().commit(); |
|
| caca |
1 line
of
PHP
|
33 Bytes |
Show |
Edit |
Expand |
1 |
$pdf->SetAutoPageBreak(false, 1); |
|
| asdf |
24 lines
of
diff
by
asdf
|
894 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
--- a/models/cdr_record.rb
+++ b/models/cdr_record.rb
@@ -1,7 +1,7 @@
BASE_DIR = "#{File.expand_path(Fil... |
|
| Randall |
5 lines
of
PHP
by
Me
|
45 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<?php
echo "where are your manners;
?> |
|
| User.rb |
8 lines
of
Ruby
by
Farts God
|
263 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
class User < ActiveRecord::Base
def favorited? object
return unless object.res... |
|
| test |
11 lines
of
C
by
kurt
|
119 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
@func blub bla (trallala) {
}
@func blub blaa (trallala) {
}
enum bla {
};
@func blub blaaa (trallala) {
} |
|