Welcome! This page is using CodeRay 1.1.2.

We currently have 3043 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 261, 10 entries

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
//test                                    
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.">

  <!---
  PROPERTIES
  --->
  <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
1
2
3
4
5
/**
 * @class Jaml
 * @author Ed Spencer (http://edspencer.net)
 * Jaml is a simple JavaScript library which makes HTML generation easy and pleasurable.
 * Examples: http://edspencer.github.com...
wordpress html snippet 1 line of HTML 105 Bytes Show Edit Expand
1
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
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

Page 261, 10 entries