Welcome! This page is using CodeRay 1.1.2.
We currently have
3066 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
Aliases |
15 lines
of
YAML
by
DemoUser
|
174 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
document_help:
- help
- man
- ?
- manual
- guide
- sample
mail:
- email
- mail
- e-mail
- @.com
- @mail
- email address
- mail address |
|
demo |
3 lines
of
Ruby
|
28 Bytes |
Show |
Edit |
Expand |
1
2
3 |
def hello
puts "hello"
end |
|
Bash |
15 lines
of
Delphi
|
446 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
# Settings:
# Where and what you want to call the Lockfile
lockfile='/var/run/WiFi_Check.pid'
# Which Interface do you want to check/fix
wlan='wlan0'
# Isolate the intended gateway IP ad... |
|
fdg |
31 lines
of
Delphi
|
634 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
Public Class Test
Implements ITest
Public Property kommaZahl() As Double Implements ITest.kommaZahl
Get
Return 1.2
End Get
Set(ByVal value As D... |
|
jekyll |
17 lines
of
Ruby
by
a
|
583 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
module Jekyll
class TagIndex < Page
def initialize(site, base, dir, tag)
@site = site
@base = base
@dir = dir
@name = 'index.html'
self.process(@name)
... |
|
Java test |
66 lines
of
Java
|
2.69 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
import java.io.*;
import java.net.*;
import java.security.*;
import java.util.*;
public class hmacSHA256 {
public static String encrypt(
String message,
... |
|
puppet_Test |
139 lines
of
Ruby
|
5.95 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
class rabbitmq(
$admin_enable = $rabbitmq::params::admin_enable,
$cluster_disk_nodes = $rabbitmq::params::cluster_disk_nodes,
$cluster_node_type = $rabb... |
|
Title / Description |
1 line
of
JavaScript
|
1 Byte |
Show |
Edit |
Expand |
|
SMC CEGUI 0.8 patch |
376 lines
of
diff
by
Hans de Goede
|
15 KB |
Show |
Edit |
Expand |
1
2
3 |
--- smc-1.9/src/audio/random_sound.cpp 2009-04-24 19:55:24.000000000 +0200
+++ smc-1.9.new/src/audio/random_soun... |
|
a |
1 line
of
C++
|
53 Bytes |
Show |
Edit |
Expand |
1 |
<pre><code class="java">if (i < 0) break;</code><pre> |
|