Welcome! This page is using CodeRay 1.1.2.
We currently have
3061 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
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();
}
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 |
package org.codehaus.groovy... |
|
Test |
2 lines
of
Plain text
|
7 Bytes |
Show |
Edit |
Expand |
|
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;
}
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;
public int start;
public i... |
|
punchcard |
1 line
of
Plain text
|
5 Bytes |
Show |
Edit |
Expand |
|
Premailer API output |
17 lines
of
JSON
|
620 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
{"status":201,
"source":"http:\/\/code.dunae.ca\/premailer.web\/test\/test.html",
"output": {
"html":"http:\/\/premailer.dialect.ca\/_out\/e0ffb35b510fe507b7b55311a1e85ce2.html",
"... |
|