Welcome! This page is using CodeRay 1.1.2.

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

Page 173, 10 entries

VK button 7 lines of PHP 277 Bytes Show Edit Expand
1
2
3
4
$script = <<<HTML
              <script type="text/javascript" src="http://userapi.com/js/api/openapi.js?1"></script>
              <script type="text/javascript">
                VK.init({apiId: $apiId, onlyWidgets...
test 24 lines of Plain text 732 Bytes Show Edit Expand
1
2
3
4
5
6
7
#!/usr/bin/perl -w

Xchat::register("Rhythmbox Now Playing script for XChat", "0.1", "Rhythmbox Now Playing script for XChat" , "");
Xchat::hook_command("np", "nowPlaying");

sub nowPlaying
{...
JSP 1 line of XML 57 Bytes Show Edit Expand
1
<% @taglib uri="http://www.www.ww/taglib" prefix="dms" %>
ruby 53 lines of Ruby by Pk 1.69 KB Show Edit Expand
1
2
3
4
5
6
7
8
      PROGRAM MUMPS_TEST
      IMPLICIT NONE
      INCLUDE 'mpif.h'
      INCLUDE 'zmumps_struc.h'
      TYPE (ZMUMPS_STRUC) mumps_par
      INTEGER IERR, I
      CALL MPI_INIT(IERR)
C Defin...
Ruby block test 3 lines of C 54 Bytes Show Edit Expand
1
2
3
(1..10).to_a.inject do |memo, n|
  memo += n * 2
end
testing 16 lines of C 335 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
switch(get_bloginfo('name')) {

                case 'Blog da Redação':

                        $parametros['oas_sitepage'].= 'blogdaredacao';

                break;

                case...
tets 1 line of Python 16 Bytes Show Edit Expand
1
$ ssh -Y agro223
ak 19 lines of C++ by ak 192 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <iostream>
using namespace std;

#ifndef TA_INC
#define TA_INC

#include "ak4b.h"

class TB;

class TA
{
public:
    int a;
    TB *b;
    void print();
};

#endif
Eii 1 line of Ruby 18 Bytes Show Edit Expand
1
#include <stdio.h>
Eii 1 line of C 18 Bytes Show Edit Expand
1
#include <stdio.h>

Page 173, 10 entries