Welcome! This page is using CodeRay 1.1.2.
We currently have
3055 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
teste |
1 line
of
Plain text
|
12 Bytes |
Show |
Edit |
Expand |
|
teste |
4 lines
of
Ruby
|
60 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
class teste
puts "Hello Word!"
puts "This is awesome"
end |
|
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 |
|
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
|
|