Welcome! This page is using CodeRay 1.1.2.

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

Page 22, 10 entries

test 30 lines of Ruby 780 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
worker_processes 4;
worker_rlimit_nofile 40000;

events {
    worker_connections 8192;
}

stream {
    upstream rancher_servers_http {
        least_conn;
        server <IP_NODE_1>:80 ma...
test 30 lines of YAML 780 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
worker_processes 4;
worker_rlimit_nofile 40000;

events {
    worker_connections 8192;
}

stream {
    upstream rancher_servers_http {
        least_conn;
        server <IP_NODE_1>:80 ma...
test 30 lines of Groovy (beta) 780 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
worker_processes 4;
worker_rlimit_nofile 40000;

events {
    worker_connections 8192;
}

stream {
    upstream rancher_servers_http {
        least_conn;
        server <IP_NODE_1>:80 ma...
kor 3 lines of Plain text 78 Bytes Show Edit Expand
1
2
3

$ bundle install
$ bundle exec erorr setup c9c0c0f72b21873087322dcdfafdeae5
test 6 lines of YAML by nqb 39 Bytes Show Edit Expand
1
2
3
4
5
6
---
title: test
table:
- 1
- 2
- 3
groovy 15 lines of Groovy (beta) by test 286 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
package example.app

import example.lib.Baz

@CompileStatic
class Foo extends Bar {
    private final Baz baz # <1>
    private final String name

    @Inject # <2>
    Foo(final Bar bar,...
test 5 lines of HTML 89 Bytes Show Edit Expand
1
2
3
4
5
commit 2344454b545b35bb3453b534b53
Author: i<i@i.com>
Date:   today

    blalblallasa
test 1 line of JavaScript 135 Bytes Show Edit Expand
1
New-ItemProperty -Path "hklm:\SYSTEM\CurrentControlSet\Services\DNS\Parameters" -Name EnableEDnsProbes -Value "0" -PropertyType "DWord"
test 5 lines of Ruby 89 Bytes Show Edit Expand
1
2
3
4
5
commit 2344454b545b35bb3453b534b53
Author: i<i@i.com>
Date:   today

    blalblallasa
test 5 lines of C 89 Bytes Show Edit Expand
1
2
3
4
5
commit 2344454b545b35bb3453b534b53
Author: i<i@i.com>
Date:   today

    blalblallasa

Page 22, 10 entries