Welcome! This page is using CodeRay 1.1.2.

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

Page 290, 10 entries

ash 295 lines of Ruby 5.22 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    // Enable keyboard navigation

      _enable_keyboard_navigation();

    }

    /**

     * Enable a support to keyboard navigation

     *

     */

    function _enable_keyboard_navigation() {
...
ash 295 lines of YAML 5.22 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    // Enable keyboard navigation

      _enable_keyboard_navigation();

    }

    /**

     * Enable a support to keyboard navigation

     *

     */

    function _enable_keyboard_navigation() {
...
ash 295 lines of ERb 5.22 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    // Enable keyboard navigation

      _enable_keyboard_navigation();

    }

    /**

     * Enable a support to keyboard navigation

     *

     */

    function _enable_keyboard_navigation() {
...
ash 295 lines of JavaScript 5.22 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    // Enable keyboard navigation

      _enable_keyboard_navigation();

    }

    /**

     * Enable a support to keyboard navigation

     *

     */

    function _enable_keyboard_navigation() {
...
File Part Reader 158 lines of Groovy (beta) 4.25 KB Show Edit Expand
1
2
3
4
5
6
7
8
/* 
 * Copyright (C) 2007, 2008 Martin Kempf, Reto Kleeb, Michael Klenk
 *
 * IFS Institute for Software, HSR Rapperswil, Switzerland
 * http://ifs.hsr.ch/
 *
 */
package org.codehaus.groovy...
Test 2 lines of Plain text 7 Bytes Show Edit Expand
1
2

fdsdf
C++ 18 lines of C 285 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
namespace Kopete {

class Contact;

}

/**
 * @author Noskov Alexey
 *
 * @short Kopete Antispam Plugin.
 */
class KopeteAntispamPlugin : public Kopete::Plugin
{
  Q_OBJECT
public:
  K...
C++ 25 lines of C 864 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11

#include <kopete/ui/kopeteview.h>

#include <kgenericfactory.h>

#include <qfileinfo.h>
#include <qpixmap.h>

#include <iostream>

KopeteAntispamPlugin *KopeteAntispamPlugin::instance = ...
Java 11 lines of Java 398 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
import java.util.List;
import java.util.ListIterator;

public class WorkPeriod {

  public int weekday; // 1-7
  public int start; // В секундах от начала суток
  public i...
punchcard 1 line of Plain text 5 Bytes Show Edit Expand
1
Merde

Page 290, 10 entries