Welcome! This page is using CodeRay 1.1.2.

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

Page 262, 10 entries

Configuration 12 lines of diff by Manolo Micozzi 543 Bytes Show Edit Expand
1
2
3
4
<bean id="it.unimc.olat.portlet.allcourses.AllCoursesPortletRunController"
      class="it.unimc.olat.portlet.allcourses.PortletContentsConfiguration" 
      singleton="false">
   <property name...
PHP Test 58 lines of PHP 1.63 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<?php
if(!defined('IN_UCHOME')) exit('Access Denied');
$cardgame=Array
  (
  648 => Array
    (
    'id' => 648,
    'gname' => '星辰劫',
    'gamezt_pic' => '',
    'gbpic' => '/uploads/gamepic/20...
CSS Test 142 lines of CSS 6.78 KB Show Edit Expand
1
2
3
html { background:#5b9bf4 url(/i/layout/wall.jpg) 0 0 no-repeat fixed; }
body { background:transparent; padding:174px 0 42px 0; }
.out-margin { max-width:980px; margin: auto; position:relative;  ...
diff 1 line of Groovy (beta) 2 Bytes Show Edit Expand
1
ff
sql 9 lines of SQL by foo 328 Bytes Show Edit Expand
1
2
3
4
5
SELECT wpdat.workpoolid,
     max(wpdat.open) AS open_high,
     min(wpdat.open) AS open_low,
     max(wpdat.resubmissions) AS resubmissions_high,
     min(wpdat.resubmissions) AS resubmissions_low...
mytest 4 lines of C++ 35 Bytes Show Edit Expand
1
2
3
4
namespace State.City
{
    ...
}
YAML 4 lines of YAML by sss 132 Bytes Show Edit Expand
1
2
3
4
tables:
  example:
    fields:
      id: {type: int, length: 10, unsigned: 1, auto_increment: 1, notnull: 1, am: {type: integer}}
java 17 lines of Java 404 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
  public  class MyClass{

      /**
       * Nueva instancia de la clase
       */
      public MyClass(){
      } // MyClass

      public void doSomething(){
          int someVariable =...
PHP Test 10 lines of PHP 259 Bytes Show Edit Expand
1
2
3
4
5
6
$panel = new ExtPanel(array(
      'title'        => 'My Panel',
      'collapsible'  => true,
      'renderTo'     => 'panel-basic',
      'width'        => 400,
      'html'         => '@Ext...
Coldfusion Test 0 lines of XML 0 Bytes Show Edit Expand
1

Page 262, 10 entries