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.

Page 211, 10 entries

diff test 15 lines of diff by dbh 581 Bytes Show Edit Expand
1
2
3
4
5
< #server.errorlog            = "/var/log/lighttpd/error.log"
< #server.errorlog            = "/dev/stderr"
---
> server.errorlog            = "/var/log/lighttpd/error.log"
< #accesslog.filenam...
fly 36 lines of Ruby 501 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env ruby

require '../example'

class Car
  def initialize
    puts "new car #{self}"
  end

  def travel(distance)
    puts "drive car #{self}: #{distance}"
  end
end

cla...
Ruby test 14 lines of Ruby by me 333 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
class UltimateProxy < BasicObject
  def initialize(object)
    delegate_everything_to(object)
  end

  private

  def delegate_everything_to(object)
    metaclass = class << self; self; end...
test 1 line of C++ 14 Bytes Show Edit Expand
1
int main() { }
SQL 22 lines of SQL by SQL 1.13 KB Show Edit Expand
1
2
SELECT stk.PART_NO AS , stk.PARTNAME2 AS , BASEDB.dbo.fnGetRetailItemPackingSpec(stk.part_no) AS , r.unit AS , r.QTY AS , r.PRICE 
       * (1 -r.discount / 100.0) AS , r.PRICE *...
VMware 30 lines of YAML 1.15 KB Show Edit Expand
1
2
3
4
5
6
require 'rbvmomi'
require 'highline/import'
#Constition de la liste des VMs à partir du fichier vmlist
liste_vms = File.open("vmlist","r").readlines
liste_vms.map! { |vm| vm.chomp }
#Username ...
config file 18 lines of diff 681 Bytes Show Edit Expand
1
2
3
######################################################################
# Advanced Intrusion Detection System configuration file. Note: When
# using RHEL and SELinux is operational, all the parame...
config file 18 lines of Ruby 681 Bytes Show Edit Expand
1
2
3
######################################################################
# Advanced Intrusion Detection System configuration file. Note: When
# using RHEL and SELinux is operational, all the parame...
config file 18 lines of Plain text 681 Bytes Show Edit Expand
1
2
3
######################################################################
# Advanced Intrusion Detection System configuration file. Note: When
# using RHEL and SELinux is operational, all the parame...
config file 18 lines of CSS 681 Bytes Show Edit Expand
1
2
3
######################################################################
# Advanced Intrusion Detection System configuration file. Note: When
# using RHEL and SELinux is operational, all the parame...

Page 211, 10 entries