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.
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 |
|
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>
<Process name="ipconfig" output="foo" error="err" timeout="5">
<Arguments>
<Argument />
</Arguments>
</Process... |
|
test java |
1 line
of
Java
|
21 Bytes |
Show |
Edit |
Expand |
|
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: |
|
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 |
|
test |
42 lines
of
C
|
787 Bytes |
Show |
Edit |
Expand |
|