Welcome! This page is using CodeRay 1.1.2.
We currently have
3055 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
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) {
} |
|
ldap |
6 lines
of
XML
by
Groink
|
172 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
# Groupe responsable
dn: cn=resp,ou=groups,dc=preludedemo,dc=org
cn: resp
member: uid=resp,ou=people,dc=preludedemo,dc=org
objectclass: groupOfNames
objectclass: top
|
|
1 |
34 lines
of
XML
by
1
|
1.5 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<?xml version="1.0"?>
<data>
<portal_light>
<output_flickers_on_ms></output_flickers_on_ms> Periode de clignotement
<light_on_sec></light_on_sec> Temps... |
|