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.
cwcw |
15 lines
of
diff
|
538 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
--url http://localhost:8080/routes \
--header 'authorization: Basic dXNlcjpwYXNzd29yZA==' \
-D -
|
|
test ruby |
144 lines
of
Ruby
|
4.34 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
require 'csv'
require 'fileutils'
require 'pathname'
require 'nokogiri'
require 'pp'
class IBMTestReporter
attr_reader :xml_runners, :test_result, :report
attr_writer :test_result, :... |
|
SQL-sample |
3 lines
of
SQL
by
TestTest
|
150 Bytes |
Show |
Edit |
Expand |
1
2
3 |
select colName1 "ColName #1", colName "ColName #2"
from SomeSchema.SomeTable
where uid >= ( select max(uid) - 10 from SomeSchema.SomeTable )asdfsadf |
|
test2 |
138 lines
of
Java
by
aaa
|
4.42 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
HiiDump - Dell HII Dump Utility - version 2.1.4
© 2009 - 2012 Dell Inc. All rights reserved.
Device FQDD : nic.integrated.1-1-1
Device Location : Integrated NIC 1 Port 1 Partition 1
Dev... |
|
test |
138 lines
of
C
by
aaaa
|
4.42 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
HiiDump - Dell HII Dump Utility - version 2.1.4
© 2009 - 2012 Dell Inc. All rights reserved.
Device FQDD : nic.integrated.1-1-1
Device Location : Integrated NIC 1 Port 1 Partition 1
Dev... |
|
test |
16 lines
of
C
by
test
|
259 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
#include <stdio.h>
#include <string.h>
int main()
{
int c;
while((c = getchar()) != EOF){
if(c == ' '){
while((c = getchar()) == ' ');
putchar(' ')... |
|
xmlgtst1 |
13 lines
of
XML
|
1.69 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
<FrameLayout
android:id="@+id/invalidateRecordReloadPointerDataCleanScreen"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
gn:act_set="[gn:act_trigger]|[@+id/i... |
|
JSON test |
7 lines
of
JSON
|
96 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
{
"id": 1234,
"text": "something"
"array": [
{ "sub": "item" }
]
} |
|
c++ test |
11 lines
of
C++
by
none
|
282 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
void Game::mainLoop()
{
timeSinceLastUpdate += delta;
while (timeSinceLastUpdate > TimePerFrame) {
timeSinceLastUpdate -= TimePerFrame;
... |
|
test |
3 lines
of
YAML
|
16 Bytes |
Show |
Edit |
Expand |
|