Welcome! This page is using CodeRay 1.1.2.
We currently have
3063 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
撒旦法 |
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 |
|
kjhjkh |
8 lines
of
C++
|
234 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
Node* currNode = *listRef1;
while(currNode){
if(currNode->next == NULL)
{
currNode->next = *listRef2;
break;
... |
|
Makefile |
7 lines
of
C
|
108 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
include $(GOROOT)/src/Make.$(GOARCH)
TARG=ftp
GOFILES=\
ftp.go\
include $(GOROOT)/src/Make.pkg
|
|