Welcome! This page is using CodeRay 1.1.2.

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

Page 23, 10 entries

1111 178 lines of Ruby 7.59 KB Show Edit Expand
1
2
3
4
5
6
7
  namespace :api, defaults: { format: :json } do
    namespace :v1 do
      resources :cards do
        collection do
          get  :get_info
          get  :get_balance
          put  :acti...
C 4 lines of JavaScript 44 Bytes Show Edit Expand
1
2
3
4
{
 "super": "cool",
 "yolo": [1,2,3,4],
}
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"

Page 23, 10 entries