Welcome! This page is using CodeRay 1.1.2.
We currently have
3054 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
pl/sql test |
25 lines
of
SQL
by
aaa
|
247 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 |
DECLARE
a NUMBER;
b NUMBER;
BEGIN
SELECT e,f INTO a,b FROM T1 WHERE e>1;
IF b=1 THEN
INSERT INTO T1 VALUES(b,a);
ELSE
INSERT INTO T1 VALU... |
|
as |
54 lines
of
PHP
|
2.09 KB |
Show |
Edit |
Expand |
1
2
3 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head... |
|
test utf8 |
4 lines
of
C
|
100 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
int main() {
hevckherv;
}
|
|
foo13 |
26 lines
of
PHP
|
451 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13 |
<?php
function foo13($path, $consult) {
if($path[0] == '/') {
$path = '/'.$path;
}
if($consult[0] == '/') {
$consult = '/'.$consult;
}
$i = $k = 0;
while($path[$i... |
|
Prueba |
19 lines
of
diff
|
1.32 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
--- a/XepyrLib/Negocio/Common/AExpediente.cs
+++ b/XepyrLib/Negocio/Common/AExpediente.cs
@@ -574,7 +574,7 @@ namespace es.sergas.xepyr.lib.Negocio.Common
{
ATrami... |
|
XML |
28 lines
of
XML
|
766 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
<cfcomponent
displayname="RssListener"
extends="MachII.framework.Listener"
depends="RssService"
output="false"
hint="Listener for the RSS.">
<cfset variabl... |
|
sql test |
4 lines
of
SQL
by
SzP
|
63 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
select c1, count(1)
from tbl
group by c1
having count(1) > 1 |
|
Jaml |
324 lines
of
JavaScript
by
Ed Spencer
|
9.02 KB |
Show |
Edit |
Expand |
|
wordpress html snippet |
1 line
of
HTML
|
105 Bytes |
Show |
Edit |
Expand |
1 |
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> |
|
test for HTML tags |
24 lines
of
HTML
by
Nahakra
|
1.35 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
<html>
<head>
</head>
<body>
<form method="post" action="https://alipay.gmopg.jp/link/Entry">
<div>shopId:<input type="text" name="ShopID" value="0007940000001"/> </div>
<div>OrderI... |
|