Welcome! This page is using CodeRay 1.1.2.

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

Page 88, 10 entries

Test SQL 3 lines of SQL 70 Bytes Show Edit Expand
1
2
3
select a1.name, a2.name
from table1 a1
join table2 a2 on a1.id=a2.id
test system output for log 16 lines of Groovy (beta) by tf 741 Bytes Show Edit Expand
1
2
3
4
App 5131 stdout: 
 2An error occurred while loading the routes definition of studies plugin 
 3(/usr/share/redmine/plugins/studies/config/routes.rb):
 4 uninitialized constant ActionDispatch::Ro...
test 65 lines of JavaScript by Andy 2.54 KB Show Edit Expand
1
2
3
4
5
6
7
8
var JQFUNCS =
    {
        runFunc:
        {
            /* ------------------------------ ajax Demo ------------------------------ */
            "ajax":
            {
                run...
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...

Page 88, 10 entries