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.

Page 291, 10 entries

test 26 lines of C 340 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>


void stack(int i) {
  unsigned int j;
  printf("%3d: %X\n", i, &j);


        asm ("movl %%esp, %0;"
             :"=r"(j)        /* output */
             :         /* inp...
ash 0 lines of Ruby 0 Bytes Show Edit Expand
1
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 = ...

Page 291, 10 entries