Welcome! This page is using CodeRay 1.1.2.
We currently have
3061 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
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... |
|
git command line |
3 lines
of
Plain text
by
Nahakra
|
45 Bytes |
Show |
Edit |
Expand |
1
2
3 |
git rebase master
git stash
git stash apply |
|
avr |
6 lines
of
C
by
jgm
|
139 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<pre><code class="c">
void reset(void){
PORTD |= (1 << PD5);
PORTD &= ~(1 << PD5);
}
</pre> |
|
avr |
1 line
of
C
by
jgm
|
19 Bytes |
Show |
Edit |
Expand |
|