Welcome! This page is using CodeRay 1.1.2.

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

Page 209, 10 entries

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...
test 8 lines of Ruby 177 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
  def index
    @items = current_user.items.roots

    respond_to do |format|
      format.html # index.html.erb
      format.xml  { render :xml => @items }
    end
  end
xcvxc 1 line of HTML 45 Bytes Show Edit Expand
1
<div>this is a test<a href="/">here</a></div>
test 8 lines of diff 319 Bytes Show Edit Expand
1
2
3
4
5
6
7
116c103
<                     syncTransitions:           false,
---
>                     syncTransitions:           true,
134,136d120
<                 
<                 var slideshowImg = ...

Page 209, 10 entries