Welcome! This page is using CodeRay 1.1.2.

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

Page 250, 10 entries

apache config 326 lines of Plain text 15.7 KB Show Edit Expand
1
2
3
<VirtualHost 10.240.234.46:80>                                    
        ServerName balanceo_vh_bojaelectronico                    
        DocumentRoot "/opt/bojaelectronico/httpd"            ...
撒旦法 4 lines of Ruby 129 Bytes Show Edit Expand
1
2
3
4
def list
    @journals = Journal.paginate :page => params[:page] || 1, :per_page => 10
    Journal.rebuild_solr_index(100)
end
撒旦法 1 line of C 12 Bytes Show Edit Expand
1
å®å¾·æ¯å
test 33 lines of PHP by test 1.02 KB Show Edit Expand
1
2
3
4
5
6
7
  Try
    
    Message "Starting eID module...", CurrentMethodName, False, System.LogLevelInformation, True
    
    'Dim numReaders As Integer = drEID.GetReaderCount()
    '
    'If numReade...
Cucumber Feature File 59 lines of Ruby by Mitur Binesderti 1.71 KB Show Edit Expand
1
2
3
4
5
6
eature: code-breaker submits guess
  The code-breaker submits a guess of four colored
  pegs. The mastermind game marks the guess with black
  and white "marker" pegs.
  
  For each peg in the gue...
Xml Test 20 lines of XML by the_king 549 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<TestSuite>
  <Test>
    <!-- Launch ipconfig.exe -->
    <Process name="ipconfig" output="foo" error="err" timeout="5">
      <Arguments>
      <Argument />
      </Arguments>
    </Process...
test java 1 line of Java 21 Bytes Show Edit Expand
1
String test = "test";
y 17 lines of C 478 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<markdown>
#!javascript
    (function() {
      function async_load(){
        var s = document.createElement('script');
        s.type = 'text/javascript';
        s.async = true;
        s.src = 'http://yourdo...
SQL 2005: Trigger activatio-deactivation 14 lines of SQL by Pedro P. 224 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
USE GestionAbogados;
GO 

DISABLE TRIGGER Cambios_actualizacion ON Cambios;
GO

DISABLE TRIGGER Cambios_borrado ON Cambios;
GO

SELECT * 
FROM sys.triggers
WHERE is_disabled = 0 -- Enabl...
test 42 lines of C 787 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
  Test Cube Script for CloudSCAD

  Tony Buser <tbuser@gmail.com>
*/

// Size of cube on X axis
width = 10;

// Size of cube on Y axis
length = 10;

// How tall the cube is on Z axis
...

Page 250, 10 entries